body
{
	margin: 0;
	padding: 0;
	font: 85% arial; hevetica, sans-serif;
	text-align: left;
	color: #0F0F0F;
	background-color: #FFFFFF;
}

#container
{
	margin: 1em auto;
	width: 950px;
	text-align: left;
}

#header
{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 100px;
	background-color: #C31014;
	-moz-border-radius: 15px;
	border: 1px solid black;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 780px;
}

#header h1
{
	font-size: 300%;
	color: white;
	text-indent: 50px;
}

#menu
{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 250px;
	background-color: #C31014;
	-moz-border-radius: 15px;
	border: 1px solid black;
	color: white;
}

#menu a
{
	color: white;
	text-decoration: none;
}

li.menu
{
	text-align: left;
	text-decoration: none;
}

#contents
{
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 260px;
	background-color: threedlightshadow;
	-moz-border-radius: 15px;
	border: 1px solid black;
}

#textfield
{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: threedlightshadow;
	//*border: 1px solid black;*//
}

#footer
{
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 15px;
	background-color: #C31014;
	-moz-border-radius: 15px;
	border: 1px solid black;
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;

}

h2
{
	margin-top: 20px;
	text-align: center;
	font-size: 200%;
	text-decoration: underline;
}

h3
{
	font-size: 100%;
	text-decoration: underline;
}

td.left
{
	font-weight: bold;
}

td.space
{
	height:5px;
}

td.empty
{
	height: 25px;
}

a.back
{
	text-decoration: none;
	color: blue;
}

img
{
	border: none;
}

img.bilder
{
	margin: 5px;
}