body {
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../design/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

body, div, td, th, tr, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

#container {
	margin: 0 auto;
	width: 920px;
	border-style: none;
	min-height: 750px;
	margin-top: 60px;
	text-align: left;
}

#page {
	margin-right: 148px;
	background-image: url(../design/containerback.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#werbungv {
	float: right;
	width: 148px;
	height: 508px;
	margin-top: 115px;
	background-image: url(../design/wv.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	width: 772px;
	height: 318px;
	background-image: url(../design/headerlow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: left;
}

#header span, #header h1 {
	display: none;
}

#menu {
	float: left;
	width: 164px;
	height: 317px;
}

#content {
	width: 570px;
	min-height: 217px;
	margin-left: 172px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../design/contentback.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#werbungh {
	width: 596px;
	height: 100px;
	margin-left: 172px;
	margin-right: 4px;
	background-image: url(../design/nachcontent.gif);	
	background-position: top right;
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	width: 920px;
	height: 115px;
	background-image: url(../design/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#login {
	text-align: center;
}

#login a {
	color: #000000;
}

input {
	border-style: none;
	background: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:hover, input:focus {
	border-bottom: 1px solid #FFFFFF;
}

.button {
	border: 1px dotted #ffffff;
}

.button:hover, .button:focus {
	border: 1px solid #ffffff;
}

textarea {
	border-style: none;
	background: none;
	border-left: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea:hover, textarea:focus {
	border-left: 1px solid #FFFFFF;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}