/* CSS Document */


* { margin: 0; padding: 0; }

* { font-size: 100% }

body {
	font-size: 62.5%;
	background:#f9f8f3 url(../Bilder/ackermann_01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #663;
	}	
	
p {
	font-size: 140%;
	line-height: 1.4em;
	color: #666;
	padding: 0px 0px 10px 0px;
	}	
	
h1 {
	font-size: 200%;
	color: #660;
	font-weight: normal;
	}
	
h2 {
	font-size: 160%;
	line-height: 1.4em;
	color: #996;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding: 10px 0px 0px 0px;
	}	
	
img {
	display:block;
	}
	
.imgspace {
	padding:0px 0px 20px 0px;
	}
	
.zitat {
	color:#F93;
	font-weight: bold;
	font-size: 160%;
	}
	
.clear {
	clear:both;
	height: 1px;
	}
	
.imgright {
	float:right;
	padding: 0px 20px 0px 20px;
	}
	
/* Kopfbereich */	

#containerheader {
	width:100%;
	}
	
#header {
	width:920px;
	margin:auto
	}	
	
	
	
/* Navigation */	
	
#mainnav {
	background:url(../Bilder/ackermann_03.jpg) no-repeat;
	list-style-type: none;
	font-size: 140%;
	font-weight: bold;
	width: 100%;
	height: 57px;
	}
	
#mainnav ul {
	margin:0px 0px 0px 30px;
	}
	
#mainnav a {
	text-decoration: none;
	}		
	
#mainnav li {
	float: left;
	display: inline;
	}
	
#mainnav li a {
	padding: 15px 30px 0px 0px;
	list-style-type: none;
	color: #FFF;
	display: block;
	}	
	
#mainnav li a:hover {
	color: #fff2a1;
	}
	
#mainnav li#active {
	color: #fff2a1;
	padding: 15px 30px 0px 0px;
	list-style-type: none;
	}	
	
/* ende Navigation */	
	
	
/* Inahaltsbereich */	
#containercontent {
	width:100%;
	clear: both;
	background: #ffffff;
	}
	
#content {
	width:920px;
	margin:auto;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	}	
	
#col1 {
	float: left;
	width: 270px;
	margin: 0px 0px 0px 11px;
	display: inline;
	}
	
#col1 h1 {
	padding:20px 0px 7px 0px;
	}	
	
#col1 p {
	padding:0px 0px 7px 0px;
	}
	
#content a {
	color:#C60;
	}	
	
#col2 {
	margin:0px 0px 0px 318px;
	width:590px;
	}	
	
#col2 h1 {
	padding:0px 0px 7px 16px;
	}
	
#col2 p {
	padding:0px 15px 10px 16px;
	}	
	
.box {
	background:#eeecc7 url(../Bilder/box_bottom.gif) bottom no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	}	
	
.box_h150 {
	background:#eeecc7 url(../Bilder/box_bottom.gif) bottom no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	height: 150px;
	}
		
	
/* Ende Inhaltsbereich */


/* Footer */	
#containerfooter {
	width:100%;
	background: url(../Bilder/ackermann_04.jpg) repeat-x;
	clear: both;
	}
	
#footer {
	width:920px;
	margin:auto;
	}
	
#footer p {
	font-size: 140%;
	line-height: 1.4em;
	color: #666;
	padding: 20px 0px 40px 318px;
	}
	
#footer a {
	color:#666;
	text-decoration: none;
	}
	
#footer a:hover {
	color:#666;
	text-decoration:underline;
	}	

