html,body{ 
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

div.stranka{
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

div.top{
    height: 21px;
    width: 100%;
    background-image: url(../images/design/top.jpg);
}

div.main{
	width: 100%;
	height: 181px;
	background-image: url(../images/design/main.jpg);
}

div.menu{
    width: 100%;
    height: 27px;
    background-image: url(../images/design/menu_back.jpg);
}

div.top_padding{
	float: right;
	padding-right: 3px;
	padding-top: 3px;
}

div.center{
	width: 100%;
	margin: 0px;
	background-image: url(../images/design/back.jpg);
}

.center:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.floatholder {
	margin: 10px 0 0;
}

div.center_padding{
    padding-left: 83px;
    padding-top: 10px;
    text-align: left;
}

div.left_frame{
    float: left;
    width: 120px;
}

div.right_frame{
    float: right;
    width: 650px;
    background-image: url(../images/design/background.jpg);
    background-repeat: no-repeat;
    background-position: 9px 1px;    
}

div.right_frame_padding{
    padding-left: 10px;
}

div.bottom{
	background-image: url(../images/design/bottom.jpg);
	height: 68px;
	text-align: center;
}

div.bottom_padding{
    padding-top: 22px;
    text-align: center;
}

div.clanok{
    line-height: 20px;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 620px;
    clear: both;
    text-align: justify;
}

div.clanok_left{
    clear: none;
    float: left;
    width: 310px;
    padding-bottom: 0px;
}

div.clanok_right{
    clear: none;
    width: 310px;
    float: right;
    padding-bottom: 0px;
}

div.clanok_background{
    background-image: url(../images/design/clanok_back.jpg);
    border: 1px solid #c6c6c6;     
}

div.clanok_padding{
    padding: 10px;
}

div.clanok_width620{
    width: 620px;
    padding-bottom: 0px;
}

div.gallery_small{
    float: left;
    width: 140px;
    padding-right: 10px;
}

div.fotogaleria{
    background-color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
    float: left;
    padding: 5px;
    margin-right: 10px;
}


span.rozbalovaci_box{
    cursor: pointer;
	color: #b7000b;
	font-weight: bold    
}

/* DropDown Menu */
#nav {margin:0; padding-top: 7px; padding-left: 12px;}

#nav ul {margin:0px; padding: 0px; list-style: none;}
#nav ul li {float:left; padding-right: 12px; height: 20px;}
#nav ul li a {display:block; padding: 0px; font-weight: bold; color:#FFFFFF; text-align:center; text-decoration: none;}
#nav ul li.nav-noseparator a {background: none;}
#nav ul li a:hover {color: #fea90e;}
#nav ul li#nav-active a {background: #FED51B url("../images/nav-active.jpg") 0 0 no-repeat; color:#000; text-decoration:none;}

#nav ul ul {margin:0; padding: 0; margin-top: 6px; border:1px solid #cccccc; border-top: 1px solid #cccccc; border-bottom:0px solid #cccccc; list-style:none; z-index:999;}
#nav ul li ul {width: 150px;}
#nav ul li ul li {float:left; width: 150px; padding-right: 0px;}
#nav ul li ul li a:hover {background: #FFF !important;}

#nav li ul {position: absolute; left:-999em; background: #e5e5e5;}
#nav li ul ul {margin: -26px 0 0 190px; _margin-top: -38px;}
#nav li ul a.more {background:url("../images/li2.gif") 180px 10px no-repeat !important}
#nav li ul a:hover.more {background:#FFF url("../images/li3.gif") 180px 10px no-repeat !important}
#nav li ul a {display: block; padding: 4px 10px; border-bottom:1px solid #cccccc; background:none !important; color:#000; font-weight:normal; text-align:left; text-decoration:none;}
#nav li:hover ul ul, #nav li.sfhover ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left:auto;}
  
table{
}

table.width100percent{
    width: 600px;
}

table.mala_tabulka{
    border-collapse: collapse;
}

table.mala_tabulka td{
    font-size: 10px;
  	border: 1px solid #cccccc;
}

table.mala_tabulka td.hlavicka{
	background-color: #eeeeee;
	font-weight: bold;
}

tr.hlavicka{
	background-color: #eeeeee;
  	border-width: 1px;
  	border-left: 0px;
  	border-right: 0px;
  	border-top: 1px;
  	border-style: solid;
  	border-color: #cccccc;
  	height: 19px;
  	font-weight: bold;
}

tr.left_title{
	background-image: url(../images/submenu/title_back.jpg);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
}

tr.riadok{
  	border-width: 1px;
  	border-left: 0px;
  	border-right: 0px;
  	border-style: solid;
  	border-color: #cccccc;
  	height: 25px;	
}

table.border{
    border-collapse: collapse;
}
table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    text-align: left;
    padding: 1px 3px 1px 3px;
}

td{
   font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
   font-size : 12px;
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.foto_small{
    width: 139px;
    height: 81px;
    background-image: url(../images/design/foto_back.jpg);
    text-align: right;
}

td.ciara{
	font-size: 1px;
	height: 1px;
	background-color: #DDDDDD;
}

td.gray{
    background-color: #e0e0e0;
}

td.right{
    text-align: right;
}

td.fotogaleria{
    background-color: #e0e0e0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}

a{
	color: #b7000b;
	text-decoration: underline;
	font-weight: bold
}

a:hover{
	color: #b7000b;
}

a.celyclanok{
	color: #b7000b;
	text-decoration: underline;
	font-weight: bold;
}

a.celyclanok:hover{
	color: #b7000b;
	text-decoration: none;
	font-weight: bold;	
}

a.nodecoration{
    text-decoration: none;
}

a.nodecoration:hover{
    text-decoration: underline;
}

a.black{
    color: #000000;
    text-decoration: none;
}

a.black:hover{
	color: #b7000b;
    text-decoration: underline;
}

a.highlite{
	color: #C1202F;
}

a.highlite:hover{
	color: #C1202F;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #b7000b;
	padding-top: 10px;
	margin: 0px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

span.highlite{
	font-weight: bold;
}

span.poznamka{
    color: #696969;
}

span.low{
    font-size: 9px;
}

span.male{
    font-size: 10px;
    line-height: 14px;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 25px;    
}

ul.original{
    list-style: none;
    list-style-type: square;    
}

li{
  margin: 0px;
  padding: 0px;
}

img{
	border: 0px;
}

img.ciara{
	padding-left: 1px;
}

img.border{
 	border-width: 1px;
 	border-style: solid;
 	border-color: #c0c0c0;
}

img.clanok_left{
	margin-right: 5px;
	float: justify;
	border: 1px solid #c0c0c0;
}

img.photoright{
	margin-left: 5px;
	float: right;
}

p{
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
}

input.text{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

input.file{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

input.submit{
	color: #5b5b5b;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #f4f4f4;
	background-image: url(../images/buttonback.jpg);	
}

div.submit_button{
	height: 16px;
	color: #5b5b5b;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #f4f4f4;
	background-image: url(../images/buttonback.jpg);
	text-align: center;
}

div.submit_button_padding{
	padding-top: 1px;
}

div.colorpicker{
	border: 1px solid #999999;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

textarea{
	font-family: tahoma;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

select{
	font-size: 11px;
}