* {
	margin: 0;
	padding: 0;
	/*border: none;*/
} 

html, body, #wrap {
	height: 100%;
	font-size: 12px;
	line-height: 19px;
	color: #646464;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

BODY {
	text-align: center;
	/* PATCH */
	background: transparent url('../img/hintergrund_kachel.gif') top left repeat;
	/* PATCH */
}

/* PATCH */
HTML,
BODY {
	height: 100%;
}
/* PATCH */


/*
body > #wrap,
body {
	height: 100%;
	height: auto !important;
	min-height: 100%;
}
*/


/* force safari to show hand cursor */
a {
	cursor: pointer;
	cursor: hand;
}

/** HIDING FOCUSRING */

a:active, a { 
	outline: none; 
}

:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}


#meta LI {
	list-style-position: inside;
	list-style-type: none;
	float: left;
	display: block;
}



.ieFix {
	behavior: url('fileadmin/assets/ieFix/iepngfix.htc');
}



#wrap {
	background: #00406D url(../img/background.png) bottom left repeat-x;
}

#wrap2 {
	background: transparent url(../img/glow_bottom.png) bottom center no-repeat;
}

#wrap3 {
	background: transparent url(../img/glow_top.png) top center no-repeat;
}

#main {
	position: relative;
	background: #ffffff;
	width: 919px;
	margin: 0 9px;
	/*font-size: 0px;*/
}

#container {
	
	background: transparent url(../img/containerBack.png) top left repeat-y;
	
	/*font-size: 12px;*/
	
	width: 937px;
	margin: 0 auto;
	text-align: left;
	
	z-index: 5;
	top: 0;
	position: relative;
	
	/*background-color: #FFFFFF;*/
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	
}

#content {
	float:left;
	width: 919px;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	padding-top: 2px;
}

#lcon {
	width: 300px;
	min-height: 1px;
	float: left;
}

#rcon {
	width: 618px;
	float: left;
	overflow: hidden;
}

#header {
	background: transparent url("../img/logo.png") top left no-repeat;
	position: relative;
	height: 110px;
	width: 100%;
}

#controls {
	position: relative;
	height: 31px;
	width: 100%;
	background: transparent url('../img/controls_bg.gif') bottom center no-repeat; 
}

#search {
	width: 303px;
	height: 100%;
	float: left;
	clear: right;
}


.navElement {
	float: left;
	display: block;
}

.navElement:hover {
	background: #4444AA;
}

#meta {
	float: right;
}

#visuals {
	height: 323px;
	/*background: transparent url("../img/visualFake.jpg") top left no-repeat;*/
	/*background: transparent url("../img/dummy-kopfbereich.jpg") top left no-repeat;*/
	background: transparent url("../img/bg_kopfbereich.gif") top left no-repeat;
}

#selfLink {
	float:left;
}

.clearBoth {
	clear:both;
}


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}


/* End hide from IE-mac */
.clearfix {
	display: block;
}


#bg-top {
	z-index: 1;
	position: absolute;
	top: 0px;
	background: transparent url('../img/hintergrund_verlauf_oben.png') top center no-repeat;
	height: 331px;
	width: 1280px;
	left: 50%;
	margin-left: -640px;
}


#bg-bottom {
	z-index: 1;
	position: relative;
	margin-top: -366px;
	bottom: 0;
	background: transparent url('../img/hintergrund_verlauf_unten.png') bottom center no-repeat;
	height: 366px;
	width: 1280px;
	left: 50%;
	margin-left: -640px;
}


.ckarte .tx_lumogooglemaps_pi1_sidebar {
	display: none;
}
