body {
	background-image:url(bg.jpg);
         background-repeat: repeat-x;
         background-attachment:fixed;
         font-family:verdana;
         font-size: 11px;
         color: #FFFFFF;
}
#header {
	background-image:url(header.png);
         background-repeat: no-repeat;
         width: 748px;
         height: 42px;
 	padding-top: 150px;
         text-align: center;
         font-family:verdana;
         font-size: 11px;
         padding-left: 0px;
}
#inhalt {
	margin-left: 5px;
         background-image:url(tdbg.png);
         background-repeat: repeat-y;
         width: 748px;
}
table,td {
	font-family:verdana;
         font-size: 11px;
         color: #FFFFFF;
         padding: 3px;
}
input,option,textarea {
	font-family:verdana;
         font-size: 11px;
         color:#FFFFFF;
         background-color:#808080;
         border-color:#202020;
         border-style: dotted;
         border-width: 1;
}
a:link,a:visited,a:active {
	text-decoration: none;
         color: #FFFFFF;
         font-style: bold
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
         font-style: bold;
}