/* CSS Document */
body	{   
color: 						#666666;
background-color: 			#ffffff; 
font-family: 				verdana; 
font-size:					11px;
margin:						0px;
scrollbar-face-color:		#ffffff;
scrollbar-shadow-color:		#ffffff;
scrollbar-highlight-color:	#ffffff;
scrollbar-3dlight-color:	#294E72;
scrollbar-darkshadow-color:	#294E72;
scrollbar-track-color:		#ffffff;
scrollbar-arrow-color:		#EDB405;
align: 						left;
}

td 						{ color: #666666; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: none; line-height: 18px; }
td.index_logo			{ background-image:  url(images/index/index_logo.gif); }
td.index_logo_r			{ background-image:  url(images/index/index_background_r.gif); }
td.choose_l				{ background-image:  url(images/template/top_choose_language.gif); }
td.choose_l_r			{ background-image:  url(images/template/top_choose_language_rechts.gif); }
td.top_2				{ background-image:  url(images/template/top_2.gif); }
td.top_2_rechts			{ background-image:  url(images/template/top_2_rechts.gif); }
td.nav_rechts			{ background-image:  url(images/nav/nav_rechts_background.gif); }
td.content_background	{ background-image:  url(images/template/content_background_top.gif); background-position: top; background-repeat: no-repeat;  }
td.naw_links			{ background-image:  url(images/template/logo_naw.gif); background-position: top; background-repeat: no-repeat;  }
td.background_rechts	{ background-image:  url(images/template/background_rechts.gif); }
td.aftiteling_background{ background-image:  url(images/template/aftiteling_background.gif); color: #ffffff; font-size: 10px; }
td.aftiteling_background_rechts	{ background-image:  url(images/template/aftiteling_background_recht.gif); }
td.bottom				{ background-image:  url(images/template/bottom_background.gif); color: #ffffff; font-size: 10px; }
td.aftiteling			{ color: #ffffff; font-size: 10px; }
h1						{ color: #666666; font-family: trebuchet ms, verdana; font-size: 17px; font-weight: bold; }
b.15px					{ color: #666666; font-family: trebuchet ms, verdana; font-size: 15px; font-weight: bold; }

A:link 		{ color: #336699; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 18px; }
A:visited 	{ color: #336699; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 18px; }
A:active 	{ color: #336699; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 18px; }
A:hover 	{ color: #EDB405; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 18px; }

A:link.bottom 		{ color: #ffffff; font-family: verdana; font-size: 10px; font-weight: normal; text-decoration: none; line-height: 18px; }
A:visited.bottom 	{ color: #ffffff; font-family: verdana; font-size: 10px; font-weight: normal; text-decoration: none; line-height: 18px; }
A:active.bottom 	{ color: #ffffff; font-family: verdana; font-size: 10px; font-weight: normal; text-decoration: none; line-height: 18px; }
A:hover.bottom	 	{ color: #EDB405; font-family: verdana; font-size: 10px; font-weight: normal; text-decoration: none; line-height: 18px; }

A:link.madeby		{	COLOR: #ffffff; FONT-FAMILY: verdana; FONT-SIZE: 9px; FONT-weight: bold; TEXT-DECORATION: none; letter-spacing: 0px; background-color: #25496C;  }
A:visited.madeby	{	COLOR: #ffffff; FONT-FAMILY: verdana; FONT-SIZE: 9px; FONT-weight: bold; TEXT-DECORATION: none; letter-spacing: 0px; background-color: #25496C;  }
A:active.madeby		{	COLOR: #ffffff; FONT-FAMILY: verdana; FONT-SIZE: 9px; FONT-weight: bold; TEXT-DECORATION: none; letter-spacing: 0px; background-color: #25496C;  }
A:hover.madeby		{	COLOR: #25496C; FONT-FAMILY: verdana; FONT-SIZE: 9px; FONT-weight: bold; TEXT-DECORATION: none; letter-spacing: 0px; background-color: #EDB405;  }


img	{ 
	border:		0;
}

div	{ 
	border:		0;
	margin:		0px;
	padding: 	0px 0;
}

ul	{ 
	line-height: 14px;
	margin:		 0px 0px 0px 20px;
}

li	{ 
	list-style-image: url(images/li.gif);
	line-height: 18px;
}




.dropdown{
color: white;
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
font-weight: bold;
line-height: 18px;
z-index: 100;
background-color: #F1BA12;
width: 205px;
}

.dropdown a{
color: white;
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid white;
padding: 6px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropdown a:visited{
color: white;
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid white;
padding: 6px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropdown a:hover{ /*hover background color*/
background-color: #345C82;
color: white;
text-decoration: none;
font-weight: bold;
}

.border_bottom {
	border-bottom: 1px solid #222;
}