* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	background: #0c0d0e url('../img/bgr.jpg') top center no-repeat;
	color: #b5c2c6;
	text-align: center;
	min-width: 980px;
}

#main {
	width: 980px;
	margin: 10px auto;
	text-align: left;
	font-size: 0.9em;
	min-height: 100%;
	height: 100%;
	position: relative;
	background : #2b3032;
}

#main2 {
	width: 100%;
	height: 100%;
	background : #2b3032 url('../img/main.jpg') no-repeat;
	min-height: 645px;
}




body>#main {
 	height: auto;
 }
 #head {
 	color: #fff;
	height: 250px;
	line-height: 1px;
	background: #2f2f2f url('../img/hlavicka.jpg');
 }

#footer {
	width: 980px;
	height: 58px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
 	text-indent: 20px;
	line-height: 50px;
	font-weight: bold;
	background: #2f2f2f url('../img/paticka.jpg');
}
#footer img{
	position: relative;
 	top: 2px;
}

#left {
	margin: 0px;
	padding: 50px 10px 30px 30px;
	width: 570px;
	float: left;
	text-align: left;

	}

#right {
	margin: 0px;
	padding: 50px 20px 30px 0px;
	float: right;
	width: 300px;
	text-align: left;

}
		

	
.cleaner {
	clear:both; 
	height:20px; 
	font-size:1px; 
	border:none; 
	margin:0; 
	padding:0;	
	}

/* --------- prvky ---------- */
h1,h2,h3,h4 { margin: 0 0 0 0;font-weight: normal;}

h1 {
	color: #ffc53a;
	margin: 0em 0px 1em 0px;
	padding: 0px 0px 0.5em;
	font-size: 1.8em;
	border-bottom: 1px solid #484c4f;
	
	line-height: 1.5em;

}
	
	h2 {
	color: #deae64;
	margin: 0px 0px 0.5em 0px;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	}
	
	h3 {
	color: #6b5a3f;
	margin: 0px 0px 0.5em 0px;
	font-size: 1em;
	text-align: left;
	}
	

ol {list-style-position: inside;}
li {
  margin-bottom: 10px; 
  list-style: none;
  background: transparent url("../img/odrazka_vice.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: #95ddfe;
	text-decoration: underline; 
	font-weight: bold;
	}

a:hover {
	color: #beebff;
	text-decoration: none;
	} 

img {
	border-width: 0px; 
	margin: 0px;
	}

strong, b { color: #dddddd; font-weight: bold;}

/* --------- navigace ---------- */


#menu	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
ul {margin-bottom: 2em;}
#menu li, #menu dd {
	margin: 0;
	padding: 0px;
	display: block;
	height: 35px;
	list-style: none;
	background-image: none;
}

#menu a, #menu span {
	padding: 10px 0px 0px 30px;
	display: block;
	height: 35px;
	color: #b5c2c6;
	text-decoration: none;
	font-weight: normal;
	background: transparent url("../img/odrazka_menu.gif") 0px 10px no-repeat;
}

#menu a:hover {
	color: #d6dee1;
	background: transparent url("../img/odrazka_menu.gif") 0px -40px no-repeat;
	}
	
#menu .aktivni a {
	color: #95ddfe;
	background: transparent url("../img/odrazka_menu.gif") 0px -90px no-repeat;
	}
	
/* --------- 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 ---------- */

p {
	margin: 0px 0px 2em 0px;
	}
#left h2 {margin: 0px 0px 1em 0px;	font-size: 1.4em; font-weight: normal;}

/* --------- paticka ---------- */

#footer {font-weight: normal;}
#footer img {margin: 0px 5px;}
