@CHARSET "UTF-8";

/*
cihlova: 	#9f3a3d
modra:		#3f5869
zelena:		#96c300
*/

body {
	background-image: url("../gfx/design/body_back.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#head {
	background-image: url("../gfx/design/head_back.png");
	background-repeat: no-repeat;
	background-position: top left;
}

h1 a {
	color: #96c300;
}

#head a#logo {
	display: block;
	position: absolute;
	top: 27px;
	left: 20px;
	width: 242px;
	height: 81px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

#head a#logo span {
	background-image: url("../gfx/design/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 81px;
}	

ul#menu li a.current {
	color: #96c300;
}

ul#menu li a:hover {
	text-decoration: none;
	color: #9f3a3d;
	background-color: white; 
}

ul#menu li ul {	
	background-color: #9f3a3d;
	border: 1px #9f3a3d solid;		
}

ul#submenu li a {
	border-bottom: 1px #9f3a3d dotted;
	text-decoration: none;
}

ul#submenu li span.current {
	border-bottom: 1px #96c300 dotted;
	color: #96c300;
}

ul#submenu li a:hover {
	color: #393a3d;
	border-bottom-style: solid;
}

h2 {
	color: #96c300;
}

h3 {
	color: #3f5869;
}

a {
	text-decoration: underline;
	color: #9f3a3d;
}

a:hover {
	text-decoration: none;	
}

ul#feedz {
	list-style-image: url("../gfx/feed.png");
}

div.poll ul.answers li span.answerBar {
	background-color: #96c300;
}