/********************************* BASICS **********************************/

html {
	background:url(img/body-background.jpg) repeat-x top left #fffefe;
	}

body {
	background-image:url(img//background-html.jpg);
	background-repeat:no-repeat;
	}
* {
	margin:0;
	padding:0;}

#main {
	width:727px;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	margin:auto;
	background-color:#ededed;
	line-height: 12pt;
	color:#262626;
}
	
.clear {
	clear:both;}
	
img a {
	border:none;}
	
h1 {
	color:#6b6b6b;
	font-size:23px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	}
	

a {
	 color:#6b6b6b;
	text-decoration:underline;
	outline:none;
	}
	
a:hover {
	text-decoration:none;}
	


#top-main {
	width:726px;
	height:100%;
	margin:auto;
	}

/********************************* HEADER **********************************/

#header {
	width:727px;
	height:134px;}
	
#left {
	width:423px;
	height:134px;
	float:left;
	background-image:url(img/left-picture-head.jpg);
	background-repeat:no-repeat;}
	
#right {
	width:303px;
	height:134px;
	float:left;
	background-image:url(img/bg-right-head.jpg);
	background-repeat:repeat-y;}
	
#right-bottom {
	background-color:#668330;
	height:40px;}
	
.head-slogan {
	height:35px;
	color:#fff;
	text-transform:uppercase;
	padding:30px 10px 30px 10px;
	font-size:20px;
	}

.head-slogan-under {
	text-transform:none;
	font-size:14px;
	letter-spacing:2px;
	padding-top:3px;
}
	
#right-bottom {
	color:#cfd8be;
	font-size:16px;}
	
#right-bottom a {
	color:#cfd8be;
	text-decoration:none;}
	
#right-bottom a:hover {
	text-decoration:underline;}
	
	
/********************************* CONTENT **********************************/
	
#content {
	background-color:#ededed;
	height:100%;
	padding: 20px;
	margin-top:1px;}
	
.trenn-linie01 {
	height:2px;
	border-bottom:solid 2px #668330;
	width:265px;
	padding-top:2px;
	}
	
.trenn-linie02 {
	height:2px;
	border-bottom:solid 2px #668330;
	width:320px;
	padding-top:2px;
	}
	
.trenn-linie03 {
	height:2px;
	border-bottom:solid 2px #668330;
	width:590px;
	padding-top:2px;
	}
	
	
.trenn-linie04 {
	height:2px;
	border-bottom:solid 2px #668330;
	width:475px;
	padding-top:2px;
	}
	
.trenn-linie05 {
	height:2px;
	border-bottom:solid 2px #668330;
	width:140px;
	padding-top:2px;
	}	
	
.text {
	margin-top:15px;}
	
.mehr-info-button {
	margin-top:40px;
	height:46px;
	width:402px;
	background-image:url(img/mehr-info-button-blume.jpg);
	background-repeat:no-repeat;
	margin-bottom: 40px;
}
	
.mehr-info-button p {
	color:#fff;
	font-size:22px;
	text-align:center;
	padding-top:13px;
}


.mehr-info-button a {
	color:#fff;}


#footer {
	height:40px;
	font-size:9px;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
}
	
#footer a {
	text-decoration:none;
	color:#262626;}
	
#footer a:hover {
	text-decoration:underline;}

