*{ 
	margin: 0;
	padding: 0;
	border: 0; 
}

html{
	
	height: 100%;
}

body {
	font: 70% Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
	background-color: #f2f2f2;
	height: 100%;
	background-image: url(../images/bodyback.jpg);
	background-repeat: repeat-x;
}
#previewdiv{
	position:absolute;
	visibility:hidden;
	left:0px;
	top:-1000px;
	width:1px;
	height:1px;
	border:1px solid #888888;
	background:#DDDDDD;
	z-index:3;
}
#page{
	width: 1200px;
	background-repeat: no-repeat;
	text-align: left;
	background-position: top left;
}
#header{
	height: 125px;
	width: 100%;
   	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#administrace{
	padding-left:70px; 
	padding-bottom: 10px;
}

#left{
	width: 229px;
	float: left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#vlajky{
	margin-left:40px;
}

#menu{
	border: 1px solid #c5bbb2;
	border-bottom:none;
	border-right: none;
	margin-left: 40px;
	margin-top:10px;
	background-color: #333333;
}

#podmenu{
	margin-left: 72px;
	text-align:center;
	border: 1px solid #c5bbb2;
	border-right: none;
	background-color: #333333;
	color: white;
}

#podmenu td{
	color:white;
}
#podmenu2{
	margin-left:72px;
}

#content{
	width:971px;
	float: left;
	border-top: 1px solid #b5b8b0;
	min-height: 663px;
	_height: 663px;
}

.login_input{
	width: 60px;
}

#rightpanel{
	width: 200px;
	float: right;
	background-color:#f9e6ab;
	margin-left: 10px;
}

#rightpanel a{
	font-weight:normal;
	
}

.padd{
	padding:10px;
}

#kontakt{
	font: 12px Verdana, Tahoma, "Microsoft Sans Serif";
	float: right;
	text-align: left;
	padding-right: 20px;
	padding-top:34px;
	color: white;
}
#kontakt a{
	font: 12px Verdana, Tahoma, "Microsoft Sans Serif";
	color: white;
}

input,textarea,select{
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

.button{
	background-color:#ffd84c;
}

li{
	text-align: left; 
}


td{
	font: 10px Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight: normal;
	padding: 3px;
}

th{
	font: 11px Verdana, Tahoma, "Microsoft Sans Serif";
	padding: 2px;
	color: #c46b02;
}
fieldset table{
	background-color: #cccccc;
}
fieldset th{
	text-align: center;
	padding: 3px;
	background-color: #dddddd;
}

fieldset td{
	background-color: white;
   padding: 3px;
}


.browse_justify{
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
	margin: 8px;
	padding: 3px;
	font-size: 11px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #c0c0c0;
}


.nadpis{ font-weight: bolder; font-size: 12px; }

.nadpis_browse{
	color: #fea700;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

.fl_bordered { 
   text-align: center;
	float: left;
	padding:5px;
	border:1px solid #cccccc;
	background-color: white;
	margin:3px; 
	height: 115px;
	width:140px;
	
}

.fl_bordered img{
	border: none;
	padding-bottom: 5px;
}



#menu li a {
	display: block;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	color: white;
	padding-left: 20px; 
	border-bottom: 1px solid white;	
	background-image: url(../images/sipka.gif);
	background-repeat: no-repeat;
	font-weight:normal;

}
#menu li a:hover{
	background-color: #f2f2f2;
	color: black;
}

#menu #selected{
	color: black;
	background-color: #f2f2f2;
}



#menu li {
	height: 25px;
		background-color: #333333;
}

#menu li.selected {
	background-color: #9fabb3;
}


#menu ul {
	padding-left: 0px;
	list-style: none;
	width: 100%;

}

#menu li img{
	vertical-align: middle;
}


.sekce{
	background-color: #fecb10;
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
	text-align: center;
	width: 100%;
}

fieldset{
	border: 1px solid #bbbbbb;
	padding: 5px;
	text-align:left;
}
	 
