body {
	background: repeat url(../../images/fant.png);
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

#container { 
	border-right: 1px solid #23272d;
	border-bottom: 1px solid #23272d;
	border-left: 1px solid #23272d;
}

#sidebarContainer #sidebar {
	color: #375F96;
}

#sidebarContainer .sideHeader {
	background-color: #C6330B;
}

#navcontainer {
	border-top-color: #ececec;
}

#navcontainer #current {
	background: #1b426a;
}

#navcontainer #current:hover {
	background: #215080;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #1b426a;
}

#navcontainer a{
	color: #000000;
	border-bottom: 1px solid #ececec;
	background-color: #80c335;
	font-weight: bold;
}

#navcontainer a:hover {
	background: #245b92;
	color: #ffffff;
}
