/* @override http://localhost:3000/stylesheets/base.css */

#content div.image_text img {
	margin-bottom: 5px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	color: #777;
	font: 13px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
}

a{
	text-decoration:none;
	color: #444;
}

a:hover{
	text-decoration:underline;
}

a img {
	border: none;
}

h2{
	font: 16px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px 0 0;
	clear: both;
	margin: 0;
	color: #444;

}

h1{
	color:#c31924;
	background: url(../images/dots.png) repeat-x 0 bottom;
	font: 16px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	width: 619px;
}

#left_container h1 {
	color:#c31924;
	background: url(../images/dots.png) repeat-x 0 bottom;
	font: 16px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	width: 274px;
}

.h1_content_bg {
	margin-bottom:20px;
}

#lines_top{
	background: url(../images/lines_top.png) repeat-x 0 -66px;
	height: 112px;
	width: 100%;
}

#height_100 {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	width:100%;
}

#page_bg {
	width: 100%;
	height: 100%;
	background: url(../images/dots.png) repeat-x 0 78px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

#header{
	overflow: auto;
}

#logo{
	float: left;
	margin-top: 16px;
	padding-left: 20px;
}


#page{
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	padding: 1px;
	overflow: auto;
}

#content_container{
	height: 100%;
	padding-bottom:145px;
	float: left;
	clear: both;
}

#mainnavigation{
	float: left;
	width: 748px;
}

#mainnavigation ul {
	margin: 42px 0px 0px;
	padding: 0;
	float:left;	
	font-size: 16px;
}

#mainnavigation ul li {
	list-style-type: none;
	margin-right: 40px;
	padding: 0px 0px 0;
	float: left;
	display: block;
}

#mainnavigation ul li.last {
	margin-right: 4px;

}

#mainnavigation ul li a {
	color: #c6cbc7;
	display:block;
	line-height: 36px;	
	
}
a{
	outline: none;
}
#mainnavigation ul li a:hover, #mainnavigation ul li a.active{
	text-decoration: none;
	color: #767675;
	background: url(../images/mainnavigation_active.png) no-repeat center 35px;
}

#left_container{
	width: 274px;
	float: left;
	margin-top:25px;
	font-size: 14px;
	line-height: 19px;
	padding-right:20px;
	height: 100%;
}


#subnavigation{
}

#subnavigation ul {
	margin: 0px;
	padding: 0 0px 5px 0;
	background: url(../images/dots_vertical.png) repeat-y;
	float: left;
	width: 270px;
}

#subnavigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 130px;
	position: relative;
}


#subnavigation ul li a{
	display: block;
	line-height: 20px;
	color: #c6cbc7;
	padding-left: 11px;
}

#subnavigation ul li a:hover, #subnavigation ul li a.active, #subnavigation ul li ul li a.active, #subnavigation ul li ul li a:hover{
	color: #767675;
	background: url(../images/dots_vertical_active.png) repeat-y;
	text-decoration: none;
}

#subnavigation ul li ul{
	float: left;
	width: 132px;
	position: absolute;
	left: 132px;
	top: 0px;
	margin: 0px;
}

#subnavigation ul li ul li{
	float: left;
	margin: 0px;
}

#right_container{
	background: url(../images/content_bg.png) repeat-y;
	margin-top:25px;
	float: left;
	font-size: 14px;
	height: 100%;
	width: 644px;
}


#content{
	font-size: 14px;
	line-height: 19px;
	margin-left: 4px;
	padding-left: 20px;
	float: left;
	clear: both;
}

/* @group molecules */

#content_container div.login{
	margin-bottom:20px;
}

#content_container div.login input.field {
	padding: 2px;
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #a3a3a3;
	width: 160px;
}

#content_container div.login input.field:hover, #content_container div.login input.field:focus{
		border:1px solid #c31924;

}

.login .senden input.button {
		font: 13px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #636363;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0;
	margin: 10px 0 0;
	width:90px;
	float: right;
}

#left_container div.news {
	padding-top: 20px;
}


#left_container .news_content {
	height: 96px;
	overflow: hidden;
}

.news_headline{
	font-weight:bold;
	margin-bottom: 20px;
}

div.news_image {
	margin-bottom: 20px;
}

#right_container #content div.news {
	margin-bottom:20px;
}

.search {
	margin-bottom:20px;
	float: left;
}

.search_result_site{
	color: #444;
}

#content div.search form {
	width: 626px;
	float: left;
	margin: 0;
	display: block;
}

#content_container div.search .search_input input{
	padding: 2px;
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #a3a3a3;
	width: 160px;
	margin-right: 10px;
	float: left;
}

#content_container div.search .search_input input:hover, #content_container div.search .search_input input:focus{
	border:1px solid #c31924;

}


#content div.search form div.search_button {
	float: left;
}

#content div.search form div.search_button input {
	font: 13px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #636363;
	width: 134px;
}

#content div.search form div.search_button input:hover{
	color: #000000;
}

#content div.search div.search_results ol li {
	border-bottom:1px dotted #dadbdb;
	margin-bottom: 11px;
	padding-left: 9px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.text {
	margin-bottom:20px;
	clear: both;
}



div.sitemap {
	margin-bottom:20px;
}

div.sitemap li {
	list-style-type: square;
}

.image{
	margin-bottom:20px;
}

