* {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: no-repeat;
	background-color: white;
	font-family: Verdana, sans-serif;
}

#content {
	width: 1000px;
}

#banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	height: 180px;
}

#logo {
	position: absolute;
	left: 100px;
	top: 27px;
}

#navi {
	padding-right: 38px;
	margin-top: 147px;
	list-style-type: none;
	float: right;
}

*+html #navi {
	margin-top: 88px; /* todo */
}

#navi li {
	float: left;
}

#navi li a {
	padding: 13px 11px 12px 11px;
	text-align: center;
	width: 121px;
	padding-top: 10px;
	height: 26px;
	color: #0056a2;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#navi li a:hover, #navi li a.current {
	color: black;
	background-image: url('images/navi.png');
	background-repeat: repeat-x;
	background-position: right top;
}

#fader {
	position: absolute;
	z-index: -10;
	height: 361px;
}

#left {
	float: left;
	width: 315px;
	padding-right: 50px;
	margin-left: 114px;
	min-height: 392px;
}

#right {
	float: left;
	width: 470px;
	margin-top: 40px;
	overflow: hidden;
}

.spacer {
	border-left: 1px solid #c7c6c5;
	height: 300px;
	padding-left: 18px;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	color: inherit;
}

p {
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 11px;
}

p.subtitle {
	line-height: 17px;
	font-weight: bold;
	color: #353026;
	font-size: 12px;
}

div.address {
	background-color: #0056a2;
	color: white;
	font-size: 12px;
	padding: 5px 0 0 10px;
	/*width: 325px;*/
	height: 70px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: -10px;
}

#left p.subtitle {
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.pane {
	float: left;
	width: 470px;
}

.js .pane {
	display: none;
}

#scroller {
	width: 2350px;
}

h1 {
	margin-bottom: 16px;
	line-height: 24px;
	color: white;
	font-weight: normal;
	font-size: 22px;
}

h2 {
	margin-bottom: 7px;
	border-bottom: 1px solid #0056a2;
	font-weight: normal;
	color: #0056a2;
	font-size: 18px;
}

h3 {
	color: #0056a2;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #0056a2;
	font-size: 12px;
	font-weight: normal;
}

.teacher {
	font-size: 12px;
	margin-left: 130px;
}

.teacher ul {
	list-style-position: inside;
}

.teacher p {
	margin-top: 20px;
	margin-bottom: 5px;
}

.products {
	color: #353026;
	font-size: 12px;
	list-style-type: none;
}

.products img {
	border: 1px solid #b2b2b2;
	float: left;
	margin-right: 15px;
	width: 182px;
	margin-top: 5px;
}

/*.products h2, .products p {
	margin-left: 200px;
}*/

.impressum {
	padding: 30px;
	line-height: 14px;
	font-size: 10px;
	color: #0056a2;
	font-family: Verdana, sans-serif;
	
}

.left {
	float: left;
}

.karte {
}