@charset "utf-8";
/* CSS Document */

body	{
	background-color:#FF6600;
}

/*Inhalt rechts*/
#inhalt  div.csc-frame-frame2{
		border:1pt solid #FF6600; /*Rahmen*/
}

#inhalt  .text_right div.csc-frame-frame2 h1{
		background-color:#FF6600; /*Rahmenüberschrift h2*/
}

#inhalt  div.csc-frame-frame2 h2{
		background-color:#FF6600; /*Rahmenüberschrift h2*/
}

#inhalt .text_right div.csc-frame-frame2 h3{
		color:#FF6600; /*Rahmenüberschrift h3 ohne Rahmen*/
}

#inhalt  div.csc-frame-frame2 h4{
		background-color:#FF6600; /*Rahmenüberschrift h4*/
}

#inhalt .text_right div.csc-frame-frame2 h5{
		color:#FF6600; /*Rahmenüberschrift h5 ohne Rahmen*/
}

/*Links*/
#inhalt  .text_right div.csc-frame-frame2 a{
		color:#FF6600;			
		text-decoration:none;
}

#inhalt  .text_right div.csc-frame-frame2 a:visited{
		color:#FF6600;
		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:#FA6D20;
}

#inhalt_center h2{
		color:#FA6D20;

}

#inhalt_center h3{
		color:#FA6D20;

}

#inhalt_center h4{
		color:#FA6D20;

}

#inhalt_center h5{
		color:#FA6D20;

}

#inhalt_center h6{
		color:#FA6D20;

}
/*Inhalt Mitte Ende/*

/*Links*/
#inhalt .text a{
		color:#FF6600;
		text-decoration:none;
}

#inhalt .text a:active{
		color:#FF6600;
}

#inhalt .text a:visited{
		color:#FF6600;
		text-decoration:none;
}

#inhalt .text a:hover{
		color:#F00;
}
/*Links Ende*/

/*Inhalt links*/
#side_left .act {
	border-color:#C00;
	color:#C00;
}

#side_left ul li a {
	border-color:#FF6600;
	color:#FF6600;
}

#side_left ul li a:hover {
	border-color:#C00;
	color:#C00;
}

#side_left ul li ul li a {
	color:#FF8A07;	
}

#side_left ul li ul li a:hover {
	color:#FF3A00;
}

#side_left ul li ul li ul .act a {
	color:#FF3A00;
}
/*Inhalt links Ende*/

