*{
	color: #333;
}

h1,h2,h3{
	color: #000;
}

a{
	color: #005;
}
a:hover{
	color: #55A;
}

#mainContainer{
	border: 1px solid #CCC;
}
#menu1{
	background: url(/fileadmin/templates/media/images/layer1_inactive.gif);
}
#menu2, .tx-srlanguagemenu-pi1{
        background: url(/fileadmin/templates/media/images/layer2_inactive.gif);
}
#footerContainer {
	color: #888;
	border: 1px solid #CCC;
	border-top: none;
}
#footerContainer a {
	color: #888;
	text-decoration: none;
}
#footerContainer a:hover {
	color: #888;
	text-decoration: underline;
}

.col_bg_1{
	background: #BDD146;
}
.col_bg_2{
	background: #DDDC66;
}
.col_bg_3{
	background: #FDE17C;
}
.col_bg_4{
	background: #FFF09A;
}
.col_bg_5{
	background: #FFF8C4;
}
.col_bg_even{
	background: white;
}
.col_bg_odd{
	background: #EEE;
}
