/*
    Einstellungen für die Disbon Startseite
    (dreispaltiges Layout, Hintergrundbild im Content-Bereich)
*/

/* -------------------- */
/* Grafische Navigation */ 
/* auf der Startseite   */
/* -------------------- */

#colmask #col1wrap #col1pad {
    background-image: url(../images/layout/disbon_middle.jpg);
    height: 575px;
    /*width: 670px;*/
}

#col1 #mid_content {
  background: none;
}

#col1 {
  background: none;
}

#col3{
  background-image: url(../images/layout/disbon_right_halbtransparent.jpg);
  height: 550px;
  /*margin-left:13px;*/
}

#col3 #c36 {
  margin: 0px 0px 0px 10px;
  width: 160px;
}

#col3 #c166 {
  margin: 0px 0px 0px 10px;
  width: 160px;
}

#colmask #col1wrap {
  background:#24303C;
}


a.grafnavi {
    text-decoration:none;
}

div.grafnavi {
    background-repeat: no-repeat;
    height: 136px;
    width: 185px;
    border: 1px solid white;
    float: left;
    margin: 0px 20px 20px 0px;
}

div.grafnavi_text {
    padding: 100px 0px 0px 10px;
    border-right: 0px solid white;
}

img.grafnavi_text {
    float: left;
    border: 0px;
    margin: 0px;
}

p.grafnavi_text {
    background-image:url(../scripts/png.php?r=64&g=64&b=64&o=50);
    margin:0px 0px 0px 25px; 
    color: white; 
    font-family:sans-serif; 
    padding: 2px 5px 2px 10px; 
    font-size: 11px; 
    font-weight: bold;
}

div.grafnavi_wrapper {
    margin: 30px 0px 0px 0px;
}
/*------------------*/
/* Breadcrumbs raus */
/*------------------*/

#breadcrumbs{
  display: none;
  /*margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;*/
}
/*.col1 h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}*/

/*------------------------*/
/* Überschrift Startseite */
/*------------------------*/

#mid_content .csc-header h1 {
  font-size: 22px; 
}

/*--------------------------*/
/* Text in p-Tags einrücken */
/*--------------------------*/
#mid_content #c1 p {
  padding: 0px 0px 0px 60px ;
  line-height: 2em;

}
