@import url("fonts.css");


html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
}

p, h1, h2, h3 {
	margin: 0;
}

a {
	color: #ee2f58;
}
	
div#page {
	font-size: 93%;
	line-height: 138.5%;
	color: #373737;	
	padding-left: 5px;
	min-width: 1200px;
	min-height: 100%;
}


div#page span.screenreader a {
	position: absolute; 
	z-index: 2; 
	width: 10em; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
}

div#page span.screenreader a:focus {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 2px; 
	left: 0%;
	margin-left: 19px;
	padding: 3px;
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%;
}	
	
div#page span.screenreader a:active {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 2px; 
	left: 0%;
	margin-left: 19px; 
	padding: 3px;	
	text-decoration: underline; 
	color: #000; 
	background: #efefef; 
	font-size: 90%;
}	

div#top {
	padding: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
	height: 200px;
	background-image: url(../images/bg_head.gif);
	background-position: 350px 0;
	background-repeat: no-repeat;
}

div#top div#topleft {
	float: left;
	padding-right: 2%;
}

div#top div#topright {
	float: left;
}

div#top div#topright div#languages {
	position: absolute;
	width: 592px;
	height: 24px;
	top: 0px;
	z-index: 5;
	background-color: #f2f2f2;	
}

div#top div#topright div.line {
	position: absolute;
	z-index: 8;
	top: 25px;
	width: 1px;
	height: 98px;
	background-color: white;
}

div#top div#topright div#line1 {
	margin-left: 147px;
}

div#top div#topright div#line2 {
	margin-left: 294px;
}

div#top div#topright div#line3 {
	margin-left: 441px;
}

div#top div#topright div#line4 {
	margin-left: 588px;
}

div#top div#topright div#banner {
	position: absolute;
	top: 24px;
	width: 588px;
	height: 124px;
	border-bottom: 3px solid #ee2f58;
	border-top: 1px solid white;
	background-color: white;
}

div#top div#topright div#mainnavigation {
	position: absolute;
	top: 123px;
	width: 592px;
	height: 24px;
	background-color: #ee2f58;
	border-top: 1px solid white;
	border-bottom: 1px solid white;	
}

div#right {
	width: 195px;
	padding: 0px;
	float: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 90%;
	line-height: 161.6%;
}
	
div#left {
	position: absolute;
	width: 220px;
	font-size: 90%;
	line-height: 161.6%;
}

div#left div#subnavigation {
	margin-top: 8px;
}

div#left div#leftcontent {
	margin-top: 30px;
	width: 220px;
}

div#favoriteslist {
	display: none;
	margin: 0;
	background-color: #f2f2f2;
}

div#favoriteslist p {
	border: 0px solid #000;
	border-top: 1px solid #ee2f58;
	padding: 3px 0 5px 17px;
	background: transparent url(../images/arrow.gif) no-repeat 7px 7px;	
}

div#content {
	padding-bottom: 30px;
	margin-left: 265px;
	padding-right: 210px;
	padding-top: 2px;
}

div#bannerwerbung {
	padding-bottom: 30px;
	margin-left: 265px;
	padding-right: 210px;
	padding-top: 2px;
}

div#clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

/* CMS Special */
body.cms_editpage div#footer {
	visibility: hidden;
}

/* CMS Special */
div.cmsGroup {
	padding-top: 0 !important;
	padding-bottom: 4% !important;
}

/* CMS Special */
body.cms_editpage div#page {
	min-width: 900px;
}

body.cms_editpage div#bannerwerbung {
	display: none;
}

body.cms_editpage div#top div#topright div#banner {
	display: none;
}

