/* CSS Document */
* {
    margin:0px;
}
img{
    border:none;
}
body {
	background:url(images/tapete.jpg) repeat-y center fixed;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
}
p{
	margin-top:10px;
	text-align: left;
}
hr{
    margin-bottom:5px;
    background-color:#FF9900; /* Mozilla 1.4 */
    color:#FF9900; /* IE 6 */
    border: #FF6600; /* Opera 7.11 */
    height: 1px; /* in Opera f?r die Anzeige n?tig, in Mozilla f?r die einheitliche H?he */
}
h1{
	font: normal 180% "Times New Roman",serif,sans;
	color:#FF9900;
	height:60px;
	font-weight:lighter;
	text-decoration: none;
	background: url(images/h1_bg.png) top left no-repeat;
	padding:2px 0px 0px 100px;
	margin:20px 0px 20px -15px;
}

#h1 a:hover{
	text-decoration:underline;
	color:#FF9900;
}
h2{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	margin:10px 0px 20px 0px;
	text-decoration: none;
	/*padding:30px 0px 0px 80px;
	
	height:60px;*/

}
h3{
	font: normal 120% "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight:lighter;
	text-decoration: none;
	margin-top:10px;
	}
	
h4{
	font: normal 130% "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight:lighter;
	text-decoration: none;
	margin-top:10px;
	}
.clear{
    clear:both;
}
.space{
    margin-right:10px;
    margin-top:3px;
}
/*++++++++++++++++++++++++++++++++++++++++div-pos*/
#wrap{
    text-align:left;
    font-size:80%;
    margin:auto;
    width:712px;
    height:100%;
	border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    background-color:#FAFAFA;
}
#header{
    background-color:#ccffff;
    width:712px;
    height:256px;
}
* html #header{
    margin-bottom:-4px;
    margin-right:-1px;
}

#content{
    text-align:left;
	margin-bottom:40px;
    margin-left:0px;
    float:left;
    width:480px;
    height:100%;
    border-bottom:1px solid #E8E8E8;
    border-left:1px solid #E8E8E8;
    background-color:#FAFAFA;
}
/* html #content{
margin-left: 10px;
}*/
#content li{
    margin-top:5px;
    width:450px;
    list-style-type:none;
}
.ref{
    display:block;
    margin-bottom:10px;
    padding-left:2px;
}
*html .ref{
    padding-left:2px;
}
.ref img {
	float:left;
	margin-bottom:8px;
	margin-right:8px;
	padding:2px;
	border: 1px solid;
	border-color: #CCCCCC;
}
.contentbox{
    width:460px;
    margin-bottom:40px;
}
/*navigation++++++++++++++++++++++++++++++++++++++++++++*/
#nav{
	margin-top:30px;
	padding-left:5px;
	margin-right:0px;
	width:155px;
	height:100%;
	float:right;
	text-align:left;
	border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    background-color:#FAFAFA;
    /*border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;*/
	 
}
* html #nav{
    margin-right:5px;
}

#nav li{
	list-style-type: none;
	margin-left:-37px;
	margin-bottom:20px;	
}
* html #nav li{
	margin-left:10px;	
}
#nav li a{
	font-size:100%;
	
	background: left center url(images/hg_menu.png);
	background-repeat:no-repeat;
	
	color:#FF9900;
	text-decoration:none;
		
}
#nav li a:hover{
	text-decoration:underline;
	color:#FF9900;
}
.aktiv{
	
	font-size:140%;
	line-height:20px;
	padding:17px 0px 13px 40px;
	color:#FF9900;
	text-decoration:none;
	font-variant:small-caps;
	
	}
	.aktivgrey{
	
	font-size:140%;
	line-height:20px;
	padding:17px 0px 13px 40px;
	color:#CCCCCC;
	text-decoration:none;
	font-variant:small-caps;
	
	}
/*++++++++++++++++++++++++++++++++++++++++++*/
#footer a:link, #footer a:visited, #content a:link, #content a:visited, .info a:link, .info a:visited{
    text-decoration:none;
    color:#FF9900;
}
#foot a:hover, #content a:hover, .info a:hover{
    text-decoration:underline;
    color:#FF9900;
}
#subnavi{
    padding-top:4px;
    padding-bottom:4px;
}
.subAktiv{
    color:#E8E8E8;;
    text-align:center;
    font-variant:small-caps;
    font-size:100%;

}
.subAktiv a{
    color:#E8E8E8;;
	text-decoration:none;
    text-align:center;
    font-variant:small-caps;
    font-size:100%;

}

.info{
    background:white url(images/ecke.jpg) top right no-repeat;
    border-bottom:1px solid #E8E8E8;
    border-left:1px solid #E8E8E8;
    background-color:#FAFAFA;
    padding:4px;
    margin-top:20px;
    margin-bottom:20px;
    text-align:left;
    color:#999;
    width:170px;
}
.infoText{
    float:left;
    width:140px;
    margin-top:20px;

}
* html .info{
    margin:0px 10px auto 15px;
}

#footer{
	font:90% #FFFFFF;
	margin-top:40px;
	text-align:center;
	float:left;
	border-bottom:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	background-color:#FAFAFA;
	height:100px;
	border-top:1px solid #FF9900;
	color:#666666;
	width:712px;
	margin:auto;
	line-height: 160%;
}
/*#footer a{
    margin:4px;
}*/
#nav img{
    margin-right:10px;
}
#v3{
    margin-top:10px;
    float:right;
    width:90px;
    height:80px;

}
.yes{
    background-image:url(images/ja.gif);
    background-repeat:no-repeat;
    padding-left:20px;
}
.link{
    background-image:url(images/pfeil5.gif);
    background-repeat:no-repeat;
    padding-left:20px;
}
.linkText{
    background-image:url(images/pfeil5.gif);
    background-repeat:no-repeat;
    padding-left:15px;
}
.favoriten img{
    margin-right:10px;}
.favoriten ul{
    margin-bottom:30px;
}
