/* CSS Document */
body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7FFD7;
	font-size: smaller;
	padding: 1%;
}

#div_gross
{
	height: 100%;
	width: 80%;
	position: absolute;
	left: 10%;
	border: 0px;
	border-style: solid;
	border-color: #6E98CE;
}

#div_head
{
	border: 0px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #CC3333;
	background-image: url(../images/bg.PNG);
	background-repeat: no-repeat;
	position: absolute;
	top: 5%;
	left: 10%;
	height: 15%;
	width: 80%;
	overflow: auto;
}

#div_navi
{
	background-color: #FFFFFF;
	border: 0px;
	border-style: solid;
	border-color: #339966;
	position: absolute;
	top: 20%;
	right: 10%;
	height: 77%;
	width: 23%;
	overflow: auto;
	padding: 1%;
}

#div_footer
{
	background-color: #FFFFFF;
	border: 0px;
	border-style: solid;
	border-color: #FFCC00;
	position: absolute;
	top: 100%;
	height: 17.5%;
	width: 78%;
	overflow: auto;
	padding: 1%;
	left: 10%;
}

#div_main
{
	background-color: #FFFFFF;
	border: 0px;
	border-style: solid;
	border-color: #660099;
	position: absolute;
	top: 20%;
	height: 77%;
	width: 53%;
	left: 10%;
	overflow: auto;
	padding: 1%;
}

#menu1
{
	border: 0px;
	border-style: solid;
	border-color: #660099;
	position: absolute;
	top: 42.5%;
	height: 50%;
	width: 45%;
	left: 21%;
	font-size: larger;
	text-align: center;
	font-weight: bold;
}

#menu1 a, #menu1 a:visited , #menu1 a:active 
{
	color: #000000;
	text-decoration:none ;font-family:verdana, sans-serif;
}

a, a:visited ,a:active 
{
	color: #006600;
	text-decoration:none ;font-family:verdana, sans-serif;
}

#menu1 a:hover
{
	color: #006600;
	text-decoration:none ;font-family:verdana, sans-serif;
}

a:hover
{
	color: #000000;
	text-decoration:none ;font-family:verdana, sans-serif;
}

#header
{
	position: absolute;
	left: 15px;
	top: 13px;
}

#header2
{
	position: absolute;
	left: 100px;
	top: 13px;
}

#header3
{
	position: absolute;
	left: 190px;
	top: 13px;
}

#header4
{
	position: absolute;
	left: 300px;
	top: 13px;
}

#header5
{
	position: absolute;
	left: 80px;
	top: 50px;
}

#header6
{
	position: absolute;
	left: 200px;
	top: 50px;
}

#trenn
{
	position: absolute;
	left: 82px;
	width: 2px;
	height: 30px;
	top: 13px;
}

#trenn1
{
	position: absolute;
	left: 175px;
	width: 2px;
	height: 30px;
	top: 13px;
}

#trenn2
{
	position: absolute;
	left: 175px;
	width: 2px;
	height: 30px;
	top: 50px;
}

#trenn3
{
	position: absolute;
	left: 288px;
	width: 2px;
	height: 30px;
	top: 13px;
}

#footer_links {
	float: left;
}
#footer_rechts {
	float: left;
}
fieldset {
		border:none;
	width:20em;
}
#suche {display: none;
		width: 1px;}

