@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #e5f4fc; */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: 0px 16px;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    width: 990px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: 0px 84px;
}

div#spacer {
	margin: auto;
	width: 990px;
	height: 20px;
	padding-top: 4px;
}

div#quicklinks {
	position: absolute;
	left: 0;
	top: 89px;
	width: 980px;
	z-index: 10;
}

div#header {
	width: 990px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#headershadow {
	width: 990px;
	height: 10px;
	background-image: url(../images/shadow_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#left {
	width: 184px;
	float: left;
}

div#left div#navigation {
	padding-left: 10px;
	padding-top: 95px;
	padding-bottom: 30px;
}

div#left div#address {
	font-size: 85%;
	line-height: 144%;
	padding: 0 10px 30px 10px;
	color: #183885;	
}

div#left div#address a {
	text-decoration: underline;
	color: #0094d5;
}

div#middle {
	width: 622px;
	float: left;
}

div#middle div#content {
	padding: 32px;
	padding-top: 10px;
	padding-bottom: 0px;
	min-height: 350px;
	line-height: 144%;
	color: #183885;	
}

/* for iE6 */
* html div#middle div#content {
	height: 350px;
}

div#middle div#footer {
/*	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	width: 548px;
	height: 13px;
	margin-left: 38px;
	margin-bottom: 25px;
}

div#middle div#footerimage {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 543px;
	height: 10px;
	margin-left: 2px;
}

div#right {
	width: 184px;
	float: left;
}

div#right div#newsteaser {
	font-size: 85%;
	line-height: 144%;
	padding: 40px 10px 30px 10px;
}

div#impressum {
	margin: auto;
	text-align: right;
	width: 990px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#impressum a {
	color: #0094d5;
	font-size: 85%;
}

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