@charset "UTF-8";
/* home.css CSS Document */

/* hoe_blau 005ea8 */
/* hoe_orange f29400 */

.bodytext a{
  color: #005ea8;
   font-size: 12px; 
   font-family: Arial, Helvetica, Geneva, SunSans-Regular;
  text-decoration:none;
} 



.bodytext a:hover{
   color: #f29400;
} 



.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}


a:link {
  color: #005ea8;
   font-size: 12px; 
   font-family: Arial, Helvetica, Geneva, SunSans-Regular;
  text-decoration:none;
}

a:hover{
    color: #f29400;
}  


.body {
    background-image:url('../images/design/background_body.jpg');

	background-repeat:repeat;
}


/* aktives Hauptmenü */
li.active a {
 font-size: 12px;
 color: #f29400 !important; 
 font-weight:bold !important; 
}  


 

TABLE.csc-uploads{background-color:  #ffffff;}



#cRoot {
    position:absolute;
	left:50%;
	/* top:50%; */
	width: 900px;
	height:585px;
	margin-left: -450px;
	/* margin-top: -368px; */
	background: #ffffff;
	border: 1px solid #D9DaDB;  /* grauer Rahmen */
	z-index:100;

}



/* IE Layer Hack bei margin */

*html #cRoot {
    position:absolute;
	left:50%;
	/* top:50%; */
	width: 902px;
	height:589px;
	margin-left: -450px;
	/* margin-top: -368px; */
	z-index:100;
}




#clogo {
    position:absolute;
    top: 5px;
    left:0px;
	width: 900px;
	height:122px;
	z-index:3;

}

*html #clogo {
    top: 0px;
}

#cMenu {
    position:absolute;
    top: 30px;
    left:0px;
	width: 900px;
	height:53px;
    margin-bottom:1px;
	background: none; 
    background-image:url('../images/design/background_menue.png');
	z-index:14;
}

*html #cMenu {
	background: none; 
    background-image:url('../images/design/background_menue.png');
    top: 23px;
    padding-top: 10px;
}

#cInhalt {
    position:absolute;

    top: 85px;

    left:0px;
	width: 580px;
	height:480px;
	padding-left:30px; padding-top:20px; padding-right:20px;
	background: #FFFFFF;
    font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	color:#58585a;
	z-index:5;
    overflow: auto;
}



/* IE Layer Hack BOX*/
*html #cInhalt {
	width: 610px;
	w\idth: 620px;
}
*html #cInhalt {
	height: 500px;
	h\eight: 500px;
}



#cInhalt_re {
    position:absolute;

    top: 85px;
    left:610px;
	width: 250px;
	height:612px;
	padding-left:10px; padding-top:20px; padding-right:0px;
	background: none;
    font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	z-index:6;
    overflow: auto;
}



/* IE Layer HackBOX*/
*html #cInhalt_re {
	width: 270px;
	w\idth: 270px;
}
*html #cInhalt_re {
	height: 632px;
	h\eight: 632px;
}


#cFooter {
    position:absolute;
    top: 555px;
    left:0px;
	width: 900px;
	height:22px;
	padding-left:0px; padding-top:8px;
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	color:#58585a;
	background: none;
	text-align:center;
	z-index:8;

}



/* IE Layer Hack bei padding */

*html #cFooter {
    position:absolute;
    top: 555px;
    left:0px;
	width: 900px;
	height:30px;
	padding-left:0px; padding-top:8px;
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	background:none;
	text-align:center;
z-index:8;

}


/* MENUE */
ul.menu, ul.menu ul {
   list-style-type: none;
   font-size: 12px; 
   font-family: Arial, Helvetica, Geneva, SunSans-Regular; 
   color:#ffffff;   
   margin-left: -20px;

}

*html ul.menu, ul.menu ul {  
    font-size: 12px;
    color:#ffffff;
   margin-left: 20px;
}

  

/* aktives Menue orange*/
a.active:link {
 font-size: 12px;
 color: #f29400;
}
*html a.active {
 font-size: 12px;
 color: #f29400;
}


ul.menu a {
    display: block;
    padding: 4px 5px 3px 12px;
    font-weight: normal;    
    text-decoration:none;
   font-size: 12px; 
   color:#ffffff;
}


*html ul.menu a {
    padding: 6px 5px 3px 12px;
    font-size: 12px;
    color:#ffffff;
}


*html ul.menu li a:link {
   font-size: 12px;
    color: #FFFFFF;
}

*html ul.menu li a:hover{
   font-size: 12px;
    color: #F29400;
}

/* aktives Menue orange*/
*html ul.menu li a.active{
   font-size: 12px;
    color: #F29400;
}

*html ul.menu li, ul.menu ul li  a:link {
   font-size: 12px;
    color: #FFFFFF;
}


ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    /*  background-color: #889efb; */
    /*  border:1px solid #889efb; */
    height: 20px;
}

ul.menu li a:hover {
    color: #F29400;
}

/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {
    float:none;
    background-color: transparent;

}



/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menu ul li.hover, ul.menu ul li:hover {
   /*  background-color: #006BFD; */
   color: #f29400;
}


/* hoe_blau 005ea8 */
/* hoe_orange f29400 */

/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0 0 10 0; /* secondLevel bottom 12px */
	position: absolute;
	/*  background-color: #569dff; */
        background-color: #005ea8;
	border: 1px solid #FFF9E4;
	display: none;
	width: 200px;
}


/* zweite Ebene hover orange */
ul.menu ul a:hover {
 color: #f29400;
}







/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
}

/* Dritte Ebene */

ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -20px; /* Höhe eines Listenelements */
}

 /* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}



.csc-header h1{
	color: #005ea8;
	font-size: 14px; 
}

.csc-firstHeader {
  font-size: 14px; 
 	color: #005ea8; 
}

.csc-textpicHeader-26 h1 {
  font-size: 14px; 
 	color: #005ea8; 
}


#cInhalt a, a:link {
   font-size: 12px;
    color: #005ea8;
  text-decoration:none;
}  

#cInhalt a:hover{
   font-size: 12px;
    color: #f29400;
}


#cFooter a, a:link {
   font-size: 10px;
    color: #005ea8;
  text-decoration:none;
}
#cFooter a:hover{
   font-size: 10px;
    color: #f29400;
} 

#cFooter a.foot:link {
 font-size: 10px;
 color: #005ea8;
  text-decoration:none;
} 
#cFooter a.foot:hover {
 font-size: 10px;
 color: #f29400;
} 

#cMenue a:link {
   font-size: 12px;
    color: #FFFFFF;
}
#cMenue a:hover{
   font-size: 12px;
    color: #f29400;
} 

/* aktives Menue orange*/
*html #cMenue a.active {
 font-size: 12px;
 color: #f29400;
}


