* {
  padding:0px;
  margin:0px;
}

body {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

a:link, a:visited, a:active {
  color: #494949;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}

ul {
	display: block;
	padding-left: 20px;
	list-style-type:circle
}

li {
	padding-top: 5px;
	padding-left: -2px;
}

p { 
	margin-top: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
	margin-top: 10px;
}

#header {
	height: 112px; 
	width: 100%; 
	background: url('http://www.ieh.de/images/nav.jpg');
}

#titel{
	position:absolute;
	height: 374px;
	width: 980px;
	left:50%;
	margin-left:-490px;
	z-index: 0;
	overflow: hidden;
}

#content{
	position: absolute;
	top: 486px;
	height: 226px;
	width: 980px;
	left:50%;
	margin-left:-490px;
	z-index: 0;
	overflow: hidden;
	background: #000000;
	color: #ffffff;
}

#footer{
	position: absolute;
	height: 70px;
	width: auto !important;
	min-width: 100%;
	background: #000;
	color: #777;
	font-size: 11px;
	font-family: Verdana, Arial;
	top: 700px;
}

#footer a{
 color: #fff;
}

.projekt_container{
	bottom:10px;
	margin:0px;
	padding:0px;
	background-color:#000000;
	width: 196px;
	float: left;
}

.projekt_beschreibung {
	background-color:#000000;
	display:block;
	position:relative;
	color:#FFFFFF;
	text-align: center;
	border-top:1px solid #ffffff;
}
	
