body {
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
 	color: #404952;
	font-size: 12px;
	vertical-align: top;
	background-image: url("../pics/bg_black.jpg");
	background-repeat: repeat-x;
	}

div.content {
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	background-image: url("../pics/bg_white_3.jpg");
	background-repeat: repeat-y;
	min-height: 100%;
}

table {
	border: 0px;	
}

img {
	border: 0px;	
}

.italic {
	font-size: 10px;
	font-style: italic;
}

.datum {
	color: #99A0A8;
	font-weight: bold;
}

.headline{
	color: #8D0000;
	font-size: 16px;
	font-weight: bold;
}

.pic {
	margin: 5px;
}

td {
	color: #404952;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	padding: 0px;	
}

.important {	
	background-color: #E0CCCC;
}

input {
	font-family: verdana, arial, sans-serif;
	font-weight: 900;
	border: #404952 1px solid;
	background: #E5EAEF;
	color: #404952;
	font-size: 12px;
	padding: 1px;
}
	
.input {
	font-family: verdana, arial, sans-serif;
	font-weight: 900;
	border: #404952 1px solid;
	background: #E5EAEF;
	color: #404952;
	font-size: 12px;
	padding: 1px;
}

.input_error {
	font-family: verdana, arial, sans-serif;
	font-weight: 900;
	border: #8D0000 1px solid;
	background: #E0CCCC;
	color: #404952;
	font-size: 12px;
	padding: 1px;
}
	
.button {
	font-family: verdana, arial, sans-serif;
	font-weight: 900;
	border: #404952 1px solid;
	background: #002C66;
	color: #ffffff;
	font-size: 12px;
	padding: 1px;
}

.achtung {
	font-weight: bold;
	color: #8D0000;
}

a:link {text-decoration: none; color: #002C66; font-weight: 900;}
a:visited {text-decoration: none; color: #002C66; font-weight: 900;}
a:hover {text-decoration: underline; color: #002C66; font-weight: 900;}
a:active {text-decoration: none; color: #002C66; font-weight: 900;}

a.alt:link {text-decoration: none; color: #99A0A8; font-weight: 900;}
a.alt:visited {text-decoration: none; color: #99A0A8; font-weight: 900;}
a.alt:hover {text-decoration: underline; color: #99A0A8; font-weight: 900;}
a.alt:active {text-decoration: none; color: #99A0A8; font-weight: 900;}

a.white:link {text-decoration: none; color: #ffffff; font-weight: 900;}
a.white:visited {text-decoration: none; color: #ffffff; font-weight: 900;}
a.white:hover {text-decoration: underline; color: #ffffff; font-weight: 900;}
a.white:active {text-decoration: none; color: #ffffff; font-weight: 900;}