*{ 
	margin: 0;
	padding: 0;
	border: 0; 
}

html{
	height: 100%;
}


body {
	font: 80% Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
	background-color: #3b3937;
	height: 100%;
}

#page{
	width: 980px;
	_height: 100%;
	min-height: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-y;
}

#header{
	height: 320px;
	width: 980px;
  	 background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#vlajky{
	float:left;
	padding-left:50px;
	padding-top:5px;
}


#footer{

	width:980px;
    background-image:url(../images/footer.jpg);
    background-repeat: no-repeat;
}
#menu{
	height:28px;
	width: 540px;
	float: right;
	padding-right:60px;
	padding-top:195px;
	clear: both;
}

#content{
	width:880px;
	text-align: left;
	margin: 0 auto;
}

.vyrobek{
	padding-left: 10px;
	width:420px;
	height: 350px;
	float:left;
	text-align:center;
}


#loginform{
	float: right;
	padding-right:50px;
	height: 50px;
	color:white;
}


.login_input{
	width: 60px;
}

#rightpanel{
	width: 200px;
	float: right;
	margin-right: 41px;
	background-color:#f9e6ab;
	margin-left: 10px;
}

.padd{
	padding:10px;
}

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 {
	font-weight:bolder;
	padding-left: 20px;
	line-height: 28px;
	height:28px;
	display:block;
	float:left;
	text-decoration: none;
	color: #956002;
	background-image: url(../images/odrazka_on.gif);
	background-repeat: no-repeat;
}

#menu li a:hover{
	color:black;
	background-image: url(../images/odrazka_off.gif);
	background-repeat: no-repeat;
}

#menu #selected{
	background-image: url(../images/odrazka_off.gif);
	background-repeat: no-repeat;
	color:black;
}

#menu li {
	height: 28px;
	float: left;
	margin-left: 13px;
	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;
}



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: 120%;
	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;
}

.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;
}

.uroven_menu{
	height: 28px;
	width: 540px;
   background-image: url(../images/menu_back.gif);
   background-repeat: x-repeat;
}
.noborder{
	border:none;
}
.vyrobek_obrazek{
	height: 300px;
	width:420px;
	text-align: center;
	vertical-align: bottom;
}

