html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-size: 10px;
	font-family: Verdana;
	font-style: normal;
	background-color: #F3F3F3;
	color: #606060;
}
a:link, a:visited {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #2165B9;
	text-decoration: none;
	text-transform: none;
}
a:hover {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #59A3FF;
	text-decoration: underline;
	font-style: normal;
	text-transform: none;
}
a:active {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #59A3FF;
	text-decoration: none;
	text-transform: none;
}
.seite {
	width: 770px;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
	border-left: 4px #D1D1D1 dotted; 
	border-right: 4px #D1D1D1 dotted; 
	padding: 5px;
}
submit, formarea, textarea, select {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #505050;
	text-decoration: none;
	border: 1px solid #D1D1D1;
	background: #F9F9F9;
	padding: 1px;
}
input {
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	border: 1px solid #D1D1D1;
	background: #F9F9F9;
	padding: 1px;
}
p {
	clear: both;
}

#banner {
	height: 90px;
	width: 770px;
	border-bottom: 4px #D1D1D1 dotted;
}

#menu {
	vertical-align: top;
	background-color: #F3F3F3;
	width: 170px;
}
#links {
	border: 1px #D1D1D1 solid; 
	padding: 5px;
	margin: 20px 10px 0 10px;
}
#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links li#titel {
	text-align: center;
	font-weight: bold;
	color: #c43c29;
	background-color: #e6e6e6;
	padding: 3px;
}
#links li {
	background-color: #FFFFFF;
	padding: 3px;
}

#main {
	background-color: #F3F3F3;
	width: 600px;
	padding-top: 30px;
	margin: 0;
}
.preise {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
}

#footer {
	width: 100%;
	height: 39px;
	background: #F3F3F3;
	border-top: 4px #D1D1D1 dotted;
	text-align: center;
}