/* normaler fliesstext */
.heightfix {
	height:100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0;
	background-color: #FFFFFF;
}
h1 { /*wird von anderen klassen übertrumpft - precedence*/
	font-size:14px;
	margin-top:30px;
	margin-left:20px;
	margin-bottom:5px;
	color:#FFFFFF;
}
p {
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 5px;
	margin-bottom:20px;
}
fieldset {
	font-size:10px;
	width:435px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#333333;
}
legend {
	color: #FFFFFF;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	color:#FFFFFF;
	background-color:#333333;
	border-style:solid;
	border-color:#222222;
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	color:#FFFFFF;
	background-color:#333333;
	border-style:solid;
	border-color:#222222;
	overflow:hidden;
}

/* verschiedene textfarben und zustände von textlinks */
a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
a:active { color:#FF0000; }

.toptitleschrift {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
.menuschrift {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 40px;
	margin-left: 20px;
	margin-top: 20px;
}
	
.topcelldesign {
	background-color:#333333;
	height: 5px;
}
.sidegifLeft {
	background-image: url(sitegfx/side15l.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.sidegifRight {
	background-image: url(sitegfx/side15r.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.tablesetup {
	height: 100%;
}
.menuBG {
	background-image:url(sitegfx/menu-bg.jpg);
	background-repeat:repeat-x;
	background-color: #DDDDDD;
	vertical-align: top;
}
.contentBG {
	background-image:url(sitegfx/text-bg.jpg);
	background-repeat:repeat-x;
	background-color: #666666;
	vertical-align: top;
}
.auflistung {
	margin-left: 40px;
	color: #FFCC33;
}
