html, body {
margin: 0;
padding: 0;
}

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

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

/* --- allumfassender Container --- */
#outerwrapp  {
position: relative;
width: 710px;
text-align: center;
margin: 0 auto;
background: url(../_images/hg_outerwrapp.jpg) repeat-y;
background-position:0px 3px;
margin-top: 20px;
margin-bottom: 10px;
border: 1px solid #ccc;
}

* html #outerwrapp
{

}

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

}

#wrapper_kunterbunt {
position: relative;
color: #000;
text-align: left;
margin: 0 auto;
margin-bottom: 5px;
background: url(../_images/hg_wrapper_kunterbunt.jpg) no-repeat;
}


/* --- Reihen --- */

#header {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 190px;
}

#printheader {
display: none;
}

#main {
position: relative;
clear: both;
margin: 0;
padding: 0px 0 20px 0;
width: 678px;
margin-left: 32px;
min-height: 100px;
}
* html #main
{

}


#bottom {
width: 710px;
text-align: center;
margin: 0 auto;
height: 2em;
padding-bottom: 1em;
}



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



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

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

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



#col_content  {
line-height: 1.4;
position: relative;
color: #000;
padding: 0;
min-height: 200px;
padding-top: 10px;
}

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

#col_content {
margin: 0px 20px 1em 220px;
}

#content {
float: left;
}


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

/* 1. Ebene */

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

#leftmenu ul li {
padding: 0px;
}


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


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


#leftmenu .lev1_no a, #leftmenu .lev1_act a, #leftmenu .lev1_cur {
padding: 5px 5px 5px 5px;
margin-top: 10px;
}

/*aktive Gruppe */
#leftmenu .lev1_act a{
font-weight: bold;
}

/*aktive Seite */
#leftmenu .lev1_cur{
display: block;
color: #06c;
background-color: #fff;
}



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

#leftmenu ul ul {
border: none;
}

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

#leftmenu .lev2_no a, #leftmenu .lev2_act a, #leftmenu .lev2_cur {
padding: 3px 5px 3px 5px;
margin-top: 0;
}

#leftmenu .lev2_no a {

}


#leftmenu .lev2_act a{
color: #06c;
}


#leftmenu .lev2_cur{
display: block;
background-color: #fff;
color: #06c;
}




/* ------------------------------------------------
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;
}

/* Bild links mit Bildunterschrift  */
dl.ImgLeft {float:left;  margin-right:20px; }
dl.ImgLeft dt {margin-bottom: 0; }
dl.ImgLeft dd {text-align:left; margin:0px; padding:0px;}


/* Bild rechts mit Bildunterschrift  */
dl.ImgRight {float:right;  margin-left:20px; }
dl.ImgRight dt {margin-bottom: 0; }
dl.ImgRight dd {text-align:left; margin:0px; padding:0px;}


/* Bild mittig mit Bildunterschrift  */
dl.ImgCenter {width:100%; text-align: center; }
dl.ImgCenter dt {margin-bottom: 0; }
dl.ImgCenter dd {text-align:center; margin:0px; padding:0px;}

.halbeSpalteLi {
width: 48%;
float: left;
}

.halbeSpalteRe {
width: 48%;
float: right;
}

/* ------------------------------------------------
Schriften
  ---------------------------------------------- */

#outerwrapp, #bottom {
font-size: 0.75em;
}

h1 {
color: #0066CC;
font-size: 140%;
margin: 0 0 1.5em 0;
}

h2 {
font-size: 120%;
margin: 0 0 1em 0;
}

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.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: #039;
}

a:hover, a:focus {
color:#c30;
}

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


/* -----------------------------------------------------------------
  Galerie
  ---------------------------------------------------------------- */

#gal_box {
background-color: #000; padding: 10px 10px 10px 25px;
}

#gal_box h1, #gal_box p {
color: #fff;
}
  .galerie_img {
border-left: 1px solid #666;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
margin-bottom: 5px;
margin-right: 5px;
}
