html
{
	margin: 0;
	padding: 0;
	height: 101%;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(/layout/body-hg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana;
	text-align: center;
	background-color: #D9BB97;
	font-size:13px;
	line-height:1.4em;
	color:#333;
}

/******************************************************************************/

#container
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/******************************************************************************/

#top
{
    width:800px;
}

#top h1
{
    text-align:right;
    font-size:14px;
    color: #8E2610;
    margin:5px 3px 0 3px;
}

/******************************************************************************/

#inhalte
{
	padding: 0 0 40px 0;
	margin: 0;
    width: 798px;
	background-image:url(/layout/inhalte-hg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
    background-color:#fff;
    border:1px solid #A67D59;
    position:relative;
}

#inhalte div
{
    margin: 0;
    padding: 0;
    border:none;
}


#inhalte p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#inhalte .linkButton
{
	text-align:center;
	margin:5px 0 5px 0;
}


#inhalte .linkButton a
{
	background-image:url(/layout/link-button-hg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color:#8E2610;
    text-decoration:none;
	padding:1px 10px 3px 10px;
	margin:0;
	float:none;
	font-weight:bold;
}

#inhalte .linkButton a:hover, #links .linkButton a:active, #links .linkButton a:focus
{
	background-image: url(/layout/link-button-b-hg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color:#8E2610;
	padding:1px 10px 3px 10px;
	margin:0;
	float:none;
	font-weight:bold;
    text-decoration:none;
}

/******************************************************************************/

#left
{
	margin: 0 0 0 0;
    padding:0;
	width: 223px;
	float: left;
	display: inline;
	position: relative;
}

#left div
{
	clear: both;
	margin:0;
    padding: 0;
}

/******************************************************************************/

#navi
{
	margin: 0;
	padding: 0;
    width: 223px;
	background-image: url(/layout/navi-hg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	position: relative;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#navi div
{
    border:none !important;
    border:0;
}

#navi ul
{
	margin: 0;
	padding: 100px 0 30px 40px;
	list-style-type: none;
    border:none;
    width:175px;
}

#navi li
{
	margin: 9px 0 9px 0;
	padding: 0;
}

#navi a
{
	color: #703E16;
	margin: 0 0 0 0px;
	padding: 2px 0px 2px 30px;
	display: block;
    width:  145px;
	text-decoration: none;
}

#navi a:link, #navi a:visited
{
    margin: 0 0 0 0px;
	padding: 2px 0px 2px 30px;
	display: block;
    width:  145px;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	color: #703E16;
    background-image:url(/layout/navi-button-hg.gif);
	background-position: center left;
	background-repeat: no-repeat;
    margin: 0 0 0 0px;
	padding: 2px 0px 2px 30px;
	display: block;
    width:  145px;
	text-decoration: none;
}


#navi span
{
	color: #703E16;
    background-image:url(/layout/navi-button-hg.gif);
	background-position: center left;
	background-repeat: no-repeat;
    margin: 0 0 0 0px;
	padding: 2px 0px 2px 30px;
	display: block;
    width:  145px;
	text-decoration: none;
		
}

/******************************************************************************/

#links
{
	margin: 0 0 0 0;
    padding:0;
	width:223px;
}

#links div
{
	clear: both;
	margin: 15px 0 0 23px;
    padding: 0;
    background-color:#fff;
    border:1px solid #D9AD64;
}


#links img
{
	padding: 4px;
	margin: 0;
	border-right:1px solid #8E2610;
    border-bottom:1px solid #8E2610;
    border-top:none;
    border-left:none;
}

#links h2
{
    background-color:#DFB97A;
    color:#fff;
    font-size:16px;
    text-align:center;
    font-weight:normal;
    margin:0;
    padding:3px 0 2px 0;
}

#links p
{
    margin:5px 0 5px 0;
    padding:0 5px 0 5px;
}

#links a
{
    color: #8E2610;
}

#links a:hover, #links a:active, #links a:focus
{
    color: #D9AD64;
}

#links .pauschaleTeaser img
{
	float: left;
	margin: 0 3px 0 0;
}


/******************************************************************************/

#bild
{
    background-image:url(/layout/bild-hg.gif);
	background-position: top center;
	background-repeat: no-repeat;
    float: left;
	display: inline;
	position: relative;
	width: 575px;
}

#bild div
{
    margin:0; padding:0;
}


#bild img
{
	display: block;
    padding: 51px 0 5px 0;
	margin: 0 0 0 0;
    border:none;
}

#bild p
{
	padding: 0;
	margin: 0;
}

#bild .hiddenclear
{
	display:none;
}



/******************************************************************************/

#rechts
{
	margin: 0;
	padding: 0;
    background-image:url(/layout/rechts-hg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 575px;
	float: left;
	display: inline;
	position: relative;
}

#rechts div
{
	clear: both;
	margin: 0 20px 55px 20px;
	padding: 0;	
}

#rechts img
{
	float: left;
	padding: 6px;
	margin: 0 5px 0px 0;
    background-color:#F0E1C9;
	border-right: 1px solid #D9AD64;
    border-bottom: 1px solid #D9AD64;
    border-left:none;
    border-top:none;
    position:relative;
}

#rechts h2
{
    font-size: 14px;
    color: #8E2610;
    margin:5px 0 3px 0;
    padding:0;
}


#rechts h1
{
    background-image:url(/layout/h1-hg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
    font-size:18px;
    color: #8E2610;
    margin:25px 0 5px 0;
    padding: 4px 2px 4px 2px;
}

#rechts a
{
    color: #8E2610;
}

#rechts a:hover, #rechts a:active, #rechts a:focus
{
    color: #D9AD64;
}


#rechts .linkButton a
{
    float:right;
}


#rechts .linkButton a:hover, #rechts .linkButton a:active, #rechts .linkButton a:focus
{
    float:right;
}

/******************************************************************************/

#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;
}
