/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

div#titelleiste {
	position: relative; 
	margin-top: 10px; 
	margin-left: 10px; 
	width:800px; 
	height:160; 
	text-align:left; 
	border: 1px solid #C0C0C0; 
	}

div#titelleiste h1 {
	color: #666666; 
	font-size: 36px; 
	font-family: arial, verdana, helvetica;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-top: 10px;
	}

div#titelleiste h2 {
	color: #666666; 
	font-size: 24px; 
	font-family: arial, verdana, helvetica; 
	margin-bottom: 0px; 
	margin-top: 0px;
	}

div#hauptfeld {
	position: relative; 
	width: 800px; 
	margin-left: 10px; 
	margin-top:5px; 
	margin-bottom: 10px;
	height: auto;
	border: 1px solid #C0C0C0; 
	}

div#navigationsfeld {
	position: relative; 
	float: left; 
	width: 160px; 
	background-color:#C0C0C0; 
	}

div#inhaltefeld {
	position: relative; 
	float: right; 
	background-color: #FCFCFC; 
	width: 600px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

div#inhaltefeld-fenster {
	position: relative; 
	background-color: #FFFFCC; 
	width: 380px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

P.bodytext {
	color: black; 
	font-size: 16px; 
	line-height: 130%;
	font-family: "ITCOfficinaSerifW04-Boo 1123258"; 
	}

a {
	text-decoration: none; 
	font-weight: normal; 
	color: #666666; 
	}

h1 {
	color: #666666; 
	font-size: 24px; 
	font-family: arial, verdana, helvetica; 
	}

h3 a {
	color: #666666; 
	font-size: 16px; 
	font-weight: bold; 
	font-family: arial, verdana, helvetica; 
	}

.navigation-normal {
	padding-bottom: 5px;
	}

.navigation-normal a { 
	font-size: 18px; 
	color: white; 
	font-weight: bold; 
	font-family: arial, verdana, helvetica; 
	text-decoration: none; 
	padding-left: 5px; 
	}

.navigation-aktiv a { 
	font-size: 18px; 
	color: white; 
	font-weight: bold; 
	font-family: arial, verdana, helvetica; 
	text-decoration: none; 
	padding-left: 12px;
	}

ul {
	list-style-type: none;
	padding-bottom: 100px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

ul li a {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right-value: 0px;
	margin-bottom: 0px;
	margin-left-value: 0px;
	margin-left-ltr-source: physical;
	margin-left-rtl-source: physical;
	margin-right-ltr-source: physical;
	margin-right-rtl-source: physical;
	padding-top: 6px;
	padding-right-value: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-left-value: 10px;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
	font-size: 18px;
	text-decoration: none;
	}

ul li a.normal {
	color: rgb(255, 255, 255);
	}

ul li a.aktiv {
	color: white;
	background-color: #666666;
	}

ul li a:hover {
	color: #666666;
	background-color: #FCFCFC;
	}
