body {
  	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #336600;
	topmargin:0px;
	leftmargin:0px;
	background-color:#D8FFB0;
	background-image:url(grafix/bg-main.jpg);
	background-repeat:repeat-x;
}

a,tr,td,span,p {
  	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #336600;
}

p {
	padding:0px;
}

h1 { 
	font-size: 24pt;
	color:#336600;
	font-weight:normal;
	padding-left:5px;
}

h2 { 
	font-size: 14pt; 
}
h3 { 
	font-size: 16pt;
	color:#06418F;
	font-weight:normal 
}
h4 { 
	font-size: 11pt; 
}
h5 { 
	font-size: 10pt; 
}

a {
	text-decoration: underline;
	color:#ff3300;
}

a:hover {
	color:#a2a2a2;
	text-decoration: none;
}

.pfeil {
	list-style-image:url(grafix/list-pfeil.gif);
}

input,select {
	border:1px solid #06418F;
	font-family:verdana;
	font-size:8pt;
	padding:2px;
	height:20px;
}

textarea {
	border:1px solid #06418F;
	font-family:verdana;
	font-size:8pt;
	padding:2px;
}

.fehler {
	font-weight:bold;
	color:#ff3300;
}

.menu { width: 450px; height: 600px; background: url(./grafix/menu_background.jpg) no-repeat #d8ffb0; }
.menu>ul { width: 180px; margin: 178px 0 0 267px; padding: 0; float: left; list-style-type: none; }
.menu>ul>li { margin: 0; padding: 0; }
.menu>ul>li>a { width: 100%; padding: 3px 0 3px 3px; display: block; color: #336600; text-decoration: none; }
.menu>ul>li>a:hover { background-color: #336600; color: #d8ffb0; }