/* ALLGEMEIN */

* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
}

body, html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	background: #e1e1e1;

}
body {
	padding-bottom: 21px;
}

/* WEITERE */

#page {
	background: #fff url(../images/page-bg.gif) top left repeat-y;
	width: 753px;

}
#pages {
	width: 925px;
	margin: 0 auto;
	padding: 0 4px;
	min-height: 570px;
}
#metanavi-container {
	height: 26px;
	border-bottom: 1px solid #aaaeb1;
}
#metanavi {
	float: right;
	height: 26px;
	margin-right: 24px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
#metanavi li {
	float: left;
	line-height: 24px;
	margin: 0 4px 0 15px;
	list-style-image: url(../images/bullet.gif);
}
#metanavi li.first{
	margin-left: 0;
	list-style-type: none !important;
	list-style-image: none !important;
}
#metanavi li a{
	color: #a3a3a3;
	text-decoration: none;
}
#metanavi li a:hover,
#metanavi li a:focus {
	color: #4f4f4f;
}

#header {
	height: 96px;
	border-bottom: 1px solid #aaaeb1;
}
#logo {
	float: left;
}
#headerbild {
	float: left;
}

#leftcol {
	float: left;
	width: 177px;
	min-height: 570px;
	background: blue url(../images/leftcol-bg.gif) top left repeat-y;
	margin-left: 4px;
}
#leftcol ul {
	min-height: 525px;
	padding-top: 45px;
	background: url(../images/leftcol-bg_bottom.jpg) bottom left no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#leftcol li {
	list-style-type: none;
}
#leftcol ul li a {
	display: block;
	padding-left: 25px;
	color: #444;
	text-decoration: none;
	height: 33px;
	line-height: 35px;
	background: url(../images/leftcol-trenner.gif) top left no-repeat;
}
#leftcol a:hover,
#leftcol a:focus {
	background-image: url(../images/leftcol-trenner_active.jpg);
}
#leftcol li.active a,
#leftcol li.active a:hover,
#leftcol li.active a:focus {
	background-image: url(../images/leftcol-trenner_hover.jpg);
}
#leftcol ul li ul {
	display: none;
	min-height: 0;
	padding: 2px 0 0 0;
	background: url(../images/leftcol-trenner.gif) top left no-repeat;
	font-size: 11px;
}
#leftcol ul li.active ul {
	display: block;
}
#leftcol ul li ul li {
	height: 22px;
}
#leftcol ul li ul li a,
#leftcol ul li.active ul li a,
#leftcol ul li.active ul li a:hover,
#leftcol ul li.active ul li a:focus {
	height: 22px;
	line-height: 22px;
	padding-left: 35px;
	background-image: url(../images/leftcol-trenner.jpg);
	background-position: 0 -2px;
}
#leftcol ul li.active ul li a:hover,
#leftcol ul li.active ul li a:focus {
	background-image: url(../images/leftcol-trenner_active.jpg);
}
#leftcol ul li.active ul li.active a {
	background-image: url(../images/leftcol-trenner_hover.jpg);
}

#content {
	float: right;
	width: 530px;
	margin: 46px 25px 23px 0;
}

h1 {
	color: #00438c;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}
h3 {
	color: #00438c;
	font-size: 14px;
	margin: 30px 0 11px 0;
}

#content p {
	line-height: 150%;
}

#content .teaserbox {
	height: 154px;
	margin: 30px 0 0 0;
	padding: 14px 15px 0 15px;
	background: #f7f7f7 url(../images/teaserbox-bg.gif) top left repeat-x;
}
#content .teaserbox a,
#content .teaserbox a:hover,
#content .teaserbox a:focus {
	width: 243px;
	color: #4b4b4b;
	text-decoration: none;
}
#content .tleft {
	float: left;
	width: 243px;
	margin-right: 14px;
}
#content .tright {
	float: left;
	width: 243px;
}
#content .teaserbox img {
	border: 1px solid #d3d3d3;
}
#content .teaserbox span {
	display: block;
	height: 31px;
	margin-top: 1px;
	padding: 10px 8px;
	background: #e7e7e7 url(../images/teaserspan-bg.gif) top left repeat-x;
	border: 1px solid #ededed;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
#content .teaserbox span strong {
	font-size: 11px;
	color: #00438c;
}

#content a {
	color: #00438c;
	text-decoration: none;
}
#content a:hover,
#content a:focus {
	color: #00438c;
	text-decoration: underline;
}
#content p {
	margin-bottom: 7px;
}
#content table {
	margin-bottom: 11px;
}

#content ul {
	margin: 0 0 11px 2px;
}
#content li {
	list-style-type: none;
	padding-left: 14px;
	background: url(../images/arrow.gif) 0 3px no-repeat;
}

#content img.bild-links {
	float: left;
	margin: 4px 15px 7px 0;
}
#content img.bild-rechts {
	float: right;
	margin: 4px 0 7px 15px;
}
#content img.profilbilder {
	float: left;
	margin: 0 7px 2px 0;
}

/* FOOTER */

#footer {
	width: 761px;
	height: 41px;
	background: url(../images/footer-bg.gif) top left no-repeat;
	line-height: 36px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #4b4b4b;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active{
	color: #000;
}

/* SONDERSEITEN */

.sitemap #content ul {
	padding: 4px 0;
}
.sitemap #content li {
	list-style-type: none;
	padding-left: 13px;
	background: none;
}
.sitemap #content a {
	padding-left: 14px;
	background: url(../images/arrow.gif) 0 3px no-repeat;
}