/* www.ludwigohlendorf.de */

/* -- 0. import
   -- 1. standards 
   -- 2. layout
   -- 3. navigation
   -- 4. content
   -- 5. links --*/
   
/* --0. import --*/
@import url("kontaktstyle.css");
@import url("newsstyle.css");


/* --1. standards --*/

html, body, div, p, h1, h2, h3, h4, ul, ol,  span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body{
	height: 100%;
	background-color:#fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
h1{
	font-size: 18px;
	color: #0083a9;
	
	}
	
h2{
	font-size: 14px;
	margin: 0 0 15px 0;
	}
p{
 	margin: 0 0 5px 0;
	line-height: 1.35em;
 	}
em, strong{
	font-style: normal;
	font-weight: bold;
	color: #003399;
	}

.fixfloat{
	clear: right;
	}
/* -- 2.layout --*/

#wrapper{
	
	width: 940px;
	/*height: 300px;*/	
	margin: 0px auto;
	}
/* -- header formatierung --*/
#header{
	width: 100%;
	height: 286px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 1;
	}
	
div#header h1{
	position: relative;
	width: 400px;
	height: 122px;
	font-size: 0.01em;
	color: #79c4ff;
	z-index: 1;
	}

div#header h1 a{
	position: absolute;
	width: 400px;
	height: 122px;
	font-size: 0.001em;
	color: #79c4ff;	
	background: none;
	overflow: hidden;
	z-index: 1;
	
	}

div#header h1 a:hover{color: #79c4ff;}
html>body div#header h1 a:hover{color: #79c4ff;}

/* -- end of header --*/
#flash{
	width: 537px;
	height: 132px;
	position: absolute;
	top: 139px;
	left: 220px;
	z-index: 20;
	
	}
	
#content{
	width: 100%;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	z-index: 10;
	background-position: 279px 0px;	
	}
#text{
	width: 418px;
	float: left;
	position: relative;
	z-index: 30;
	margin: 0 0 0 30px;
	}

#footer{
	float: left;
	background-image: url(../images/footer.jpg);
	width: 937px;
	height: 425px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 20;
	margin: -170px 0 0 0;	
	}
.post{
	width: 400px;
	position: absolute;
	top: 240px;
	left: 350px;	
	}
.post p{
	width: 200px;
	height: 60px;
	float: left;
	line-height: 1.55em;
	font-size: 11px;
	color: #fff;
	
	}
a img{
border: none;
	}
	
/* -- end of layout --*/

/* --3. navigation --*/

#nav{
	width: 279px;
	height: 300px;
	float: left;
	background-image: url(../images/bg-nav-main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top: -40px;
	z-index: 50;
	}
#nav ul{
	list-style: none;
	margin: 10px 15px 0 0;
	}
#nav li{
	text-align: right;
	}
#nav li a{
	font-size: 13px;
	font-weight: bold;
	color : #333;
	text-decoration : none;
	text-align: right;
	background-image: url(../images/nav-off.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 14px 0 0;
	line-height: 2.6em;
	}
#nav li a:hover {
		color : #f00;
		font-size: 13px;
			
		background-image: url(../images/nav-on.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 14px 0 0;
		}
#standard{
	width: 153px;
	float: left;
	margin: 0 0 0 45px;
	position: relative;
	top: -30px;
	z-index: 50;
	}
#standard ul{
	list-style: none;
	
	}
#standard li{
	line-height: 1.9em;
	}
#standard li a{
	font-size: 11px;
	color : #003399;
	
	text-decoration : none;
	padding: 0  0 0 17px;
	
	}
#standard li a:hover {
		text-decoration : underline;
		padding: 0  0 0 17px;
		
		}
.home{
	background-image: url(../images/icon-home.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.history{
	background-image: url(../images/icon-history.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.contact{
	background-image: url(../images/icon-contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.newsletter{
	background-image: url(../images/icon-newsletter.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.anfahrt{
	background-image: url(../images/icon-anfahrt.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.impress{
	background-image: url(../images/icon-impress.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
/* -- end of navigation --*/

/* --4. content --*/

#text h1{
	width: 440px;
	position: relative;
	top: -47px;
	left: -20px;
	z-index: 40;
	border-bottom: 1px solid #3366cc;
	color: #3366cc;
	text-align: right;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	}
	
.logos{
	width: 127px;
	float: left;
	margin: 10px 80px 0 45px;
	}
.logos3{
	width: 127px;
	float: left;
	margin: 10px 0px 0 0;
	}
.open {
	width: 50px;
	float: left;
	margin: 0px 5px 0 0px;
	
	}
.open2 {
	width: 130px;
	float: left;
	margin: 20px 30px 0px 0;
	
	}
.open3 {
	width: 130px;
	float: left;
	margin: 20px 0px 0px 0;
	
	}
.karte{
	float: left;
	width: 418px;
	height: 300px;
	}	
.map24{
	position: absolute;
	top:50px;
	left: 5px;
	z-index: 50;
	}
.fahren{
	position: absolute;
	top:40px;
	left: 0px;
	z-index: 40;
	}
img.float{
	float: left;
	margin: 10px 10px 10px 0;
	}
img.float2{
	float: left;
	margin: 0px 10px 5px 0;
	}
	
/* --5.links --*/
a{
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}
	
/* --6. cms logout--*/

.angebot img{
	float: left;
	margin: 0 10px 5px 0;
	}


/* --cms logout--*/
.ewcms_edit_logout img{
	display: none;
	
	}
#ewcms_edit_controller{
	width: 100%;
	height: 50px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	padding: 20px 0px 0 0;
	background-image: url(../images/bg-logout-cms.png);
	background-repeat: repeat-x;
	border-bottom: 5px solid #fff;
	}
	
a.ewcms_edit_logout {
	color: #fff;
	text-decoration: underline;
	margin: 0 20px 0 0;
	}
a:hover.ewcms_edit_logout {
	color: #000;
	text-decoration: underline;
	}

.ewcms_loopend{
	margin: 60px 0 0 0;
	}

img.ewcms_edit_img{
	float: left;
	width: 16px;
	height: 16px;
	}