.image_text{
	margin-bottom:20px;
	clear: both;
	overflow: auto;
}

.image_text img.no_float {
	margin-bottom: 20px;
	float: none;
	display: block;
}

.image_text img.right {
	margin-left: 20px;
	float: right;
}

.image_text img.left {
	margin-right: 10px;
	float: left;
}

.image_text .text{
	background-image: none;
	margin-bottom: 0;
	padding-left: 0;
	clear: none;
}	

.crew{
	padding-left: 20px;
	margin-bottom:20px;
	float: left;
}

.crew_text{
	float: left;
	width: 246px;
	margin-right: 20px;
}

.crew_javascript_action img {
	float: left;
	margin-right:1px;
}

.crew_javascript_action{
	float: left;
	width: 356px;
}







/* @group kontaktformular */


.contact_box_left{
	width: 322px;
	float: left;
	padding-top: 14px;
}

.contact_box_right{
	width: 300px;
	float: left;
	padding-top: 14px;
}

.content_kontakt{
	margin-bottom:20px;
	width: 624px;
	float: left;
}

.white{
	background-color: white;
	margin-left: 18px;
	padding-right: 5px;
	padding-left: 5px;
}

table td{
	padding: 1px 1px 2px;
} 

#form_textfeld {
	float: left;
	width: 252px;
}

#mail_errors {
	color: #2f2f2f;
	padding-top:14px;
}

#mail_errors ol.mail_errors {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content_kontakt textarea {
	padding: 1px;
    font-family: Arial,Verdana, Helvetica,  sans-serif;
	font-size: 12px;
	color: #303030;
	width: 248px;
	border: 1px solid #a3a3a3;
	margin: 0px 0 0;
	height: 150px;
}

.content_kontakt textarea:hover {
	border:1px solid #c31924;
}

.content_kontakt textarea:focus {
	border:1px solid #c31924;
}

.content_kontakt input.field {
	padding: 2px;
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #a3a3a3;
	width: 160px;
}

.content_kontakt input.field:hover {
	border:1px solid #c31924;

}

.content_kontakt input.field:focus {
	border:1px solid #c31924;
}

.content_kontakt input.field_betreff {
	padding : 2px;
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #a3a3a3;
	width: 183px;
}

.content_kontakt input.field_betreff:hover {
	border:1px solid #c31924;

}

.content_kontakt input.field_betreff:focus {
	border:1px solid #c31924;
}

.content_kontakt input.field:hover {
	border:1px solid #c31924;

}

.content_kontakt input.field:focus {
	border:1px solid #c31924;
}

.content_kontakt select {
	padding: 2px;
    font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #a3a3a3;
	font-size:12px;
	color: #777;
}

.padding_bottom {
	font-weight: bold;
	padding-bottom: 14px;	
}


.content_kontakt select:hover {
	border:1px solid #c31924;
}

.content_kontakt select:focus {
	border:1px solid #c31924;
}


.content_kontakt input.button {
	font: 13px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #636363;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0;
	margin: 0 47px 0 0;
	width:90px;
	float: right;
}

.content_kontakt input.button:hover{
	color: #000000;
}

.star{
	font-weight:bold;
	font-size:12px;
	padding-left: 5px;
}

.content_kontakt .senden{
	float: left;
	clear: both;
	background: url(../images/dots.png) repeat-x 0 top;
	margin-top: 2px;
	padding-top: 11px;
	width: 626px;
}

/* @end */

/* @end */

/* @group 404 500 etc */

.site_errors{
	margin-top: 30px;
}

.site_errors h1{
	margin-bottom: 12px;
	background-image:none;
}

/* @end */



#special_navi{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align:right;
}

.white_bg{
	
	background-color:white;
	float: right;
	padding-left:6px;
	padding-right:6px;
	margin-bottom: 0;
	height: 20px;
}
#bottom_navi{
	float: left;	
}

#bottom_navi *{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#bottom_navi ul {
	float: left;
}

#bottom_navi ul li, #bottom_navi span{
	list-style-type: none;
	float: left;
	padding-left:20px;
	margin: 0px 6px;
	padding: 0px;	
}

#bottom_navi a{
	color:#b9b9ba;
}

#bottom_navi a:hover, #bottom_navi a.active{
	color: #767675;
	text-decoration: none;

}

#dots_bottom{
	width: 100%;
	background: url(../images/dots.png) repeat-x 0;
	height: 25px;
	line-height: 23px;
}


#footer {
	width: 100%;
	color: #ccc;
	bottom: 0;
	background: url(../images/lines_bottom.png) repeat-x 0 bottom;
	height: 135px;
	position: absolute;
}

div.akkordeon_images {
	position: relative;
	width: 407px;
	height: 215px;
	float: left;
	overflow: hidden;
}

div.imageakkordeon_descriptions {
	float: left;
	width: 203px;
	margin-right: 10px;
}

span.akkordeon_image_caption {
	font-weight: bold;
}

#content div.bilderakkordeon div.akkordeon_images img {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

#content div.bilderakkordeon div.akkordeon_images a.active img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#notice {
	color: #be452d;
	padding: 2px;
}

div.akkordeon_image_canvas {
	width: 115px;
	height: 216px;
	position: absolute;
	background-color: white;
	padding-left: 1px;
}

div.bilderakkordeon {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

div.file_download {
	margin-bottom: 20px;
}


