/*==========================================================*/
/*================ GRUNDSTRUKTUR + FRAMES ====================*/
/*==========================================================*/

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}


/*==========================================================*/
/*========================VERSCHIEDENE======================*/
/*==========================================================*/
img.image-right {
  float:right;
  margin-left: 10px;
  margin-bottom: 5px;
}


/*==========================================================*/
/*========================INTROBLOCK (Startseite)============*/
/*==========================================================*/
td.introblock-image {
  width:85px;
  border-right-style:solid;
  border-right-color:#ffffff;
  border-right-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#ffffff;
  border-bottom-width:2px;
}
td.introblock-text {
  width:239px;
  vertical-align:middle;
  padding: 0px 5px 0px 5px;
  border-bottom-style:solid;
  border-bottom-color:#ffffff;
  border-bottom-width:2px;
}

/*==========================================================*/
/*========================TEXTFORMATE=======================*/
/*==========================================================*/
td, p {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#666666;
  /*color:#021270;*/
  font-size: 12px;
  text-align:left;
  vertical-align:top;
  line-height:18px;
}

td.content {
  padding:23px;}

A { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#777777;
  text-decoration: underline;
}


/*==========================================================*/
/*========================MENU LEFT=======================*/
/*==========================================================*/

ul#menu-left {
    margin: 0;
    padding: 0;
}

ul#menu-left li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Ebene 1 */
li.menu-left-1 {}
li.menu-left-1 a, li.menu-left-1 a:hover, li.menu-left-1 a.active {
    line-height:37px;
    display:block;
    padding-left: 44px;
    font-size: 15px;
    color:#646464;
    text-decoration: none;
    font-weight:bold;
}
li.menu-left-1 a:hover, a.active {
    background-image:url(images/button_active.gif);
    background-repeat:no-repeat;
}


/* Ebene 2 */
li.menu-left-2 {}
li.menu-left-2 a, li.menu-left-2 a:hover, li.menu-left-2 a.active {
    display:block;
    line-height: 20px;
    padding-left: 60px;
    font-size: 12px;
    color: #646464;
    text-decoration: none;
    font-weight: bold;
}
li.menu-left-2 a:hover, li.menu-left-2 a.active {
    background-image:url(images/menu-left-arrow-level-2.gif);
    background-repeat:no-repeat;
}

/* Ebene 3 */
li.menu-left-3 {}
li.menu-left-3 a, li.menu-left-3 a:hover, li.menu-left-3 a.active {
    display:block;
    line-height:13px;
    padding-left: 70px;
    font-size: 10px;
    color:#646464;
    text-decoration: none;
}
li.menu-left-3 a:hover, li.menu-left-3 a.active {
    background-image:url(images/menu-left-arrow-level-3.gif);
    background-repeat:no-repeat;
}

/*==========================================================*/
/*========================MENU BOTTOM=======================*/
/*==========================================================*/

a.menu-bottom {
  color:#777777;
  text-decoration: none;
}
a.menu-bottom:hover {
  /*background-color:#E8F0F3;*/
  text-decoration: underline;
}

a.whitelink {
  color:#ffffff;
  text-decoration: none;
  line-height:16px;
  font-weight:bold;
}
a.whitelink:hover {
  text-decoration: underline;
}

H1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#B30066;
  font-size: 15px;
  letter-spacing:0.1em;
  margin-bottom:12px;
}
H2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#777777;
  font-size: 12px;
  font-weight: bold: ;
  margin-bottom:8px;
}

UL {
  margin-top:7px;
}


/*==========================================================*/
/*========================CSS STYLED CONTENT=======================*/
/*==========================================================*/


