*{ 
	margin: 0;
	padding: 0;
	border: 0; 
}

html{
	height: 100%;
}

body {
	font: 70% Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
	background-color: #3b3937;
	height: 100%;
}

#page{
	width: 980px;
	height: 800px;
	text-align: center;
	margin: 0 auto;
	
}

#header{
	height: 70px;
	width: 980px;
  	 background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#left{
	width: 717px;
	height:544px;
	float: left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}
#right{
	width: 263px;
	height:544px;
	float:left;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer{
	height:186px;
	width:980px;
    background-image:url(../images/footer.jpg);
    background-repeat: no-repeat;
}
#menu{
	height:35px;
	width: 100%;
}

#content{
	width:717px;
	height: 509px;
	overflow: auto;
	text-align: left;
}

#loginform{
	padding-top:160px;
	float: right;
}


.login_input{
	width: 60px;
}


.padd{
	padding:10px;
}

#kontakt{
	font: 12px Verdana, Tahoma, "Microsoft Sans Serif";
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	color: black;
}
#kontakt a{
	font: 12px Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
}

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: 100% Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight: normal;
	padding: 3px;
	
}

th{
	font: 100% Verdana, Tahoma, "Microsoft Sans Serif";
	font-weight: bolder; 
	
}

fieldset th{
	text-align: center;
	padding: 3px;
}

fieldset td{

   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: 90px;
}

.fl_bordered img{
	border: none;
	padding-bottom: 5px;
}

#menu li a {
	line-height: 35px;
	height:35px;
	width:115px;
	display:block;
	float:left;
	text-decoration: none;
	color: white;
	background-image: url(../images/orange.gif);
	background-repeat: no-repeat;
}

#menu li a:hover{
	background-image: url(../images/green.gif);
	background-repeat: no-repeat;
}

#menu #selected{
	background-image: url(../images/green_jas.gif);
	background-repeat: no-repeat;
}

#menu li {
	height: 35px;
	width:115px;
	float: left;
	margin-left: 2px;
	text-align: center;
}

#menu li.selected {
	background-color: #9fabb3;
}


#menu ul {
	padding-left: 0px;
	list-style: none;
	width: 100%;
	clear:both;
}

#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;
}
p{
	text-align: justify;
	display: block;
	margin-bottom:10px;
}

a{
	color: #252e04;
}

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:#f2f2f2;
}
.s1{
	background-color: #e2e2e2;
}

.erby{
	width:88px;
	text-align: center;
	vertical-align: top;
}

.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;	
}