html
{
	margin: 0;
	padding: 0;
	height: 101%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana;	
	text-align: center;
	background-color: #82844E;
	font-size:12px;
	line-height:1.4em;
	color:#333;
	letter-spacing:1px;
}

/******************************************************************************/

#container
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image:url(/layout/container-hg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}


#top
{
	width: 760px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#top h1
{
	font-size:10px;
	color:#777940;
	margin:15px 20px 15px 0;
	text-transform:uppercase;
	letter-spacing:2px;
}

/******************************************************************************/

#navi
{
	margin: 10px 0px 10px 0px;
	padding: 0;
	background-image:url(/layout/navi-hg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	height:28px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
}

#navi ul
{
	margin: 0 0 0 45px;
	padding: 0;
	list-style-type: none;
}

#navi li
{
	margin: 0;
	padding: 0;
	border-right:1px dotted #777940;
	border-left:1px dotted #777940;
	float: left;
}

#navi a
{
	color: #68645C;
	margin: 0 0 0 0px;
	padding: 5px 20px 5px 20px;
	display: block;
	text-decoration: none;	
}

#navi a:link, #navi a:visited
{
	padding:5px 20px 5px 20px;
	margin: 0 0 0 0px;	
}

#navi a:hover, #navi a:active, #navi a:focus
{
	color: #68645C;
	background-color: #F8E0B6;
	margin: 0 0 0 0px;
	padding: 5px 20px 5px 20px;
	display: block;
	text-decoration: none;
}


#navi span, #navi .aktiv
{
	color: #68645C;
	background-color: #DAA71B;
	margin: 0 0 0 0px;
	padding: 5px 20px 5px 20px;
	display: block;
	text-decoration: none;
		
}
/******************************************************************************/

#bild
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear:both;
}

#bild img
{
	display: block;
}

#bild p
{
	padding: 0;
	margin: 0;
}

#bild .hiddenclear
{
	display:none;
}

/******************************************************************************/

#inhalte
{
	padding: 15px 20px 15px 20px;
	margin: 0;
	background-image:url(/layout/inhalt-hg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#inhalte p
{
	padding: 0;
	margin: 10px 0 10px 0;
}

#inhalte a
{
	color: #82844E;
	font-weight:bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#inhalte a:hover, #inhalte a:active, #inhalte a:focus
{
	text-decoration: underline;
	color: #C4C5AD;
}

#inhalte h1
{
	font-size: 14px;
	position:relative;
	background-color: #82844E;
	color:#fff;
	padding: 2px;
	margin: 5px 0 5px 0;
}

#inhalte h2
{
	font-size: 14px;
	text-transform:uppercase;
	border-bottom: 1px dotted #82844E;
	position:relative;
	color: #82844E;
	padding: 0 0 3px 0 !important;
	margin: 25px 0 10px 0!important;
}


/******************************************************************************/

#links
{
	margin: 0 0 0 0;
	padding: 0px;
	background-color:#F6E1BC;
	border:1px dotted #C4C5AD;
	width: 200px;
	float: left;
	display: inline;
	position: relative;
}

#links div
{
	clear: both;
	margin: 0;
	padding: 0;	
}


#links img
{
	padding: 0px;
	margin: 0;
	border:none;
}

#links p
{
	padding:5px;
}
/******************************************************************************/

#rechts
{
	margin: 0 0 0 5px;
	padding: 0;
	width: 500px;
	float: right;
	display: inline;
	position: relative;
}

#rechts div
{
	clear: both;
	margin: 0;
	padding: 0;	
}

#rechts img
{
	float: left;
	padding: 0px;
	margin: 0 5px 0px 0;
	border:none;
}

/******************************************************************************/

#footer
{
	margin: 0 !important;
	padding: 0 !important;
	background-image:url(/layout/footer-hg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#82844E;
	color:#fff;
}

#footer div
{
	padding: 20px 0px 0px 25px !important;
}

#footer .zeitmessung
{
	font-size: 10px;
	color:#fff;
}

#footer p
{
	padding: 0;
	margin: 0;
	color:#fff;
	font-size: 10px;
}

#footer a
{
	color:#fff;
}

#footer #footerLink1
{
	text-decoration: none;
}

#footer #footerLink2
{
	text-decoration: none;
}

#footer #footerLink3
{
	font-weight: bold;
}

#footer #footerLink4
{
	text-decoration: none;
}

#footer #footerLink5
{
	text-decoration: none;
}

/******************************************************************************/

.hiddenclear
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}

.clear
{
	clear: both !important;
}