body
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8.5pt;
}

#content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 127px;
	margin: 10px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

h1 span
{
	display: none;
}

#me1, #me1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#me1
{
	position: relative;
	top: 87px;
	left: 250px;
}

#me1 a {
	display: block;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #434343;
	padding: 10px;
}

#me1 a.active
{
	color: #000070;
	background-color: #f6f6f6;
}

#me1 li {
	float: left;
	margin-right: 20px;
}

/* 1.Ebene */
#header ul ul {clear:both; position:absolute; display:none; z-index: 11; width:192px; height:auto; margin-top:0px; border-left:1px #e1e1e1 solid;}
#header ul ul li {float:left; margin:0; padding-top:0; background:none;}
/* blendet ul 2.Ebene ein, funktioniert nicht im IE, siehe dazu JS und letzte CSS Zeile */
#header li:hover ul { display:block; z-index: 10; background:none; padding:0;}
#header ul ul li {height:auto; z-index: 10; margin:0; border:0; width:192px; background:none; padding:0;}
#header ul ul li:hover {padding:0; margin:0; width:192px;}
/* Breite notwendig sonst wird im IE nur der Text als Link interpretiert wird. */
/* Hoehe notwendig sonst wird im Moz hier die Hoehe des 1.Links verwendet */
/* Beachten: IE Box Model Bug, wenn Doctype nicht strict (width/margin/border/padding) */
#header ul ul li a { display:block; height:auto; z-index: 10; color:#444; float:left; text-align:left; font-weight:normal; margin:0; border:0; width:171px; padding:5px; background: #dcdcdc;}
#header ul ul li a:hover {z-index: 10; margin:0; border:0; width:170px; text-decoration:none; font-weight: bold;}
/* notwendig fuer hover im IE, siehe auch JS */
#header ul ul:hover, #me1 li.sfhover ul { display:block; z-index: 10; padding:0; background:none;}

#teaser
{
	clear: both;
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
	padding-top: 290px;
}

#container
{
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	height: 330px;
	color: #fff;
}

#container a
{
	color: #fff;
	text-decoration: none;
}

#container a:hover
{
	text-decoration: underline;
}

#container h2
{
	margin: 0px;
	font-size: 8.5pt;
}

#news
{
	float: left;
	width: 280px;
	margin: 30px;
	margin-top: 80px;
}

#news dt
{
	clear: both;
	float: left;
	display: block;
	height: 40px;
	width: 90px;
}

#news dd
{
	height: 40px;
}

#projekt
{
	float: left;
	margin-top: 30px;
	width: 380px;
	padding-left: 15px;
}

#projekt h2 span
{
	display: block;
	font-weight: normal;
}

#projekt img
{
	margin-top: 20px;
	border: 3px solid #fff;
}

#projekt p
{
	margin: 0px;
	margin-top: 20px;
}

#adressen
{
	float: left;
	margin-top: 70px;
	width: 240px;
}

#adressen h2
{
	display: none;
}

#footer
{
	clear: both;
	margin: 10px;
	color: #676767;
}

#footer a
{
	color: #676767;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


