a:link	{ 	color:#FFFFFF;
			text-decoration:none;
		}
		
a:visited {	color:#FFFFFF;
			text-decoration:none;
		}
			
a:focus	{	color:#FFFFFF;
			font-weight:bold;
		}
			
a:hover	{ 	color:#FFFFFF;
			text-decoration:none;
		}
			
a:active { 	color:#FFFFFF;
			text-decoration:none;
		}

h1		{	font-size: 14pt;
		}

h2		{	font-size: 12pt;
		}

table	{
			width: 100%;
			text-align: center;
		}

body 	{	background-color: #DDDDDD;
			margin: 0px;
			padding: 0px;
			color: #FFFFFF;
			font-size: 10pt;
			font-family: Helvetica,Arial,sans-serif;
		}

div#container_gruen {
	background: #688922;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	z-index: 0;
}

div#container_sammel {
/**	background: #DDDDDD;*/
	background: #103A54;
	position: absolute;
	left: 50px;
	top: 30px;
	width: 1000px;
	z-index: 0;
}

div#container_menue_a {
	background: #103A54;
	position: relative;
	top: 0px;
	width: 134px; /** 184px - 2 * padding*/
	float: left;
	padding: 17px;
	z-index: 0;
	white-space: nowrap;
}

div#container_kopf {
	background: #84AA30 url(gfx/top.jpg);
	position: static;
	width: 815px;
	height: 170px;
	z-index: 0;
}

div#container_suche {
	background: #688922 url(gfx/suche.png) no-repeat;
	width: 185px;
	height: 220px;
	top: -170px;
	left: 815px;
	margin-bottom: -220px; /** = height */
	position: relative;
	z-index: 1;
}

div#container_kontaktfeld {
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 7.5pt;
	z-index: 2;
}

div#container_suchfeld {
	position: absolute;
	right: 0px;
	top: 170px;
	padding: 5px;
	font-size: 6pt;
	z-index: 2;
}

div#container_haupt {
	background: #688922;
	position: static;
	width: 786px; /** 816px - 2 * padding 786*/
	float: right;
	padding: 15px;
	z-index: 0;
}

div#container_fuss {
	background: #DDDDDD;
	position: static;
	width: 1000px;
	float: right;
	color: #999999;
	font-size:80%;
	text-align:center;
	letter-spacing:1.5px;
	z-index: 0;
}
