@IMPORT url("droplinebar.css");
@IMPORT url("subcontent.css");

body
{
	margin-top: 0px;  margin-left: 0px; margin-right: 0px;margin-bottom: 0px;
	padding:0px;
	width:100%;
	background-image:url(../images/back_main.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	font-size: 16pt;
	line-height: 18px;
	font-family: Verdana Arial Geneva;
}
#container
{
	position: relative;
	width: 890px;
	margin: 0px auto 0px auto;
	background-color: white;
	display: block;
}
#headline
{
	text-align: right;
	height: 20px;
	font-family: fantasy;
}
#oben
	{
	position: relative;
	display: block;}
#logo
	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
#banner
{
	height: 250px;
	text-align: right;
	
}
#content
{
	position: relative;
	width: 890px;
	margin: 0px auto 30px auto;
	display: block;
	background-color: white;
	min-height: 100%;
}

	h1
	{
	font-variant: small-caps;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	}
	h2
{
	font-size: 12px; 
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#navigation a, #navigation a:visited , #navigation a:active 
	{
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
text-decoration:none ;
font-family:verdana, sans-serif;
font-size: 14px;
line-height:38px;
text-align:center;
	
}
.navilinks:hover
{
	background-color: #31c902;
}
#maincontent
{
	width: 890px;
	margin: 35px 15px 15px 15px;
	font: 12px Arial;
}
#subcontent
{
	position: relative;
	display: block;
	width: 820px;
	margin: 0 auto 50px auto;
}


#footer
{
	width: 890px;
	height: 25px;
	background: transparent url(../images/background/head_1.png) center center repeat-x;
	margin: 30px auto 0px auto;
	position: fixed;
	bottom: 0;
	color: white;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	line-height: 25px;
}
a
{
	color: #009832;
	text-decoration: none;
	font-weight: bold;
}
