body {
 	background : #004d95 url("../images/bg.gif") repeat-x top;
	padding : 0px;
	margin : 0px;
	font-family: Tahoma, sans-serif;
	font-size : 12px;
	color : #ffffff;
	min-height : 1400px;
}

h2 {
	color : #8cc63e; /*zelena*/
	padding : 41px 0 0 326px;
	margin : 0px;
	font-weight : bold;
	font-size : 20px;
}

h1 {
	color : #8cc63e;
	font-size : 20px;
	font-weight : bold;
	margin : 0px;
	text-transform : uppercase;
	border-bottom : 9px solid;
}

a {
	text-decoration : underline;
	color : #00365b;
}

ul {
	list-style-type: none;
	padding : 0 0 0 10px;
	margin : 20px 0 0 0;
}

ul strong {
	color : #8cc63e;
}

strong {
	font-weight : bolder;
}

address {
	font-style : normal;
	margin : 0 0 10px;
}

#main {
	margin : 0 auto;
	width : 883px;
	overflow : auto;
}

/*                                                  HEAD                                                         */

#head {
	margin : 0 auto;
	background : url("../images/bg_head.png") no-repeat center center;
	height : 381px;
	width : 883px;
	padding : 0px;
}

#head_top {
	height : 340px;
} 

#head p {
	margin : 0;
	padding : 25px 225px 0 323px;
	font-size : 12px;
	color : #ffffff;
}

#notice {
	background : url("../images/bg_notice.png") no-repeat top right;
	height : 61px;
 	width : 165px;
	float : left;
	margin : 0px;
	padding : 69px 16px 9px 99px;
	color : #004ead;
	font-size : 10px;
}

#menu {
	width : 870px;
/*	position : absolute;
	top : 342px;
	left : 0px;*/
	padding : 0;
}

#menu ul {
	list-style-type: none;
	padding : 0;
	margin : 0 0 20px 0;
}

#menu li	{
	background : url("../images/menu_sep.gif") no-repeat;
	background-position : 5px left;
	display : inline;
	padding : 0 6px 0 7px;
}

#menu li:first-child {
	background : none;
}

#menu li a {
	outline: none;
	color: #ffffff;
	text-decoration:none;
	font-weight: normal;
	font-size : 11px;
	margin : 0;
	padding : 0 0 5px;
}

#menu li a:hover	{
	border-bottom: 20px solid #8cc63e;
}

#menu li a.selected {
	border-bottom: 20px solid #8cc63e;
	font-weight : bold;
}

/*                                                CONTENT                                                      */

#content {
	padding : 13px 0 0 0;
}

#content_text {
	width : 595px;
	padding : 0 0 0 19px;
	float : left;
}

#right_column {
	float : right;
}

.right_notice {
	background : url("../images/bg_right_notice.png") repeat-y top center;
	width : 261px;
	margin : 0 0 10px 0;
	font-size : 10px;
}

.right_notice_bottom {
	background :  url("../images/bg_right_notice_bottom.png") no-repeat bottom center;
	height : 7px;
	width : 261px;
}

#aktualita, #kontakt {
	min-height : 130px;
	width : 221px;
	padding : 85px 20px 10px;
}

#aktualita {
	background : url("../images/bg_aktualita.png") no-repeat top center;
}

#aktualita p {
	margin : 0 0 20px;
}

#aktualita div {
	width : 221px;
	height : 30px;
	text-align : right;
}

#kontakt {
	background : url("../images/bg_kontakt.png") no-repeat top center;
}

#right_menu {
	width : 236px;
	clear : right;
	margin : 12px 0 10px;
	padding : 0 0 0 25px;
}

#right_menu a {
	color : #4D82B5;
	text-decoration : none;
}

.hidden {
	display : none;
}

img {
	border : 0;
}

