body {
	background:url(../img/bg_body.jpg) left top repeat-y;
}



/**********************************
 * Bereiche der Seite 
 **********************************/

/* Kopf */
#header {
	width:100%;
	height:90px;
	display:block;
	background-color:#d5e7cc;
	overflow:hidden;
}
#header dl.image {
	margin:0;
}
/* Kopf: Linke Spalte */
#hLeft {
	width:250px;
	height:90px;
	overflow:hidden;
}

/* Kopf: Mittlere Spalte */
#hCenter {
	width:730px;
	height:90px;
	overflow:hidden;
}



/* Menue */
#menu {
	width:100%;
	height:25px;
	display:block;
	background-color:#00549e;
	overflow:hidden;
}
#menu li {
	
	float:left;
}
#menu a {
	color:#fff;
	line-height:25px;
	font-weight:bold;
	display:block;
	border-right:2px solid #fff;
	padding:0 40px 0 13px;
}
#menu a:hover, #menu a.active {
	background-color:#ee7500;
	text-decoration:none;
}



/* Inhalt */
#content {
	width:980px;
	display:block;
	margin-top:20px;
	overflow:hidden;
}

/* Absolute Hoehe des Inhalts bereichs */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}

/* Inhalt: Linke Spalte (Navigation) */
#cLeft {
	width:250px;
	overflow:hidden;
}
#cLeft dl.image {
	margin:0;
}
.submenu a {
	color:#fff;
	background-color:#00549e;
	display:block;
	width:237px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:2px;
	padding-left:13px;
}	
.submenu a:hover,.submenu a.current {
	background:url(../img/menu_current.gif) right center no-repeat;
	background-color:#ee7500;
	text-decoration:none;
}
.submenu a.active {
	background:url(../img/menu_active.gif) right center no-repeat;
	background-color:#5E94E5;
	text-decoration:none;
}
.submenu ul.secondLevel a {
        width:225px;
	padding-left:25px;
	font-weight:normal;
}



/* Inhalt: Mittlere Spalte */
#cCenter {
	width:470px;
	padding:0 30px;
	overflow:hidden;
}

/* Inhalt: Rechte Spalte */
#cRight {
	width:200px;
}


/* Fuss */
#footer {
	width:700px;
	height:30px;
	display:block;
	padding:5px 0 0 280px;
	border-top:1px solid #48a041;
	margin-top:20px;
}
#footer ul {
	margin-left:-5px;
	border-left:1px solid #00549e;
	height:11px;
	line-height:11px;

}
#footer li {
	display:inline;
}
#footer li a {
	font-size:11px;
	line-height:11px;
	padding:0 5px;
	border-right:1px solid #00549e;
}



/* Inhalt: rechte Spalte */
.tx-indexedsearch form {
	padding:0;
	margin:0;
}
.tx-indexedsearch fieldset {
	padding:0;
	margin:0;
}
.tx-indexedsearch  .tx-indexedsearch-whatis, .tx-indexedsearch  .pagebrowser, .tx-indexedsearch  .tx-indexedsearch-noresults {
	display:none;
}
.tx-indexedsearch  label {
	margin:0;
	padding:0;
	line-height:16px;
	display:block;
	float:none;
}
.tx-indexedsearch input {
	padding:2px 3px;
	width:160px;
	margin:0;
}
.tx-indexedsearch  input.submit {
	height:17px;
	width:17px;
}
#cRight .tx-isgeodb-pi1 label {
	margin-top:0px;
}
#cRight .tx-isgeodb-pi1 input {
	width:35px;
	margin-right:3px;
}
#cRight .tx-isgeodb-pi1 input.submit {
	width:auto;
}