/**
	Vorlage für CI-Style-Admin (Master-Styles)

	@copyright	e-matters GmbH, 2008
    @since		31.10.2008

*/



/* Hintergrund + Primärer Text */
body{
	background-color: #565656;
	color: #565656;
	font: normal 11px Arial, sans-serif;
	background-image:url(files/site_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
/* Überschrift 1 */
h1 {
	color: #3cad2b;
	font: bold 20px Arial, sans-serif;
}
/* Überschrift 2 */
h2 {
	color: #333333;
	font: bold 16px Arial, sans-serif;
	border-bottom:1px solid #C3C4CA;
	padding:0 0 3px 3px;
}
/* Überschrift 3 */
h3 {
	color: #666666;
	font: bold 13px Arial, sans-serif;
}
/* Link: unbesucht, hover, besucht  */
a {
	color: #333333;
	font: normal 11px Arial, sans-serif;
}
a:hover {
	color: #3cad2b;
	font: ;
}
a:visited {
	color: #333333;
	font: ;
}


/* Header-Container */
.c_header_1{
	background-color: ;
	color: #65686D;
	font: normal 11px Arial, sans-serif;
}
.c_header_1 a{
	color: #65686D;
	font: normal 11px Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}
.c_header_1 a:hover{
	color: #65686D;
	font: normal 11px Arial, sans-serif;
	font-weight:bold;
}
.c_header_1 a:visited{
	color: #65686D;
	font: normal 11px Arial, sans-serif;
	font-weight:bold;
}


/* Primär Navigation */
.c_navi_1 {
	background-color: ;
	color: #343640;
	font: normal 11px Arial, sans-serif;
}
.c_navi_1 a{
	color: #343640;
	font: normal 11px Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}
.c_navi_1 a:hover{
	color: #343640;
	font: normal 11px Arial, sans-serif;
	font-weight:bold;
}
.c_navi_1 a:visited{
	color: #343640;
	font: normal 11px Arial, sans-serif;
	font-weight:bold;
}


/* Sekundär Navigation */
.c_navi_2 {
	background-color: ;
	color: ;
	font: ;
}


/* Footer-Container */
.c_footer_1{
	background-color: ;
	color: #565656;
	font: normal 11px Arial, sans-serif;
}
.c_footer_1 a{
	color: #565656;
	font: normal 11px Arial, sans-serif;
	text-decoration:none;
}
.c_footer_1 a:hover{
	color: #565656;
	font: normal 11px Arial, sans-serif;
	text-decoration:none;
}
.c_footer_1 a:visited{
	color: #565656;
	font: normal 11px Arial, sans-serif;
	text-decoration:none;
}


