body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0 0 0 20px;
}

a			{color: #ffffff; text-decoration: none; font-weight: bold; font-size: 95%;}
a:link 		{color: #ffffff; text-decoration: none; font-weight: bold;}
a:active 	{color: #ffffff; text-decoration: none; font-weight: bold; }

a:hover {
	color:white; text-decoration: underline; font-weight: bold;}
}

a#skip {
	display: none;
}

td  {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

td.lastline
	{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
	
td.top			{background-image : url(img/nav_top.jpg);}
td.middletop	{background-image : url(img/nav_middletop.jpg);	padding-left: 20px;}
td.bottom		{background: url(img/nav_bottom.jpg) no-repeat;	display: run-in;}		
td.bg			{background-image : url(img/nav_background.jpg); padding-left: 20px;}
td.mainframe	{background: url(img/page_mainframe.jpg) no-repeat;	display: run-in; width: 712px; }
td.mainend 		{background: url(img/page_end.png) no-repeat;	display: run-in; width:712px; height:159px;}
td.active 		{font-size: 100%;	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
/* = TRANSPARENT BOXES
-----------------------------------*/
td.transhead {background: url(img/transparency_headline.png) repeat;}
	
td.boxhl	{background: url(img/box_headleft.png) repeat; width:17px; height:37px;}
td.boxhbg	{background: url(img/box_headbg.png) repeat; padding-bottom: 7px; font-weight: bold;}
td.boxhr	{background: url(img/box_headright.png) no-repeat; width:17px; height:37px;}

td.boxml	{background: url(img/box_mainleft.png) repeat;}
td.boxmbg	{background: url(img/box_mainbg.png) repeat; padding-bottom: 5px;}
td.boxmr	{background: url(img/box_mainright.png) repeat;}

td.boxbl	{background: url(img/box_bottomleft.png) no-repeat; width:17px; height:33px;}
td.boxbbg	{background: url(img/box_bottombg.png) repeat;}
td.boxbr	{background: url(img/box_bottomright.png) no-repeat; width:17px; height:33px;}


td.boxinhl	{background: url(img/boxin_headleft.png) no-repeat;}
td.boxinhbg	{background: url(img/boxin_headbg.png) repeat;}
td.boxinhr	{background: url(img/boxin_headright.png) no-repeat;}

td.boxinml	{background: url(img/boxin_mainleft.png) repeat;}
td.boxinmbg	{background: url(img/boxin_mainbg.png) repeat;}
td.boxinmr	{background: url(img/boxin_mainright.png) repeat;}

td.boxinbl	{background: url(img/boxin_bottomleft.png) no-repeat;}
td.boxinbbg	{background: url(img/boxin_bottombg.png) repeat;}
td.boxinbr	{background: url(img/boxin_bottomright.png) no-repeat;}


			
/* = PRIMARY NAVIGATION
-----------------------------------*/
#nav-primary {
	clear: both;
}

ul.navList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navList li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

ul.navList li a:link, ul.navList li a:visited, ul.navList li a:active {
	background: url(img/dropdown_button.jpg);
	display: block;
	width: 89px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 85%;
}

ul.navList li a:hover {
	background: #013F7C url(img/dropdown_button_light.jpg) top left no-repeat;
}

ul.navList li.sfhover a:link, ul.navList li.sfhover a:visited, ul.navList li.sfhover a:active {
	background: #013F7C url(img/dropdown_button.jpg) top left no-repeat;
}

/* DROP DOWN */
ul.navList li:hover ul.submenu, ul.navList li.sfhover ul.submenu {
	display: block;
}

/* bild bleibt */
ul.navList li:hover a {
	background: #6a0110 url(img/dropdown_button_light.jpg) top left no-repeat;
	
}

ul.navList li ul.submenu {
	display: none; 
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	background: #6a0110 url(img/dropdown_background.jpg) top left repeat-x; 
	border: 1px solid #fff;
	width: 172px;
}

ul.navList li ul.submenu {
	display: none; 
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	background: #505050 url(img/dropdown_background.jpg) top left repeat-x; 
	border: 1px solid #fff;
	width: 172px;
}


ul.navList li ul.submenu li {
	border: 0px solid red;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background: bottom center no-repeat;
}

ul.navList li ul.submenu li a:link, ul.navList li ul.submenu li a:visited, ul.navList li ul.submenu li a:active {
	color: #fff;
	height: auto;
	line-height: normal;
	background: none;
	width: 132px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0;
}

ul.navList li ul.submenu li a:hover {
	color: #ffffff;
	background: #505050 url(img/dropdown_blatt.png) center right no-repeat;
} 
