*{
	margin: 0px;
	padding: 0px;
}

body {
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #424000; 
}

h2 {
	margin-bottom: 12px;
	font-size: 14px;
}

#seite {
	margin:0 auto;
	width: 840px;
	text-align: left;
	
}

#header {
	width: 840px;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
 
#links {
	float: left;
	width: 140px;
	border-top: 1px solid #969696;
}	


#inhalt {
	background: white;
	float: left;
	width: 680px;
	text-align: justify;
	line-height: 20px;
	border-left: 1px solid #969696;
	border-top: 1px solid #969696;
}

#footer {
	float: left;
	width: 820px;
	border-top: 1px solid #969696;
	color: #969696;
}

#footer a {
	color: #969696;
    text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


#padding {
	padding: 10px;
}

a {
	color: #424000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none; 
}

li {
	margin-top: 10px;
}

