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
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
   	background-image: url(/layout/container-hg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;

}

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

#navi
{
	margin: 0px 0px 0px 0px;
	padding: 0;
    clear: both;
    background-color: #454D50;
    font-size: 15px;
    width: 760px;
	height:30px;
}

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

#navi li
{
	margin: 0;
	padding: 0;
	float: left;
}

#navi a
{
	color: #fff;
	margin: 0;
	padding: 5px 15px 10px 15px;  
    display: block;
	text-decoration: none;
    width: auto !important;
}

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

#navi a:hover, #navi a:active, #navi a:focus
{
	color: #fff;
    background-image: url(layout/navi-botton-hg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0;
	padding: 5px 15px 10px 15px;
	text-decoration: none;
}


#navi span
{
	color: #fff;
    background-image: url(layout/navi-botton-hg.gif);
    background-position: top left;
    background-repeat: repeat-x;
	margin: 0;
	padding: 5px 15px 10px 15px;
    display: block;
	text-decoration: none;
    width: auto !important;
}
/******************************************************************************/

#bild
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    width: 450px;
    height: 200px;
	float: left;
}

#bild div
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

#bild img
{
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

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

#bild .hiddenclear
{
	display:none;
}

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


/*Margin und Padding vertauscht wg. Opera*/

#adresse
{
    margin: 50 0 0 0;
    padding: 0 0 0 0;
    height: 150px;
    float: left;
    line-height: 2;
    font-family: Times New Roman;
    font-size: 24px;
    color: #fff;
}


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

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

#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: 0 0 0 10px;
	padding: 0;
	width: 190px;
	float: left;
	display: inline;
	position: relative;
}

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


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

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

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

#links p
{
    font-size: 13px;
    color: #000;
}

#links a
{
    margin: 5px 0 0 0;
    padding: 0;
    text-decoration: underline;
    font-weight: bold;
}


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

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

#rechts div
{
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
    width: 540px;
}

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

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

#rechts a
{
    margin: 5px 0 0 0;
    padding: 0;
    text-decoration: underline;
    font-weight: bold;
}


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

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

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