*
{
	text-decoration:none;
	margin:0;
	padding:0;
	outline:0;
	border:0;
	
	background-repeat:no-repeat;
}


a,
a:visited {
	color:#a2c515;
}
.clear {
	clear:both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.block {
	display: block;
}

.blau { color:#569abf !important; }
.gruen { color:#a2c515 !important; }
.grau { color:#878789 !important; }
.plakette_gruen { color:#009F00 !important; }
.plakette_gelb { color:#f0d200 !important; }
.plakette_rot { color:#FF0000 !important; }

/* Set up the document
-------------------------------------------------------------------------------*/


body {
		font-family: Arial,Helvetica,Verdana,sans-serif;
		font-size: 12px;
		background-color:#c2c2c2;
		color: #024072;
	}	ul, ol, dl {
	font-size: 1em; /* Equivalent to 12pt */
}

li, dd, dt {
	font-size: 1em; /* Equivalent to 12pt */
}


/* Typography
-----------------------------------------------------------------------------*/


h1 {
	font-size: 1.4em;
	color:#a2c515;
}

h2 {
	font-size: 1.4em;
	color:#569abf;
}

h3 {
	font-size: 1.3em;
	color:#a2c515;
}

h4 {
	font-size: 1.3em;
	color:#569abf;
}

h5 {
	font-size: 1.2em;
	color:#569abf;
}

h6 {
	font-size: 1.1em;
	color:#569abf;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1.5em;
}

p, q, cite {
	font-size: 1.0em;
	color:#000;
}


/* Header
-----------------------------------------------------------------------------*/

#wrapper1 {
	background-color:#FFFFFF;
	width:960px;
	margin:0 auto;
	overflow:visible;
}

#wrapper2 {
	background-color:#FFFFFF;
	width:960px;
}

#top {
	padding:15px 15px;
}

#logo {
	width:215px;
	float:left;
}

#top_banner {
	margin:15px 0 0 40px;
	width:468px;
	float:left;
	/*border:1px solid #a2c515;*/
}

#search {
	float:left;
	font-weight:bold;
	color:#878789;
	font-size:0.8em;
	margin:55px 0 15px 40px;
}

#search input {
	border:1px solid #a2c515;
}


/* Navigation
-----------------------------------------------------------------------------*/

#hauptmenue {
	list-style:none;
	margin-left:25px;
}

#hauptmenue ul {
	float:left;
	list-style:none;
}

#hauptmenue li {
	font-weight:bold;
	width:auto;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	float:left;
	margin-right:1px;
	display:block;
}

#hauptmenue a {
	
	color:#FFFFFF;
	display:block;
	float:left;
}

#hauptmenue li a {
	display: block;
	width: auto;
	background:url("../grafik/tabs_round.jpg") right 0px;
	border:0;
}

#hauptmenue li a span {
	display: block;
	width: auto;
	padding: 5px 0;
	background:url("../grafik/tabs_round.jpg") left 0px;
	border:0;
	margin-right:4px;
	padding-left:4px;
}

#hauptmenue li ul {
	position: absolute;
	padding-left:5px;
	left: -999em;
	/*background-color:#569abf;*/
	background:url("../grafik/menue_bg.png") repeat;
	width:200px;
}

#hauptmenue li ul li,
#hauptmenue li ul li a {
	background-image:none !important;
	clear:both;
	font-size:12px;
	line-height:2em;
	white-space:nowrap;
}

#hauptmenue li ul li a:hover {
	color:#32424e;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hauptmenue a {float:none;}
/* End IE5-Mac hack */

#hauptmenue li a:hover {

	display: block;
	width: auto;
	border:0;
	background:url("../grafik/tabs_round.jpg") right 30px;
}

#hauptmenue li a:hover span {
	display: block;
	width: auto;
	border:0;
	background:url("../grafik/tabs_round.jpg") left 30px;
	margin-right:4px;
	padding-left:4px;
}

#hauptmenue li.menu_active a {
	display: block;
	width: auto;
	border:0;
	background:url("../grafik/tabs_round.jpg") right 30px;
}

#hauptmenue li.menu_active a span {
	display: block;
	width: auto;
	border:0;
	background:url("../grafik/tabs_round.jpg") left 30px;
}

#hauptmenue li:hover ul {
	left:auto;
}

#hauptmenue li:hover ul, 
#hauptmenue li.sfhover ul {
	left: auto;
}

#hauptmenue li ul ul {
	margin: -1em 0 0 10em;
}

#hauptmenue li:hover ul ul, 
#hauptmenue li.sfhover ul ul {
	left: -999em;
}

#hauptmenue li:hover ul, 
#hauptmenue li li:hover ul, 
#hauptmenue li.sfhover ul, 
#hauptmenue li li.sfhover ul {
	left: auto;
}

#image_head {
	width:960px;
	margin-top:1px;
	background-color:#FFF;
	float:left;
}

#inhalt {
	padding:20px;
	background-color:#FFF;
	width:520px;
	line-height:1.5em;
	height:auto;
	float:left;
	font-size:12px;
}


#inhalt p {
margin-bottom:.7em;
}
#inhalt li {
	margin-left:20px;
}

#inhalt td {
	padding:5px;
}

#headline {
	float:left;
	margin-bottom:20px;
}

.left_pic {
	margin-right:25px;
	float:left;
}

.right_pic {
	margin-left:25px;
	float:left;
}

.right_txt,
.left_txt {
	float:left;
	width:320px;
}

#bottom_banner {
	width:160px;
	margin:60px 0 0 0;
}

#right_banner {
	width:160px;
	margin:20px;
	float:right;
}

#foot {
	float:left;
	background-color:#FFF;
	padding:20px;
	width:920px;
	
}

#umenue a,
#umenue a:visited {
	display:block;
	color:#569abf;
	font-size:12px;
}

#umenue li {
	float:left;
	list-style:none;
	margin-right:20px;
}

#sitemap {
	
}