@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-color: white;
}

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;
	padding-top: 7px;
	float: left;
}

div#collagenbild {
	border-top: solid white 5px;
	width: 942px;
	height: 320px;
	float: left;
	border-bottom: solid white 12px;
}

div#newsblock div#ausstellung {
	width: 286px;
	height: 110px;
	float: left;
	background-image: url(../images/news-background.gif);
	border-right: solid white 12px;
	font-family: Arial, Verdana, Helvetica;
	padding-left: 10px;
	padding-right: 10px;
}

div#newsblock div#vivacolor {
	width: 286px;
	height: 110px;
	float: left;
	background-image: url(../images/news-background.gif);
	border-right: solid white 12px;
	font-family: Arial, Verdana, Helvetica;
	padding-left: 10px;
	padding-right: 10px;
}

div#newsblock div#news {
	width: 286px;
	height: 110px;
	float: left;
	background-image: url(../images/news-background.gif);
	font-family: Arial, Verdana, Helvetica;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #8898cd;
}

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