html, body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #ecf0f2;
}

.container {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -502px;
	width: 1004px;
}
.header {
	width:100%;
	height: 173px;
}
	.header .top {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 20px;
	}
	
		.header .top .left {
			position: absolute;
			top: 0px;
			left: 0px;
			background-image:url(/images/header-navi.jpg);
			height:100%;
			width:277px;
			text-align: justify;
			line-height: 20px;
			padding-left: 15px;
			word-spacing: 10px;
		}
		
			.header .top .left a {
				font-weight: bold;
				text-decoration: none;
				color:#04202e ;
			}
	
		.header .top .middle {
			position: absolute;
			top: 0px;
			left: 277px;
			background-image:url(/images/header-topmid.jpg);
			height:100%;
			width:524px;
		}
		.header .top .right {
			position: absolute;
			top: 0px;
			left: 801px;
			background-image:url(/images/header-topright.jpg);
			height:100%;
			width:203px;
		}
		
	.header .head {
		position:absolute;
		top:20px;
		left:0px;
		width:100%;
		height:125px;
	}
		
		.header .head .left {
			position: absolute;
			top: 0px;
			left: 0px;
			background-image: url(/images/header-left.jpg);
			width: 277px;
			height: 100%;
		}
		
		.header .head .middle {
			position: absolute;
			top: 0px;
			left: 277px;
			background-image:url(/images/header-middle.jpg);
			height:100%;
			width:524px;
		}
		.header .head .right {
			position: absolute;
			top: 0px;
			left: 801px;
			background-image:url(/images/logo.jpg);
			height:100%;
			width:203px;
		}
	
	.header .navi {
		position: absolute;
		top: 145px;
		left: 0px;
		background-image: url(/images/navi.jpg);
		height: 28px;
		width: 100%;
		z-index: 90;
	}
	
.main {
	position: absolute;
	top: 190px;
	left: 300px;
	width: 500px;
	font-size: 90%;
	color: #04202e;
	z-index: 1;
	}
	
	.main div {z-index: 1; }
	
	.main ul {
		list-style-image: url(/images/list.gif);
		margin-left: -20px;
	}
	
	.main ul li {
		margin-bottom: 10px;
	}
	
	.main ol {
		margin-left: -20px;
	}
	
	.main hr {
		height: 0px;
		border: none;
		border-bottom: 1px #7e99aa dashed;
		margin-left: -20px;
	}
	
	.main a {
		text-decoration: none;
		color: #44687d;
	}
	
	.main a:hover {
		text-decoration: underline;
	}		

.main div.navigation { width: 100%; height: 20px; margin-bottom: 10px; font-size: 80%; }
.main div.alignright { float: right; width:50%; text-align: right; }
.main div.alignleft { float: left; width: 50%; text-align: left; }	

.lb-head {
	background-image: url(/images/box-lb-head.jpg);
	height: 23px;
	padding-left: 20px;
	padding-right: 10px;
	width: 472px;
}
	.lb-head h3 {
		line-height: 23px;
	}
	
	.lb-head h2 {
		line-height: 23px;
		font-size: 100%;
	}

.lb-foot {
	background-image: url(/images/box-lb-foot.jpg);
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	width: 472px;
	margin-bottom: 20px;
}

.lb-content {
	background-color: #c5d3d7;
	padding: 10px;
	width: 482px;
	text-align: justify;
}

.mb-head {
	background-image: url(/images/box-mb-head.jpg);
	height: 23px;
	padding-left: 20px;
	padding-right: 10px;
	width: 472px;
}
	.mb-head h3 {
		line-height: 23px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.mb-head h2 {
		line-height: 23px;
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 100%;
	}

.mb-foot {
	background-image: url(/images/box-mb-foot.jpg);
	height: 19px;
	line-height: 19px;
	padding-left: 30px;
	width: 472px;
	margin-bottom: 20px;
}

.mb-content {
	background-color: #bac9d1;
	padding: 10px;
	padding-bottom: 2px;
	width: 482px;
	text-align: justify;
}

.db-head {
	background-image: url(/images/box-db-head.jpg);
	height: 21px;
	padding-left: 20px;
	padding-right: 10px;
	width: 472px;
	line-height: 21px;
}
	.db-head h3 {
		line-height: 21px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.db-head h2 {
		line-height: 21px;
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 100%;
	}

.db-foot {
	background-image: url(/images/box-db-foot.jpg);
	height: 21px;
	line-height: 21px;
	padding-left: 30px;
	width: 472px;
	margin-bottom: 20px;
}

.db-content {
	background-color: #7e99aa;
	padding: 10px;
	padding-bottom: 2px;
	width: 482px;
	text-align: justify;
}




div.blog {
	
}

	h2.date{
		font-size:100%;
		vertical-align: center;
		padding-left: 30px;
		margin-top: 0px;
	}
	
	div.blog h3, div.blog h3 a {
		font-size:100%;
	}
	
	div.blog .meta {
		font-size:80%;
	}
	
	.storycontent h2 {
		font-size: 120%;
	}
	
	div.subnavi {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	
img.alignright {
	margin: 5px;
}

form#searchform input {
	font-size: 90%;
	background-color: #e2e9eb;
	color: #04202e;
	border: 1px #7e99aa solid;
}

form#commentform p {
	margin-top: 5px;
	margin-bottom: 5px;
}
form#commentform input, form#commentform textarea {
	font-size: 90%;
	background-color: #e2e9eb;
	color: #04202e;
	border: 1px #7e99aa solid;
	display: block;
	width: 482px;
}

.page h3 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:-5px;
	margin-top: 0px;
}

.page p {
	margin-top:5px;
	margin-bottom: 20px;
	text-align: justify;
}

div.sociable {
	clear: both;
}

div.sociable ul {
	list-style:none;
	padding-bottom: 10px;
}

div.sociable ul li {
	float:left;
	margin-left: 2px;
}

.storycontent h3.yarpp {
	clear: both;
	text-align:left;
	margin-top:10px;
	margin-left: 0px;
}
div.wp-caption {
	width: 150px;
}
body.tag div.mb-content {min-height:190px;}
p.wp-caption-text {
display: none;
visibility: hidden;
	font-size:80%;
}

img.size-thumbnail {
	margin-top:-5px;
}

div.main img {
	border: 0;
}

div.referenzen div.db-content {min-height:140px;}

form#wpcf { margin-left: 80px;}

form#wpcf input, form#wpcf textarea {
	font-size: 90%;
	background-color: #e2e9eb;
	color: #04202e;
	border: 1px #7e99aa solid;
	padding: 2px;
	display: block;
	width: 300px;
}

form#wpcf input:hover, form#wpcf textarea:hover {
background-color:#ffb16f;
}

blockquote {
	background-color: #b9c7d4;
	
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px dashed #04202e;
}

input.hidden {
	margin:0px!important;
	padding:0px!important;
	border:0px none!important;
}

object#liveSupport {
	margin-left: 15px;
	margin-top: 10px;
}
