<!--

/*-----------------------------------------------------------------------------
 * HTML Elemente
 *---------------------------------------------------------------------------*/
body,td,th,div,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

div{ border: 0px solid red; }
table { border-collapse: collapse; }
form{ display: inline; }

h1 { font-size: 16px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 12px; font-weight: bold; }
h5 { font-size: 12px; font-weight: bold; }

a:link		{ color: #1571BD; text-decoration: underline; }
a:active	{ color: #235B89;text-decoration: underline; background-color: #FFFCC6}
a:visited	{ color: #36648A; text-decoration: underline; }
a:hover 	{ color: #235B89; text-decoration: none; }

ul{
	list-style-position: outside;
}

input.text_input, textarea, select.select{
	color: #13314A;
	background-color: #EEE;
	border: 1px solid #13314A;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button{
	color: #13314A;
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
	border-color: #13314A;
}

option{ }

/*-----------------------------------------------------------------------------
 * Diverses
 *---------------------------------------------------------------------------*/

div#main_div{
	text-align: left;
	margin: 0px 0px 30px 0px;
}

div#frame_div{
	width: 918px;
	overflow: hidden;
}

div#credits_div a{
	text-align: left;
	margin: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 10px;
}

div.pair{ 
	overflow: hidden;
	padding: 5px;
	margin: 1px;
}

div.group
{
  padding:5px;
  border:1px solid #122544;
  width:410px;
}

div.pair *.pair_key{
	overflow: hidden;
	width: 80px;
	float: left;
	display: block;
	text-align: left;
	padding-right: 5px;
}

div.pair *.pair_val{ 
	overflow: hidden;
  text-align:Right;
}

*.clear_left{
	clear: left;
}

*.clear_all{
	clear: both;
}

*.required{
	font-weight: bold;
	color: red;
}

div.submit, div.reset{
	text-align: right;
}

div.delimiter{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	margin: 25px 0px 25px 0px;
}

*.white_bold{
	font-weight: bold;
	color: white;
}

/*-----------------------------------------------------------------------------
 * Header
 *---------------------------------------------------------------------------*/

div#header_div{
	height: 146px;
	width: 918;
	background-image: url('/images/header.jpg');
}

div#pseudo_header_image_div{
	width: 918px;
	height: 117px;
	cursor: pointer;
}

div#lang_chooser_div{
	position: relative;
	top: 10px;
	z-index: 500;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

div#lang_chooser_div a:link    { color: white; text-decoration: none; background-color: transparent;}
div#lang_chooser_div a:visited { color: white; text-decoration: none;  background-color: transparent;}
div#lang_chooser_div a:active  { color: white; text-decoration: none;  background-color: transparent;}
div#lang_chooser_div a:hover   { color: white; text-decoration: underline;  background-color: transparent;}

/*-----------------------------------------------------------------------------
 * Navi
 *---------------------------------------------------------------------------*/
div#navi_div{
	width: 220px;
	color: #13314A;
}

div.navi_item{
	width: 221px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #13314A;
	background-color: #E9E9E9;
	margin: 0px 0px 1px 0px;
	text-align: left;
	cursor: pointer;
}

div.navi_item_active{
	width: 221px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #13314A;
	background-color: #C2CFD4;
	margin: 0px 0px 1px 0px;
	text-align: left;
	cursor: pointer;
}

div.navi_sub{
	width: 221px;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	color: #888;
	background-color: #D2DFE4;
	margin: 0px 0px 1px 0px;
	text-align: left;
	cursor: pointer;
}

div.navi_sub_active{
	width: 221px;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	background-color: #C2CFD4;
	margin: 0px 0px 1px 0px;
	text-align: left;
	cursor: pointer;
}

div.navi_item:hover{ color: #13314A; }

div#navi_emo_div{width: 221px; height: 288px;}
div#navi_email_address{
	width: 221px;
	padding: 20px 0px 20px 8px;
	background-color: #EBEBEB;
}

