@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #F8F7EF;
	margin: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
    }
    .oneColFixCtrHdr #container {
	width: 789px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #ECE9D8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: medium solid #006600;
    }
    .oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/header_2.jpg);
	background-repeat: no-repeat;
	height: 196px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
    }
    .oneColFixCtrHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	text-indent: -1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    }
    .oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #ECE9D8;
	width: 700px;
	left: 5px;
	clip: rect(auto,auto,auto,5px);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
    }
    .oneColFixCtrHdr #footer {
	text-align:center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear:right;
   }

#navi {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*
#navi li a {
	display:block;
	width:789px;
	height:39px;
	background:white url(../images/nav.jpg) no-repeat top left;
}
*/
#navi
{
	width:789px;
}

#navi li
{
	float: left;
}

#navi li a span
{
	display:none;
}

#navi li a
{
	display:block;
}

#nav-home a
{
	background-image:url(../images/home.jpg);
	width: 130px;
	height: 39px;
}

#nav-leistungen a
{
	background-image:url(../images/leistungen.jpg);
	width: 258px;
	height: 39px;
}

#nav-gallerie a
{
	background-image:url(../images/gallerie.jpg);
	width: 214px;
	height: 39px;
}

#nav-kontakt a
{
	background-image:url(../images/kontakt.jpg);
	width: 187px;
	height: 39px;
}

#footer p a img
{
	padding: 0px;
	margin: 0px;
}

#navigation
{
height:39px;
}

#Text
{
float: right;

}
#Text
{
clear:right;

}

img
{
border:none;
}
