/* CDM globale Einstellungen */

body {
     font: 13px arial, sans-serif;
     color: #ffffff;
     background:#666666;
}

/* CDM MENU Einstellungen */
.menu {
     display:block;
     color:#ffffff;
     text-decoration: none;
}

.menu:hover {
     text-decoration: none;
     color:black;

}

.menu-sub {
     color:#ffffff;
     display: block;
     text-decoration: none;
     height:70px;
     padding-left:11px;
     padding-right:11px;
     padding-top:30px;
}

.menu-sub:hover {
     display: block;
     text-decoration: none;
     background:gray;
}

.menu-bread {
     color:#ffffff;
     display: block;
     text-decoration: none;
     text-align:center;
     height:20px;
     width:100px;
     padding-top:5px;
     float:left;
}
.menu-bread:hover {
     display: block;
     text-decoration: none;
     text-align:center;
     background:gray;
}


.menu-bread-small {
     color:#ffffff;
     display: block;
     text-decoration: none;
     text-align:center;
     height:20px;
     width:100px;
     padding-top:5px;
     float:left;
}

.menu-bread-small:hover {
     display: block;
     text-decoration: none;
     text-align:center;
     background:gray;
}

.bread-logo {
     display: block;
     text-align:right;
     height:20px;
     padding-top:5px;
     float:right;
     padding-right:20px;
}

a.bread-logo {
     display: block;
     float:right;
     height:20px;
     padding-top:5px;
     color:#ffffff;
     text-decoration: none;
}


/* CDM globale BOX Einstellungen */
#mainContainer {
     margin-bottom:0;
     margin-left:auto;
     margin-right:auto;
     margin-top:25px;
     width: 1000px;
}

#rightContainer {
     background:#3c3c3c;
     width:500px;
     height: 500px;
     float:left;
}

#leftContainer {
     background:#333333;
     width:500px;
     height: 500px;
     float:left;
}

#breadContainer {
     background:#727272;
     width:1000px;
     height: 25px;
     clear:both;
}

#content {
     text-align: left;
     padding-top: 15px;
     padding-bottom:5px;
     padding-left:20px;
     margin: 0;
}

#content a {
     color:lightgray;
}
#content a:hover {
     color:white;
}

/* CDM sub-navi BOX Einstellungen */
#boxContainer {
     margin-bottom:20px;
     margin-left:20px;
     margin-right:20px;
     margin-top:20px;
}

/* CDM BOX Ebene 1 */
#OL1 {
     background:#006600;
     width:230px;
     height: 230px;
     float:left;
}

#OR1 {
     background:#990000;
     width:230px;
     height: 230px;
     float:left;
}

#UL1 {
     background:#12577c;
     width:230px;
     height: 230px;
     float: left;
}

#UR1 {
     background:#e8ab00;
     width:230px;
     height: 230px;
     float: left;
}

/* CDM BOX Ebene 1 Beschreibungen */
#OL1-DESC {
     color:#ffffff;
     font-size:18px;
     font-weight:bold;
     width:100px;
     height: 100px;
     padding-top:30px;
     padding-left:30px;
     float:left;
}

#OR1-DESC {
     color:#ffffff;
     font-size:18px;
     font-weight:bold;
     width:100px;
     height: 100px;
     float:right;
     margin-top:30px;
}

#UL1-DESC {
     color:#ffffff;
     font-size:18px;
     font-weight:bold;
     width:100px;
     height: 100px;
     float:left;
     margin-left:30px;    
     margin-top:55px;
}

#UR1-DESC {
     color:#ffffff;
     font-size:18px;
     font-weight:bold;
     width:100px;
     height: 100px;
     float:right;
     margin-top:30px;
}

/* CDM BOX OL1 Ebene 2 */
#OL-OR2 {
     background:#009900;
     width:100px;
     height: 100px;
     float:right;
     margin-top:30px;
}

#OL-UR2 {
     background:#14ad14;
     width:100px;
     height: 100px;
     clear:both;
     float:right;
}

/* CDM BOX OR1 Ebene 2 */
#OR-OL2 {
     background:#b41b1b;
     width:100px;
     height: 100px;
     float:left;
     margin-top:30px;
}

#OR-UL2 {
     background:#cc3300;
     width:100px;
     height: 100px;
     clear: both;
     float:left;
}

#OR-UR2 {
     background:#b41b1b;
     width:100px;
     height: 100px;
     float:left;
}

/* CDM BOX UL1 Ebene 2 */
#UL-OR2 {
     background:#448bbf;
     width:100px;
     height: 100px;
     float:right;
}

#UL-OL2 {
     background:#2e75a9;
     width:100px;
     height: 100px;
     float:right;
}

#UL-UR2 { 
     background:#2e75a9;
     width:100px;
     height: 100px;
     clear:both;
     float:right;
}

/* CDM BOX OR1 Ebene 2 */
#UR-OL2 {
     background:#ec7924;
     width:100px;
     height: 100px;
     float:left;
}

#UR-OR2 {
     background:#d86510;
     width:100px;
     height: 100px;
     float:left;
}

#UR-UL2 {
     background:#d86510;
     width:100px;
     clear:both;
     height: 100px;
     float:left;
}
