
body {
	color: #000;
	background-color:#ccc;
}

a {
	color: #c00;	
}

a:hover {
	text-decoration: underline;
	color: #f60;
}

h1, h2, h3 {color: #000;}

#matnkat {display:none;}

#image1 {background:url(../images/sprinkles/bg.jpg);left: 0px; top: 20px; width:100%; height: 170px;background-repeat: no-repeat;}
#image2 {display:none;}
#image3 {display:none;}
#image4 {display:none;}
#image5 {display:none;}
#image6 {display:none;}

#themes {
	position: absolute;
	left: 550px; top: 157px;	
	width: 230px;
	text-align: right;
	z-index: 99;
}

.menu_top_n a, .menu_mid_n a, .menu_bot_n a {color: #fff;}
.menu_top_h a, .menu_mid_h a, .menu_bot_h a {color: #fff;}
.menu_top_n a:hover, .menu_mid_n a:hover, .menu_bot_n a:hover {color: #fff;}
.menu_top_h a:hover, .menu_mid_h a:hover, .menu_bot_h a:hover {color: #fff;}

.menu_top_h a:active, .menu_mid_h a:active, .menu_bot_h a:active {color: #fff;}

.menu_top_n {
	background:url(../images/sprinkles/menu_top_n.gif);
	background-repeat: no-repeat;
}

.menu_top_h {
	background:url(../images/sprinkles/menu_top_h.gif);
	background-repeat: no-repeat;
}

.menu_mid_n {
	background:url(../images/sprinkles/menu_mid_n.gif);
	background-repeat: no-repeat;
}
	
.menu_mid_h {
	background:url(../images/sprinkles/menu_mid_h.gif);
	background-repeat: no-repeat;
}
	
.menu_bot_n {
	background:url(../images/sprinkles/menu_bot_n.gif);
	background-repeat: no-repeat;
}

.menu_bot_h {
	background:url(../images/sprinkles/menu_bot_h.gif);
	background-repeat: no-repeat;
}

.submenu_top_n a, .submenu_mid_n a, .submenu_bot_n a {color: #fff;}

.submenu_top_n {
	background:url(../images/sprinkles/submenu_top_n.gif);
	background-repeat: no-repeat;
}

.submenu_mid_n {
	background:url(../images/sprinkles/submenu_mid_n.gif);
	background-repeat: no-repeat;
}
	
.submenu_bot_n {
	background:url(../images/sprinkles/submenu_bot_n.gif);
	background-repeat: no-repeat;
}


/* general styles */

.boxedImg {
	border: 1px #000000 solid;
	background-color: #000000;
}

/* calendar classes */
.light {	background-color:#ccc;}
.medium {	background-color:#D7D812;}
.dark {	background-color:#5276C0;}
.border {	background-color:#C20014;}
.light, .medium, .dark, .border {color: #000000;}
.light a, .medium a, .dark a, .border a {color: #000000;}
.border {color: #F4E5EA;}
.border a {color: #F4E5EA;}