/* CCS-Style created  Mai-2007 by 
   Andreas Petermann (ByteNation.de)
*/

*
{	margin:0px;
	padding:0px;
	font-family:verdana, sans-serif;
	font-size: 10px;
}

body
{	background-color:#ffffff;
	background-image:url(image/body_back.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

img
{	border-width:0px;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}	

#bn_box
{	background-image:url(image/menu_back.jpg);
	background-repeat:repeat-y;
	padding-top:10px;
	min-width:800px;
}

/* der Header, dieser ist als div definiert um später eventuell werbung darin zu schalten */
#bn_header
{	background-image:url(image/header_back.jpg);
	background-repeat:no-repeat;
	height:89px;
}


/* alles was mit dem Menübereich zu tun hat */
#bn_menu
{	float:left;
	width:142px;
	overflow:hidden;
	padding-bottom:20px;
}

#bn_menu ul
{	list-style-type:none;
	list-style-position:outside;
	width:132px;
	margin:auto;
}

#bn_menu ul li
{	background-image:url(image/button_back.jpg);
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
	overflow:hidden;
	padding:1px 1px 3px 17px;
}

#bn_menu ul li a,#bn_menu ul li a:link,#bn_menu ul li a:visited,#bn_menu ul li a:active
{	display:block;
	width:97%;
	height:100%;
	padding-left:3%;
	color:#0B4992;
	text-decoration:none;	
	font-weight:bold;
	overflow:hidden;
}

#bn_menu ul li a:hover
{	background-color:#144F95;
	color:#ffffff;
}


/* alles was mit dem Contentbereich zu tun hat */

#bn_content
{	font-weight:bold;
	margin-left:142px;
	padding:0px 10px 20px 10px;
	min-width:638px;
}

#bn_content h1
{	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
	text-decoration:underline;
	color:#144F95;
	white-space:nowrap;
	overflow:hidden;
}

#bn_content h2
{	font-weight:bold;
	font-size:10px;
	padding-bottom:3px;
	color:#144F95;
	white-space:nowrap;
	overflow:hidden;
}

#bn_content h3
{	font-weight:bold;
	font-size:10px;
	padding-bottom:3px;
	color:#9197A3;
	white-space:nowrap;
	overflow:hidden;
	background-color:#D5DDF0;
}


#bn_content p
{	padding-bottom:5px;
	min-width:100%;
}

#bn_content a
{ text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}
	
#bn_content a:hover
{	color:#0B4992;
	text-decoration:none;
}

/* alles was im footer ist */

ul#bn_footer
{	list-style-type:none;
	list-style-position:outside;
	height:21px;
	overflow:hidden;
	line-height:22px;
	font-size:0px;
	text-align:center;
	clear:both;
	background-image:url(image/footer_back.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	min-width:800px;
}

ul#bn_footer li
{	display:inline;
}

ul#bn_footer li a,ul#bn_footer li a:link,ul#bn_footer li a:visited,ul#bn_footer li a:active
{	padding:0px 4px 0px 4px;
	color:#ffffff;
	text-decoration:none;	
	line-height:22px;
	font-size:10px;
}

ul#bn_footer li a:hover
{	background-color:#144F95;
	color:#ffffff;
	text-decoration:underline;	
}



