
/* THEMES FORE- AND BACKGROUND */

.theme1_back_dark, .theme1 th, .theme1 h2
{
	background: #DF0006;
}

.theme1_fore_dark
{
	color: #FFFFFF;
}

.theme1_back_light
{
	background: #F7C2C3;
}

.theme1_fore_light
{
	color: #FFFFFF;
}

.theme5_back_dark, .theme5 th, .theme5 h2
{
	background: #fcdc00;
}

.theme5_fore_dark
{
	color: #fcdc00;
}

.theme5_back_light
{
	background: #ffffa4;
}

.theme5_fore_light
{
	color: #ffffa4;
}

.theme6_back_dark, .theme6 th, .theme6 h2
{
	background: #8b3682;
}

.theme6_fore_dark
{
	color: #8b3682;
}

.theme6_back_light
{
	background: #e0b6db;
}

.theme6_fore_light
{
	color: #e0b6db;
}

.theme7_back_dark, .theme7 th, .theme7 h2
{
	background: #e96fa1;
}

.theme7_fore_dark
{
	color: #e96fa1;
}

.theme7_back_light
{
	background: #ffd2eb;
}

.theme7_fore_light
{
	color: #ffd2eb;
}

.theme8_back_dark, .theme8 th, .theme8 h2
{
	background: #0089c8;
}

.theme8_fore_dark
{
	color: #0089c8;
}

.theme8_back_light
{
	background: #a4dffe;
}

.theme8_fore_light
{
	color: #a4dffe;
}

.theme9_back_dark, .theme9 th, .theme9 h2
{
	background: #4eb7c4;
}

.theme9_fore_dark
{
	color: #4eb7c4;
}

.theme9_back_light
{
	background: #c2f5fc;
}

.theme9_fore_light
{
	color: #c2f5fc;
}

/* LEFTCOL */

#leftcol li.theme6 a 
{
	background: #ffffff url(../SystemImages/Themen/nav_dreieck6.gif) no-repeat;
}

#leftcol li.theme7 a 
{
	background: #ffffff url(../SystemImages/Themen/nav_dreieck7.gif) no-repeat;
}

#leftcol li.theme8 a 
{
	background: #ffffff url(../SystemImages/Themen/nav_dreieck8.gif) no-repeat;
}

#leftcol li.theme9 a 
{
	background: #ffffff url(../SystemImages/Themen/nav_dreieck9.gif) no-repeat;
}

#leftcol li.theme5 a 
{
	background: #ffffff url(../SystemImages/Themen/nav_dreieck5.gif) no-repeat;
}

/* LEFTCOL HOVER */

#leftcol li.theme5 a.selected, #leftcol li.theme5 a:hover
{
	background-image: none;
	background: #fcdc00;
	font-weight: bold;
	color: #FFFFFF;
}

#leftcol li.theme6 a.selected, #leftcol li.theme6 a:hover
{
	background-image: none;
	background: #8b3682;
	font-weight: bold;
	color: #FFFFFF;
}

#leftcol li.theme7 a.selected, #leftcol li.theme7 a:hover
{
	background-image: none;
	background: #e96fa1;
	font-weight: bold;
	color: #FFFFFF;
}

#leftcol li.theme8 a.selected, #leftcol li.theme8 a:hover
{
	background-image: none;
	background: #0089c8;
	font-weight: bold;
	color: #FFFFFF;
}

#leftcol li.theme9 a.selected, #leftcol li.theme9 a:hover
{
	background-image: none;
	background: #4eb7c4;
	font-weight: bold;
	color: #FFFFFF;
}

.weiss 
{
	background: #ffffff;
}