@charset "UTF-8";
/* CSS Document */

* img {
	border:none;
		}

* {
	margin:0;
	padding:0;
	}
	


body {
	background-image:url(../images/layout/back.jpg);
	background-position:top;
	background-repeat:repeat;
	}
	
#wrapper {
		margin:0 auto;
		background-color:#FFFFFF;
		width:800px;
		}
		
#content {
		margin:0 auto;
		background-color:#FFFFFF;
		width:800px;	
		}
		
		

				
.pic1 {
	position:relative;
	}
	
	
.logo {
	position:relative;
	}
	
#menu {
	position:relative;
	}
	

	
	
#inhalt1 {
	position:relative;
	}

#inhalt2 {
	position:relative;
	}
	
	
#inhalt3 {
	position:relative;
	top:80px;
	}
	
#inhalt4 {
	position:relative;
	top:60px;
	}	
	
#inhalt5 {
	position:relative;
	top:30px;
	}

#links{
	left:78px;
	position:relative;
	float:left;
	width:320px;
}

#rechts{
	left:150px;
	position:relative;
	float:left;
	width:320px;
}
	
#inhaltcomplete {
	position:relative;
	top:30px;
	height: 380px;
}		
		
.h1 {
	font-style:normal;
	font-family:Helvetica;
	font-size:22px;
	color:#D3E006;
	line-height:15px;
	}
	
.h2 {
	font-family:Arial;
	font-size:12px;
	color:#000;
	line-height:20px;
	font-style:normal;
	
	}
.h3 {
	font-family:Arial;
	font-size:12px;
	color:#a4a4a4;
	line-height:15px;
	}

	
.leiste {
	position:relative;
	left:78px;
	font-family:Arial;
	font-size:12px;
	width:540px;
	color:#a4a4a4;
	top: 222px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#a4a4a4;
	padding:1px;
	z-index: 2;
	}
	
.leistelink {
	position:relative;
	font-family:Arial;
	font-size:12px;
	color:#D3E006;
	line-height:15px;
	margin-left:79px;
	}
	
.blume {
	position:relative;
	left:625px;
	width:180px;
	margin-buttom:0;
	padding-bottom:0;
}

#button {
	position:relative;
	width:625px;
	}
	
.imp {
	position:relative;
	width:650px;
	height:auto;
	top:40px;
	border:0;
	text-decoration:none;
	z-index: 8;
	left:78px;
}
	


a:link {  color:#a4a4a4; text-decoration:none; }
a:visited {  color:#a4a4a4; text-decoration:none; }
a:hover {  color:#D3E006; text-decoration:none; }
a:active {  color:#a4a4a4; text-decoration:none; }
