 /*-----Reset---*/

h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, hr  { margin: 0px; padding: 0px }
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, blockquote, nobr, b, i  {
font-family: Verdana, Arial, Helvetica, sans-serif; }

html {
    height: 100%;
}	 
body  {
	font-size: 100.01%;
	background-color: #ABCF37;
	background-image: url(../pics/all/hg.jpg);
	margin: 0px;
	padding: 0px;
	min-height: 101%;
	background-attachment: fixed;
}

 /*-----Text---*/

h1 {
	font-size: 8pt;
	color: #333333;
	display: inline;

}
h1.info {
	font-size: 8pt;
	color: #FF6600;
	display: inline;

}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #663300;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
	padding-bottom: 15px;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
}
p {
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
	padding-bottom: 18px;
}

ul, ol {
	padding-bottom: 20px;
}  
 

 /*-------------------------Layout------------------------*/

#wrapper {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 650px;
	min-height: 101%;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

 /*-------------------------logo------------------------*/

#logo {
	display: block;
	margin: 0 30px;
}

h1#logo {
    text-indent: -9999px;
}
 /*-----------------------inhalt--------------------------------*/

#content {
	list-style-position: inside;
	list-style-type: circle;
	width: 390px;
	float: left;
	min-height: 280px;
	border-right: thin dotted #D4D4D4;
	margin: 35px 18px 40px 40px;
	padding-right: 25px;
	font-size: 12px;
}

#pic {
	background-attachment: fixed;
	background-image: url(../pics/all/carina.gif);
	background-repeat: no-repeat;
	background-position: 115px -8px;
	z-index: 25;
	height: 250px;
	width: 250px;
	position: fixed;
}

#danke {
	margin-top: 35px;
	width: 150px;
	float: left;
}
#danke p  {
	font-size: 11px;
	color: #663300;
	padding: 1px;
}
#danke p.header  {
	color: #FF6600;
	text-transform: uppercase;
	font-weight: bold;
}
p.text {
	display: inline;


}
p.textinfo {
	display: inline;
	color: #FF6600;
	font-weight: normal;
}

p.cite {
	color: #009999;
	font-style: italic;
	padding-bottom: 5px;
	font-weight: bold;
}

p.autor {
	color: #333333;
	font-style: italic;
	padding-bottom: 28px;
	text-align: right;
}
#content li {
	font-size: 11px;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 4px;
	line-height: 1.3em;
} 

 /*-----------------------footer--------------------------------*/

#footer {
	margin-top: 35px;
	width: 160px;
	float: left;
}

#footer p  {
	font-size: 9.5px;
	color: #663300;
	line-height: 13px;
	padding: 1px;
}
#footer p.header  {
	text-transform: uppercase;
	font-weight: bold;
}

#footer p.info  {
	padding: 7px;
	background-color: #F2F8E0;
	border: thin dotted #ABCF37;
	font-weight: normal;
	margin-top: 60px;
	line-height: 12px;
}
#footer ul ol {
	font-size: 9px;
	font-weight: normal;
	color: #663300;
	line-height: 16px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 5px;
}
#footer li {
	font-size: 9px;
	font-weight: normal;
	color: #663300;
	line-height: 16px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 5px;
}
.orange {
	color: #FF6600;
	text-transform: uppercase;
	font-weight: bold;
}
 /*-----------------------menue--------------------------------*/

ul#mainnavi  {
	margin: 35px 0 35px 0;
	text-align: center;
	position: relative;
}

ul#mainnavi li {
	color: #663300;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.8px;
	display: inline;
	list-style: none;
	margin: 0;
}
ul#subnavi{
	margin: 10px;
	position: absolute;
	left: 350px;
}

ul#subnavi li{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.undernavi-heb {
	position: absolute;
	left: 397px;
	top: 180px;
}


 /*-----------------------links--------------------------------*/
#content a, a:active, a:visited {color: #669900;}
#content a:hover {color: #FF6600;}

#active_item {
	color: #FF6600;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}

