/* ALLGEMEIN, BG UND PAGE */

* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	height: 0;
}

body, html {
	background: #d8cbbb url(../images/body-bg.jpg) top center no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #575757;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

/* HAUPTNAVIGATION */

#mainnavi {
	float: left;
	padding-right: 179px;
	margin-top: 17px;
	height: 52px;
	list-style-type: none;
	background: url(../images/mainnavi-bg.png) top right no-repeat;
	position: relative;
}
#mainnavi li {
	float: left;
	margin-right: 1px;
}
#mainnavi a {
	display: block;
	padding: 0 19px;
	line-height: 52px;
	background: url(../images/mainnavi-a-bg.png) top left repeat-x;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 18px;
	color: #1f4f5e;
	text-decoration: none;
}
#mainnavi li.active a,
#mainnavi li.active a:hover {
	padding-bottom: 2px;
	background: #5c99ab url(../images/mainnavi-a-bg_active.gif) top left repeat-x;
	color: #fff;
	text-shadow: #657d84 1px 1px 2px;
}
#mainnavi a:hover,
#mainnavi a:focus {
	background: url(../images/mainnavi-a-bg_hover.gif) top left repeat-x;
	color: #fff;
	text-shadow: #768e96 1px 1px 2px;
}
/* ZWEITE EBENE */
#mainnavi ul {
	position: absolute;
	top: 54px;
	left: 0;
	width: 1000px;
	padding: 0;
	background: url(../images/mainnavi-ul-bg.png) top right no-repeat;
	list-style-type: none;
}
#mainnavi li.active ul,
#mainnavi li.active ul li {
	height: 30px;
}
#mainnavi li.active ul a {
	height: 28px;
}
#mainnavi li.active ul a {
	font-size: 15px;
	line-height: 30px;
	background: none;
}
#mainnavi ul a:hover,
#mainnavi ul a:focus,
#mainnavi ul li.active a {
	background-image: none !important;
	background-color: #77B1BF !important;
	color: #fff;
	text-shadow: #768e96 1px 1px 2px;
}

/* HEADER, LOGO, CONTENT, LEFTCOL, RIGHTCOL, FOOTER */

#header {
	height: 219px;
}

#logo {
	display: block;
	width: 431px;
	height: 110px;
	background: url(../images/logo.jpg) 0 21px no-repeat;
}

#content {
	background: #fff url(../images/content-bg.jpg) top left no-repeat;
}
#baum {
	background: url(../images/leftcol-bg.gif) bottom left no-repeat;
}

#content a {
	color: #487d8d;
	text-decoration: none;
}
#content a:hover,
#content a:focus {
	text-decoration: underline;
}

#content ul {
	margin: 0 0 14px 15px;
}

#leftcol {
	float: left;
	width: 556px;
	min-height: 650px; /* edit or erease it */
	margin-right: 14px;
	padding-top: 30px;
	padding-left: 50px;
}
#leftcol h1 {
	margin-bottom: 21px;
	padding-bottom: 23px;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	line-height: 140%;
	text-shadow: #8fa5ac 1px 1px 4px;
	background: url(../images/h1-bg.png) bottom left no-repeat;
}
#leftcol h1.invers {
	color: #5e9aad;
	text-shadow: #cbcfd2 1px 1px 2px;
	margin-top: 35px;
}
#leftcol hr {
	height: 2px;
	border: none;
	margin: 11px 0;
	background: url(../images/h1-bg.png) bottom left no-repeat;
}
#leftcol h2 {
	margin-bottom: 14px;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 16px;
	color: #35768a;
	font-weight: normal;
	text-decoration: italic;
	line-height: 140%;
	text-shadow: #BCCACD 1px 1px 4px;
}
#leftcol img {
	padding: 2px;
	border: 1px solid #bacbd0;
}
img.bild_links {
	float: left;
	margin: 0 11px 4px 0;
}
img.bild_rechts {
	float: right;
	margin: 0 0 4px 11px;
}

#rightcol {
	float: left;
	width: 354px;
	margin-top: 95px;
	background: url(../images/rightcol-bg.gif) top center repeat-y;
	color: #6d777a;
}
#rightcol-header {
	background: url(../images/rightcol-bg_top.jpg) top center no-repeat;
}
#rightcol-footer {
	background: url(../images/rightcol-bg_bottom.jpg) bottom center no-repeat;
}
#rightcol-content {
	min-height: 450px;
	padding: 68px 51px 57px 51px;
}
#rightcol h2 {
	height: 40px;
	margin-bottom: 40px;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 20px;
	color: #5e9aad;
	font-weight: normal;
	text-shadow: #cbcfd2 1px 1px 2px;
}
#rightcol h3 {
	margin: 0 0 11px 0;
	color: #487d8d;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #D7DCE0;
}
#content p {
	line-height: 145%;
	margin-bottom: 12px;
}
#content p.zitat {
	margin-left: -8px;
	padding: 4px 5px;
	border-left: 3px solid #D7DCE0;
	background: url(../images/zitat-bg.png) top left repeat-y;
	font-style: italic;
}
#content p.quelle {
	margin: -10px 0 16px 0;
	font-size: 11px;
	color: #999;
}


#playerbox {
	width: 327px;
	height: 52px;
	margin-top: -13px;
	margin-bottom: 17px;
	margin-left: -51px;
	padding-top: 11px;
	padding-right: 2px;
	padding-left: 25px;
	text-align: center;
	background: url(../images/player-bg.jpg) top left no-repeat;
}
#audioplayer {
	background: none;
}

#booklist {
	margin-top: -17px;
	margin-left: -51px;
}
#booklist h3 {
	border: none;
}
#booklist h3 a {
	display: block;
	width: 222px;
	height: 66px;
	padding: 22px 0 0 132px;
	background: url(../images/booklistheader-bg.jpg) top left no-repeat;
	color: #487d8d;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#booklist ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 51px;
}
#booklist li {
	height: 72px;
	margin-bottom: 7px;
	background: url(../images/booklist-li-bg.gif) bottom left no-repeat;
}
#booklist li.last {
	background: none;
}
#booklist a.cover {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 6px;
	margin-left: -1px;
	padding: 7px;
	background: url(../images/booklist-a-img-bg.gif) top left no-repeat;
}
#booklist a.cover img {
	border: none;
}
#booklist h4 {
	padding-top: 6px;
}
#booklist h4 a {
	font-size: 16px;
	color: #5e9aad;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman,serif;
	font-weight: normal;
}
#booklist p {
	padding-top: 5px;
	line-height: 120%;
}
#booklist p a {
	font-size: 11px;
	color: #6d777a;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

#portalteaser {
	width: 304px;
	height: 111px;
	margin-top: -40px;
	padding: 12px 0 0 50px;
	background: url(../images/portalteaser-bg.jpg) top left no-repeat;
}
#portalteaser a {
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 21px;
	padding: 7px;
	background: url(../images/portalteaser-a-bg.gif) top left no-repeat;
}

#footer {
	height: 75px;
	padding-top: 20px;
	background: url(../images/footer-bg.jpg) top left no-repeat;
	text-align: center;
	color: #fff;
	line-height: 20px;
	text-shadow: #3E7989 0 0 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}



a.pdf {
	min-height: 16px;
	padding-left: 21px;
	background: url(../images/pdf.gif) center left no-repeat;
}