@charset "utf-8";
body {
	background: #39F;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:16px;
}

#mainContent {
	margin: 20px auto;
	width:830px;
	border-top: solid 20px #06C;
	border-bottom: solid 7px #CCC;
	background:#FFF;
}

#logo {
	text-align:center;
	padding: 30px 0 45px 0 ;
}

#seite {
	margin-top:30px;
	padding-left: 5px;
	width: 200px;
	float: left;
	text-align:left;
	border-left:1px solid #CCC;
	margin-left:20px;
}

#seite a:link, #seite a:visited {
	display:block;
	padding: 1px 0px 1px 8px;
	margin: 2px 0 2px 0;
	text-decoration:none;
	color: #06C;
}

#seite a:hover {
	border-left:3px #06C solid;
	background:#EEE;
}

#inhalt {
	width: 500px;
	margin-left:40px;
	float: left;
	text-align:left;
	line-height: 15px; 
	text-align: justify;
}

a, a:link, a:visited {text-decoration:none; color: #06C; }

#footer {
	clear:left;
	text-align:right;
	padding: 150px 60px 5px 0;
}

img { border:0; }

h1 {
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	margin-bottom:30px;
	color: #333; 	
}

h2 {
	font-size:16px;
	color: #00F;
}

h3 {
	font-size:12px;
	color: #333;
}

td {
	padding: 2px;
	margin: 2px;
}

.hervorhebung { 
	color: #06C; 
}

li {
	padding:5px;
}
