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

body
{
	margin:0;
	padding:0 0 0 0;
	background-image:url(layout/hg-top.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	font-family:Arial,Helvetica,Verdana;
	font-size: 13px;
	height:100%;
	text-align:center;
	background-color: #FEE4E9;
}

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

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

#container a
{
	color:#204511;
}

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

#navi
{
	margin:0 auto 0px 300px;
	padding:48px 0 0 0;
	height:24px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#navi ul
{
	margin:0 0 0 5px;
	padding:0;
}

#navi li
{
	margin:0 5px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
}


#navi a
{
	margin:auto;
	padding:3px 3px 3px 3px;
	display:block;
	float:left;
	text-decoration:none;
	color:#000;
}

#navi a:link, #navi a:visited
{
	border:none;
	padding:3px 3px 3px 3px;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	padding:3px 3px 3px 3px;
	background-color:#fff;
}


#navi span
{
	display:block;
	float:left;
	background-color:#fff;
	margin-top:0px;
	padding:3px 3px 3px 3px;
}

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

#inhalte
{
 	width: 760px;
	margin:0;
	background-color: #F6CBD3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}


#inhalte h1
{
	font-size:20px;
	font-style:italic;
	color:#535353;
	margin:15px 5px 5px 20px;
	padding:0;
	position:relative;
}


#inhalte h2
{
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#535353;
	margin:10px;
	padding:0;
}

#inhalte img
{
	margin: 0 0 0px 0;
}



#inhalte p
{
	font-size: 13px;
	margin:5px;
}

#inhalte span
{
	float:right;
	margin:0 10px 5px 0;
}

#inhalte a
{
    color:#244A5E;
    text-decoration:underline;
}

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

#bild
{
	float: none;
	background-color:#FEE4E9;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin: 0;
    padding: 0;
}


#bild img
{
	border:none;
}

#bild p
{
	margin: 0;
}

hr
{
	color:#244A5E;
	width:450px;
	margin:0 !important;
	height:1px;
}

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

#links
{
	float:left;
	background-color:#FEE4E9;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin: 10px 5px 20px 5px;
	width: 510px;
}


#links ul
{
	list-style-type:square;
}

#links p
{
	margin: 5px;
	width: 500px;
}

#links table
{
	width:350px;
	font-size: 13px;
	margin:10px;
}


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

#rechts
{
	float:right;
	background-color:#FEE4E9;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width: 220px;
	margin: 10px 5px 20px 5px;
}

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


#rechts img
{
	margin: 2px;
	padding: 2px;
	border: 1px solid #fff !important;
}

#rechts p
{
	width:200px !important;
	margin: 5px;
}



#rechts a
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}


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

#footer
{
	margin: 0 !important;
	padding: 10px 0 0 10px !important;
	background-image:url(/layout/bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
    clear: both;
    height: 25px;
}

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

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

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

#footer a
{
	color: #000;
}

#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;
}

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

#sitemap
{
    margin-top: 150px;
}


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

.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;
}

.bildp
{
    margin: 0 !important;
    padding: 0 !important;
}


