* {
	margin:0px;
	padding:0px;
}

body {
	background:url('img/bg.png') repeat;
	font-family:'Arial';
	font-size:0.8em;
}

#main {
	margin:auto;
	width:839px;
	background-color:white;
	margin-top:35px;
}

#head {
	background:url('img/head.png') no-repeat;
	height:67px;
	width:839px;
}

#footer {
	background:url('img/footer.png') no-repeat;
	height:61px;
	width:839px;
	margin:auto;
	text-align:center;
}

.reset {
	clear:both;
}

#left {
	position:relative;
	float:left;
	width:180px;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:10px;
}

#right {
	position:relative;
	float:right;
	width:630px;
	margin-right:8px;
	margin-top:10px;
	margin-bottom:10px;
}

#left ul li.kat {
	background:url('img/li_dark.png') repeat-x;
	padding:5px;
	list-style-type:none;
	list-style-position:outside;
	color:white;
	font-weight:bold;	
}

#left ul li.sub {
	list-style-type:none;
	list-style-position:outside;
	background:url('img/li_light.png') repeat-x;
	padding:3px;
	cursor:pointer;
}

#left ul li.dop {
	list-style-type:none;
	list-style-position:inside;
	font-size:0.8em;
	padding:4px;
	background:#EDEDED;
}

#left ul li.dop a {
	color:black;
}

#left ul li.kat a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#left ul li.kat a:hover {
	text-decoration:none;
}

#left ul li.sub a {
	color:#595959;
	text-decoration:none;
	font-size:0.9em;
	margin-left:8px;
}

#left ul li.sub a div {
	margin-left:8px;
}

#left ul li.sub:hover {
	background:white;
}

#headnadpis {
	position:relative;
	top:27px;
	left:25px;
	font-size:1.5em;
	color:white;
}

#right a {
	color:#3e68b3;
	text-decoration:underline;
}

#right a:hover {
	text-decoration:none;
}

#right table {
	width:100%;
	border:1px solid #dddddd;
}

#right table tr th, fieldset legend {
	background:url('img/li_dark.png') repeat-x;
	padding:5px;
	color:white;
}

#infooter {
	position:relative;
	color:white;
	top:18px;
	font-size:0.9em;
}

#infooter a {
	color:white;
	text-decoration:underline;
}

#infooter a:hover {
	text-decoration:none;
}

.c {
	text-align:center;
}

p {
	padding:4px;
	text-indent:20px;
}

fieldset {
	border:1px solid #E4E4E4;
	padding:5px;
	background:#DDDDDD;
	margin:4px;
}

fieldset table {
	line-height:2;
}

select {
	padding:3px;
}

input {
	padding:3px;
	width:150px;
}

h3 {
	margin-top:40px;
	border-top:1px solid #E4E4E4;
	padding-top:10px;
}

ul.nov li {
	list-style-type:none;
	list-style-position:inside;
	margin-left:20px;
	padding:1px;
}