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