@charset "utf-8";
/* CSS Document */

body	{
	background-color:#24ACCD;

}

/*Inhalt rechts*/
#inhalt  .text_right div.csc-frame-frame2{
		border:1pt solid #24ACCD; /*Rahmen*/
}

#inhalt  .text_right div.csc-frame-frame2 h1{
		background-color:#24ACCD; /*Rahmenüberschrift h2*/
}

#inhalt  .text_right div.csc-frame-frame2 h2{
		background-color:#24ACCD; /*Rahmenüberschrift h2*/
}

#inhalt .text_right div.csc-frame-frame2 h3{
		color:#24ACCD; /*Rahmenüberschrift h3 ohne Rahmen*/
}

#inhalt  .text_right div.csc-frame-frame2 h4{
		background-color:#24ACCD; /*Rahmenüberschrift h4*/
}

#inhalt .text_right div.csc-frame-frame2 h5{
		color:#24ACCD; /*Rahmenüberschrift h5 ohne Rahmen*/
}

/*Links*/
#inhalt  .text_right div.csc-frame-frame2 a{
		color:#006699;
}

#inhalt  .text_right div.csc-frame-frame2 a:visited{
		color:#006699;
		text-decoration:none;
}

#inhalt  .text_right div.csc-frame-frame2 a:hover{
		color:#F00;
}
/*Links Ende*/
/*Inhalt rechts Ende*/

/*Inhalt Mitte*/
#inhalt_center h1{
		color:#24accd;
}

#inhalt_center h2{
		color:#24accd;
}

#inhalt_center h3{
		color:#24accd;
}

#inhalt_center h4{
		color:#24accd;
}

#inhalt_center h5{
		color:#24accd;
}

#inhalt_center h6{
		color:#24accd;
}

/*Links*/
#inhalt .text a{
		color:#006699;
		text-decoration:none;
}

#inhalt .text a:active{
		color:#FA6D20;
}

#inhalt .text a:visited{
		color:#006699;
		text-decoration:none;
}

#inhalt .text a:hover{
		color:#F00;
}
/*Links Ende*/
/*Inhalt Mitte Ende/*

/*Inhalt links*/
#side_left .act {
	border-color:#0A50A1;
	color:#0A50A1;
}	
	
#side_left ul li a {
	border-color:#24ACCD;
	color:#24accd;
}

#side_left ul li a:hover {
	border-color:#0A50A1;
	color:#0A50A1;
}

#side_left ul li ul li a {
	color:#3586FF;	
}


#side_left ul li ul li ul .act a {
	color:#0A36D2;
}


#side_left ul li ul li a:hover {
	color:#0A36D2;
}

/*Inhalt links Ende*/

