@import url("fonts.css");

html, body {
	height: 100%;
}

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

p {
	margin: 0;
	padding: 0;
}

div#page {
	position: relative;
	width: 980px;
	margin: auto;
	background: url(../images/bg.gif) center top white repeat-y;
}

div#page .nobg {
	background: none;
}

div#header {
	width: 980px;
	height: 230px;
	background-color: #68696b;	
}

div#header div#stabnavigation {
	height: 20px;
	float: right;
	text-align: right;
	padding-right: 20px;
}

div#header div#collage {
	height: 190px;
	width: 980px;	
	float: left;
}

div#header div#mainnavigation {
	height: 20px;
	margin-left: 200px;
	_margin-left: 100px;
	background-color: #68696b;
	float: left;
}

div#main {
	width: 980px;
	padding: 0;
}

div#main div#left {
	width: 200px;
	float: left;
	padding-top: 38px;	
}

div#main div#left div#logo {
	height: 148px;
	width: 200px;
	float: left;
}

div#main div#left div#subnavigation {
	width: 200px;
	height: auto;
	background: url(../images/bg_nav.gif) repeat-y;
	margin-top: 3px;
}

div#main div#left div#slogan {
	border: none;
	width: 200px;
	height: auto;
	margin-top: -2px;
	display: none;
}

div#main div#left div#slogan p {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 136%;
	color: #0084bd;
	font-weight: bold;
	line-height: 180%;	
}

div#main div#content {
	margin-top: 21px;
	width: 624px;
	float: left;
	margin-left: 5px;
	overflow: hidden;	
	display: inline;
}

div#main div#teaser {
	margin-top: 27px;
	width: 148px;
	float: right;
}

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

div#footer {
	height: 18px;
	margin-top: 20px;	
}

div#footer {
	color: #bcbdbf;
	font-size: 70%; 
	text-decoration: none;
	padding-left: 211px;
}

div#footer a {
	color: #bcbdbf;
	text-decoration: none;
}

