/* VCard Rahmen rechts bei Klick, wie in style*.css */
.vcard {border:1px solid #dd9600;}

body{
  background-color:#dd9600; /*Seite 4*/
}


#rechts{
  float:right;
  margin-top:5px;
  padding-top:0;
  padding-left:10px;
  width:143px;
  border-left: 1px solid #dd9600;
  font-size:8pt;
  line-height: 12pt;
  position:relative;
}

#rechts h1, #rechts h2, #rechts h3{
  color:#444444;
  font-size:9pt;
  font-weight: bold;
}


/* ######################################################## */
/* Menu Links */

#menulinks {
    position:relative;
    background-color: transparent;
    height:auto;
    float:left;
}

#menulinks dll {
    margin-top:30px;
    margin-bottom:20px;
}

/* Tiefe 1 */
#menulinks dt {
    margin-bottom:5px;
    background-color:transparent;
    font-weight:normal;
    text-indent:23px;  /* text-Abstand nach links */
    height:20px;
    display:block;
    width:200px;
    white-space: nowrap;
}

/* Tiefe 1 normalzustand */
#menulinks dt a {
    color: #FFFFFF;
    background-image: url('../_image/menutag_orange.png');
    background-repeat: no-repeat;
    display:block;
    margin:0;
    text-decoration:none;
}

/* Tiefe 1 hover, geklickt und pfad */
#menulinks dt a:hover,
#menulinks dt a.pfad,
#menulinks dt a.pfad:hover,
#menulinks dt a.geklickt,
#menulinks dt a.geklickt:hover {
    font-weight:bold;
    background-image: url('../_image/menutag_orange_weiss.png');
    background-repeat: no-repeat;
}

/* Tiefe 2 */
#menulinks dd {
    margin-left:23px;
    margin-bottom:5px;
    background-color:transparent;
    font-weight:normal;
    text-indent:23px;  /* text-Abstand nach links */
    height:20px;
    display:block;
    width:200px;
    white-space: nowrap;
}

/* tiefe 2 normalzustand */
#menulinks dd a {
    color: #FFFFFF;
    background-image: url('../_image/menutag_orange.png');  /* normalzustand */
    background-repeat: no-repeat;
    display:block;
    margin:0;
    text-decoration:none;
}

/* Tiefe 2 hover, geklickt und pfad */
#menulinks dd a:hover,
#menulinks dd a.pfad,
#menulinks dd a.pfad:hover,
#menulinks dd a.geklickt,
#menulinks dd a.geklickt:hover {
    font-weight:bold;
    background-image: url('../_image/menutag_orange_weiss.png');
    background-repeat: no-repeat;
}





