/* CSS Document by Thomas Müller @ www.dermueller.com for Jacobs - Die AusUmbauer 01.06.2007 */

/* Centered page: Add Scrollbar in other browsers than IE > no jumping */
/*html { 
	overflow: scroll;
	overflow-x: visible;
	min-height: 100.05%;
}*/

html {
	height:100%; 
	max-height:100%;
	padding:0; 
	margin:0; 
	border:0; 
	background-color:#BEBEBE;
	font-size:76%; 
	font-family:Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden;
	padding:0; 
	margin:0; 
	border:0;
	background-color:#BEBEBE;
}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:160px; 
	bottom:17px; 
	width:995px; 
	margin-left:-498px; 
	left:50%;
	background-image:url(../images/body-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:995px;
	border-top:160px solid #fff;
	border-bottom:17px solid #fff;
}

#head {
	position:absolute; 
	margin-left:-498px; 
	left:50%; 
	top:0; 
	width:995px; 
	min-width:995px; 
	height:160px; 
	font-size:1em; 
	z-index:5;
	background-image:url(../images/head-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

* html #head {
	top:2px;
	width:995px;
	height:160px;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-498px; 
	left:50%; 
	bottom:0; 
	width:995px; 
	min-width:995px; 
	height:17px; 
	font-size:1em; 
	z-index:5; 
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
}

* html #foot {
	bottom:0px;
	width:995px;
	height:17px;
}


/* Inhaltselemente */
#content h1 {
	font-size:1.2em;
	margin:0px 0px 10px 70px;
}

#content h2 {
	font-size:1.1em;
	margin:0px 0px 10px 170px;
}

#content h3 {
	font-size:1.1em;
	margin:20px 0px 5px 70px;
}

#content p {
	font-size:1.1em;
	margin:0px 80px 10px 70px;
	line-height:1.3em;
}

img {
	border:none;
}

div#logo {
	padding:22px 34px 0px 34px;
	margin-bottom:70px;
}

a.logo {
	display:block;
	border:1px solid black;
	width:100px;
	height:95px;
	background-color:#FFFFFF;
	margin:15px 0px 0px 70px;
	float:left;
	display:inline;
}

a.logo img {
	margin:21px 0px 0px 7px;
}

#content h2 {
	margin-top:45px;
	margin-left:220px;
}

#content p.info {
	margin-left:220px;
	margin-right:170px;
}

a.second {
	margin-top:7px
}

#content h2.second {
	margin-top:37px
}

a {
	color:#000000;
}

div#foot a {
	color:#FFFFFF;
}

p#chronik {
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}

p#chronik a {
	text-decoration:none;
}

div.clearer {
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

/* Chronik */
div.column {
	float:left;
	width:180px;
	margin-left:40px;
	margin-top:20px;
	display:inline;
}

div#first-col {
	margin-left:70px;
}

div.column img {
	margin-bottom:5px !important;
}

div.column p {
	margin:0px !important;
}
