html, body {

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

body  {
color: #600;
min-height: 101%;
font-size: 100.01%;
font-family: Arial, Verdana, sans-serif;
background: #FFF9E4 url(../_images/hg_body.jpg) repeat-x;
text-align: center
}

fieldset, img { border:0; }

/* ----------------------------------------------------------------
  Seitenstruktur
  --------------------------------------------------------------- */

/* --- allumfassender Container --- */
#wrapper  {
background: #FFF9E4 url(../_images/hg_wrapper.jpg) repeat-y;
text-align: left;
margin: 0 auto;
position: relative;
width: 770px;

}
* html #wrapper
{

}


/* --- Reihen --- */


#header  {
font-size: 70%;
position: relative;
background: #fff url(../_images/hg_header.jpg) no-repeat;
color: #000;
width: 100%;
height: 132px;
}


#kuekenimg {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
}
#headerimg {
position: absolute;
top: 18px;
left: 365px;
z-index: 10;
}
#headertxt1 {
position: absolute;
top: 89px;
left: 208px;
z-index: 10;
}
#headertxt2 {
position: absolute;
top: 68px;
left: 570px;
z-index: 10;
}


#main {
padding: 0px 0 5px 0;
background: url(../_images/hg_main.jpg) no-repeat;
}



#footer {
font-size: 70%;
background: url(../_images/hg_footer.jpg) no-repeat;
clear: both;
width: 100%;
height: 100px;
}

#footer p {
text-align: center;
width: 574px;
margin: 0px 0 0 181px;
padding-top: 25px;
}
/* --- Spalten --- */


#col_left {
font-size: 75%;
width: 181px;
height: 300px;
color: #000;
float: left;
padding: 70px 0 0 0;
margin: 0;
}






#col_content {
width: 520px;
min-height: 300px;
position: relative;
font-size: 80%;
padding: 20px 0 0 0;
margin: 0px 0px 1em 205px;
}

* html #col_left {
 /*vor IEMac verstecken \*/
 height: 300px;
 /*IEMac wieder reinlassen*/
}

/* -----------------------------------------
  Seitennavigation
  ---------------------------------------- */

#menu dfn {
clear: both;
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

#menu ul li {
display: inline;
}

#menu ul li a{

}



/* 1. Ebene */

#menu ul {
width: 160px;
border-top: 1px solid #900;
list-style-type: none;
text-align: left;
padding: 0 0 0 0;
margin: 0px 0 0 21px;

font-weight: bold;
}


#menu ul a {
color: #600;
text-decoration: none;
display: block;
border-bottom: 1px solid #900;
}


#menu ul a:hover, #menu ul li a:focus, #menu ul li a:active{
background: url(../_images/hg_nav_hoover.jpg) repeat-y;
color: #600;
}



#menu .lev1_no a {
padding: 4px 0px 4px 5px;
}


#menu .lev1_act a{
font-weight: bold;
padding: 4px 0px 4px 5px;
}



#menu .lev1_cur{
display: block;
background: url(../_images/hg_nav_aktiv.jpg) repeat-y;
color: #600;
padding: 4px 0px 4px 5px;
border-bottom: 1px solid #900;
font-weight: bold;
}



/* ############ 2. Ebene ########################## */



#menu ul ul {
/*width: 150px;*/
border: none;
margin: 0;
}



#menu .lev2_no a {

color: #600;
font-weight: normal;
padding: 4px 0px 4px 16px;
}


#menu .lev2_act a{
padding: 4px 0px 4px 16px;
}


#menu .lev2_cur{
display: block;
color: #600;
padding: 4px 0px 4px 16px;
border-bottom: 1px solid #900;
font-weight: bold;
background: url(../_images/hg_nav_aktiv.jpg) repeat-y;
}


/* -----------------------------------------
  Inhalt
  ---------------------------------------- */

.invis {
clear: both;
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

.clear {
clear: both;
}

.left {
float: left;
margin-right: 20px;
margin-bottom: 1em;
}

.right {
float: right;
margin-left: 20px;
margin-bottom: 1em;
}

h3, h4 {
margin: 0 0 1em 0;
padding: 0;
}

h1 {
color: #900;
font-size: 1.5em;
font-weight: normal;
margin: 0 0 1em 0;
padding: 0;
}

h2 {
color: #900;
font-size: 1.2em;
margin: 2em 0 0.5em 0;
}

h3 {
font-size: 1em;
}

h4 {
font-size: 0.9em;
}

p {
margin: 0 0 15px 0;
}

#col_content p {
line-height:1.3;
margin-top: 0;
margin-bottom: 1em;
}

#col_content li {
line-height:1.3;
margin-top: 0;
margin-bottom: 0.5em;
}

/* Left, center and right alignment of text in paragraphs and cells.*/

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

hr {
  height: 2px;
  color: #FFE69C;
  background-color: #FFE69C;
  border: none;
  margin-bottom: 1em;
}

/*  -----------------------------------------------------

  Links

  ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active, a:focus {
 color: #600;
 text-decoration: underline;
 font-weight:normal;
}


a:hover, a:focus {
color:#c30;
background-color: #ffc;
}

a:visited {

}


