* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	background: #222222;
	color: #000;
	text-align: center;
	min-width: 980px;
}

#main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
	min-height: 100%;
	height: 100%;
	position: relative;
	background : #2f2f2f;
}

body>#main {
 	height: auto;
 }
 #head {
 	color: #fff;
	height: 400px;
	line-height: 1px;
	background: #2f2f2f url('../img/hlavicka.jpg');
 }

 #footer {
	width: 980px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	text-indent: 40px;
	background: #2f2f2e;	
	color: #555;
	line-height: 3em;
	}

#left {
	margin: 0px;	
	padding: 50px 0px 80px 30px;
	float: left; 
	width: 250px;  
	text-align: left;
	background: #2f2f2e;
	}
	
#right {
	margin: 0px;
	padding: 50px 0px 80px 0px;
	width: 650px;
	float: right;
	background: #2f2f2e;
	text-align: justify;
}
		

	
.cleaner {
	clear:both; 
	height:20px; 
	font-size:1px; 
	border:none; 
	margin:0; 
	padding:0;	
	}

/* --------- prvky ---------- */
h1,h2,h3,h4 { font-weight: normal; margin: 0 0 0.15em 0; line-height: 1.5em; }

h1 {
	color: #c6f9e6;
	margin: 0em 20px 1em 20px;
	padding: 0px;
	font-size: 2.5em;

}
	
	h2 {
	color: #e2b957; 
	margin: 1.2em 20px 0.5em 20px; 
	padding-top: 1em;
	font-size: 1.8em; 
	font-weight: normal;
	text-align: left;  
	}
	
	h3 a {
		font-weight: normal;
	}
	
	h3 {
	color: #123E75; 
	margin: 1.5em 20px 0.5em 20px; 
	font-size: 1.4em; 
	font-weight: normal;
	text-align: left;  
	}


p, #right ul, form, table, address, ol { 
	margin: 0.5em 20px 2.5em 20px; 
	text-align: left;
	color: #aaa;
	}
ol {list-style-position: inside;}
li {
  margin-bottom: 10px; 
  list-style: none;
  background: transparent url("../img/sipka_zluta.gif") 0px 2px no-repeat;
  padding: 0px 0px 0px 25px;
}
	
input {
	width: 300px;
}
table { 
	margin: 1.5em 20px 0.5em 20px;  
	color: #aaa;
	font-size: 1.1em; 
	text-align: left; 
	}

td, th {
	vertical-align: top;
	padding-left: 1em;
}

a { 
	color: #ddd; 
	text-decoration: underline; 
	font-weight: bold;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	} 

img {
	border-width: 0px; 
	margin: 0px;
	}

strong { color: #ddd;}

/* --------- navigace ---------- */

#menu	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
#menu ul {margin-bottom: 20px;}
#menu li, #menu dd {
	margin: 0;
	padding: 0px;
	display: block;
	height: 35px;
	list-style: none;
	border-bottom: 1px dotted #5c5c5c;
	background-image: none;
}

#menu a, #menu span {
	padding: 10px 0px 0px 10px;
	display: block;
	height: 35px;
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	color: #fff;
	}

#menu .aktivni {
	color: #ddd;
	}
#menu .druha {
  border-bottom: 1px dotted #7B642F;
}
#menu .treti {
  border-bottom: 1px dotted #6F8C81;
}

#left h2 {margin-left: 10px; font-size: 1.4em; }
/* --------- formulare ---------- */


fieldset	{ 
	position: relative; 
	padding: 1em;	
	background: #F3F2EF;
	border: 1px solid #E9E6DF;
	margin-bottom: 1em;
	}

legend {
	color: #531500;
	background: #F3F2EF;
	padding: 5px 10px;
	font-size: 1.2em;
}

input, select, textarea {
 	margin: 0px 0px 10px 0px;
	border: 1px solid #C8C8C8;
	color: #555;
	padding: 0.2em;
	}

.odsad {
  margin-bottom: 10px;
}

label	{
	color: #e2b957;	
}

.filtr input, .filtr select {
	margin: 0px;
}



form span {
	margin: 0em 0.5em 0.5em 0em;
	display: block;
}

.cudl {padding: 10px; width: auto; cursor: hand; background-color: #dddddd; border-color: #ffffff;}

img.ikonka  {position: relative; top: 3px; margin-right: 5px;}
.red {color: red;}
form p { 
	margin: 0.5em 20px 1.5em 0px; 
	
	}
	
/* --------- left ---------- */

/* --------- paticka ---------- */

#footer a, #footer strong {color: #666;}

