body {
	margin:0px;
	padding:0px;
	background-color: white;
	background-image: url("../../pix/backgrounds/main_back.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}



/**** SCROLLBAR IMMER EINBLENDEN ****/
#gecko_scrollbar {
 display: none;
}
html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}




/*** **** HINTERGRUENDE **** ***/
.main_top_left_back {
	background-image: url("../../pix/backgrounds/main_top_left_back.gif");
	background-repeat: no-repeat;
	background-position: right 0px;
}
.main_top_right_back {
	background-image: url("../../pix/backgrounds/main_top_right_back.gif");
	background-repeat: no-repeat;
	background-position: left 0px;
}
.main_bottom_left_back {
	background-image: url("../../pix/backgrounds/main_bottom_left_back.gif");
	background-repeat: no-repeat;
	background-position: right 0px;
}
.main_bottom_right_back {
	background-image: url("../../pix/backgrounds/main_bottom_right_back.gif");
	background-repeat: no-repeat;
	background-position: left 0px;
}
.main_top_seperator_back {
	background-color: white;
	background-image: url("../../pix/backgrounds/main_top_seperator_back.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.main_bottom_seperator_back {
	background-color: white;
	background-image: url("../../pix/backgrounds/main_bottom_seperator_back.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu_back {
	background-color: white;
	background-image: url("../../pix/backgrounds/menu_back.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content_back {
	background-color: white;
	background-image: url("../../pix/backgrounds/content_back.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.solid_color_back {
	background-color:#8ABD23;
}




/*** **** MENU **** ***/
.menu_link_1 {
	width:200px;
	height:25px;
	display:block;
	cursor: pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#002752;
	font-weight: bold;
	text-decoration: none;
	background-color:#F1F3F6;
	background-image: url("../../pix/elemente/arrow_menu.gif");
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.menu_link_1:hover{
	background-color:#DAE6F4;
	background-image: url("../../pix/elemente/arrow_menu_hover.gif");
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.menu_link_1 div {
	padding: 5px 0px 0px 28px;
}
.menu_link_1_aktiv {
	width:200px;
	height:25px;
	display:block;
	cursor: pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#DAE6F4;
	background-image: url("../../pix/elemente/arrow_menu_aktiv.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu_link_1_aktiv div {
	padding: 5px 0px 0px 28px;
}
.menu_spacer_1 {
	background-image:url("../../pix/elemente/menu_spacer_1.gif");
	background-repeat: repeat-x;
}


.menu_link_2 {
	width:200px;
	height:25px;
	display:block;
	cursor: pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#002752;
	font-weight: normal;
	text-decoration: none;
	background-color:#E8EEF5;
	background-image: url("../../pix/elemente/arrow_menu.gif");
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.menu_link_2:hover{
	background-color:#DAE6F4;
	background-image: url("../../pix/elemente/arrow_menu_hover.gif");
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.menu_link_2 div {
	padding: 5px 0px 0px 28px;
}
.menu_link_2_aktiv {
	width:200px;
	height:25px;
	display:block;
	cursor: pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#002752;
	font-weight: normal;
	text-decoration: none;
	background-color:#DAE6F4;
	background-image: url("../../pix/elemente/arrow_menu_hover.gif");
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.menu_link_2_aktiv div {
	padding: 5px 0px 0px 28px;
}




/*** **** LOGIN **** ***/
.login_form {
	
}
.login_form_font {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#002752;
}
.input_text {
	width:115px;
	height:20px;
	border: 0px;
	background-color: #E8EEF5;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#87A2C2;
	padding: 3px 0px 0px 6px;
}
a.input_submit {
	text-decoration:none;
	width:168px;
	height:20px;
	display:block;
	background-image: url("../../pix/buttons/login_submit.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
}
a.input_submit div {
	text-align: center;
	padding-top: 3px;
}
.login_title {
	padding-top: 4px;
}




/*** **** BREADCRUMB **** ***/
.breadcrumb {
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	color: #9FB0C5;
}
.breadcrumb div{
	padding: 7px 0px 0px 0px;
}
.breadcrumb span{
	color: #8ABD23;
}
.breadcrumb a{
	color: #8ABD23;
	text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.history_back {
	background-image: url("../../pix/elemente/history_back.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}




/*** **** CONTENT **** ***/
h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#002752;
	padding: 32px 0px 0px 0px;
	margin: 0px;
}
.content_font,.main_text,.main_font {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#002752;
}
a.internal-link{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#8ABD23;
	text-decoration: none;
}
a.internal-link:hover{
	text-decoration: underline;
}
a.download{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#8ABD23;
	text-decoration: none;
}
a.download:hover{
	text-decoration: underline;
}
a.external-link-new-window{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#8ABD23;
	text-decoration: none;
}
a.external-link-new-window:hover{
	text-decoration: underline;
}
a.mail{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#8ABD23;
	text-decoration: none;
}
a.mail:hover{
	text-decoration: underline;
}

/*** **** FOOTER **** ***/
.print_link {
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #9FB0C5;
}
.print_link a{
	text-decoration:none;
	color: #9FB0C5;
}
.print_link a:hover{
	text-decoration:underline;
}




/*** **** KONTAKT **** ***/
.contact_input_normal {
	background-color: #E8EEF5;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#87A2C2;
	border: 0px solid #E8EEF5;
	height: 24px;
	width:160px;
	padding: 5px 0px 0px 5px;
}
.contact_input_error{
	background-color: #C3CDD9;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#87A2C2;
	border: 0px solid #C3CDD9;
	height: 24px;
	width:160px;
	padding: 5px 0px 0px 5px;
}
.contact_textarea {
	background-color: #E8EEF5;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#87A2C2;
	border: 0px solid #E8EEF5;
	height: 134px;
	width:459px;
	padding: 5px 0px 0px 5px;
	overflow:auto;
}
.contact_textarea_error {
	background-color: #C3CDD9;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#87A2C2;
	border: 0px solid #C3CDD9;
	height: 134px;
	width:459px;
	padding: 5px 0px 0px 5px;
	overflow:auto;
}
.contact_title {
	padding: 1px 0px 0px 0px;
	background-image:url("../../pix/elemente/menu_spacer_1.gif");
	background-repeat: repeat-x;
	background-position: 0px 24px;
}
.contact_textarea_title{
	padding: 6px 0px 0px 0px;
	background-image:url("../../pix/elemente/menu_spacer_1.gif");
	background-repeat: repeat-x;
	background-position: 0px 24px;
}
a.contact_input_reset {
	text-decoration:none;
	width:160px;
	height:20px;
	display:block;
	background-image: url("../../pix/buttons/form_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
}
a.contact_input_submit {
	text-decoration:none;
	width:160px;
	height:20px;
	display:block;
	background-image: url("../../pix/buttons/form_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
}
a.contact_input_reset div {
	text-align: center;
	padding-top: 3px;
}
a.contact_input_submit div {
	text-align: center;
	padding-top: 3px;
}




/*** **** UMBAU **** ***/
.mod_select {
	width: 298px;
	background-color: #E8EEF5;
	border: 2px solid #E8EEF5;
}
.mod_title {
	padding: 1px 0px 0px 0px;
	background-image:url("../../pix/elemente/menu_spacer_1.gif");
	background-repeat: repeat-x;
	background-position: 0px 19px;
}




/*** **** FAHRZEUGLISTE **** ***/
.vehicle_list_odd_line {
	vertical-align: middle;
	background-color: #E8EEF5;
}
.vehicle_list_even_line {
	vertical-align: middle;
	background-color: #fff;
}
.vehicle_list_head {
	font-weight: bold;
}
.vehicle_list_head span{
	padding: 0px 8px 0px 8px;
}
.vehicle_list_text span{
	padding: 0px 8px 0px 8px;
}




/*** **** OVERLIB **** ***/
  .overlib_headline {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #002752;
	text-align: left;
	padding-left: 6px;
	padding-bottom:0px;
	height: 14px;
	vertical-align:bottom;
  }

  .overlib_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #707C9F;
	text-align: left;
	padding-left: 6px;
	padding-top:0px;
  }

  .overlib_bottom {
	background-color: #D8DCEB;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #002752;
	text-align: right;
	padding-right: 6px;
  }




/*** **** LEXIKON **** ***/
  .lexicon_caption {
	color:#435F88;
	font-size:11px;
	width:19px;
	height:20px;
	background-image:url("../../pix/backgrounds/alphabet.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
  }
  
  .lexicon_caption_active {
	color:#FFFFFF;
	font-size:11px;
	width:19px;
	height:20px;
	background-image:url("../../pix/backgrounds/alphabet_active.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
  }
  
  .lexicon_caption div{
  	text-align:center;
	margin-top: 3px;
  }
  
  .lexicon_caption_active div{
  	text-align:center;
	margin-top: 3px;
  }
  
  .lexicon_headline {
	color:#002752;
	font-size:11px;
  }
  
  .lexicon_maintext {
	color:#002752;
	font-size:11px;
  }
  
  .lexicon_link_active {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
  	text-align:center;
	vertical-align:middle;
	width:19px;
	height:20px;
  }
  
  .lexicon_link {
	color:#00335F;
	text-decoration: none;
	display: block;
  	text-align:center;
	vertical-align:middle;
	width:19px;
	height:20px;
  }
  
   .lexicon_link_inactive {
	color:#87A2C2;
	text-decoration: none;
	display: block;
  	text-align:center;
	vertical-align:middle;
	width:19px;
	height:20px;
  } 

