/*
barvy:

 	tmava zelena:	rgb(2, 53, 0)
 	svetla zelena:	rgb(133, 194, 38)
*/

body {
	font-family: verdana,tahoma,Sans;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	background-image: url('../gfx/layout/head_bck.png');
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 160%;
}

body img {
	border: none;
}

#center_all {
	text-align: left;
  	margin: 0 auto;
  	width: 940px;
}

#maintenance {
	position: relative;
	text-align: center;
  	margin: 0 auto;
  	width: 400px;
  	color: black;
  	top: 100px;
}

a {
	text-decoration: none;
	color: rgb(133, 194, 38);
}

a:hover {
	color: rgb(2, 53, 0);
}


h2 {
	color: rgb(133, 194, 38);
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;	
	font-weight: bold;
	color: rgb(2, 53, 0);
	border-bottom: 1px rgb(2, 53, 0) dotted; 
	padding: 5px 0;
	text-transform: uppercase;
}

h3 a {
	color: rgb(2, 53, 0);
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: black;
}

h4 a {
	color: black;
}

ul {
	padding-left: 25px;
	list-style-type: square;
}

dd {
    margin: auto auto 5px 10px;
}

dd ul {
	padding-left: 0px;
}

li {
	margin: 5px 0;
}

dt {
	font-weight: bold;
	margin: 5px 0;
	border-bottom: 1px #ebebeb dotted;
}

table {
	margin: 10px 0;
}

th {
	font-weight: bold;
	background-color: #ebebeb;
}

td, th {
	padding: 5px;
	border: 1px #ebebeb dotted;
}

/* /////////////////////////////////// layout ///////////////////*/
#HEAD {	
	width: 940px;
	height: 150px;
	position: relative;
	margin: 0;
	padding: 0;
}

h1 {
	width: 940px;
	height: 104px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 26px;
	left: 0;
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;	
}

h1 a span {
	background-image: url('../gfx/layout/h1_bck.png');
	background-position: top left;
	background-repeat: repeat-x;	
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 104px;	
}

#maincontent {
	width: 620px;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#content {
	margin-left: 240px;
	padding: 10px 15px;
	width: 710px;
	/*text-align: justify;*/
}


#footer {
	text-align: center;
	line-height: 20px;
	width: 940px;
	height: 39px;
	float: left;
	padding: 10px 0 0 0;
	/*color: white;*/
	font-size: 80%;
	
	background-image: url('../gfx/layout/footer_separ.gif');
	background-position: top center;
	background-repeat: no-repeat;	
}

#footer a {
	color: rgb(2, 53, 0);
}

#footer span {
	float: left;
}

#footer span.footSides {
	display: block;
	width: 6px;
	height: 39px;	
}

#footer span#leftFoot {
	/*background-image: url('../gfx/layout/footer_left.png');*/
	background-position: top left;
	background-repeat: no-repeat;			
}

#footer span#textFoot {
	padding-top: 7px;
	width: 928px;
}

#footer span#rightFoot {
	/*background-image: url('../gfx/layout/footer_right.png');*/
	background-position: top left;
	background-repeat: no-repeat;			
}

#menu {														
	height: 47px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
}

#menu li {
	display: block;
	float: left;
	list-style-type: none;	
	border-right: 1px #ebebeb dotted;
	height: 47px;
}

#menu li a {
	display: block;
	font-weight: bolder;
	float: left;
	background-image: url('../gfx/layout/menu_item_bck.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 47px;
	color: rgb(133, 194, 38);
}

#menu li a:hover {
	color: rgb(2, 53, 0);
}

#menu li a span {	
	display: block;
	padding: 15px 20px 0 20px;
}

#menu li.first {
	background-image: url('../gfx/layout/menu_item_bck-left.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 7px;	
}

#menu li.last {
	background-image: url('../gfx/layout/menu_item_bck-right.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 7px;	
	border-right: none !important;
}

#sidebar {
	float: right;
	width: 290px;
	padding: 20px 0 0 10px;
}

ul.toc {
	list-style-image: url('../gfx/layout/arrow_light.png');
}

ul.toc li {
	border-bottom: 1px rgb(133, 194, 38) dotted;
	padding: 10px 0;
}

#breadcrumbs {
	margin-top: 20px;
	color: #8b8b8b;
	padding: 0 10px 5px 10px;
	border-bottom: 1px #eeeeee solid;
	text-align: right;
	font-size: 70%;	
}

#breadcrumbs a {
	color: #6b6b6b;
}

#breadcrumbs a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: rgb(133, 194, 38);
}


fieldset {
	margin-top: 20px;
	padding: 20px;
	border: 1px #ebebeb solid;
}

legend {
	padding: 0 5px;
}

label {
	margin-top: 10px;
	display: block;
}

input, textarea {
	border: 1px #676767 solid;
}

input[type=submit] {
	font-weight: bold;
	margin: 10px 20px 0 0;
	padding: 5px;
	background-color: #676767;
	color: white;
}

ul.feedback {
	font-weight: bold;
}

ul.errors {
	color: red;
}

ul.info {
	color: #FFBC19;
}

#fill_this {
	display: none;
}

dl#contactInfo {
	float: left;
	margin-right: 40px;
	width: 400px;
}

dl#contactInfo dd ul {
	margin-top: 10px;
	list-style-type: none;
}

ul.address {
	font-style: italic;
}

div#mailform {
	float: left;
	width: 400px;
}

#toplinks {
	list-style-image: url('../gfx/layout/arrow_light_darkbck.png');
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 80%;
}

#toplinks li {
	float: left;
	margin: 0 20px;
}

#toplinks li a {
	color: gray;
}

#toplinks li a:hover {
	color: white;
}

#top_teaser {
	position: absolute;
	height: 46px;
	top: 50px;
	left: 472px;
	z-index: 100;
}

#news {
	list-style-image: url('../gfx/layout/arrow_light.png');
	background-color: #fafafa;
	padding: 1px 10px 10px 20px;
}

#news li h5 {
	border-bottom: 1px rgb(133, 194, 38) dotted;
	padding-bottom: 10px;
	margin-bottom: 5px; 
	color: rgb(2, 53, 0); 
}

#news li h5 span.date {
	color: rgb(133, 194, 38);
}

#morenews {
	text-align: right;
}

.feedlink img {
	margin-bottom: -3px;
}