a.navi_link:link    { color: #13314A; text-decoration: none;  background-color: transparent;}
a.navi_link:visited { color: #13314A; text-decoration: none;  background-color: transparent;}
a.navi_link:active  { color: #13314A; text-decoration: none;  background-color: transparent;}
a.navi_link:hover   { color: #235B89; text-decoration: none;  background-color: transparent;}


/*-----------------------------------------------------------------------------
 * Content Allgemein
 *---------------------------------------------------------------------------*/

.pdfbx {
	width: 90px;
	overflow: hidden;
	margin-bottom:10px;
}


div#content_div{
	width: 918px
	vertical-align: top;
	overflow: hidden;
}

div#left_content_div{
	overflow: hidden;
	float: left;
}

div#right_content_div{
	overflow: hidden;
	width: 670px;
	position: relative;
	z-index: 200px;
	float: right;
	text-align: left;
	padding: 20px 0px 15px 0px;
}

div.content_detail{
	margin-bottom: 17px;
}

div.content_detail_text{
}

div.content_detail_download{
	overflow: hidden;
}

div.content_download_header_cell{
	font-weight: bold;
	background-color: #C2CFD4;
}

div.content_download_cell{
	background-color: #E9E9E9;
}

div.content_download_header_cell, div.content_download_cell{
	float: left;
	width: 200px;
	margin: 1px 1px 0px 0px;
	padding: 7px;
	font-size: 10px;

}

div.content_page_options{
	margin-top: 25px;
	text-align: left;
}

div.content_bildtext{
	font-size: 10px;
	color: #666;
	text-align: right;
}

div#kontakt_hint{
	overflow: hidden;
	position: relative;
	width: 420px;
}

div#login_hinttext{
	width: 500px;
}

/* Content: Aktuelles */

.news_img{
	padding-right:10px;
	width:150px;
	vertical-align: top;
}

div.news_item{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #C2CFD4;
}

div.news_date{
	color: #666;
	font-size: 10px;
	float: right;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

div.news_title{
	font-size: 14px;
	font-weight: bold;
}

div.news_content{
}

div.news_attachment{
	margin-top: 15px;
}

div#kontakt_address{
	margin: 10px 10px 25px 0px;
	clear: both;
	position: relative;
	left: 160px;
}

#kontakt_errors{
	margin: 10px 10px 25px 0px;
	clear: both;
	position: relative;
}

.kontakt_error_message{
}

ul#kontakt_errors_list{
	list-style-type: square;
}

/*-----------------------------------------------------------------------------
 * Footer
 *---------------------------------------------------------------------------*/
div#footer_div{
	width: 918px;
	height: 142px;
	background-image: url('/images/footer_bg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#footer_div div{
	height: 142px;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	color: white;
	padding: 0px 10px 0px 10px;
	float: left;
}

div#footer_div td{
	font-weight: bold;
	font-size: 11px;
	color: white;
}

div#address_div{
	top: 79px;
}

div#tel_div{
	top: 79px;
	margin-left: 15px;
}

div#slogan_div{
	top: 79px;
	text-align: center;
	margin-left: 15px;
}

div#region_div{
	top: 79px;
	text-align: left;
	margin-left: 15px;
}

h1.headline{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 140%;
}

/*-----------------------------------------------------------------------------
 * Modul: Angebote
 *---------------------------------------------------------------------------*/

div.angebot{
}

*.angebot_date{

}

*.angebot_title{
	font-weight: bold;
}

div.angebot_image_box{
	float: right;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px dashed #CCC;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

div.angebot_image{
	margin: 0px 0px 20px 0px;
}

div.angebot_image_box img{
}

div#angebot_langtext{
	text-align: justify;
}

.angebote_downloads_headline{
	background-color: #C2CFD4; 
	border-bottom: 1px solid #999; 
	padding: 5px 5px 5px 5px;

}

.angebote_downloads{
	font-size: 12px;
	font-weight: bold;
}

.angebote_bild{
	padding-right: 10px;
}

.angebote_downloads_table{
	border: 1px solid #999;
	border-collapse: collapse;
}

.angebote_download_text{
	padding: 3px 10px 3px 10px;
	background-color: #eee;
}

#flash
{
	margin-left:767px;
	margin-top:-4px;
  width: 117px;
  height: 106px;
  background: url('../images/bguhr.gif'); 	
  border: 1px solid #fff;
}

#slogan
{
	font-size:12px;
	font-weight:bold;
	color:white;
	margin-left:735px;
	margin-top:-20px;	
	position: absolute;
}

-->
