@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

div#page {
	width: 942px;
	padding: 0;
	padding-bottom: 0px;
	margin: auto;
	text-align: left;
	min-height: 100%;
	position: relative;
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-y;
	background-color: white;
}

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

div#header {
	padding-top: 24px;
	height: 76px;	
	background-color: #ffffff;
}

div#header img#logo {
	border: none;
	float: left;
}

div#header div#topnavigation {
	padding-left: 397px;
	width: 230px;
	float: left;
}

div#header div#language {
	padding-left: 6px;
	width: 56px;
	float: left;
}

div#mainnavgroup {
	height: 33px;
	background-image: url(../../../images/mainnav-background.gif);	
}

div#mainnavgroup div#mainnavigation {
	width: 650px;
	float: left;
}

div#mainnavgroup div#suche {
	width: 292px;
	height: 30px;
	padding-top: 7px;
	float: left;
}

div#newsblock {
	border-top: 5px solid #ffffff;
}

div#newsblock div#collagenbild {
	width: 942px;
	height: 102px;
	float: left;
	border-bottom: solid white 12px;
}

div#main {
}

div#main div#subnavigation {
	width: 253px;
	float: left;
	min-height: 20px;
}

div#main div#content {
	width: 635px;
	float: left;
	padding: 12px 20px 0 32px;
}

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

div#footer {
	height: 24px;
	width: 255px;
	background-color: #ffffff;
	bottom: 0px;
	position: absolute;
}

div#footer a {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}

div#footer a:hover {
	color: #294f96;
	text-decoration: underline;
}

