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

/* ************************************************* BEGIN OF DESIGN */

div.stranka{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/design/back.jpg);
}

.title:after, .important:after, .stranka:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.floatholder {
	margin: 10px 0 0;
}

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

div.right_frame{
    width: 230px;
    float: right;    
}

div.top{
    width: 770px;    
    height: 27px;
    background: #fff;
}

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

div.menu_frame{
    float: left;
    width: 211px;
}

div.text_frame{
    float: right;
    width: 559px;
}

div.text_padding{
    padding: 20px;
    line-height: 18px;
    text-align: justify;
}

div.home_background{
    width: 100%;
    height: 200px;
    background: url(../images/design/home_background.jpg);
}

div.banner{
    width: 764px;
    height: 191px;
    background: url(../images/design/banner_back.jpg);
}

div.menu{
    background-image: url(../images/design/menu_top.jpg);
    background-repeat: no-repeat;
    width: 211px;
    padding-bottom: 10px;
}

div.menu_padding{
    margin-top: 20px;
}

div.top_menu{
    background: url(../images/design/top_menu_back.jpg) #fff no-repeat;
    width: 764px;
    height: 65px;
}

div.left_title{
    background-image: url(../images/design/left_title_back.jpg);
    width: 211px;
    height: 42px;
    color: #ffffff;
    font-weight: bold;
}

div.left_title_padding{
    padding-top: 4px;
    padding-left: 30px;
}

div.novinky_padding{
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

div.title{
    width: 537px;
    background: #e6e6e6 url(../images/design/title_back.jpg) bottom no-repeat;
    text-align: center;
    margin-left: 8px;
    padding-bottom: 25px;
}

div.title_padding{
    padding: 3px 20px 0px 20px;
}

div.bottom{
    clear: both;
    width: 1000px;
    background-image: url(../images/design/bottom.jpg);
    height: 45px;
}

div.right_title{
    width: 230px;
    height: 31px;
    background-image: url(../images/design/right_title.jpg);
    text-align: center;
}

div.right_title_padding{
    font-weight: bold;
    padding-top: 3px;
}

div.right_padding{
    padding: 10px;
}

div.important{
    width: 100%;
    background-color: #f0f0f0;
    border-color: #c0c0c0;
}

div.important_padding{
    padding: 10px;
}

div.submenu{
}

div.center{
    text-align: center;
}

div.breadcrumbs_padding{
    padding-left: 20px;
    line-height: 30px;
    color: #b9b9b9;
    clear: both;
}

div.breadcrumbs_padding a{
    color: #b9b9b9;
    font-weight: normal;
}

div.breadcrumbs_padding a:hover{
    text-decoration: none;
}

div.banner_padding{
    padding: 6px 0px 0px 6px;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{
    border-collapse: collapse;
}

table.border td{
    border: 1px solid #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

tr.hlavicka td{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
  	font-weight: bold;  
  	text-align: center;  
}

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;	
}

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

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

td.required{
    color: #A14636;
}

td.strong{
    font-weight: bold;
}

td.menu_button_default{
	height: 18px;
}

td.menu_button_om{
	height: 18px;
	background-image: url(../images/design/menu_back_om.jpg);
}

td.menu_button_om ul.sipka{
    background-image: url(../images/design/menu_back_om.jpg);
    list-style-image: url(../images/design/menu_sipka_om.jpg);	    
}

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

td.male{
    width: 110px;
    height: 110px;
}
/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #355aa0;
	text-decoration: underline;
	font-weight: bold;
}   

a:hover{
    color: #000000;
}

a.nostyle{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

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

a.bottom{
    font-weight: normal;
    color: #4475aa;
    font-size: 10px;
    text-decoration: none;
}

a.bottom:hover{
    color: #4475aa;
    font-size: 10px;    
    text-decoration: underline;
}

a.top_menu{
    color: #363636;
    text-decoration: none;
    font-weight: normal;
}

a.top_menu:hover{
    color: #363636;
    text-decoration: underline;
}

a.menu{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover{
	color: #355aa0;
	text-decoration: none;
	font-weight: bold;
}

a.highlite{
    color: #ac1212;
}

a.highlite:hover{
    /*color: #ac1212;*/
}

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

a.nodecoration{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.nodecoration:hover{
    color: #09559c;
    text-decoration: none;
}

a.submenu{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

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

a.download{
    font-size: 14px;
    color: #ac1212;
}

a.red{
    color: #ac1212;
}

a.red:hover{
    color: #000;
}

/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h2{
	font-size: 14px;
	color: #355aa0;
	padding-top: 0px;
	margin: 0px;
}

h2 a{
    color: #85a9d1;
    text-decoration: none;
}

h2 a:hover{
    color: #09559c;
}

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

h4{
    margin: 0px;
    padding: 0px;
    color: #A14636;
}

.big{
    font-size: 18px;    
}

.center{
    text-align: center;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */

span.highlite{
	color: #355aa0;
}

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

span.menu{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
    cursor: pointer;
}

span.poznamka{
    color: #666666;
    font-size: 9px;
}

span.message{
    color: #355aa0;
    font-style: italic;
}

span.error{
    color: #A14636;
    font-style: italic;
}

.velke{
    text-transform: uppercase;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 25px;
    list-style-image: url(../images/design/sipka.jpg);	
}

ul.sipka{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 30px;
 	padding-bottom: 4px;
 	padding-top: 4px;
    list-style-image: url(../images/design/menu_sipka.jpg);	
}

ul.default{
    list-style: disc;
    padding-left: 10px;
}

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

ul li ul{
    list-style-type: disc;
    padding-left: 15px;
}

ul li ul li{
    padding-top: 2px;
}

/*.top_menu ul{
    padding-left: 10px;
    list-style: none;
}

.top_menu ul li{
    float: left;
}

.top_menu ul li a{
    color: #000;
    display: block;
    padding: 9px 7px 11px 7px;
    font-size: 12px;
    text-decoration: none;
}

.top_menu ul li:hover{
    background: url(../images/design/top_menu_back_on.jpg);
}*/

p.button{
    background: url(../images/design/button_back.jpg);
    color: #fff;
    clear: both;
    height: 40px;    
    margin: 0px auto;
    margin-bottom: 10px;
    text-align: center;
    width: 290px;
}

.button a{
    color: #fff;
    font-size: 16px;
    margin: 10px;
    text-decoration: none;
    line-height: 40px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */

img{
	border: 0px;
}

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

img.middle{
    vertical-align: middle;
}

img.png{
    behavior: url(../shared/iepngfix/iepngfix.htc);
}

img.logo{
    position: absolute;
    margin: 15px 0px 0px 15px;
    z-index: 100000;
}

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

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

img.photo_left{
	margin-right: 10px;
	float: left;
	border: 1px solid #c0c0c0;
}

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

img.no_border{
    border: 0px;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/

.defaultErr{
    color: #A14636;
    font-style: italic;
    margin-bottom: 15px;
}

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

form{
	margin: 0px;
}

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

input.submit{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #355aa0;
	height: 20px;
	padding-bottom: 3px;
}

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

select{
	font-size: 11px;
	width: 200px;
}

fieldset{
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
}


/* ************************************************* END OF FORM */

/* ************************************************* BEGIN OF CALENDAR */

td.calendar{
    width: 50px;
    height: 50px;
}

td.calendarToday{
    background-color: #eeeeee;
}

td.calendarHeader{
    height: 20px;
}