/*DEBUG*/
div, h2{
	border:0px solid red;
}
/*********LAYOUT**************/
body {
	background-color: #006600;
	padding: 0;
	margin: 0;
	padding-top:20px;
	color:black;
	padding-bottom:25px;
	font-family: sans-serif;		
	text-align:center;
}
#page {        
	width: 950px;
        margin: 0 auto;
        padding:0px;
}
#head2{
	height:201px;
	padding:0px;

}
h1{
	text-transform:uppercase;
	text-align:center;
	font-size:34pt;
	padding-top:20px;
	padding-right:50px;
	margin:0px;
}
#header {
	background: url(img/hlava.png) no-repeat;
	width:100%;
	border-color:blue;
	height:257px;
}
#left {
        margin: 0 auto;
        padding-left: 16px;
        background: url(img/left.png) repeat left top;        
}
#right {      	
        background: url(img/right.png) repeat right top;
	padding-right: 20px;
}  

#content {
	background-color:white;
	padding:0px;
}
#conttext {
	padding-left:45px;
	padding-right:65px;
	padding-bottom:20px;
	padding-top:15px;
	text-align:justify;
	
}

#footer {
	background-color:#006600;
	text-align:left;	
	margin:0px 25px 0px 10px;
	color:white;
	font-size:10pt;
	padding:15px 10px 15px 20px;
}
div#footer img{
	float:right; 
	margin-top:10px;
}
#bottom {
	background: url(img/bottom.png) no-repeat right top;
	height: 65px;
	width:100%;
}


/*************MENU****************************/

div.menu{
	margin: 0 auto;
	width:830px;
	background-color:#006600;
}
div.menu div{
	text-align:center;
	float:left;
	height:43px;
	padding:5px 0px;
	width:103px;
	background-color:#006600;
	border-width:0px;
}
div.menu div#fo{
	width:112px;
}
div.menu div#tl{
	width:90px;
}

div.menu div a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
}
div.menu div a:hover{
	color:#e0e189;
	text-decoration:underline;
}
div.menu div.s a{
	text-decoration:none;
	color:white;
}
div.menu div.s{
	background-color:#0c970c;
	color:black;
}


/********OBSAH********/
/*obecne*/
h2{
	color:black;
	font-weight: bold;
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:left;
}
h3{
	color: black;
	font-size:12pt;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0px;
}
h4{
	color:black;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom:0px;
	padding:0px;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	text-align:justify;

}

li{
	margin:0px;
	list-style-type:disc;
	padding:0px;
	text-align:justify;
}
li li{
	list-style-type:circle;
}
ul{
	padding-left:20px;
	margin:0px;
}
#conttext img{
	float:right;
	margin:20px;
}
#conttext img.ind{
	float:none;
	margin:0px;
	border-width:0px;
}

div.dimg {
	text-align:center;	
}
#conttext div.dimg img{
	text-align:center;
	float:none;
	margin:0px;
}

/*spec*/
a{
	text-decoration: none;
	color: #a87a0b;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
h1 a:hover{
	color:#006600;
	text-decoration:underline;
}
h1 a{
	color:#006600;
	text-decoration:none;
}

div.los{
	border:1px solid black;
	padding:10px;
	color:black;
}

#conttext img.fotor{
	border:1px solid black;
	float:right;
	margin:0 px;
	margin-left:15px;
}
#conttext img.fotol{
	border:1px solid black;	
	float:left;
	margin:0px;
	margin-right:15px;
}
pre {	
	margin-top:40px;
	font-family: Tahoma, sans-serif;		
	font-size:16pt;
	text-align:center;
}

div.bottomlinks{
	margin-top: 30px;
	font-size: 14pt;
	margin-bottom:50px;
}
div.bottomlinks a{
	color:#006600;
}
div.bottomlinks .right{
	float:right;
}
div.bottomlinks .left{
	float:left;
}
div.bottomlinks span{
	text-transform:uppercase;
	font-weight:bold;
}

ul.ind{
  margin-left:20px;
  padding-left:0px;
  list-style-position: outside;
  text-align:left;
}
ul.ind li{
  	margin:0px;
  	margin-bottom:5px;
text-align:left;
  }
ul.ind li span{
	font-size:14pt;
	margin-left:10px;
}
