@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/hintergrund_body.png);
	margin: 0px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 130%;
}
img {
	border: 0px;
}
a, a:visited {
	color: #666;
}
a:hover {
	color:#000;
}
.zentrieren {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.zentrieren_rand {
	width: 920px;
	margin-left: 35px;
}
.oben_links {
	background-image: url(images/ecke_oben_links.png);
	height: 20px;
	width: 100%;
	background-repeat: no-repeat;
}
.oben_rechts {
	background-image: url(images/ecke_oben_rechts.png);
	height: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.oben {
	background-image: url(images/rand_oben.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 20px;
}
.mitte_links {
	background-image: url(images/rand_links.png);
	background-repeat: repeat-y;
	width: 100%;
}
.mitte_rechts {
	background-image: url(images/rand_rechts.png);
	background-repeat: repeat-y;
	background-position: 100% 0px;
	width: 100%;
}
.mitte {
	background-image: url(images/hintergrund_content.png);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.unten_links {
	background-image: url(images/ecke_unten_links.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
}
.unten_rechts {
	background-image: url(images/ecke_unten_rechts.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 12px;
	width: 100%;
}
.unten {
	background-image: url(images/rand_unten.png);
	background-repeat: repeat-x;
	height: 12px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.kaesten_oben {
	background-image: url(images/kaesten_oben.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 840px;	
	clear:both;
}
.kaesten_mitte {
	background-image: url(images/kaesten_mitte.png);
	background-repeat: repeat-y;
	width: 840px;
}
.kaesten_unten {
	background-image: url(images/kaesten_unten.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 840px;
}
.kasten_1 {
	width:190px; 
	float:left; 
	margin-right: 20px;
	padding:15px 15px 0 15px;
}
.kasten_2 {
	width:190px; 
	float:left; 
	margin-right: 20px;
	padding:15px;
}
.kasten_3 {
	width:330px; 
	float:left; 
	padding:15px;
}
.content {
	padding:20px 20px 10px 20px;
}
.kaesten_mitte p {
	margin:0 0 10px 0;
}

.kaesten_mitte h2 {
	color:#004e9e;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
}
.bild {
	width: 370px;
	text-align:center;
	margin-bottom: 30px;
	float:left;
}
.text_oben {
	float:left;
	width:470px;
}
.text_oben h3 {
	color:#004e9e;
	padding:6px 0 10px 0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
}
.text_oben h3 span {
	padding-left:20px;
}
.text_oben p {
	margin:0;
	padding-left:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
}
.fusszeile {
	font-size: 80%;
	line-height: 100%;
	text-align:center;
	margin-top:10px;
}
.fusszeile span {
	margin: 0 15px;
}
.logos {
	margin-bottom:20px;
}
.blogliste ul{
	margin: 0 0 25px 0;
	padding-left: 15px;
}
.blogliste ul li {
	list-style-position: outside;
	margin-bottom: 15px;
	list-style-image: url(images/bullet_pfeil.png);
}
.blogliste img {
	margin-bottom:5px;
}
.blog_title {
	font-weight: bold;
	margin-bottom: 3px;
}