/* CSS Document */
 
    body  {
	background: #999999; /*hellgrau*/

	text-align: center;
	color: #006600; /*gruen*/
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
	
	img {
	border: none;
	}
	
	table {
	font-size: 12px;
	}
	
	table.formular {
	font-size: 12px;
	}
	
	td.formular {
	height: 40px;
	vertical-align: top;
	}
	
	
    .twoColFixLtHdr #container {
	width: 750px;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(hintergrund.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  
    } 
    .twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 0px 0; 
	border: 0px;
    }
    .twoColFixLtHdr #menubar {
	float: left;
	width: 171px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
    }
    .twoColFixLtHdr #maincontent {
	background-image: url(template/hintergrund.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 190px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    } 

.menue_oben {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	left: 5px;
	position: static;
}
.menue_links {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	margin-right: 5px;
	margin-top: 0px;
	line-height: 25px;
}
.menue_links2 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	margin-right: 5px;
	margin-top: -15px;
	margin-bottom: 5px;
	margin-left: 15px;
    line-height: 15px;

}
.h1title {
	font-size: 20px;
	color: #006600;
	font-weight: bold;
}
.h2title {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
a.menu				{text-decoration: none;}
a.menu:link 		{color: #663300;}
a.menu:visited 		{color: #663300;}
a.menu:active 		{color: #663300;}
a.menu:hover		{text-decoration: underline;}

a 			{font-weight: bold; text-decoration: none;}
a:link 		{color: darkblue;}
a:visited 	{color: darkblue;}
a:active 	{color: darkblue;}
a:hover		{color: darkred;}

.footer {
	font-size: 10px;
	color: black;
}

a.footer			{text-decoration: none;}
a.footer:link 		{color: black;}
a.footer:visited 	{color: black;}
a.footer:active 	{color: black;}
a.footer:hover		{text-decoration: none;}
