@charset "UTF-8";

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-repeat: repeat-x;
	background-image: url(img/verlauf.jpg);
	background-attachment: scroll;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline overline;
}
	
#b4a {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position:absolute;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
}
	
#kopf {
	padding: 0px;
	height: 200px;
	width: 900px;
}

#bauch {
	width: 900px;	
}
#navi {
	width: 200px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;	
}
#inhalt {
	margin-left: 240px;
	margin-right: 40px;
	padding-top: 0px;
	padding-left: 0px;	
}

#fuss {
	text-align: center;	
}



.clear {
	clear: both;
}
#b4a #fuss img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

