/* Klassen ******************************/
/****************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #797979;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div {
	position: relative;
	float:left;
}
li{
	margin-bottom: 1px;
	margin-top: 1px;
}
input, textarea{
	color: #797979;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	margin-top: 2px;
}
fieldset{
	display: block;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
label{
	width: 100px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
legend{
	color:#0099CC;
}


/* IDs **********************************/
/****************************************/
#container{
	margin: auto;
	width: 733px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	float: none;
}
#feuerwehrservice_kontakt label{
	margin-left: 5px;
	float: left;
	vertical-align: text-top;
	text-align: left;
	width: auto;
}

/* Links ********************************/
/****************************************/
a:link {
	color: #1c6497;
	text-decoration: underline;
}
a:visited {
	color: #1c6497;
	text-decoration: underline;
}
a:hover {
	color: #3C99DA;
	text-decoration: underline;
}
a:visited:hover {
	color: #3C99DA;
	text-decoration: underline;
}
.img_button:hover {
	background-color: #D1E4FC;
}
.img_button:visited:hover {
	background-color: #D1E4FC;
}
#header_links a:link {
	color: #3C99DA;
	text-decoration: none;
}
#header_links a:visited {
	color: #3C99DA;
	text-decoration: none;
}
#header_links a:hover {
	color: #1c6497;
	text-decoration: underline;
}
#header_links a:visited:hover {
	color: #1c6497;
	text-decoration: underline;
}

