@import "editor_style.css";
@import "images/fileicons/style.css";


body,html {


	margin: 0px;
	padding: 0px;
	text-align:center; 
	background:url("/_skins/base/images/background.jpg") repeat-x left top;
	line-height:22px;
}

html {overflow-y: scroll;}
.left{
	float:left;	
}
.clear{
	clear:left;	
}

/* @group Basis layout */

div#container {
	text-align:left; 
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
div#top{
	width:960px;
	height:9px;
	background:url("/_skins/base/images/top.jpg") no-repeat left top;	
}
div#header{
	width:960px;
	height:117px;
	background:url("/_skins/base/images/header.jpg") no-repeat left top;	
}
div.header_0{
	float:left;
	padding-left:18px;
	padding-right:13px;
	margin-top:30px;
	background:url("/_skins/base/images/header_0.jpg") no-repeat left center;	
	font-size:13px;
	font-weight:bold;
}
div.header_margin{
	margin-left:598px;
}


div#navigation{
	width:960px;
	height:48px;	
	background:url("/_skins/base/images/navigation.jpg") no-repeat left center;	
	padding-left:17px;
}
div#teaser{
	width:960px;
	height:220px;
	background:url("/_skins/base/images/teaser.jpg") no-repeat left center;	
}
div.teaser_bottom_left{
	float:left;
	width:589px;
	height:22px;
	background:url("/_skins/base/images/teaser_bottom_left.jpg") no-repeat left center;	
}
div.teaser_bottom_right{
	float:left;
	width:371px;
	height:22px;
	background:url("/_skins/base/images/teaser_bottom_right.jpg") no-repeat left center;	
}

div#main{
	width:960px;
	background:url("/_skins/base/images/main_bottom.jpg") repeat-x left bottom;
}
div#main_left{
	float:left;
	width:588px;
	margin-right:1px;
	background:url("/_skins/base/images/main_top_0.jpg") repeat-x left top;
}
div#main_right{
	float:left;
	width:371px;
	background:url("/_skins/base/images/main_top_0.jpg") repeat-x left top;
}
div#main_left_content{
	margin-top:38px;
	margin-bottom:38px;
	background:url("/_skins/base/images/main_top_1.jpg") repeat-x left top;
	min-height:50px;
}
div#main_right_content{
	margin-top:38px;
	margin-bottom:38px;
	width:371px;
	background:url("/_skins/base/images/main_top_1.jpg") repeat-x left top;	
	min-height:50px;
}

div.padding_33{
	padding-left:33px;
	padding-right:33px;	
}


div#teaser_left{
	float:left;
	width:589px;	
}
div#teaser_right{
	float:left;
	width:371px;
	height:220px;	
}
div#teaser_left_top{
	color:#690000;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:90px;
}
div#teaser_left_bottom{
	width:420px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;	
}




div.struct{
	
}

div.struct_left{
	float:left;
	margin-right:15px;	
	margin-bottom:30px;	
}
div.struct_left img{
	float:left;
}	
div.struct_right{
	float:left;
	margin-bottom:30px;	
}
div.struct_right_0{
	color:#690000;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;	
	text-transform:uppercase;
	margin-bottom:10px;
}
div.struct_right_1{
	width:385px;	
}

div#google_maps{
	border:1px solid #414040;
}

div#bottom_left{
	text-align:left;
	width:447px;
	padding-left:33px;
	padding-top:8px;
}
div#bottom_right{
	text-align:right;
	width:447px;
	padding-right:33px;	
	padding-top:8px;
}




/* @group Navigation */

div.navbutton {
	float:left;
	background:url("/_skins/base/images/navbutton.jpg") repeat-x left top;	
}
div.navbutton:hover, div.navbutton_active{
	background-position:left bottom;	
}
div.navbutton a{
	text-decoration:none;
	display:block;	
	padding-left:16px;
	padding-right:16px;
	line-height:48px;
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
}


/* @end */

div.Kontaktformular{
	width:305px;
}
div.textfeld, div.textarea, div.submit input{
	width:291px;
	border:1px solid #cecece;
	background:#e8e7e7;	
	padding:6px;
	margin-bottom:15px;
}

div.feld_0{
	padding-left:15px;	
	color:#690000;
	font-weight:bold;
	line-height:20px;
}
div.feld_1 input, div.area_1 textarea{
	width:288px;
	border:1px solid #cecece;
}
div.submit input{
	width:150px;
	margin-bottom:0px;
	color:#690000;
	border:1px solid #b7b7b7;
	padding-top:3px;
	padding-bottom:3px;
}
div.submit input:hover {
	font-weight:bold;	
}
span.errorMessage{
	font-weight:bold;
	color:#df0808;	
	line-height:30px;
}
div.area_1 textarea{
	height:100px;	
}
/*
<div class='textfeld'>
		<div class='feld_0'>Name</div>
		<div class='feld_1'>{{Name}}</div>
		<span class='errorMessage'>{{message.errorForName}}</span>
	</div>	
*/
















