body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
body {
	background-image: url(background.jpg);
	margin: 0px;
}
a:link { text-decoration: none; color: #808080; border-bottom: 1px dotted #808080; color: #808080; }
a:visited { text-decoration: none; color: #808080; border-bottom: 1px dotted #808080; color: #808080; }
a:hover { text-decoration: none; color: #808080; border-bottom: 1px dotted #808080; color: #808080; }
a:active { text-decoration: none; color: #808080; border-bottom: 1px dotted #808080; color: #808080; }

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #666666;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #808080;
	text-align: left;
	margin: 8px 2px 8px 0px;
}
form {
	margin: 0;
}
.main {
	width: 770px;
	margin: auto;
	padding: 0px;
}
.banner {
	height: 200px;
	width: 770px;
	background-image: url(oben.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	padding: 0px;
	text-align: left;
}
.mitte {
	width: 770px;
	background-image: url(ganzemitte.gif);
	background-repeat: repeat-y;
}
.menu {
	position: relative;
	width: 135px;
	margin: 5px;
	margin-left: 40px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	list-style: none;
	list-style-image: url(stern.gif);
	border-bottom: 0px dotted #808080; 
	text-decoration: none;
}
.menu ul, .menu li   {
	font-weight: normal;
	margin-left: 8px;
	padding: 0px;
	margin-bottom: 2px;
	text-decoration: none;
	border-bottom: 0px dotted #808080; 
}
.menu ul ul {
	margin-top: 5px;
	padding-left: 4px;
	border-bottom: 0px dotted #808080; 
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none; 
	display: block;
	padding: 1px;
	border-bottom: 0px dotted #808080; 
}
.menu a:hover {
	border-bottom: 0px dotted #808080; 
	text-decoration: underline; 
	display: block;
	padding: 1px;
}
.content {
	position: relative;
	margin: 5px;
	width: 400px;
	float: left;
}
.rechtespalte {
	position: relative;
	right: 30px;
	margin: 10px;
	width: 125px;
	float: right;
	font-size: 10px;
}
.footer {
	clear: both;
	height: 100px;
	background-image: url(unten.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 0px dotted #808080; color: #808080; 
}
.login_table {
	font-size: 11px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #808080;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 80px;
	border: 1px solid #666666;
    background-color: #666666;
	text-align: center;
}
