@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../../../images/bg.jpg) repeat-x #FFFFFF;
}

p {
	padding: 0;
	margin: 0;
}

div#page {
	padding: 0;
	min-height: 100%;
	position: relative;
	margin: auto;
	width: 961px;
	background: url(../../../images/background.gif) repeat-y #ffffff;
}

/* IE6 Hack */
* html div#page {
	height: 100%;
}

div#head {
	height: 151px;
	background-color: white;
	padding: 36px 9px 0 9px;
}

div#head div#topnavigation {
	float: left;
	width: 211px;
	padding-top: 10px;
}

div#head div#topnavigation img#homebutton,
div#head div#topnavigation img#mailbutton,
div#head div#topnavigation img#sitemapbutton,
div#head div#topnavigation img#webbutton {
	float: left;
	border: 0;
	padding-right: 6px;
}

/* Bilder 50% transparent setzen */
div#head div#topnavigation a:hover img {
	filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;
}

div#head div#topnavigation div#language {
	float: right;
	padding-right: 28px;
	padding-top: 2px;
}

div#head div#topbanner {
	float: left;
	height: 120px;
	width: 519px;
}

div#head div#logo {
	float: right;
	padding-top: 0px;
	width: 179px;
}

div#main {
	float: left;
	width: 942px;
	padding: 0 9px 25px 9px;
	background: url(../../../images/bg_white.gif) no-repeat;
}

div#main div#navgroup {
	float: left;
	margin-top: 8px;
	width: 178px;
	border-top: solid 1px #868789;	
}

div#main div#navigation {
	float: left;
	width: 178px;
}

div#main div#navlogos {
	float: left;
	margin-top: 45px;
	width: 178px;
}

div#main div#content {
	width: 535px;	
	float: left;
	padding: 0 25px 0 25px;
	margin: 0;
	background-image: none;
}

div#main div#content div.clear {
	clear: both;
}

div#main div#teaser {
	width: 179px;
	float: right;
	margin-top: 8px;
}

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

div#footerleft {
	position: absolute;	
	bottom: 6px;	
	height: 15px;
	width: 28px;
	padding-left: 10px;
	z-index: 10;
}

div#footer {	
	position: absolute;	
	bottom: 0px;	
	height: 15px;
	width: 575px;
	padding-left: 222px;
}

div#footer p,
div#footerright p {	
	text-transform: uppercase;
	font-size: 70%;
	line-height: 70%;
	color: #9fa0a1;
}

div#footer a,
div#footerright a {
	text-decoration: none;
	color: #9fa0a1;
}

div#footer a:hover, 
div#footerright a:hover {
	color: #f09114;
}

div#footerright {
	position: absolute;	
	bottom: 0px;	
	height: 15px;
	width: 150px;
	padding-left: 622px;
}

body.cms_editpage div#footer {
	visibility: hidden;
}

