body { 
	padding-top: 40px;
	background-color: #c0c0c0;
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
}

#content { 
	width: 651px; 
	height: 500px; 
	padding: 30px 15px 15px 30px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: left; 
	font-family: Verdana, Helvetica, Arial; 
	font-size: 11px; 
	font-weight: normal; 
	color: #8c8c8c;
	background-image: url(media/bg_ks.png);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	padding-bottom: 20px;
}

#adresse {
	padding-left: 50px;
	float: left;
	width: 235px;
}

#anfahrt {
	float: left;
	width: 235px;
}

h2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cece0d;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a:link { color: #cece0d; }
a:visited { color: #cece0d; }
a:hover { color: #bdee0e; }
a:active { color: #bdee0e; }

