﻿body
{

	margin:auto;
	background:url(background.jpg);
    font-family:arial;
	color:black;
}

#gesamt
{
	width:980px;
	margin:auto;
	padding-top:15px;
}

#titel
{

	width:760px;height:150px;
	background-image:url(oben.gif);background-position:center;
	float:right
}

#mitte
{
	width:980px;
	

}

#menu
{
	float:left;
	width:200px;height:850px;
	background-image:url(navigation.gif);background-position:left;
}

#main
{
	width:760px;
	float:right
}

#inhalt
{
	width:780px;height:500px;float:left;
	background-image:url(text.gif);background-position:center;
}

/*#inhalt_mitte
{
width:600px;float:left;
padding:0px 10px 0px 10px;
}
*/

#links
{
	width:200px;height:750px;
	background-image:url(navigation.gif);background-position:left;

}


#unten

{
	width:980px;height:30px;
	background-color:brown;
}

#Hauptmenupunkt
{
font-weight:bold;
}

#Untermenupunkt
{
}


a:link {text-decoration: none;color:black;}
a:visited {text-decoration: none;color:black;}
a:hover {text-decoration: none;color:red;}
a:active {text-decoration: none;color:red;}
