html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	height: auto;
}

a {color: #963;}
a:hover {color: #C60;}
a img {
border: none;
}
img {
border: 0;
}

body {
	background: #7E984D url(img/bg.jpg) repeat-x;
	background-color: #e3bf8d;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	height: auto;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}



h1 {
	padding-top: 15px; 
	font: bold 18px "Tahoma",sans-serif;
}


h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}
/* lang */
.lang {
	background-color: #fff;
	height: 20px;
	margin: 0 auto;
	padding: 5px 10px 3px;
	width: 780px;
}
.lang_normal {
	font: normal 18px "Verdana",sans-serif;
	color: #434343;
	text-decoration: none;
	border-right: 1px solid #a7a7a7;
	padding-left: 10px;
	padding-right: 10px;
}
.lang_right {
	font: normal 18px "Verdana",sans-serif;
	color: #434343;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}
.lang a:hover{
	text-decoration: underline;
	color: #000000;
}
.lang_text {
	font: normal 12px "Verdana",sans-serif;
	color: #434343;
	text-decoration: none;
	border-right: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -18px;
	margin-left: 510px;
}




/* tabulka */
.tabulka {
	color: #434343;
	background-color: #fff;
	font-size: 0.9em;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 300px;
	border: 1px solid #3a3a3a;
}
.tabulka td {
	border: 1px solid #3a3a3a;
	text-align: center;
	height: 18px;
}
.tabheader {
	color: #d8501a;
	background-color: #fff;
	font-size: 1.6em;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: auto;
	border: 1px solid #3a3a3a;
}





/* title */
.header {
	color: #434343;
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 5px 10px 5px;
	width: 780px;
}
.header img {
	float: left;
}
.header .left {
	background-color: #914d09;
	width: 564px;
	height: 105px;
	text-align: left;	
	
}
.header .right {
	overflow: auto;
	color: #FFF;
	width: 212px;
	height: 105px;
	background-color: #8d2407;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .left h1 {font: normal 2.8em "Trebuchet MS",sans-serif; line-height: 105px; color: #efb888; padding-left: 100px;}
.header .right h2 {padding-top: 17px; font: bold 14px "Verdana",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 41px;
	width: 779px;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #450f07;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #f9e3e2;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	height: auto;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h1 {
	color: #75060c;
}
.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}
.content h2 {
	color: #e12b35;
	font: normal 12px tahoma,sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
}
.content a {
	color: #75060c;
	font: bold 12px tahoma,sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color: #e12b35;
}
.content p
{
font-size: 1.1em;
color: #535353;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #d1985f;
	font: bold 10px sans-serif;
	line-height: 39px;
	text-align: left;
	padding-left: 50px;
}
.link {color: #d1985f; text-decoration: none; font: normal 10px sans-serif;}
.white {color: #ffffff; text-decoration: none; font: bold 12px sans-serif;}
.footer a:hover {text-decoration: underline; color:#ffffff;}

/* content seznam */
#list {
	width: 330px;
	list-style: circle;
	list-style-type: none;
	text-align:left;
	margin: 0 0 20px 0;
	padding: 0;
}
.items {
	list-style-type: square;
	font: normal 12px tahoma,sans-serif;
	color: #535353;
	margin: 2px 0 0 35px;
	_margin: -2px 0 0 35px;
	padding: 0 0 5px 0;
}
/* poptavkovy list */

.content .poznamka {
	font: bold 10px tahoma,sans-serif;
	color: #535353;
	padding: 5px 0 5px 20px;
}
