*{
	margin: 0;
	text-decoration: none;
	padding:0;
}

a img {
	border>:0;
}


body{
	background-color: ;
	font-family: Arial;
	
}

#main {
	position: relative;
	height: auto;
	width: 900px;
	margin:0 auto;
	top: 0px;
	background: none repeat scroll 0% 0% #FFF;
}

#main2 {
	position: relative;
	height: auto;
	width: 900px;
	margin:0 auto;
	top: 0px;
	left:2px;
	background: none repeat scroll 0% 0% #FFF;

}

#kopf {
	position: relative;
	height: 135px;
	width: 900px;
	margin:0 auto;
	top: 0px;
}

#menue {
	position: relative;
	height:65px;
	width: 900px;
	margin:0 auto;
	top: 0px;
}

#menuevertikal {
	position: relative;
	float:left;
	height: auto;
	width: 150px;
	top: 10px;
}

#inhalt {
	position: relative;
	float:left;
	height:auto;
	width: 720px;
	left:10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#inhalt a{
	text-decoration:none;
}

h2{
	font-weight:bold;
	font-family: Arial;
	font-size:16px;
}