*{ 
	margin: 0;
	padding: 0;
	border: 0; 
}

html{
	
	height: 100%;
}

body {
	font: 70% Verdana, Tahoma, "Microsoft Sans Serif";
	color: black;
	background-color: black;
	height: 100%;
	text-align:center;
   background-image: url(../images/body_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#previewdiv{
	position:absolute;
	visibility:hidden;
	left:0px;
	top:-1000px;
	width:1px;
	height:1px;
	border:1px solid #888888;
	background:#DDDDDD;
	z-index:3;
}
#page{
	width: 980px;
	background-repeat: no-repeat;
	text-align: left;
	background-position: top left;
	background-image: url(../images/page_back.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;

}
#header{
	height: 202px;
	width: 100%;
   	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu_horiz{
	height: 35px;
	width: 100%;
   background-image: url(../images/horiz_menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#pod_menu_horiz{
	height: 109px;
	width: 100%;
   	background-image: url(../images/pod_horiz_menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#left{
	width: 234px;
	float: left;
	min-height:465px;
	_height:465px;
}

#podmenu{
	margin-top:20px;
	text-align:center;
	color: white;
	border: 2px outset black;
	width:160px;
	margin-left:20px;
	padding:13px;
}

#podmenu2{
	margin-top:20px;
	border: 2px outset black;
	width:186px;
	margin-left:20px;
}

#podmenu td{
	font: 10px Verdana, Tahoma, "Microsoft Sans Serif";
	padding:2px;
}



#content{
	width:746px;
	float: left;
	min-height: 100%;
	_height: 100%;
}

.login_input{
	width: 100px;
}

#kosik{
	float: right;
	margin-top:15px;
	padding-left: 10px;
	padding-right: 10px;
}

input,textarea,select{
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}


.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; 
	width:120px;
}

.katalog_cell{
	width: 242px;
	height: 220px;
	overflow: auto;
	float: left;
	margin:2px;
	border: 1px solid #dddddd;
	text-align: center;
}

.katalog_cell p{
	text-align:center;
	
}
.katalog_nadpis{
	font-weight:bolder;
	clear: both;
	text-align: center;
}


.katalog_foto{
	margin:8px;
}

.katalog_foto_icon{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height:24px;
}



.fl_bordered img{
	border: none;
	padding-bottom: 5px;
}


#kontakt{
	margin-top: 20px;
	margin-left:20px;
	padding: 13px;
	width:160px;
	height:180px;
	color:white;
	border: 2px outset black;
}
#kontakt a{
	color:white;
}


.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 #7d1618 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: #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:#cecece;
}
.s1{
	background-color: #e2e2e2;
}


.mouseover{
	background-color:#ffdead;
	cursor: pointer;
}

.mouseout_s0{
	background-color:#cecece;
	cursor: auto;
}

.mouseout_s1{
	background-color: #e2e2e2;
	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;
}

#menu2 {
	width: 710px;
	float:right;
}

#menu2 li a {
	line-height: 35px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none;
	color: black;
	font-weight:bolder;
	padding-left:5px;
	padding-right:5px;
}

#menu2 li a:hover{
	color:white;
	background-image: url(../images/sipka_on.gif);
	background-repeat: no-repeat;	
}

#menu2 #selected{
	color:white;
	background-image: url(../images/sipka_on.gif);
	background-repeat: no-repeat;	
}

#menu2 li {
	height: 35px;
	float: left;
	margin-left: 15px;
	text-align: center;
}

#menu2 li.selected {
	background-color: #9fabb3;
}


#menu2 ul {
	padding-left: 0px;
	list-style: none;
	width: 100%;
	clear:both;
}

#menu2 li img{
	vertical-align: middle;
}

#content td{
	font-size: 11px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eeeeee;
}

#content th{
	font-size: 11px;
	font-weight:bolder;
	background-color: #7d1618;
	padding:3px;
	color:white;
	padding-left: 10px;
	padding-right: 10px;
}

.cena{
	font-size: 14px;
	color: #ae7d1e;
	font-weight: bolder;
	
}
.vyrobek_param{
	padding-top:8px;
	padding-bottom:8px;
}

.submit{
	border: 1px outset #aaaaaa;
	background-color: #dcdcdc;
}


.padd{
	padding:20px;
}
