@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body	{
	background-color:#FF6;

}

#Container {

}

#wrapper {

}

#firstwrapp{

}

#side_left ul li a {
	background-color:#f6fcfc;
}

/*Inhalt rechts*/
#inhalt  div.csc-frame-frame2{
		border:1pt solid #cc0000; /*Rahmen*/
}

#inhalt  div.csc-frame-frame2 h2{
		background-color:#cc0000; /*Rahmenüberschrift h2*/

}

#inhalt  div.csc-frame-frame2 h4{
		background-color:#cc0000; /*Rahmenüberschrift h4*/
}

/*Links*/
#inhalt  div.csc-frame-frame2 a{
		color:#006699;
}

#inhalt  div.csc-frame-frame2 a:visited{
		color:#006699;
		text-decoration:none;
}

#inhalt  div.csc-frame-frame2 a:hover{
		color:#F00;
}
/*Links Ende*/
/*Inhalt rechts Ende*/

/*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 ul li a {
	border: 1px solid #cc0000;
	color:#cc0033;
}

#side_left ul li a:hover {
	border-color:#F00;
	color:#F00;
}
/*Inhalt links Ende*/

