@CHARSET "UTF-8";

input:focus, textarea:focus, select:focus
	{ background: #F67800; color: #FFF;  }
input[type=submit],input[type=button], input[type=reset], input[type=submit]:focus,input[type=button]:focus, input[type=reset]:focus
	{ border-color: #F67800; color: #F67800; background-color: #EFEFEF; }


	/** Ebene: .topNav **/
	#header div.topNav li a:hover, #header div.topNav li a.aktiv		
		{ border-bottom: 3px solid #F67800; }
/** MAIN **/
	/** NAV **/
	#main div.nav ul li a:hover, #main div.nav a.aktiv
		{ color: #F67800; }
	#main div.nav a.aktiv
		{ font-weight: bold; }
	#main div.nav ul li:hover, #main div.nav li.aktiv
		{ background: url('../../image/left_nav_button_hover.png') no-repeat; }
	#main div.nav a
		{ font-size: 8pt; display: block; width: 180px; height: 20px; margin: 0; padding: 0; margin-left: -5px; padding-top: 10px;text-decoration: none;}

#main div.content li {list-style-type:square; margin-left: 40px;}
#main div.content a, #main div.content a:link, div.content a:active, div.content a:visited
{ color: #F67800; text-decoration: none; border-bottom: 1px dotted #575757; font-weight:bold;}
#main div.content a:hover
{ color: #F67800; text-decoration: none; border-bottom: 1px dotted #F67800;}
/** FOOTER **/
#footer
	{ background: #666; }
#footer p
	{ text-align: center; width: 100%; font-size: 9px; padding: 3px 0; color: #FFF;}
/** Allgemeine Styles **/
.br01
 	{ border-right: 1px solid lightgrey; }
 	
#main div.content h2
		{ margin-bottom: 10px; margin-top: 10px;font-family: Arial,Verdana,Helvetica,sans-serif; font-size: 13pt; font-style: italic; font-weight: bold; text-decoration: underline;}
h3
		{ margin-bottom: 10px; margin-top: 5px; font-family: Arial,Verdana,Helvetica,sans-serif;font-size: 14px; font-weight: bold; border-bottom: 1px solid;}
.float_left				{ float: left; } 
.float_none				{ float: none; margin-left: 0px;}
.li_left					{margin-left: 20px; padding-left: 20px;}
.float_none_t				{ float: none; width: 20%; }
.border_right_dashed 	{ border-right: 1px #575757 dashed; margin-right: 5px;}
.border_left_dashed 	{ border-right: 1px #575757 dashed; }
.border_top_dashed 		{ border-right: 1px #575757 dashed; }
.border_bootm_dashed 	{ border-right: 1px #575757 dashed; }
.border_dashed 			{ border-right: 1px #575757 dashed; }
.border_right_solid 	{ border-right: 1px #575757 solid;}
.border_left_solid 		{ border-right: 1px #575757 solid; }
.border_top_solid 		{ border-right: 1px #575757 solid; }
.border_bottom_solid 	{ border-right: 1px #575757 solid; }
.border_solid 			{ border-right: 1px #575757 solid; }
.ico_xsmall				{ width: 16px; height: 16px; padding: 0 1px 1px 0; }
.align_center			{ text-align: center; }
.align_right			{ text-align: right; }
.align_left				{ text-align: left; }
.width_half				{ width: 50%; }
.width_form			   { width: 60%; }
.width_quarter			{ width: 25%; }
.width_third			{ width: 30%; padding-right: 15px; }
.width_xxsmall			{ width: 50px; }
.width_xsmall			{ width: 100px; }
.width_small			{ width: 150px; }
.width_normal			{ width: 250px; }
.margin_right_xsmall {margin-right: 10px;}
.bold {font-weight: bold;}
.red {color: #ff0000;}
.width_100{width: 150px; float: left;}
.width_150{width: 200px; float: left;}