/*
body {
	background: rgb(199,209,230) url(/fileadmin/includes/template/images/bg_kreuz.gif);
}
*/

/*
--------------------------------------------------------
 home nav
--------------------------------------------------------
*/
#header #home-nav {
	color: rgb(196,182,164);
}
#header #home-nav a {
	color: rgb(196,182,164);
}
#header #home-nav a:active,
#header #home-nav a:hover {
	color: rgb(207,11,22);
}

/*
--------------------------------------------------------
 top nav
--------------------------------------------------------
*/
#header #top-nav .menu-title {
	color: rgb(181,164,141);
}
#header #top-nav .menu-title a {
	color: rgb(181,164,141);
}
#header #top-nav .menu-title a:active,
#header #top-nav .menu-title a:hover,
#header #top-nav .menu-title a.active,
#header #top-nav .active .menu-title a {
	color: rgb(207,11,22);
}
#header #top-nav ul li a {
	color: rgb(136,110,73);
}
#header #top-nav ul li a:active,
#header #top-nav ul li a:hover,
#header #top-nav ul li a.active {
	background: transparent url(/fileadmin/includes/template/images/menu-kreuz.gif) 0px 2px no-repeat; 
	color: rgb(207,11,22);
}
/*
--------------------------------------------------------
 contents
--------------------------------------------------------
*/
#content {
	background: rgb(64,44,17);
	color: rgb(255,255,255);
}
#content-header {
	background: rgb(107,74,28);
	color: rgb(255,255,255);
}


/*
--------------------------------------------------------
 linke spalte, navigation
--------------------------------------------------------
*/
#left-nav {
	color: rgb(136,110,73);
}
#left-nav a {
	color: rgb(136,110,73);
}
#left-nav a:active,
#left-nav a:hover,
#left-nav a.active {
	color: rgb(255,255,255);
}

/*
--------------------------------------------------------
 mittlere spalte
--------------------------------------------------------
*/
#center {
	color: rgb(255,255,255);
}
#center .bg-deko {
	padding-left: 15px;
	background: url(/fileadmin/includes/template/images/content-kreuz.gif) 0 1px no-repeat;
}
#center a {
	color: rgb(136,110,73);
}
#center h2,
#center .csc-header *,
#center .csc-textpicHeader * {
	color: rgb(255,255,255);
}
#center a:active,
#center a:hover {
	color: rgb(255,255,255);
}
/*
--------------------------------------------------------
 rechte spalte
--------------------------------------------------------
*/


/*
--------------------------------------------------------
 footer
--------------------------------------------------------
*/
#footer {
	background: rgb(107,74,28);
	color: rgb(166,146,119);
}
#footer a {
	color: rgb(166,146,119);
}
#footer a:active,
#footer a:hover,
#footer a.active {
	color: rgb(255,255,255);
}