/* CSS Document */
body {
	background-color: #4a312b;
	font-family:Arial, Helvetica, sans-serif;
}

#sitecontent {
	position: absolute;
	width: 890px;
	height: 580px;
	top:50%;
	left:50%;
	margin-top: -290px;
	margin-left: -445px;
	background-color: #990000;
	border:solid 2px #dfd6bf;
}	
#mainheadline {
	position: absolute;
	width: 680px;
	height: 100px;
	top: 0px;
	left: 0px;
}

#navigation {
	position: absolute;
	width: 680px;
	height: 30px;
	top: 120px;
	left: 0px;
	z-index:10;
}
#logo {
	position: absolute;
	width: 210px;
	height: 120px;
	top: 0px;
	left: 680px;
	z-index:1;
}
#content {
	position: absolute;
	width: 860px;
	height:395px;
	left: 14px;
	top: 141px;
	z-index:1;
	background-color: #dfd6bf;
	visibility: visible;
}
.scroll {
	overflow-x:hidden;
	overflow:auto;
}
#content a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration:none;
}
#content  a:link {
	text-decoration:underline;
}
#content a:visited {
	text-decoration:none;
}
#content a:hover {
	text-decoration:none;
}
#content a:active {
	text-decoration:none;
}

#subnavi {
	position: relative;
	width: 860px;
	height:20px;
	left: 14px;
	top: 536px;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #dfd6bf;
}
#subnavi a {
	color: #990000;
	font-weight:bold;
	}
#subnavi a:link {
	text-decoration:none;
}
#subnavi a:visited {
	text-decoration:none;
}
#subnavi a:hover {
	text-decoration:none;
}
#subnavi a.extern {
	background: url(../pics/fiege_group_mini.gif)  no-repeat 0% 50%;
	padding-left: 55px;
	color: #dfd6bf;
	font-weight:bold;
	line-height:22px;
	}
#subnavi a.extern:link {
	text-decoration:none;
}
#subnavi a.extern:visited {
	text-decoration:none;
}
#subnavi a.extern:hover {
	text-decoration:none;
}
#subnavi_stiftung {
	position: absolute;
	top: 147px;
	left: 20px;
	height: 75px;
	width: 148px;
	z-index: 100;
	background-color: #dfd6bf;
	visibility: hidden;
}
#subnavi_projekte {
	position: absolute;
	top: 147px;
	left: 336px;
	height: 75px;
	width: 148px;
	z-index: 100;
	background-color: #dfd6bf;
	visibility: hidden;
}
#subnavi_news {
	position: absolute;
	top: 145px;
	left: 495px;
	height: 25px;
	width: 148px;
	z-index: 100;
	background-color: #dfd6bf;
	visibility: hidden;
}	
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	color: #000000;
	font-weight:bold;
}
.subheadline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #000000;
	font-weight:bold;
}
.subhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	color: #000000;
	font-weight:bold;
}
.fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:normal;
}

.absatz {
margin: 2px 0px 7px 0px;


}


.box {
	padding: 5px;
	border:solid 1px #4a312b;
}
.biglink {font-size: 14px;}
