
body
{
	width: 860px;
	height: auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	background-color:#ffffff;
}

#container
{

	background-color:   #ffffff;
    background-repeat:  repeat-y;
/*	border:				3px solid #66550D; */
    overflow:           auto;
    width:              860px;
    padding-left:       0px;
    height: 			auto;   
}
.green	{
	color: green;
}


h1
{
	color: green;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;

}

.bold {
background-color:   #F5f5f5;
font-size:       11px;
font-weight:	 bold;
color:				green; 
}

/* shaded borders */


/* navigation */

#top
{
    width:              860px;
    height:             90px;
    background-color:   #ffffff;
	background-image:   url(../img/header2.gif);
	background-position:	100% 0%;
	background-repeat:	no-repeat;
    margin:             0;
    padding:            0;

}

#zeit
{
    padding-top:		70px;
	padding-left:		80px;
}


#rightSide
{
    width:            700px;
	height:       	  auto;
    float:            left;
    margin:           0;
    padding:          0;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        11px;
	background-color:   #ffffff;
	
}

#content
{
	width:670px;
	min-height:350px;
	float: left;
	background-color: #ffffff;
	padding: 5px 15px 15px 15px;
/*	border-left:1px solid #66550D;
	border-right:1px solid #66550D; */
	font-size: 11px;
/*	color:green; */
}

#footer
{
    float:              left;
    margin:            	0;
    padding-top:        3px;
	padding-left:       10px;
    overflow:           hidden;
    width:              840px;
    height:             20px;
    background-color:   #ffffff;
    color:              green;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:          11px;
	border:			1px solid #ccc;

}


#mainNavi
{
    float:              left;
    width:              140px;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:          10px;
	color:				green;
    line-height:        15px;
	background-color:   #ffffff;
	padding-left:		0px;
}


/* mainNavigation */

ul#navlist {
	text-align: 		left;
	list-style: 		none;
	padding: 			0;
	margin: 			0;
	width: 				140px;
}

	ul#navlist li {
		display: 		block;
		margin: 		0;
		padding: 		0;
		border:			1px solid #66550D;
		border-color: 	#ccc #ccc #ffffff #ccc; 
	}

	ul#navlist li a {
	display: block;
	width: 100%;
	/*padding: 0.3em 0.5 0.3em 0.5em;
	*/
	padding: 3px 5px 3px 5px;
	color: green;
	font-weight: bold;
	text-decoration:none;
	font-size: 10px;
}

ul#navlist li#active a {
	color:			 	red;
	}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: 				red;
	background-color: 	yellow;
	}

<!--
#topnavi {
		width: 840px;
        padding: 0px;
        margin-bottom: 5px;
   /*     border: 1px solid #ccc; */
        background: #fff;
}

/* circle */

#navCircle {
        margin: 0;
		line-height:		15px;
        padding: 5px 0 20px 10px;
		border: 0px solid #ccc;
       
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 15px 6px 15px;
        text-decoration: none;
        color: green;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: red;
        background: url(circle.gif) no-repeat bottom center;
}