/* CSS Document */

body {
	font-family:Tahoma;
	background-image:url("../images/bg.gif");
   background-repeat:repeat-x;
	background-color: #006CAC;
	text-align:center;
	font-size:12px;
	line-height:20px;
}

a {
 color:rgb(0,102,255);
}

a:hover {
 color:rgb(255,102,0);
}

ul {
  margin:20px;
  list-style-image:url("../images/bod.gif");
}

h1 {
	padding:0;
	margin:0;
	border-top:1px solid white;
	border-left:1px solid white;
	font-size: 18px;
	line-height:30px;
	color:white;
	font-weight:normal;
	padding-left: 35px;
}

h1.hred {
	background-color: #C64E56;
	background-image:url("../images/h_red.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}


h1.hblue {
	background-color: #6E4EC6;
	background-image:url("../images/h_blue.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}

h1.horange {
	background-color: #c6784e;
	background-image:url("../images/h_orange.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}

h1.hyelow {
	background-color: #C6AA4E;
	background-image:url("../images/h_yelow.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}

h1.hviolet {
	background-color: #A04EC6;
	background-image:url("../images/h_violet.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}

h1.hgreen {
	background-color: #8EA237;
	background-image:url("../images/h_green.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}

h1.hgreen2 {
	background-color: #62A237;
	background-image:url("../images/h_green2.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}


h1.hblue2 {
	background-color: #37A291;
	background-image:url("../images/h_blue2.gif");
	background-repeat: no-repeat;
	background-position:2px 2px; 
}



h4 {
 margin-left:10px;
 color:rgb(0,102,255) ;
 font-size:14px;
}


h6 {
 display:inline;
 font-size:12px;
}

#main {
 width:800px;
 border:1px solid white;
 margin:auto;
 text-align:left;
}


#top {
 text-align:right;
 font-size:12px;
 color:white;
 background-color:#aad377;
 width:800px;
 height:229px;
 background-image:url("../images/top.jpg");
 background-repeat:no-repeat;
 background-position: right;
}

#top p {
 margin:0;
 margin-right:5px;
 padding-top:3px;
 text-align:right;
 font-size:12px;
 color:white;
}

#top a {
 color:white;
 
}

#top a:hover {
 color:rgb(255,204,0);
 
}

#mid {
	/* width:795px;_width:800px;*/
	 border-left: 5px solid #aad377;
	 margin:0;
	 float:left;
	 background-color:white;
	 	background-image:url("../images/bgsova.gif");
	background-repeat:no-repeat;
	background-position:right 100px;
}


#menu {
	width:225px;
	background-color:#FDFFCB;
	float:left;
	background-image:url("../images/menu.gif");
   background-repeat:repeat-y;
   background-position:0px 1px; 
}

#menu ul {
	font-size:14px;
	color:white;
	font-weight: bold;
	margin:0;
	padding:0;
	padding-top:2px;
	list-style-type: none;
	list-style-image:none;
}

#menu ul li {
	line-height:32px;
	padding-left:10px;
  
}

#menu ul li a {
	color:white;
	text-decoration: none;
}

#menu ul li a:hover {
	font-size: 16px;
	line-height: 30px;
	color: White;
	text-decoration: none;
}


#content {
	background-color:transparent;
	width:570px;
	margin:0;
	padding:0;
	float:left;
	font-size:14px;

}

#content h2 {
	font-size: 15px;
	margin:5px 1px 0 1px;
	padding:2px 2px 2px 10px;
	line-height:25px;
}

#content h2.suda {
	background-color: #DDF6BB;
	color: #324F0C;

	
}

#content h2.licha {
	background-color: #FFE6C8;
	color: #794300;

}

#content div {
	padding: 5px 5px 5px 5px;
	margin: 0 1px 0 1px;
}

#content div.suda {
	background-color: #ECFAD9;
	border-bottom:2px solid #DDF6BB;
	
}

#content div.licha {
	background-color: #FFEED9;
	border-bottom:2px solid #FFE6C8;
}


#content div.suda img {
	border:1px solid #aad377;
	padding:2px;
	background-color:white;
/*	float:left;  */
	margin:2px 5px 5px 0;
}

#content div.licha img {
	border: 1px solid #FFBB68;
	padding: 2px;
   background-color:white;
  /* float:left; */
   margin:2px 5px 5px 0;
}



#content div.submenu {
  margin-top:5px;
 	background-color: #FEFECB;
	border-bottom:2px solid #FCF893;
	border-top:2px solid #FCF893;
	text-align:right;
}


#content p {
 
  margin-left:10px;
  margin-right:10px;
}

#bottom {
   /*width:785px;_width:800px;*/
	background-color:#C1F086;
	height:20px;
	margin:0;
	padding:0;
	font-size:10px;
	 border-left: 5px solid #aad377;
clear:both;
line-height:20px;
text-align:right;
padding-right:10px;
}

.reset {

border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 0px;
line-height: 0px;
font-size: 0px;

}

img.fl {
	float:left;
	margin:2px 5px 5px 0;
}

img.fr {
	float:right;
	margin:2px 5px 5px 0;
}

img.aktualne {
	margin-left:3px;
	border:1px solid #0066FF;
	padding:2px;
}

  


.al-right {
  text-align:right;
  padding:0;
  margin:0;
}


table.slozeni {
  width:500px;
  margin:10px;
  margin-left:30px;
  border-top:1px solid gray;
}

table.slozeni td {
  border-bottom:1px solid gray;
  padding:5px;

}

table.slozeni tr.suda td {
  background-color:#F7DFE2;

}

table.slozeni tr.licha td {
  background-color:#F7EDE4;

}


table.img_sel {
 margin-left:25px;
}



table.img_sel a img {
 background-color:white;
 padding:2px;
}

table.img_sel a:hover img {
 padding:2px;
 border-color:rgb(255,102,0);
}

table td.suda {
	background-color: #ECFAD9;
	border-bottom:1px solid #DDF6BB;
	padding:2px;
	
}

table td.licha {
	background-color: #FFEED9;
	border-bottom:1px solid #FFE6C8;
	padding:2px;
}


img.ram {
 border:1px solid rgb(51,51,153);
 padding:2px;
 margin-left:10px;

}


.thumb {
	float:left;
	width:128px;
	height:128px;
	text-align:center;
	background-image:url("../images/bgpic.gif");
	background-repeat:no-repeat;
	background-position:top center;
}

.thumb img {
	border:0;
	margin-top:3px;
	margin-left:3px;
}

.thumb a img {
	border:1px solid #c0c0c0;
}

.thumb a:hover img {
	border:1px solid blue;
}

#category-label {
	width:70px;
	display:inline-block;
}

#category-element {
	width:auto;
	display:inline-block;
	margin:0;
}