legend{
	margin-left:3px; 
	padding: 4px;
	padding-bottom: 1px;
	font-weight: bolder;
	color: black;
/*	background-image: url(../images/legend_back.gif);
	background-repeat: repeat-x;*/
	border-bottom: 3px #ffd84c solid;
	
}
h1{
	font-size: 150%;
	padding-top: 3px;
	padding-bottom: 5px;
}

h2{
	font-size:130%;
	
}
p{
	text-align: justify;
	display: block;
	margin-bottom:10px;
}

a{
	color: #c46b02;
	font-weight:bolder;
}

h3{
	font-size: 180%;
	font-weight: bolder;
	padding-bottom: 2px; 
}

h3 a small{
	font-size: 70%;
}

small{
	color: #555555;
}

.chyba{
	color:red;
	text-align:center;
	font-weight:bolder;
}

#strankovani ul{
	list-style: none;
}

#strankovani li{
	display: inline;
	border: 1px solid #cccccc;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 2px;
	text-align:  center;
	float: left;
}

#strankovani li a {
	text-align: center;
	display: block;
	height: 100%;
	width:100%;
	line-height: 18px;
	background-color: #fecb10;
	text-decoration: none;
}

#strankovani li a:hover {
	background-color: white;
}

.s0{
	background-color:white;
}
.s1{
	background-color: #fdf6e3;
}
.zvyrazni{
	background-color:#ffffd8;
	font-weight:bolder;
}

.mouseover{
	background-color:#ffdead;
	cursor: pointer;
}

.mouseout_s0{
	background-color:white;
	cursor: auto;
}

.mouseout_s1{
	background-color:  #fdf6e3;
	cursor: auto;
}

.uspech{
	width:100%;
	text-align: center;
	color: green;
	margin-top: 20px;
	margin-bottom: 20px;
}

.chyba{
	width:100%;
	text-align: center;
	color: red;
	margin-top: 20px;
	margin-bottom: 20px;
}

.back_image{
 	background-image:url(../images/content_back.gif);
	background-repeat: repeat-y;
}
.back_color{
	background-color:#f2f2f2;	
}


.pes a {
	line-height: 20px;
	height:20px;
	display:block;
	text-decoration: none;
	color: black;
	background-color: #f6e7c8;
	padding-left:20px; 
	padding-right:3px;
	background-image: url(../../modul_pes/dog_icon.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.pes a:hover{
	background-color: #ffdead;
}

.pes li{
	height: 20px;
	margin-right: 3px;
}

.pes li a  img{
	display: inline;
	float: left;
}

.pes{
	text-align: left;
}

.pohar li {
	line-height: 20px;
	height:20px;
	display:block;
	color: black;
	padding-left:20px; 
	padding-right:20px;
	background-image: url(../../modul_pes/cup.gif);
	background-repeat: no-repeat;
	float: left;
}


#content ul {
	padding-left: 0px;
	list-style: none;
	width: 100%;
	clear:both;
}

#content ol{
	padding-left:30px;
	padding-bottom:10px;
}	

#content td{
	vertical-align:middle;
}

#content th{
	color: #c46b02;
	background-color:#f9e6ab;
	
}


.caption{
	text-align: right;
	font-size: xx-small;
	font-weight: bolder;
}

.fotka { 
   text-align: center;
	padding:4px;
	background-color: white;
	border: 1px solid #cccccc;
	margin:1px; 
	float: left;
	height:155px;
	max-width: 200px;
}

.fotka_vert{ 
   text-align: center;
	padding:4px;
	background-color: white;
	border: 1px solid #cccccc;
	margin:1px; 
}

.rodokmen{
	overflow: auto;
	width: 90%;
}
.bold{
	font-weight: bolder;
}

.katalog_cell{
	width: 150px;
	height: 190px;
	overflow: auto;
	float: left;
	margin:3px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color:white;
}

.katalog_cell p{
	text-align:center;
	
}
.katalog_cell img{
	margin:5px;
}
.submit{
	border: 1px outset #cccccc;
}
#content .big_th{
	font-weight:bolder;
	background-color: #a0522d;
	color:white;	
	font-size: 15px;
	text-align: center;
}