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

body
{
	margin: 0;
	padding: 0;
	background-image: url(/layout/body-hg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,Verdana;	
	text-align: center;
	background-color: #fff;
	font-size:13px;
	line-height:1.4em;
	color:#333;
}

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

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

}

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

#navi
{
	margin: 13px 0px 0px 5px;
	padding: 0;
	background-image:url(/layout/navi-hg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 15px;
	position: relative;
	height: 193px;
    width: 217px;
    float: left;
	display: inline;
}

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

#navi li
{
	margin: 0;
	padding: 0;
    display: block;
    line-height: 3;
}

#navi a
{
	color: #000;
	margin: 0 0 0 1px;
	padding: 0 1px 0 15px;
	display: block;
	text-decoration: none;
    width: 150px;
}

#navi a:link, #navi a:visited
{
	padding: 0 1px 0 15px;
	margin: 0 0 0 1px;
    width: 150px;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	color: #000;
    background-image: url(layout/li-hg.gif);
    background-position: center left;
    background-repeat: no-repeat;
	margin: 0 0 0 1px;
	padding: 0 1px 0 15px;
	display: block;
	text-decoration: none;
    width: 150px;
}


#navi span
{
	color: #000;
    background-image: url(layout/li-hg.gif);
    background-position: center left;
    background-repeat: no-repeat;
    margin: 0 0 0 1px;
	padding: 0 1px 0 15px;
	display: block;
	text-decoration: none;
    width: 150px;
}
/******************************************************************************/

#bild
{
	margin: 6px 0px 0px 0px;
	padding: 0 0 0 0;
    width: 543px;
    float: left;
}

#bild img
{
	display: block;
}

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

#bild .hiddenclear
{
	display:none;
}

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

#inhalte
{
    clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
    background-image: url(layout/links-hg.gif);
    background-position: top left ;
    background-repeat: no-repeat;
}

#inhalte p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#inhalte a
{
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

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

#inhalte h1
{
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0;
}

#inhalte h2
{
	font-size: 14px;
	color: #000;
	padding: 0 !important;
	margin: 0 !important;
}


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

#links
{
	margin: 40px 0 0 9px;
	padding: 0;
	width: 205px;
	float: left;
	display: inline;
	position: relative;
}

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


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

#links h1
{
    margin: 0;
    padding: 0 0 10px 0 ;
    font-size: 15px;
    color: #000;
}

#links a
{
    font-weight: bolder;
    text-decoration: none;
}


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

#rechts
{
	margin: 5px 13px 5px 5px;
	padding: 5px;
	width: 515px;
	float: right;
    background-color: #EFEDEC;
	display: inline;
	position: relative;
}

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

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

#rechts h1
{
    margin: 0 20px 10px 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #000;
}

#rechts a
{
    font-weight: bolder;
    text-decoration: none;
}


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

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

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

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

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