﻿* {
	margin: 0;
	padding:0;
}


body {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
}

#wrapper {
	border: thin solid #C0C0C0;
	width: 950px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url('Bilder/Hintergrund.png');
}
#leftcol {
	width: 286px;
	height: 650px;
	float: left;
	background-image: url('Bilder/Karinleftcolneu1.png');
}
#innen {
	width: 565px;
	height: 650px;
	float: left;
}
#oben {
	height: 190px;
}
#topnav {
	font-size: 11px;
}
#topnav ul {
	width: 565px;
	list-style-type: none;
}
#topnav li {
	float: left;
	width: 90px;
	text-align: center;
	margin-left: 0px;
}
#topnav a, #topnav a:link {
	text-decoration: none;
	display: block;
	color: #4A3940;
}

#topnav a:hover {
    color: #FF6513;
}
#inhalt {
	width: 565px;
	height: 427px;
	float: left;
	text-align: left;
	margin-top: 15px;
}
#inhalt ul {
    padding-left: 10px;
}

h2 {
	color: #2A3D5A;
}
