body {
	background-color: #808080;
	font-family: Trebuchet MS;
}
	
div.border {
	margin: 30px auto;
	width: 900px;
	padding: 4px;
	background-color: #000000;
}
	
div.header {
	background-image:url(header.png);
	text-align: center;
}
	
div.header img {
	padding-left: 20px;
	padding-right: 20px;
}
	
div.container {
	background-color: #7A663C;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}
	
div.nav {
	float: left;
	background-color: #7A663C;
	padding: 10px;
	width: 160px;
}
	
div.content {
	float: left;
	background-color: #000000;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	color: #FFFFFF;
	width: 680px;
	padding: 20px;
}
	
div.footer {
	padding: 5px;
	text-align: right;
	color: #8F8F8F;
	font-size: 10px;
}
	
div.nav ul { 
	list-style:none;
	font-size: 20px;
	padding: 0 0 0 10px;
}

* html div.nav ul { /* Für IE */
	margin-top: 30px;
	margin-left: 0px; 
}
	
div.content ul {
	font-size: 16px;
}
	
h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
}
	
h2 {
	text-align: center;
	font-size: 20px;
	color: red;
	margin: 12px;
}

h3 {
	text-align: center;
	font-size: 20px;
	color: green;
	margin: 12px;
}
	
p {
	font-size: 16px;
}
	
table {
    margin-left: auto;
	margin-right: auto;
}
	
div.nav a:link { color: #000000; text-decoration:none; }
div.nav a:visited { color: #000000; text-decoration:none; }
div.nav a:active { color: #000000; background: #A1854F; text-decoration:underline; }
div.nav a:hover { color: #000000; background: #A1854F; }
	
div.content a:link { color: #6396C8; }
div.content a:visited { color: #6396C8; }
div.content a:active { color: #6396C8; }
div.content a:hover { color: #6396C8; }
	
form.border {
	border: 1px solid #FFFFFF;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	line-height: 2;
	width: 400px;
	font-size: 14px;
}
	
form.border br {
    clear: left;
}
	
form.border label {
	float: left;
	width: 140px;
	text-align: right;
}

form.border span {
	width: 220px;
	text-align: left;
	float: right;
}