body
{
    margin: 0;
    font-family: 'Courier New',Times,serif;
    font-size: 100%;
    background: #ffffff;
}

#container
{
    width: 800px;
    margin: 0 auto;
}

#header
{
	position: absolute;
    height: 120px;
	width: 800px;
    float: none;
    padding-top: 10px;
}

#logo
{
	position: absolute;
	right: 5px;
	
}

#menu
{
    height: 100px;
    float: left;
}

#hdrline
{
	position: absolute;
	top: 100px;
}

#menu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li 
{
	display: block;
	margin: 5px;
	padding: 0px;
}

#content
{
	width: 800px;
	height: 400px;
    top: 120px;
	padding-top: 20px;
	padding-left: 5px;
	position: absolute;
	overflow: auto;
}

#banner
{
	width: 800px;
	height: 400px;
    top: 120px;
	padding-top: 20px;
	padding-left: 0px;
	position: absolute;
	overflow: auto;
}

#footer
{
    position: absolute;
    height: 50px;
	width: 800px;
	top: 550px;
}

#footer a
{
    display: block;
    float: none;
    color:#000000;
    text-decoration: none;
}

#fmenu
{
    height: 100px;
    float: right;
}

#fmenu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#fmenu ul li 
{
	display: block;
	margin: 5px;
	padding: 0px;
}

a:link
{
	font-weight:bold;
    text-decoration:none;
    color:#000000;
}

a:hover
{
    font-weight:bold;
    text-decoration: none;
    color:#000000;
}

a:visited
{
    text-decoration:none;
    color:#000000;
}

a:active
{
    text-decoration:none;
    color:#000000;
}

img
{
	border-style: none;
}

hr
{
	width: 800px;
}

td
{
	vertical-align: top;
	min-width: 130px;
}

#projekte a
{
	font-weight:normal;
	text-decoration: underline;
}