/* Texte ********************************/
/****************************************/
.small_text {
	color: #797979;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.headline_orange {
	color: #EC5100;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headline_gray {
	color: #797979;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.normal_text {
	color: #797979;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.copyright_text {
	color: #586a7c;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.bold_text {	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* Linien *******************************/
/****************************************/
.dashed_line_text{
	text-align: left;
	margin-bottom: 30px;
	top: 16px;
}
.dashed_line_main{
	background-image: url(../gfx/main/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 16px;
	/*margin-left: 16px; margin-right: 16px;*/
	float: none;
	position: static;
}
.dashed_line_text_abstand{
	text-align: left;
	margin-bottom: 30px;
	top: 16px;
	left: 16px;
}
.dashed_line_main_abstand{
	background-image: url(../gfx/main/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-left: 16px; 
	margin-right: 16px;
	float: none;
	position: static;
}
.doted_line_horizontal{
	background-image: url(../gfx/main/doted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	float: none;
	height: 4px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.doted_line_vertical{
	background-image: url(../gfx/main/doted_line.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 4px;
	margin-left: 5px;
	margin-right: 15px;
	height: 120px;
}


/* Box **********************************/
/****************************************/
.box_main{
	background-image: url(../gfx/box/box_bg.jpg);
	background-repeat: repeat;
	padding-bottom: 5px;
}
.box_head_left{
	width: 3px;
	background-image: url(../gfx/box/box_head_left.jpg);
	background-repeat: no-repeat;
	height: 34px;
}
.box_head_right_white{
	width: 21px;
	background-image: url(../gfx/box/box_head_right_white.jpg);
	height: 34px;
}
.box_head_right_blue{
	width: 21px;
	background-image: url(../gfx/box/box_head_right_blue.jpg);
	height: 34px;
}
.box_head_center{
	background-image: url(../gfx/box/box_head_center.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 200px;
	
	color: #5e7a86;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px; 
	padding-top: 12px;
}
.box_content{
	background-color: White;
	overflow: auto;
	text-align: left;
	padding-bottom: 16px;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
	width: 231px;
	left: 5px;
	margin-bottom: 0;
}
.box_text_container {
	padding-left: 20px; 
	padding-right: 10px; 
	padding-top: 10px;
}


/* Listelements *************************/
/****************************************/
.double_arrow_list{
	list-style-position: outside;
	list-style-image: url(../gfx/icons/point_1.jpg);
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 0px;
}
.arrow_list{
	list-style-position: outside;
	list-style-image: url(../gfx/icons/point_2.jpg);
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 0px;
}


/* Header *******************************/
/****************************************/
.header_top{
	background-image: url(../gfx/html_menu/head.jpg); 
	height: 82px; 
	float:none;
}
.header_top_links{
	position: absolute; 
	right: 30px; 
	top: 30px; 
	font-size: 10px;
}
.header_buttons_main{
	float: none;
	height: 27px;
}
.header_button_center{
	width: 103px; 
	height: 27px; 
	margin-right: 1px; 
	margin-left: 1px;
}
.header_button_left{
	width: 103px; 
	height: 27px; 
	margin-right: 1px; 
}
.header_button_right{
	width: 103px; 
	height: 27px; 
	margin-left: 1px;
}
.header_line{
	background-image: url(../gfx/html_menu/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 7px; 
	float: none; 
	margin-top: 1px;
}
.header_bottom{
	background-image: url(../gfx/html_menu/bg.jpg); 
	height: 167px; 
	float: none;
}
.header_bottom_inside{
	position: absolute; 
	top: 50px; 
	right: 20px;
}
.header_bottom_inside_links{
	font-size: 12px;
	float: none;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_bottom_inside_text{
	font-size: 10px; 
	margin-top: 15px;
}


/* Footer *******************************/
/****************************************/
.footer_gray_line{
	background-image: url(../gfx/main/gray_line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	float: none;
	clear: both;
}
.footer_copyright{
	width: 230px;
	text-align: center;
}
.footer_menu{
	width: 500px;
}
.footer_gray_box_outside{
	background-color: #F2F2F2;
	float: none;
	clear: both;
	padding: 5px;
}
.footer_gray_box_inside{ 
	border: 1px solid #E7E7E7; 
	background-color: White;
	padding: 5px;
	float: none;
	clear: both;
}


/* Schnellstartleiste *******************/
/****************************************/
.quick_jump_left{
	/*background-color: #006FEC;*/
	background-color: #DDE8EC;
	background-image: url(../gfx/main/quick_jump_left.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
	width: 500px;
}
.quick_jump_right{
	background-color: #868686;
	height: 25px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 233px;
}

/* Tabellen *****************************/
/****************************************/
.table_main{
	background: #F8F8FF;  
	border: 1px dashed #CECECE;  
}
.table_head{
	background: #E4E4E7;
	font-weight: bold;
	border-bottom: 1px dashed #CECECE;
}
.table_cell_1{
	background: #F1F1F3; 
}
.table_cell_2{
	background: #E7E7EB;
}

/* Sonstiges ****************************/
/****************************************/
.hinweis_box{ 
	background: #F8F8FF;  
	border: 1px dashed Gray;  
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.daten_box{
	padding: 7px; 
	background-color: #F0F0F0; 
	border: 1px dashed #CCCCCC; 
	margin-bottom: 20px;
	float: none;
	clear: both;
}

.img_rahmen{
	border: 1px solid Gray; 
	margin-right: 20px; 
	margin-bottom: 5px;
}
.no_flcl{
	float: none; 
	clear: both; 
}
.sub_container_small{
	width: 240px; 
	border-right: 1px solid #DDE8EC; 
	border-left: 1px solid #DDE8EC;
}
.sub_container_medium_left{
	width: 450px; 
	border-left: 1px solid #DDE8EC; 
	padding-left: 20px; 
	padding-right: 20px;
}
.sub_container_medium_right{
	width: 450px; 
	border-right: 1px solid #DDE8EC; 
	padding-left: 20px; 
	padding-right: 20px;
}
.sub_container_large{
	width: 691px; 
	border-left: 1px solid #DDE8EC; 
	border-right: 1px solid #DDE8EC;
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom: 20px;
}
.popup_container{
	margin-left: 2px;
}
.popup_head_center{
	background-image: url(../gfx/box/box_head_center.jpg);
	background-repeat: repeat-x;
	height: 22px;	
	color: #5e7a86;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px; 
	padding-top: 12px;
}
.popup_content{
	background-color: White;
	overflow: auto;
	text-align: left;
	padding-bottom: 16px;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
	left: 5px;
	margin-bottom: 0;
}
.sitemap_container{
	margin: 3px;
	float: none;
	clear: both;
}
.sitemap_top{
	float: left;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	margin: 3px;
	width: 100px;
	border: 1px dashed #999999;
	background-color: #EEEEEE;
}
.sitemap_element{
	float: left;
	background-color: #F4F4F4;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	margin: 3px;
	width: 120px;
	border: 1px dashed #CCCCCC;
}
