body {
	margin: 0;
	background-color: #690000;
}
p {}
td {
	color: #D7D7D7;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main{
	height: 100%;
}

#maintable{
	height:100%;
	background-image: url(daten/background.gif);
	background-repeat: repeat-y;
}

.navitable {
	height:18px;
	background-image: url(daten/background_navi.gif);
	background-repeat: no-repeat;
}

a:link {
	color: #d7d7d7;
	text-decoration: underline;
}

a:visited  {
	color: #d7d7d7;
	text-decoration: underline;
}

a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

a.impressum:link {
	color: #d7d7d7;
	text-decoration: underline;
	font-size: 10px;
}

a.impressum:visited  {
	color: #d7d7d7;
	text-decoration: underline;
	font-size: 10px;
}

a.impressum:hover  {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

.bild { border: solid 1px #868686 }
.headline {
	font-size: 14px;
}

/* begin form */
.form {border:0}
.textarea        { font-size: 10px; font-family: Verdana, Tahoma, Arial; font-weight: normal; padding: 1pt; width: 250px; height: 205px; border: solid 1pt #999 }
.textarea_short { font-size: 10px; font-family: Verdana, Tahoma, Arial; font-weight: normal; padding: 1pt; width: 250px; height: 100px; border: solid 1pt #999 }
.input     { font-size: 10px; font-family: Verdana, Tahoma, Arial; font-weight: normal; padding: 1pt; width: 250px; border: solid 1pt #999 }
.input_short     { font-size: 10px; font-family: Verdana, Tahoma, Arial; font-weight: normal; padding: 1pt; width: 50px; border: solid 1pt #999 }
.input1     { font-size: 10px; font-family: Verdana, Tahoma, Arial; font-weight: normal; padding: 1pt; width: 250px; border: solid 1pt red }
.radio1 { background-color: #f00 }
.select    { font-size: 10px; font-family: Verdana, Tahoma; font-weight: bold; width: 250px; border: solid 1pt #999 }
.select1   { color: white; font-size: 10px; font-family: Verdana, Tahoma; font-weight: bold; background-color: red; width: 250px; border: solid 1pt red }
.red { color: #f00 }
/* ende form*/

