div#container{
	width: 990px;
	min-height: 650px;
	background-color: #fff;
	margin: 5px auto;
	position: relative;
	text-align: left; 
}

div#kopf{
	border: 0px solid black;
	height: 193px;
}

div#kopf img{
	float: left;
	margin-left: 4px;
}


div#kopf img#signet {
	margin: 24px 21px 24px 25px;
}


#hnav{
	clear: both;
}

#hnav ul{
	white-space: nowrap;

	float: left;
	width: 100%;
	background-color: #b4d7a7;
}

#hnav li{
	list-style-type: none;
	display: inline;
	background-color: #b4d7a7;
	font-size: 20px;
	width: 165px;
}


#hnav a { 
}

#hnav a:link, #hnav a:visited{
	color: #000;
	background-color: #b4d7a7;
	text-decoration: none;
}

#hnav a:hover {
	color: #fff;
	background-color: #669933;
	background-color: #439A22;
	text-decoration: none;
}

/*----------------------------------------------------------------------
 | Koerper
 |
 |  Linke Spalte     +   main
 ----------------------------------------------------------------------*/
#koerper{
	clear: both;
	background-image: url(Bilder/bgspalte.gif);
	background-color: transparent;
	background-repeat:repeat-y;
	background-position:left; 
	line-height: 1.4;
}

/*######################################################################
 | Linke Spalte
 */
 
#liSpalte{
	background-color: #669933;
	background-color: #439A22;
	color: #fff;
	clear: both;
	width: 170px;
	float: left;
	min-height: 413px;
}

.liSInhalt{
	padding: 46px 10px 0px 13px;
	border: 0px solid white;
}


/*----------------------------------------------------------------------
 | 
 | Navigation Kopfzeile
 |
 *----------------------------------------------------------------------*/
#navcontainer ul
{
	background-color: #b4d7a7;
	color: White;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#navcontainer ul li { display: inline; 
	text-align: center;
}

#navcontainer ul li a
{
	text-align: center;
	padding: 0.55em 0em;
	background-color: #b4d7a7;
	color: #000000;
	text-decoration: none;
	float: left;

	border-right: 1px solid #999;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #666;
	border-top: 1px solid #eee;
width: 161px;

/*width: 164px;	*//* ohne rechte Grenze */
}

#navcontainer ul li a#zeit{
	width: 170px;
	width: 169px;
	border-left: 0px solid #eee;
}

#navcontainer ul li a#service{
	width: 164px;
}


#navcontainer ul li a:hover,
#navcontainer ul li a.current
{
	background-color: #669933;
	background-color: #439A22;
	color: #fff;
}


/*----------------------------------------------------------------------
 | Hauptabschnitt
 *----------------------------------------------------------------------*/

#main{
	width: 819px;	/* 1 Pixel mehr und der grüne Hintergrund geht im IE5.5 nicht mehr */
	min-height: 410px;
	float:left;

	background-image: url(Bilder/fachwerk-bg);
	background-position: 0px -1px;
}

.inhalt{
	margin-top: 46px;
	margin-left: 164px;
	width: 490px;
	border: 0px solid green;
}


.inhalt h2{
	clear: both;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.inhalt h2.sec{
	padding-top: 1em;
	text-transform: uppercase;
}

.inhalt h3{
	margin-bottom: 0.25em;
	font-weight: bold;
}
.inhalt h3.sec{
	padding-top: 0.5em;
}


img.floatImage, img.floatImageoS{
	float: left;
	margin-left: -65px;
	margin-right: 3px;
	margin-top: 4px;

	position: relative;	/* damit IE 5.5 und IE6 das Bild nicht nur halb zeigen */
}

img.floatImageoS{	/* ohne Schatten am Foto */
	margin-right: 17px;
}

.inhalt p, .inhalt h3 {
	margin-left: 87px;
}



/*--------------------------------------------------------------------
 | Fusszeile
 *____________________________________________________________________*/
#fuss{
	clear: both;
	font-size: 0.75em;
	color: #666666;
	padding-left: 180px;
}

