/* Falls Probleme mit CSS bestehen, alle Formatierungsinfos auf eine einzige Zeile schreiben */

/* Beginn allgemeine Stile */
body {
	font-size: medium;
	margin-left:0;
	margin-right:10;
	margin-top:0;
	padding:0;
	height:100%;
	background-color: #FFFFFF;
/*	background-image: url(../img/mauer.jpg);
	background-repeat: repeat-x;
	background-position: bottom */
}
a {
	text-decoration: none;
}
a:link { 
	color: #0033CC;
}
a:visited { 
	color: #0033CC
}
a:hover {
	color: red
}
p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
li {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	padding-bottom: 3px;

}
.input {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxtitle {
	color: #FFFFFF;
	text-indent: 5px;
}
.frame {
	background-color: #FAFAD4;
}
.framerechts {
	background-color: #ECECF6;
}
h1 {
	margin-left:10px;
	margin-top:15px;
	margin-bottom:0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	white-space: nowrap;
}
h2 {
	margin-top:10px;
	margin-bottom:0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	margin-top:10px;
	margin-bottom:-20px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;

}
/* Ende allgemeine Stile */

/* Beginn Menu Stile */
.navi {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.navi .menutitle {
	margin-left:10px;
	background-color: #333366;
	color: #F3F703;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navi .menuitem {
	line-height: 1em;
	margin-left: 30px;
	padding-top: 5px;
}
.toomuch {color: red}
/* Ende Menu Stile */

