 */
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 10pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	overflow: auto;
	background-color: #FFF;
}
 
 
 .small { color: #CCCCCC; font-size:8pt; }
 .impr { color: #000; font-size:8pt; }
 .head { color: #000; font-size:9pt; }

 a{
	color: #FF6633;
	text-decoration: none;
} 
a:hover{ color: #ccc; text-decoration: none; }
a:active{ color: #ccc;}

 h1 {
	color: #FFF;
	font-size: 11pt;
} 

 h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}
 h3 {
	color: #CCC;
	font-size: 12pt;
	text-decoration: underline;
} 
 h4 {
	color: #000;
	font-size: 11pt;
	font-weight: bolder;
}
 h5 {
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 0px;
}  
 p, li {
	color: #FFFFFF;
	font-size: 9pt;
	margin-top: 1pt;
}
 div { background-image : url(); background-repeat: no-repeat; } 
 table { background-image : url(images); background-repeat: no-repeat;} 
 span { background-image : url(); background-repeat: no-repeat } 
 td { color: #FFFFFF;  font-size:9pt; } 

a.type_1:link {
	color: #FF6633;
	font-size: 9pt;
	font-weight: bold;
}
a.type_1:visited {
	color:#FF6633;
	font-size: 9pt;
	font-weight: bold;
}
a.type_1:active {
	color:#FF6633;
	font-size: 9pt;
	font-weight: bold;
}
a.type_1:hover {
	color: #CCCCCC;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.type_2:link {
	color: #D84225;
	font-size: 8pt;
	font-weight: bold;
}
a.type_2:visited {
	color:#D84225;
	font-size: 8pt;
	font-weight: bold;
}
a.type_2:active {
	color:#D84225;
	font-size: 8pt;
	font-weight: bold;
}
a.type_2:hover {
	color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.type_3:link { color:#666666; font-size:8pt}
a.type_3:visited { color:#666666; font-size:8pt}
a.type_3:active { color:#666666; font-size:8pt}
a.type_3:hover {color: #336699; font-size:8pt;}

a.type_4:link { color:#CCCCCC; font-size:9pt}
a.type_4:visited { color:#CCCCCC; font-size:9pt}
a.type_4:active { color:#CCCCCC; font-size:9pt}
a.type_4:hover {color: #FF6633; font-size:9pt;}
		  
#navcontainer { /* none needed */ }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #666;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 8px 4px 8px;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-decoration: none;
}

ul#navlist li#active {
	color: #fff;
	background-color: #FF6633;
}

#navlist a:hover {
        color: #000;
        background-color: #FF6633;
}		  

