@charset "utf-8";
/* Page */

body{
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Calibri;
	font-size:12px;
	color:#58585a;
}

#page{
	width:100%;
}

#block{
	width:1000px;
	text-align:left;
	margin: 30px auto 0px auto;
}

#header{
	width:100%;
	height:140px;	
	overflow:hidden;
	text-align:left;
}
#logo{
	width:167px;
	height:114px;
	bottom:0px;
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
	text-align:left;
	top: 10px;
}
#images{
	width:650px;
	height:120px;
	float:left;
	position:relative;
	text-align:left;
	left: 183px;
}

#mainnavigation, #subnavigation{
	width:100%;
	height:13px;
	clear: both;
	font-size:12px;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
}

#border{
	width:1000px;
	height:4px;
	float:left;
	position:relative;
	margin-right:5px;
	background-color: #ffed00;
	text-align:left;
	top: -19px;
}
#navigation{
	width:540px;
	height:13px;
	float:left;
	position:relative;
	text-align:left;
	top: -18px;
	left: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 5px;
}
#informationsboxen{
	width:175px;
	height:13px;
	float:left;
	position:relative;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	left: 660px;
	top: -14px;
}
#icons{
	width:150px;
	height:13px;	
	margin:0px;
	float:left;
	position:relative;
	text-align:right;
}

#content{
	width:100%;
	height:324px;
	padding: 40px 0px 10px 0px;
	clear: both;
	top: 0px;
}
#subnavigation{
	width:165px;
	float:left;
	position:relative;
	margin:0px 5px 0px 0px;
	margin-right:10px;
	text-align:left;
	top: -14px;
}
#text{
	width:645px;
	height:545px;
	float:left;
	position:relative;
	text-align:left;
	overflow:auto;
	margin-top: -7px;
	margin-bottom: 7px;
	margin-left: 0px;
	right: 175px;
	top: -14px;
}

#bild{
	width:530px;	
	float:left;
	position:relative;
	text-align:left;
}

#bildtext{
	width:300px;	
	height:320px;
	margin-top:30px;
	float:left;
	position:relative;
	text-align:left;
	overflow:auto;
}

#texthome{
	width:830px;	
	float:left;
	position:relative;
	text-align:left;
}

#footer{
	width:100%;
	height:65px;
	padding: 10px 0px 5px 0px;
	clear: both;
	text-align: center;
	color: #58585a;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ffed00;
}

/* Main navigation */
#navigation ul{
	margin:1px 0px 0px 0px;
	padding:0px;
}
#navigation li {
	list-style:none;
	float:left;	
}
#navigation a, #icons a, #subnavigation a{
	color:#58585a;
	text-decoration:none;
	letter-spacing:1px;
}
#navigation a:hover, #subnavigation a:hover, .aktiv{
	color:#ffed00;
	font-weight:bold;
} 
#icons a:hover{
	color:#ffed00;
}


/* Icons */
.icons{
	margin-right:10px;
}


/* Subnavigation navigation */
#subnavigation ul{
	background-color: #f5f5f7;
	margin:0px;
	padding:0px;
}
#subnavigation li {
	background-color: #f5f5f7;
	list-style:none;	
	margin-bottom:7px;
}


/* Images */
.textfloatsright{
	float:left;
	margin-right:7px;
}
.textfloatsleft{
	float:right;
	margin-left:7px;
}


/*Form*/
.input, select, textarea{
	border:1px solid #58585a;
	font-size:10px;
	width:150px;
}
select{
	width:154px;
	height:20px;
}
.input{	
	height:15px;
}
.label{
	font-weight:bold;
}
.formlink {
	border:1px solid #58585A;
	color:#58585A;
	padding:1px 3px;
	text-decoration:none;	
}	

/*Text*/
h2{
	color:#3EA228;
	font-size:16px;
	margin-top:5px;
}

.hinweis{
	font-size:10px;
}

.color{
	color:#3EA228;
	font-weight:bold;
}

/* Teaser */
#footer ul {
	margin-top:0px;
}

#footer li {
	float:left;
	margin-right:80px;
	list-style-type:none;
	text-transform:none;
	font-size:14px;	
}

#footer a {
	text-decoration:none;
	color:#3EA228;
}
.top50{
	padding-top:20px;
}
.teaser1{
	width:100px;
	height:100px;
	padding-top:36px;
	background-image:url(../bildmaterial/sonne.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.teaser2{
	width:280px;
	text-align:center;
	height:100px;
	padding-top:36px;
	
}
.teaser3{
	width:100px;
	height:100px;
	padding-top:36px;
	padding-right:55px;
	background-image:url(../bildmaterial/prospekt-bestellen.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

