/* @override 
	http://goagency.cz/design/goag.css
	http://goagency.local/design/goag.css
*/

html, body {
	background-color: #555;
	color: white;
	font: 15px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #8fb510;
	font-weight: bold;
	text-decoration: none;
}

h1 {
		color: #ceff1b;
	font: bold 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	color: #ceff1b;
	font: 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#left h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

div {
	display: block;
}

a:hover {
	color: #d1d507;
	font-weight: bold;
	text-decoration: underline;
}

#cover_bg{
	background: url(bg_cover.png) repeat-y;
		margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#cover {	
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* @group top - home */

#top {
	background-image: url(top.png);
	height: 243px;
}

#home {
	overflow: hidden;
	display: block;
	width: 950px;
	height: 240px;
}

a#home, a#home:hover {
	text-decoration: none;
}

#home span {
	visibility: hidden;
}



/* @end */

/* @group menu */

#menu {
	height: 64px;
	background-image: url(menu.png);
	font-size: 18px;
}
#menu ul#ul_menu {
	display:block;
	text-align:center;
	overflow: hidden;
	float: left;
	margin: 22px 0 0;
	
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	color: white;
}

#menu a:hover{
	text-decoration: none;
	color: #fff9d0;
}

#menu a.selected {
	color: #b00;
}

/* @end */

#content {
	background: url(bg.png) no-repeat;
	min-height: 450px;
	width: 950px;
}

#left {
	width: 584px;
	float: left;
	min-height: 450px;
	margin-left: 20px;
	margin-top: 30px;
	text-align: justify;
	margin-right: 30px;
}

#right {
	width: 316px;
	float: left;
}

/* @group submenu */



ul#submenu {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	display: block;
}

ul#submenu li {
	height: 43px;
	background: url(submenu.png) no-repeat;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	display: block;
	margin-bottom: 2px;
}

ul#submenu li span {
		
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	margin-top: 12px;
	margin-left: 20px;
	z-index: 4;
	color: #fffeff;
}



/* @end */

#paticka {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image: url(paticka.jpg);
	height: 302px;
	clear: left;
}

#paticka .paticka_text{
	float: left;
	margin-top: 275px;
	margin-left: 20px;
	text-align: left;
	clear: left;
	font-size: 12px;
}

