* {
	margin:0;
	padding:0;
	border:none;
} 

html, body, #wrap {
	height: 100%;
	font-size:11px;
	line-height:18px;
	color: #444444;
	font-family: Georgia, "Times New Roman", serif;
}

body > #wrap {
	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; 
}

.tx_lumogooglemaps_pi1_sidebar a,
a.linkMitPfeil {
	padding-left: 12px;
	background: url(../img/arrowGrey.gif) no-repeat;
	background-position: 0 4px;
}

:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}

.ieFix {
	behavior: url( "fileadmin/assets/iepngfix/iepngfix.htc" );
}

#wrap {
	background: url( "../img/back_alpha.png" ) top center repeat-y;
}

#main {
	/* must be same height as the footer */
	padding-bottom: 33px;
	width:906px;
	margin: 0 auto;
}

#content {
	background:#fff url(../img/bgCont550.gif) repeat-y;
	float:left;
	width: 900px;
	min-height:335px;
	height:100%;
	height: auto !important;
	margin-bottom:25px;
}

#langmenu {
	position: absolute;
	top: -25px;
}
#langmenu img {
	padding-right: 5px;
}
#lcon {
	position: relative;
	width: 490px;
	min-height:1px;
	float:left;
}

/*.inner {
	background: yellow;
}*/

#content .lSpacer {
	width: 40px;
	overflow: hidden;
	float: left;
}

#content .mSpacer {
	width: 40px;
	overflow: hidden;
	float: left;
}

#lcon .inner {
	padding: 0 0px 0 0px;
}

#rcon .inner {
	width: 295px;
	padding: 0;
}

#rcon {
	width: 295px;
	float: left;
	overflow: hidden;
}

#header {
	background: #ffffff;
	position:relative;
	height:452px;
	width:100%;
}

#logos {
	height:136px;
}

#visuals {
	height:285px;
	/*
	background: transparent url(../../content/head01.jpg) no-repeat scroll 40px 0;
	*/
}

#footer {
	position: relative;
	margin-top: -33px; /* negative value of footer height */
	height: 33px;
	clear:both;
	background:#494848;
}

#footerInner {
	width:906px;
	margin: 0 auto;
	color:#FFFFFF;
	height:33px;
	background:#494848 url( "../img/back_footer.png" ) center center no-repeat;
}

#footerInner a {
	text-decoration: none;
	color:#FFFFFF;
}

#footerInner a:hover {
	text-decoration: underline;
}

#footerNav {
	float:right;
	margin:7px 20px 0 0;
}

#footerLeft {
	float:left;
	margin: 7px 0 0 10px;
}

#langmenu2 {
	float: left;
	margin: 7px 0 0 50px;
}
#langmenu2 img {
	padding-right: 5px;
}


.flag_de {
	margin-right:5px;
}

.flag_dk {
	margin-right:20px;
}

#footerNav li {
	list-style-type: none;
	list-style-position: inside;
	float:left;
	clear:right;
	display:block;
	margin-right:5px;
}

#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;
}
