html, body {
margin: 0;
padding: 0;
height:100%;
}

body  {
color: #666;
font-size: 100.01%;
font-family: Georgia;
background: #000 url(../_images/hg_body.jpg) repeat-x;
text-align: center;
}

/* ----------------------------------------------------------------
  Seitenstruktur
  -----------------------------------------------------------------
  outerwrapp
   wrapper
    header
    main
    footer
   bottom
  --------------------------------------------------------------- */

/* --- allumfassender Container --- */

#wrapper {
background: url(../_images/hg_wrapper.jpg) repeat-y;
position: relative;
width: 770px;
color: #DBB067;
text-align: left;
margin: 0 auto;
margin-bottom: 5px;
}

/* --- Reihen --- */




#main {
background: url(../_images/hg_main.jpg) no-repeat;
position: relative;
clear: both;
margin: 0;
padding: 0px 0 0px 0;
width: 100%;
min-height: 536px;
}
* html #main
{
height: 536px;
}

#footer {
background: #000 url(../_images/hg_footer.jpg) no-repeat;
margin: 0;
padding: 0;
color: #000;
text-align: center;
}


#footer p{
margin: 0;
}



#bottom {
width: 770px;
text-align: center;
margin: 0 auto;
padding-bottom: 1em;
color: #999;
background-color: #fff;
}



#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active, #bottom a:focus {
 text-decoration: none;
 color: #999;
}



/* ----------------------------------------------------------------
  Struktur main
  -----------------------------------------------------------------
  main
   col_left
   brkr
   col_right
   col_content oder col_contentfull
  --------------------------------------------------------------- */

#col_left {
float: left;
width: 155px;
min-height: 200px;
color: #000;
margin: 0;
padding: 100px 0 0 0;
}

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



#col_content {
font-size: 0.95em;
line-height: 1.4;
position: relative;
padding: 0;
min-height: 200px;
}

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

#col_content {
margin: 0 0px 1em 158px;
}



/* ------------------------------------------------
  Navigation
  no = normaler Link
  act = aktive Gruppe
  cur = aktive Seite
  ---------------------------------------------- */

/* ------------------------------------------------
  Hauptnavigation
  ---------------------------------------------- */



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

/* 1. Ebene */

#leftmenu ul {
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
font-weight: bold;
}

#leftmenu ul li {
padding: 5px 0 5px 0;
}


#leftmenu ul a {
color: #DBB067;
text-decoration: none;
display: block;

}


#leftmenu ul a:hover, #leftmenu ul li a:focus, #leftmenu ul li a:active{
color: #ccc;
}


#leftmenu .lev1_no a,
#leftmenu .lev1_act a,
#leftmenu .lev1_cur,
#leftmenu .lev2_no a,
#leftmenu .lev2_act a,
#leftmenu .lev2_cur
{
padding: 5px 7px 5px 7px;
}

/*aktive Gruppe */
#leftmenu .lev1_act a{
font-weight: bold;
color: #5D0000;
background: #000 url(../_images/hg_navaktiv.jpg) repeat-y;
}

#leftmenu .lev1_act a:hover {
font-weight: bold;
color: #000;
background: #000 url(../_images/hg_navaktiv.jpg) repeat-y;
}

/*aktive Seite */
#leftmenu .lev1_cur{
display: block;
color: #5D0000;
background: #000 url(../_images/hg_navaktiv.jpg) repeat-y;
}

/*aktive Seite */
#leftmenu .lev2_cur{
display: block;
color: #fff;

}
#leftmenu .lev2_no a {
background: none;
color: #DBB067;
}

#leftmenu .lev2_no a:hover {
background: none;
color: #ccc;
}

/* ------------------------------------------------
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: 20px;
}
.right {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.rightwp {
float: right;
margin-left: 20px;
margin-right: 50px;
margin-bottom: 20px;
}

.center {
text-align: center;
}

.kleiner {
font-size: 0.8em;
}
/* ------------------------------------------------
Schriften
  ---------------------------------------------- */



h1 {

font-size: 140%;
font-weight: normal;
margin: 0 0 0.5em 30px;
}

h2 {
font-size: 120%;
font-weight: normal;
margin: 0 0 1em 30px;
}

h2.bh {
width: 300px;
font-size: 120%;
font-weight: normal;
margin: 0 0 0.5em 30px;
padding: 2px;
background-color: #5D0000;
}

h2.bhl {
width: 520px;
font-size: 120%;
font-weight: normal;
margin: 0 0 0.5em 30px;
padding: 2px;
background-color: #5D0000;
}


h3 {
font-size: 110%;
margin: 0 0 1em 0;
padding: 0;
}

h4 {
font-size: 100%;
margin: 0;
padding: 0;
}

p {
margin: 0 0 1em 0;
}

p.bodytext {
margin: 0 30px 0 30px;
}
p.imsmall {
margin: 0 30px 0 30px;
font-size: 0.8em;
}

p.totop, .csc-linkToTop {
text-align: right;
margin-top: 2em;
}

fieldset, img { border:0; }

#col_content ul li, #col_contentfull ul li {
margin: 0 0 0.5em 0em;
padding: 0;
}

#col_content ul , #col_contentfull ul {
margin-bottom: 3em;
}

/*  -----------------------------------------------------
  Links
  ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active, a:focus {
 text-decoration: underline;
 color: #DBB067;
}

a:hover, a:focus {
color:#fff;

}

a img {
border: none;
background-color: transparent;
}

/* ----------------------------------------------------------
  Formular
  ---------------------------------------------------------- */


.mailform fieldset{
border: 1px solid #ccc;
padding: 10px;
margin: 10px 30px 0 30px;
}

.mailform label.fielddesc{
  float: left;
  width: 5em;
  padding-top: 3px;
  padding-right: 5px;
}

.mailform input, .mailform select { /* Alle Labels UND Formularelemente auswaehlen */
  float: left;
  text-align: left;
}

.mailform .row {
  clear: both;
  padding: 2px 0px;
}

/* ----------------------------------------------------------
  Sitemap
  ---------------------------------------------------------- */
#sitemap ul ul {
margin-top:0.5em;
margin-bottom:1em;
}
