/* CSS Document */
#hg {
	text-align: center;
	background-color: #102048;
}

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

#main {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 700px; 
	padding-top: 10px;
}

#main #header {
	background-image: url(../bilder/header.png);
	border:	0px solid #181818;
	background-repeat: no-repeat;
	height: 148px;
	width: 700px;
/*	padding-left: 10px;  */
	padding-top:2px;
	color: #ffffff;
	border-bottom: 10px solid #3F5782;
}

#main #footer {
	color: #ffffff;
	overflow: visible;
}

#main #header a, #main #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#main #header a:hover, #main #header a:active, #main #footer a:hover, #main #footer a:active {
	text-decoration: underline;
}



#main #content {
	border: none;
	width: 680px;
/*	height: 700px;
	min-height: 700px; 
	max-height: 1000px;
/* 	margin-left: -4px; */
	padding: 10px;
}



#main #footer {
	padding: 10px;
	background-color: #3F5782;
	border-bottom: 10px solid #FFFFFF;
}






menu {
	background-color: #F0F0FF;
	font-size: 11pt;
	font-family: "Trebuchet MS";
	color: rgb(0, 0, 0);
	text-align: left;
	margin:0px;
}

table{
	border-spacing:0px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS";
	color:#223A7D;
}

h1{
	font-size: 14pt;
    font-weight:bold;
}

h2{
	font-size: 12pt;
    font-style:normal;
    font-weight:bold;
}

h3{
	font-size: 12pt;
    font-weight:bold;
}

h3{
	font-size: 10pt;
    font-weight:bold;
}

ul{
	list-style-type:square;
}

td.top{
	background-color: #F0F0FF;
   	text-align: left;
    padding-left:10px;
    height:105px;
}

td.top img{
	position:fixed;
	left:0px;
	top:0px;
}

img { border: 0px;

}

.schriftzug{
	color:#402A94;
	font-weight:bold;
	font-size:26pt;
	position:absolute;
	left:185px;
	top:30px;
}

table.rahmen{
	width:100%;
    height:100%;
}

td.navigation{
	vertical-align:top;
	background-color: #F0F0FF;
	padding-left:7px;
	padding-right:5px;
	padding-top:30px;
	width:180px;
	position:fixed;
}

td.oekoportal{
	vertical-align:bottom;
	background-color: #F0F0FF;
    padding-left:7px;
    padding-right:5px;	
	height:50px;
    width:180px;
}



a:hover{
	text-decoration:underline;
}

a[target="_blank"]:after{
	content:" "url(../bilder/extern.gif);
}

h2:after {	
	content:"<a href="#top"><img src="../bilder/top.gif"></a>";
}