html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	margin:0;
	padding:0 0 0 0;
	font-family:Arial,Helvetica,Verdana;
	font-size: 13px;
	height:100%;
	text-align:center;
	background-color:#C6DBC2;
	background-image: url(bilder/hg_body.jpg);
	background-position:center top;
	background-repeat: no-repeat;	
}

img
{
	display:block;
}

/******************************************************************************/
/******************************************************************************/

#container
{
	width:760px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:left;
	background-image: url(bilder/container_hg.gif);
}

/******************************************************************************/
/******************************************************************************/

#navi
{
	font-size: 15px;
	font-weight: bold;
	height: 93px;
	background-image: url(bilder/top_hg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 760px;	
}

#navi ul
{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

#navi li
{
	margin: 28px 2px 0 2px;
	padding: 0;
	display:inline;
	float: left;
}


#navi a
{
	padding: 41px 3px 6px 3px;	
	display: block;
	float: left;
	background-position: left top;
	text-decoration: none;
	color: #000;
}

#navi a:link, #navi a:visited
{
	background-image: none;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	background-image: url(bilder/a_hg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;	
	float: left;
	color: #fff;	
}


#navi span
{
	background-image: url(bilder/a_hg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	padding: 41px 3px 6px 3px;	
	display: block;	
	float: left;
	color: #fff;			
}

/******************************************************************************/
/******************************************************************************/

#inhalt
{
 	width:760px;
 	background-image: url(bilder/hg_inhalt.jpg);
 	background-repeat: no-repeat;
 	background-position: center bottom;
	margin:0;
	padding: 0 0 30px 0;	
}

#inhalt a
{
	color:#000;
	margin-right: 3px;
    font-weight: bold;
}

#inhalt a:hover, #inhalt a:active, #inhalt a:focus
{
	color:#000;
	margin-right: 3px;
}

#inhalt img
{
	margin: 5px 5px 5px 5px;
	padding:0;
	border: 0px;
	float: left;
}

#inhalt h2
{
	font-size:18px;
	margin: 20px 0 5px 10px;
	color:#155608;
	border-bottom: 1px solid #333;
}

#inhalt h1
{
	font-size:24px;
	margin: 10px 0 10px 10px;
}

#inhalt h3
{
	font-size:15px;
	background-color:#C9DBC5;
	margin: 30px 10px 5px 10px;
}
#inhalt h4
{
	font-size:14px;
	border-bottom: 1px solid #C9DBC5;
	margin: 10px 0 5px 10px;
}



#inhalt p
{
	margin: 10px 10px 5px 10px;
}

#inhalt div
{

}


#inhalt hr
{
	color:#004400;
	height:1px;
	clear: both;
}

#inhalt table
{
    margin: 0 10px 0 10px;
    font-size: 13px;
}

#inhalt table td
{
    padding: 3px 0 3px 10px;
}


#inhalt table p
{
	font-family:Arial,Helvetica,Verdana;
	font-size: 13px;
}

#inhalt ul
{
	list-style-type: square;
	font-size: 12px;
	margin: 0 0 0 45px;
	padding: 0;
}

#inhalt li
{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
	line-height: 1.5em;
}


/******************************************************************************/
/******************************************************************************/


#rechts
{
	float:right;
	width: 200px;
	margin: 0px;
	padding:0;
}

#rechts p
{
	margin: 10px 5px 10px 0;
}

#rechts h2
{
	margin: 10px 5px 10px 0;
}

#rechts img
{
	margin: 5px 5px 5px 0;
	padding:0;
}


/******************************************************************************/
/******************************************************************************/


#links
{
	float:left;
	margin: 0px 0px 0px 0px;
	width: 510px;
}

#links div
{
	width: 415px;
	margin: 10px 0 0 10px;
}

#links .rechts
{
	float:right;
	font-weight:bold;
}

#links .lastminute
{
	background-color: #155608 !important;
	font-weight: bold;
	color: #fff;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 0 0;	
	width: 310px;
	float: left;
}

#links img
{
	float:left;
	margin:0 5px 5px 5px !important;
	display:inline;
	border:1px solid #000;
}


#links h2
{
	font-size:18px;
	color:#000;
	font-weight:normal;
	margin:10px 0 5px 5px;
}

#links p
{
	margin:3px 0 0 5px;
}

/******************************************************************************/

.gruen
{
    color: #fff;
    font-weight: bold;
    background-color: #165608;
}

.rechts
{
    text-align: right;
}

.hell
{
    background-color: #C9DBC5;
    border-top: 1px solid #165608;
    border-bottom: 1px solid #165608;
    margin: 0 1px;
}

 .zeilehell
 {
     background-color: #C9DBC5;
 }

 .zeiledunkel
 {
     background-color: #BBCBB8;
 }

.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;
}


/******************************************************************************/

#footer
{
	padding: 0;	
	text-align: center;
	height:60px;
	background-image: url(bilder/container_hg.gif);
	margin: 0;
}

#footer p
{
	color: #000;
	font-size: 11px;
	margin: 10px 0 25px 0;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer .copyright
{
	color:#000;
	text-align: left;
	margin: 15px 15px 0 0;
}
/******************************************************************************/