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

.reset {
	clear:both;
}

body {
	background:url('img/bg.png') repeat;
	text-align:center;
	font-family:'Trebuchet MS';
	font-size:0.8em;
}

#page {
	position:relative;
	width:915px;
	margin:auto;
	margin-top:25px;
}

#head {
	position:absolute;
	top:0px;
	left:0px;
	width:915px;
	height:137px;
	background:url('img/head.png') no-repeat;
}

#main {
	position:relative;
	top:137px;
	width:915px;
	background:url('img/main.png') repeat-y;
}

#footer {
	width:915px;
	background:url('img/bottom.png') no-repeat center bottom;
}

#footer p {
	padding:20px;
}

#mainright {
	position:realtive;
	float:right;
	width:680px;
	margin-right:10px;
}

#mainleft {
	position:relative;
	float:left;
	width:200px;
	margin-left:10px;
}

#clicklogo {
	width:550px;
	height:110px;
	cursor:pointer;
}

#addurl {
	position:absolute;
	top:33px;
	right:30px;
	width:217px;
	height:41px;
	cursor:pointer;
}

#stylediv {
	position:absolute;
	height:200px;
	width:100%;
	top:135px;
	left:0px;
	background:#cccac0;
	border-top:2px solid white;
	border-bottom:2px solid white;
	z-index:-1;
}

/*****************************************************************************************/
/* menu */

#mainleft ul {
	list-style-position:inside;
	list-style-type:none;
}

#mainleft ul li {
	background:url('img/menu.png') no-repeat 20px 10px;
	text-align:left;
	padding-left:40px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #e8e8e8;
	cursor:pointer;
}

#mainleft ul li:hover, #mainleft ul li.hover {
	background-color:#f5f5f5;
}

#mainleft ul li a {
	color:#6A6A6A;
	text-decoration:none;
}

#mainleft ul li a:hover {
	color:black;
	text-decoration:underline;
}

/* MAIN */

.kont {
	text-align:left;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px dotted #e5e5e5;
}

a.nadpis {
	font-size:1.6em;
	text-decoration:none;
	color:#98c649;
}

a.nadpis:hover {
	text-decoration:underline;
}

.kont p {
	float:right;
	width:485px;
	padding-right:20px;
}

a.odkaz {
	font-size:0.8em;
	color:#C7C7C7;
	float:right;
}

.hodnoc {
	float:left;
}

a.odkaz:hover {
	text-decoration:none;
}

.kont img {
	position:relative;
	float:left;
	margin:5px 0px 0px 20px;
	border:0px solid white;
}

#mainright ul {
	margin-top:7px;
	margin-bottom:3px;
}

#mainright ul li {
	text-align:left;
	list-style-position:inside;
	list-style-type:square;
	color:#6A6A6A;
	margin-left:20px;
}

#mainright ul li a {
	color:#6A6A6A;
}

#mainright a {
	color:color:#6A6A6A;
	text-decoration:underline;
}

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

#mainright p {
	text-align:left;
	text-indent:20px;
	margin-top:4px;
}

fieldset {
	border:1px solid #6A6A6A;
	padding:5px;
	margin-top:10px;
}

legend {
	border:1px solid #6A6A6A;
	padding:5px;
	margin-left:15px;
	background:#DEF1A7;
}

h1,h2,h3 {
	padding:3px;
	margin:2px;
	text-align:left;
	font-size:1.5em;
}

h1 {
	font-size:1.7em;
}

.kws {
	text-align:left;
	font-size:0.8em;
}

.fr {
	float:right;
}

.fl {
	float:left;
}

#mainright p.just {
	text-align:justify;
	padding:6px;
	font-style:italic;
}

.mess {
	margin:auto;
	text-align:center;
	width:80%;
	padding:5px;
	margin-top:6px;
	margin-bottom:6px;
	background:#DEF1A7;
	border:1px solid #C0BCBE;
}

.dop {
	font-size:0.7em;
	margin-top:5px;
}

.dop a {
	color:black;
}

a {
	color:#6A6A6A;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* IE HOVER FIX */

#mainleft ul li {
  background-color: expression(
    this.onmouseover = function() { this.className += ' hover'; },
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}
