/* Allgemeine angaben */
*
{	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	font-size:12px;
	outline:none;
}

.italic
{	font-style:italic;
}

.center
{	text-align:center;
}

.justify
{	text-align:justify;
}

img
{	border-width:0px;
}

.right
{	float:right;
	margin:0px 0px 0px 10px;
	display:inline;
}

.left
{	float:left;
	margin:0px 10px 0px 0px;
	display:inline;
}

.my_clear
{	height:1px;
	overflow:hidden;
	clear:both;
}


.blue
{	color:#153655;
}

.red
{	color:#951514;
}


body
{	background-color:#ffffff;
}


#bn_layout
{	width:820px;
	padding:277px 20px 20px 20px;
	margin:20px auto 0px auto;
	position:relative;
	background-image:url(image/header_picture.jpg);
	background-repeat:no-repeat;
	background-position:234px 46px;
}


#bn_header_menu
{	background-image:url(image/header_menu.png);
	background-repeat:no-repeat;
	height:65px;
	width:860px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	list-style-type:none;
	list-style-position:outside;
}


#bn_header_menu li
{	float:left;
	height:65px;
	background-image:url(image/bn_header_menu_link.png);
	background-position:right 6px;
	background-repeat:no-repeat;
	padding:0px 1px 0px 1px;
}


#bn_header_menu li.no_background
{ width:120px;
	background-image:none;
	overflow:hidden;
}

#bn_header_menu a,#bn_header_menu a:link,
#bn_header_menu a:visited,#bn_header_menu a:active
{	height:65px;
	margin:6px 0px 0px -1px;
	line-height:56px;
	padding:0px 9px;
	width:104px;
	display:block;
	text-align:center;
	color:#153655;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#bn_header_menu a:hover,#bn_header_menu a#bn_active
{	color:#ffffff;
	background-image:url(image/bn_header_menu_link_hover.png);
	background-repeat:repeat-x;
}

#bn_header_menu a:hover.no_hover
{	background-image:none;
}

#bn_header_menu a.no_hover img
{	margin-top:12px;
}


#bn_content	ul
{	list-style-position:outside;
	margin:0px 0px 10px 30px;
}


a#bn_home
{	width:208px;
	height:99px;
	background-image:url(image/bn_logo.gif);
	position:absolute;
	left:18px;
	top:90px;
}


#bn_content
{	color:#030303;
}

.bn_content_left
{	width:400px;
	overflow:hidden;
	float:left;
	display:inline;
}

.bn_content_right
{	width:400px;
	overflow:hidden;
	float:right;
	display:inline;
}

#bn_content h1,#bn_content h2
{	background-image:url(image/bn_content_h.png);
	background-repeat:no-repeat;
	height:20px;
	padding:17px 0px 17px 20px;
	font-size:16px;
}

#bn_content .bn_content_left h1, #bn_content .bn_content_left h2
#bn_content .bn_content_right h1,#bn_content .bn_content_right h2
{	background-image:url(image/bn_left_right_h.png);
	background-repeat:no-repeat;
	height:20px;
	padding:17px 0px 17px 20px;
	font-size:16px;
}

#bn_content p
{	padding-bottom:10px;
}

#bn_footer
{	background-image:url(image/bn_footer.png);
	background-repeat:no-repeat;
	padding:5px 0px 10px 0px;
	text-align:center;
	font-size:11px;
	clear:both;
}

#bn_form
{	width:500px;
	margin:20px auto 0px auto;
	display:block;
	padding-bottom:20px;
}


#bn_form label
{	float:left;
	width:150px;
	font-weight:bold;
	color:#153655;
}

#bn_form input
{	float:right;
	width:340px;
}

#bn_form input.bn_submit
{	background-color:#EAE9D4;
	border:2px groove #EAE9D4;
	width:100px;
	float:right;
	margin-top:4px;
}

#bn_form textarea
{	width:500px;
	height:200px;
	overflow:auto;
}

#bn_form input.checkbox
{	width:12px;
	height:12px;
	overflow:hidden;
	margin-top:2px;
	float:left;
}

#bn_form label.checkbox_label
{	width:auto;
	margin-top:2px;
	padding-left:10px;
}

#bn_form .field_error
{	background-color:#EAE9D4;
}

.bn_captcha
{	float:left;
	margin:0px 0px 0px 180px;
}

input#captcha
{	width:90px;
	float:left;
	margin:5px 0px 0px 0px;
}

#bn_form label.code
{	clear:both;
	width:100px;
	margin-left:262px;
	font-size:11px;
}


#bn_content a,#bn_content a:link,
#bn_content a:visited,#bn_content a:active
{	color:#153655;
	text-decoration:underline;
}

#bn_content a:hover
{	text-decoration:none;
}
