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

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

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

/* --- allumfassender Container --- */
#outerwrapp  {
position: relative;
width: 770px;
min-height: 100px;
background: #fff url(../_images/hg_outerwrapp.jpg) repeat-y;
text-align: center;
margin: 0 auto;
padding: 0;
}

* html #outerwrapp
{
height: 100px;
}

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

/* --- Reihen --- */

#header {
position: relative;

margin: 0;
padding: 0;
width: 100%;
height: 125px;
}


#main {
position: relative;
clear: both;
margin: 0 0 0 52px;
padding: 0px 0 0px 0;
width: 710px;
min-height: 410px;
}
* html #main
{
height: 410px;
}

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


#footer p{
margin: 0;
}



#bottom {
width: 770px;
text-align: center;
height: 25px;
padding-top: 15px;
margin: 0 auto;
margin-top:0;
color: #999;
background: #fff url(../_images/hg_bottom.jpg) no-repeat;

}


#bottom p {
}

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

/* ----------------------------------------------------------------
  Header
  --------------------------------------------------------------- */
#printheader {
display: none;
}

#language {
 position: absolute;
 top:25px;
 left: 15px;
}

#servicemenu {
 position: absolute;
 top:61px;
 left: 55px;
}
#servicemenu img {
margin-left: 5px;
}

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

#col_left {
float: left;
width: 160px;
min-height: 200px;
margin: 45px 0 0 0;
padding: 0 0 0 0;
}

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

#brkr {
 background-color: #f9f;
 margin: 0 20px 0 190px;
 padding: 1em 20px 1em 0;
 color: #666;
 text-align:left;
}
* html #brkr {
height: 1em;
}

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

#col_right {
line-height: 1.4;
float: right;
width: 160px;
margin: 0 20px 0 0px;
padding: 0px;
display: inline;
}

* html #col_right {
 /*vor IEMac verstecken \*/
 height: 1%;
 /*IEMac wieder reinlassen*/
}

#col_content, #col_contentfull  {
line-height: 1.4;
position: relative;
padding: 0;
min-height: 50px;
}

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

#col_content {
margin: 0 197px 0 180px;
}

#col_contentfull {
margin: 0 20px 0 180px;
}

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

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


#topmenu {
 background-color: red;
 text-align: left;
 font-weight: bold;
 position: absolute;
 top:57px;
 left: 255px;
 }


#topmenu ul {
  display: inline;
  list-style-type: none;

}

#topmenu li  {
  background-color: yellow;
  height: 1em;
  padding: 5px 7px 5px 7px;
  float: left;
  color: #000;
  border-right: 1px solid #fff;
}

#topmenu .lev1_cur {
  background-color: #fff;
  color: #FFCC33;
  text-decoration: none;
}

#topmenu a {
  text-decoration:none;
  color: #000;
}

 #topmenu a:hover {
  color: #FFCC33;
  background-color: transparent;
}

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

/* 1. Ebene */

#leftmenu ul {
border-top: 1px solid #EFF9F9;
list-style-type: none;
text-align: left;
padding: 0;
margin: 0;
font-weight: bold;
}

#leftmenu ul li {
padding: 0px;
}


#leftmenu ul a {
color: #666;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
}


#leftmenu ul a:hover, #leftmenu ul li a:focus, #leftmenu ul li a:active{
background-color: #fff;
}


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

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

/*aktive Seite */
#leftmenu .lev1_cur{
display: block;
color: #008080;
border-bottom: 1px solid #EFF9F9;
background-color: #fff;
}



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

#leftmenu ul ul {
border: none;
}

#leftmenu ul ul a {
color: #666;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#leftmenu .lev2_no a, #leftmenu .lev2_act a, #leftmenu .lev2_cur {
padding: 5px 7px 5px 7px;
font-weight: normal;
}

#leftmenu .lev2_no a {
background-color: transparent;
}


#leftmenu .lev2_act a{

}


#leftmenu .lev2_cur{
display: block;
color: #008080;
border-bottom: 1px solid #EFF9F9;
font-weight: normal;
}




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

.rightoa {
float: right;
margin-left: 0px;
margin-bottom: 20px;
}

.center {
text-align: center;
}

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

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

h2 {
color: #008080;
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: #008080;
}

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

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

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


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

.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;
}
