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

/* ************************************************* BEGIN OF DESIGN */
div.stranka{
	width: 1003px;
	text-align: left;
	background-image: url(../images/design/back.jpg);
	background-repeat: repeat-y;
}

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

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

div.banner{
    width: 304px;
    height: 329px;
}

div.banner_bottom{
    width: 304px;
    height: 42px;
}

div.left_menu{
    width: 152px;
    float: left;
}

div.right_menu{
    width: 152px;
    float: right;
}

div.submenu_text{
    padding: 0px 5px 0px 5px;
    line-height: 16px;
}

div.right_frame{
    float: left;
    width: 531px;
}

div.top_video{
    float: left;
    width: 165px;
    text-align: center;    
}

div.search{
    width: 531px;
    height: 129px;
    background-image: url(../images/design/search_back.jpg);
}

div.vyhladavanie{
    padding: 57px 37px 0px 0px;
    font-size: 14px;
    color: #fff;
    float: right;
}

div.logo{
    float: left;
    padding: 42px 0px 0px 12px;
}

div.anketa_title{
    width: 531px;
    height: 50px;
    background-image: url(../images/design/anketa_title.jpg);
}

div.anketa_title_padding{
    padding: 23px 0px 0px 7px;
}

div.anketa{    
    width: 531px;
    background-image: url(../images/design/anketa_back.jpg);
}

div.anketa_padding{
    padding: 0px 0px 10px 10px;
    line-height: 16px;
}

div.content{
	width: 531px;
	margin: 0px;
}

.floatholder {
	margin: 10px 0 0;
}

div.bottom_text{
    height: 42px;
    width: 531px;
    background-image: url(../images/design/right_bottom.jpg);
}

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

div.bottom_padding{
    padding: 33px 51px 0px 42px;
    font-size: 10px;
}

div.created{
    text-align: center;
    margin-top: 10px;
}

div.bottom_menu{
    margin: 0 auto;
    text-align: center;
}

div.center{
    text-align: center;
}

div.text_padding{
    padding: 10px;
    padding-right: 22px;
    line-height: 16px;
}

div.left_anketa{
    float: left;
    width: 250px;
}

div.right_anketa{
    float: right;
    width: 270px;
}

div.strany{
    margin: 0px 0px 5px 0px;
    clear: both;
}

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

div.moderator{
    clear: both;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

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

table.form td{
    text-align: right;
}

table.noborder td{
    border: 0px;
}

tr.header td{
	background-color: #ebe5cf;
}

tr.dark{
    background-color: #d6d5d1;
}

tr.light{
    background-color: #e8e7e2;
}

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

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

td.partner{
    text-align: center;
    vertical-align: top;
}

td.required{
    font-weight: bold;
}

td.galeria{
    background-color: #e5e5e5;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
    border: 5px solid #515151;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #2f9cc8;
	text-decoration: underline;
}   

a:hover{
    color: #073c72;
    text-decoration: none;
}

a.menu{
    text-decoration: none;
    color: #878682;
    font-weight: normal;
    text-transform: uppercase;    
    padding: 0px 10px 0px 10px;
    display: block;
}

a.menu:hover{
    color: #073c72;
}

a.submenu{
    text-decoration: none;
    color: #858480;
}

a.submenu:hover{
    color: #073c72;
}

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

a.bottom:hover{
    color: #000000;
    font-size: 10px;    
    text-decoration: none;
}

a.breadcrumbs{
    text-decoration: none;
    color: #4b78a4;
    font-weight: normal;
    font-size: 10px;
}

a.breadcrumbs:hover{
    color: #073c72;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 15px;
	font-weight: bold;
	color: #073c72;
	margin: 0px;
	padding: 7px 0px 0px 5px;
}

span.big{
    color: #073c72;
    font-size: 24px;
    font-weight: bold;
}

span.h1{
	font-size: 13px;
	font-weight: bold;
	color: #073c72;
}

div.title{
    height: 46px;
    width: 531px;
    background-image: url(../images/design/title_back.jpg);    
}

h2{
	font-size: 12px;
	color: #073c72;
	margin: 0px;
}

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

div.breadcrumbs_padding{
    padding: 0px 0px 0px 5px;
}

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

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

span.highlite{
	color: #073c72;
}

span.message{
    color: #073c72;
    font-weight: bold;
    font-size: 14px;
}

span.error{
	font-weight: bold;
	color: #c5464d;
}

.defaultErr{
    color: #073c72;
}

span.low{
    font-size: 9px;
    color: #7b7b7b;
}

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

ul li ul{
    list-style-type: square;
    padding-left: 20px;
}

ul.right_menu, ul.left_menu{  
    list-style: none;
    padding-left: 0px;
}

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

ul.left_menu li.menu_item{
    padding: 7px 0px 0px 7px;
    background: url(../images/design/menu_sipka.jpg) no-repeat;
    background-position: 5px 7px;
}

ul.left_menu li.separator{
    padding: 0px;
    margin: 0px;
}

ul.right_menu li.menu_item{
    padding-left: 10px;
}

ul.video{
    
}

ul.video li{
    width: 100px;
}
/* ************************************************* END OF TEXT */

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

img{
	border: 0px;
}

.left_title_padding, .right_title_padding{
    padding-top: 7px;
}

img.menu_sipka{
    margin: 0px 7px 0px 0px;
}

img.menu_ciara{
    margin: 0px
    padding: 0px;
}

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

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

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

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

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

/* ************************************************* END OF IMAGES */

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

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

p.right{
    text-align: right;
}

p.nopadding{
    margin: 0px;
}

div.left{
    float: left;
    text-align: center;
}

div.right{
    text-align: center;
    float: right;
}

div.center{
    text-align: center;
}

form{
	margin: 0px;
}

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

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

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

select{
	font-size: 11px;
	width: 208px;
	padding: 1px;
}

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

legend{
	font-weight: bold;
	color: #000000;
}
