/* Design by Tomas Fenyk, visit http://tom.fenyk.cz */

* {
	margin:0;
	padding:0;
}
body {
	background:#3f3f3f; url('images/bg.png') repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family:Calibri, Verdana, Ariel, sans-serif;
}

#lang {
	color:white;
	font-size:12px;
	font-family:Calibri, Verdana, Ariel, sans-serif;
}

#lang img{
  border:1px solid white;
}

#lang img:hover {
  margin-top:0px;
  border:1px solid #97b818;
}
/* wrapper */
div#wrap {
	width:691px;
 margin:0 auto;
	padding:0 0px;
	background: url(images/web_15.gif) repeat-y center top;
}


/* header & nav */
div.header {
 width: 691px;
 height: 178px;
 background: url(images/web_02.gif) no-repeat center top;
}


/* headers */
h1, h2 {
	text-align:left;
	color:#fff;
}
h1 {
	font-size:1.8em;
	font-weight:normal;
	color:#333333;
}
h1 a, h1 a:hover, h1 a:visited {
  text-decoration:underline;
	color:#333333;
}
h2 {
  font-size:1.7em;
	font-weight:normal;
	color:#333333;
	text-align:left;
}
h3 {
  font-size:1.5em;
	font-weight:normal;
	color:#333333;
	text-align:left;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	color:#333333;
	text-align:left;
}


/* default links */
a { 
	color:#97b818;
}
a:visited { 
	color:#97b818;
} 
a:hover { 
	color:rgb(204,0,0);
}
	

/* centeral page */
div.pagewrapper {
	margin:0 auto;
	background-image:url(images/web_13.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

div.page {
	margin:0 10px;
	padding:0px 10px;
}


/* content */
div.content {
	width:480px;
	float:right;
	background:white;
	background: url(images/web_10.gif) repeat-y center top;
}

div.contenttext img {
  margin-top:3px;
  }

div.contenttext a img {
  border:2px solid #414141;
  }

div.contenttext a img:hover{
  border:2px solid #414141;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);
	opacity: .8;
  }

div.contenttext {
	width:468px;
  padding-left:5px;
  font-size:14px;
  text-align:justify;
  min-height:400px;
	_height:400px;
}



div.contenttop {
 margin-top:0px;
 color:white;
 height:50px;
 width: 480px;
 float:right;
 background: url(images/web_08.gif) no-repeat center top;
}

div.nadpis {
 font-size:27px;
 padding-left:5px;
}

div.contentbottom {
 margin-top:0px;
 height:23px;
 width: 480px;
 float: right;
 background: url(images/web_14.gif) no-repeat center top;
}


/* sidebar*/

#sidebartop {
	background: url(images/web_06.gif) no-repeat center top;
  width:178px;
  height:62px;
  float:left;
}

#sidebar {
  width:178px;
	float:left;
	padding-left:9px;
}

#sidebarcontent {
  width:178px;
  background: url(images/web_11.gif) repeat-y center top;
	float:left;
	min-height:200px;
	_height:200px;
}

#sidebarmenu {
  width:172px;
  background: url(images/web_11.gif) repeat-y center top;
	float:left;
  color:white;
 	margin-bottom:20px;
}

#sidebarmenu ul li {
  width:172px;
  color:white;
  border-bottom:2px solid #414141;
  height:20px;
  padding-right:0px;
}


#sidebarmenu ul li a {
  width:172px;
  background: transparent;
  text-decoration:none;
  color:white;

}

#sidebarmenu ul li:hover {
  width:172px;
  background: url(images/menu.jpg) no-repeat 155px 4px;
  color:white;

}

#sidebarbottom {
	width:178px;
  height:22px;
  background: url(images/web_12.gif) no-repeat center top;
  float:left;
}

#sidebarmenu ul {
	list-style:none;
	list-style-image:none;
  padding-left:3px;
}



/* footer */
div.footer {
	clear:both;
	width: 691px;
  height: 44px;
  margin-left:0px;
  background: url(images/web_16.gif) no-repeat center bottom;
}
div.footer p {
	text-align:right;
	color:white;
	padding-top:15px;
	padding-right:30px;
	font-size:0.8em;

}
div.footer p a {
	color:white;
	text-decoration:none;
}
div.footer p a:hover {
	color:white;
	text-decoration:underline;
}

/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

.ukaz {
	cursor: pointer;
}

#koment-list {
    margin-top:20px;
}

#koment-list li {
}

#komment-disk1 {
    margin-top:7px;
    margin-bottom:5px;
	background: #eaeaea;
}

#komment-disk2 {
    margin-top:7px;
    margin-bottom:5px;
	background: #dfdfdf;
}

#komment-disk3 {
    margin-top:7px;
    margin-left:17px;
    margin-bottom:5px;
	background: #dadada;
}

#koment-list fieldset {
	background: #f7f7f7;
}

#form-koment fieldset {
	background: #f7f7f7;
}
