body
{
	background-image: url('BgBottom.png');
	background-repeat: repeat-x;
	font-size: 12px; 
	text-align: left;
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 12px; 
	color: #000000;
}

#container
{
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background: rgb(0, 0, 0) transparent;
	font-family: Verdana, Arial;
}


#header
{
	padding: 0px;
	background:rgb(0, 0, 0) transparent;
}

#header h1 { margin: 0; }

.underlinemenu{
font-weight: bold;
position: absolute;
top:200px;
left:350px;
}

.underlinemenu ul{
padding: 0px 0 0px 0; /*6px should equal top padding of "ul li a" below, 2px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
font-size: 15px; 
color: #494949;
padding: 10px 3px 1x 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


#content
{
	clear: left;
	font-size: 12px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
float:bottom;
font-family: Verdana, Arial;
text-align: center;

}

table
{
font-family: Verdana; Arial;
text-align: left;
font-size: 12px; 
color: #000000;
background:#cccccc;
border:0px;
border-collapse: collapse;
position:absolute;
top:290px;
margin-left:auto;
margin-right:auto;
}

td
{
font-family: Verdana; Arial;
text-align: left;
font-size: 12px; 
color: #000000;
background:#ffffff;
border:0px;
padding-top:0px;
width:500px;
}

a 
{font-family: Verdana; Arial;
font-size: 12px; 
color: #000000; 
text-decoration: underline;}

#slogan 
{
	background-image: url(bilder/footer.png);
	background-repeat: repeat-x;
	background-position: center right;
	background-position: 0% 0%; 
	text-align: right;
	padding: 20px;
	height: 20%;
}


fieldset{
height:500px;

}

fieldset#f1{
height:670px;

}


