/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#fff;
}

html{
	background-image:url(/images/bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#a3adca;
}

body{
	background-image:url(/images/bg_circle.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display:table;
}

#head_container, #center_container, #footer_container, #footer_credits {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:1002px;
}

/* BEGIN HEAD */
#head_container {
	display:table;	
}
#head_container img{
	margin:0px;
	padding:0px;
	float:left;
	border:none;
}

#head_left{
	width:351px;
	float:left;
	font-size:11px;
}
#head_left ul{
	float:left;	
	margin:0px;
	padding:0px;
}
#head_left li{
	float:left;
	list-style:none;
	height:17px;
	padding:3px 0px 0px 18px;
	margin:0px;
}
#head_left li.domov{width:42px; background-image:url(/images/head_left_domov.png);}
#head_left li.domov:hover {background-image:url(/images/head_left_domov.png); background-position:0px -20px;}
#head_left li.kontakt{padding-left:26px; width:46px; background-image:url(/images/head_left_kontakt.png);}
#head_left li.kontakt:hover {background-image:url(/images/head_left_kontakt.png); background-position:0px -20px;}

#head_left a:link {color: #2c2c53; text-decoration: none; font-weight:normal;}
#head_left a:visited {color: #2c2c53; text-decoration: none; font-weight:normal;}
#head_left a:hover {color: #000; text-decoration: underline; font-weight:normal;}
#head_left a:active {color: #2c2c53; text-decoration: none; font-weight:normal;}

#menu_container{
	float:left;
	width:206px;
	text-align:left;
	color:#dfdff2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:table;
	overflow:hidden;
}
#menu{
	float:left;
	margin:0; padding:0;
}

#menu li{width:191px; height:19px; background-image:url(images/menu_button.png); padding:5px 0px 0px 15px; list-style:disc; list-style-position:inside}
#menu li:hover {background-image:url(/images/menu_button.png); background-position:0px -24px;}

#menu a:link {color: #dfdff2; text-decoration: none; font-weight: bold;}
#menu a:visited {color: #dfdff2; text-decoration: none; font-weight: bold;}
#menu a:hover {color: #fff; text-decoration: underline; font-weight: bold;}
#menu a:active {color: #dfdff2; text-decoration: none;}

#rotator_container{
	float:left; width:445px; height:240px; background-image:url(/images/head/head_right.jpg); background-repeat:no-repeat; background-position:top left; overflow:hidden;
}
/* END HEAD */

/* BEGIN CENTER */
#center_container{
	width:962px;
	background-image:url(images/bg_center.png);
	background-position:center;
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;
	display:block;
}
#center_content{
	width:100%;
	display:table;
}
#center_left{
	width:742px;
	float:left;
}
#center_right{
	width:206px;
	float:right;
}

#center_right img {
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	float:inherit;
	border:solid;
	border-width:3px;
	border-color:#444480;
}

/* END CENTER*/

/* BEGIN FOOTER */
#footer_container{
	background-image:url(images/bg_center.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
	display:table;
}
#footer_yellow{
	background-color:#f7b200;
	height:7px;
	width:984px;
	clear:both;
	margin-left:9px;
}

#footer_container ul{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	line-height:60px;
	list-style:none;
}
#footer_container ul li{
/*	font-size:12px;*/
	float:left;
	width:199px;
}
#footer_container ul li ul{
	list-style:disc;
	list-style-position:inside;
/*	margin-top:10px;*/
	font-size:11px;
	line-height:normal;
}


#footer_container a:link {color: #fff; text-decoration: none; font-weight: bold;}
#footer_container a:visited {color: #fff; text-decoration: none; font-weight: bold;}
#footer_container a:hover {color: #fff; text-decoration: underline; font-weight: bold;}
#footer_container a:active {color: #fff; text-decoration: none;}

#footer_credits{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:1002px;
	height:30px;
}

/* END FOOTER*/


/*BEGIN GLOBAL*/
a:link {color: #f7b200; text-decoration: none; font-weight: bold;}
a:visited {color: #f7b200; text-decoration: none; font-weight: bold;}
a:hover {color: #f7b200; text-decoration: underline; font-weight: bold;}
a:active {color: #f7b200; text-decoration: none;}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#f7b200;
	font-size:18px;
	padding-left:40px;
	padding-top:5px;
	margin:0px 0px 10px 0px;
	background-image:url(/images/h1_bullet.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	display:block;
	height:27px
	
}
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#f7b200;
	font-size:15px;
	padding:0;
	margin:0;
}
h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#f7b200;
	font-size:13px;
	padding:0;
	margin:0;
}
hr {
	border-color:#fff;
	border-collapse:collapse;
	border-style:dotted;
	border-top-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear:both;
}

input {
	background-color:#444480;
	border-width:1px;
	border-style:solid;
	border-color:#006;
	color:#FFF;
}
fieldset {
	border-width:1px;
	border-style:solid;
	border-color:#006;	
}
textarea {
	background-color:#444480;
	border-width:1px;
	border-style:solid;
	border-color:#006;
	color:#FFF;
}
/*END GLOBAL*/

/*START ANKETE*/
#ankete_msg_div{
	width:100%;
	text-align:center;
}
.anketa_datum {
	font-size:9px;
	float:right;
	clear:both;
	color:#6a8292;
}
.anketa_odstotki {
	float:left;
	margin-left:2px;
	font-size:9px;
}
.anketa_controls{
	float:right;
}
.anketa_result_bar{
	float:left;
	height:10px;
	width:100%;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	border-collapse:collapse;
	display:table;
}

/*END ANKETE*/

/*GALERIJA*/
#gallery_thumbs_numbers{
	font-weight:bold;
	float:left;
/*	margin-left:7px;*/
	width:250px;
}
#gallery_page_numbers{
	float:right;
	width:100px;
	text-align:right;
}
.gallery_line{
	padding:20px 0px 20px 0px;
	clear:both;
	width:100%;
	background-color:#444480;
	
	display:table;
}
.gallery_images{
	float:left;
	width:240px;
	height:200px;

}
.gallery_images img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:solid;
	border-width:3px;
	border-color:#39396d;
}
#gallery_images_large{
	display:block;
	margin:0 auto;
	text-align:center;
}
#gallery_images_large img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:dashed;
	border-width:1px;
}
#gallery_desc{
	width:206px;
	clear:both;
	margin:auto;
	text-align:center;
	font-size:10px;
	background-color:#39396d;
}
/*END GALERIJA*/

#signupForm { width: 550px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#signupForm label { width: 100px; display: inline-block }
#signupForm input.text { margin-bottom:12px; width:150px; padding: .4em; }


/* EDITOR STILI*/
.font_normal{
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.font_normal_large{
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
}
.font_yellow{
	color:#f7b200;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.font_yellow_large{
	color:#f7b200;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
}
/*END EDITOR STILI*/

/*THICKBOX*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


