body {
	font-family: Lucida Grande, Lucida Sans Unicode, verdana, geneva, sans-serif;
	font-size:62.5%;
	color:#555;
	margin:40px;
	background:url(../images/body.gif) top repeat-x #cdcdcd;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
}

.fixed {
	width:760px;
}

#header {
	height:140px;
	background:url(../images/header.jpg) top repeat-x;
}

.snavi {
	position: relative; top: -30px;
	height:37px;
	background:url(../images/spiegelnavi.jpg) top no-repeat;
}

#header h1 {
	height:45px;
	font:300% Trebuchet MS;
	padding:30px 10px 13px 18px;
	color:#fff;
}

.kennen {
	position: relative; right: 100px; top: 45px;
	float:right;
	font:150% Trebuchet MS;
	color:#fff;
	}

#nav {
	margin:0 0 0 0;
}

#nav li {
	font-size: 12px;
	list-style:none;
	display:inline;
	padding-top: 3px;
	padding-bottom: 18px;
	padding-right: 3px !important;
	padding-left: 18px !important;
	padding-right: 9px; /*ie*/
	padding-left: 0px; /*ie*/
}

#nav li a {
	padding:3px 2px 2px 2px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#0373C5;
	color:#fff;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:160px;
	padding:10px;
	float:right;
	background:#C8E4EE;
	margin:0 0 10px 10px;
	border-left:1px solid #97CBDF;
	border-right:1px solid #97CBDF;
	border-bottom:1px solid #97CBDF;
	color:#1F5063;
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:100% Arial;
	line-height:20px;
}

#content {
	padding:0 15px;
	font-size:120%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	padding:0px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}

#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}

	
	

