/* MAIN */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #5B5B5B;
	background: url(../images/theme1/bg.png) repeat-y center center #eeeeee;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center; /* for IE */
}
* {
	margin: 0;
	padding: 0;
}

a {
	color: #5B5B5B;
	text-decoration: none;
}

div.box div.body a {
	color: rgb(255,0,51);
}

.popiska{
	font-size: 10px;
}

div.box div.body ul li a {
	color: #5B5B5B;
}

#bottom_footer{
	background: url(../images/theme1/bottom_back.jpg);
	width: 950px;
	color: #FFFFFF;
	font-weight: bold;
	margin: auto;
}

a:hover {
	/*color: #ADADAD;*/
/*	color: rgb(255,0,51);*/
	text-decoration: underline;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
div {
	margin: 0;
	padding: 0;
}

li, div, p, td{
	font-weight: normal;
}
table {
	font-size: 12px;
}
h2, h3, h2 a, h3 a{
	/*color: #DB002F;*/
	color: #b5dc11;
}
h2 {
	font-size: 16px;
	padding: 4px 0;
}
h3 {
	font-size: 14px;
	padding: 14px 0 4px 0;
}
h4, h4 a {
	font-size: 12px;
	color: #F30034;
}
h4 {
	padding: 6px 0;
}
h5, h5 a {
	font-size: 12px;
	color: #F30034;
}
h5 {
	padding: 4px 0;
}


	
	
/* structure */
#main {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 980px;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#main div{
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#top_bar {
	width: 980px;
	height: 38px;
	background: url('../images/theme1/top_bar.png');
}
#top_banner {
	width: 980px;
	height: 160px;
	background: url('../images/theme1/top_banner.png');
}
#middle {
	width: 980px;
	padding-bottom: 8px;
	/*background: blue;*/
}
#left {
	float: left;
	margin:0 0 0 22px;
	padding: 0;
	width: 210px;
}


#left * {
	margin-left: 0;
}

#middle_middle {
	float: left;
	margin: 0 0 0 18px; 
	padding: 0;
	width: 534px;
}
#right{
	float: left;
	margin-left: 8px; 
	padding: 0;
	height: 400px;
	width: 173px;
}
#bottom{
	margin-left: 22px;
	width: 936px;
	height: 50px;
}



#breadcrumbs a{
	text-decoration: underline;
	font-size: 11px;
}

#breadcrumbs a:hover{
	text-decoration: underline;
	font-size: 11px;
}

#main #breadcrumbs div,
#main #breadcrumbs{
	font-size: 11px !important;
}


#middle #middle_middle ul {
	padding: 5px 15px;
}
	
#middle #middle_middle ol {
	padding: 5px 15px;
}
	

/* stylistic objects */
div.clearer {
	width: 100%;
	clear: both;
}

.box .body ul.no_img{
	background: none;

}

.box .body ul.no_img li{
	background: none;
	background-image: none;
	padding-left: 5px;
}


/*** ==== HEADER ==== ***/
#top_bar {
	background: transparent url('../images/theme1/top1_bg.jpg') left center repeat-x;
	height: 37px;
	line-height: 37px;
	text-align: left;
}

/* lang bar */
#top_bar #top_lang_bar {
	padding-left: 15px;
}

/* search bar */
#top_bar #top_search_box {
	float: right;
	padding-right: 15px;
	 
}
* html #top_bar #top_search_box {
	padding-top: 5px;
}

#top_bar #top_search_box #top1_middle_1px {
	width: 1px;
	height: 31px;
	position: absolute;
	top: 0px;
}

#top_banner {
	background: #fff;/* zmazat */
	position: relative;
}
#top_banner div#swf_header {
	position: absolute;
	right: 15px;
	top: 13px;
}
#top_banner h1 {
	margin: 0;
	padding: 0;
}
#top_banner h1 a {
	width: 160px;
	height: 100px;
	display: block;
	padding: 50px 0 0 30px;
}


/**** ==== Bottom ==== ****/
#bottom {
	height: 37px;
	line-height: 37px;
	/* background-color: #EDEDED; */
	width: 950px; /* zmazat */
	padding: 0;
	margin: auto;
	font-size: 12px;
}
#bottom #bottom_navigation {
	padding: 0 22px 0 0;
	margin: 0;
	float: right;
}
#bottom #bottom_navigation li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
	border-right: 1px solid #5B5B5B;
}

#bottom #bottom_navigation li.bottom_navigation_last {
	border: none;
}
#bottom #bottom_copyright {
	padding-left: 22px;
}
#bottom_subinfo {
	padding-left: 37px;
	color: #ADADAD;
	font-size: 10px !important;
	font-weight: bold;
}


/********** specific css **********/
input.inpSubmit {
	background-color: #b5dc11;
	color: #fff;
	padding: 2px 5px;
	border: none;
}
* html input.inpSubmit { 
	padding: 0;
}
input.inpText {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	width: 135px;
	border-left: 2px solid #c5c5c5;
	border-right: 2px solid #c5c5c5;
	border-bottom: 2px solid #c5c5c5;
	border-top: 2px solid #878988;
	padding: 0px 5px;
	color: #5B5B5B;
}
input.small {
	font-size: 13px;
	border: 1px solid gray;
	padding: 2px;
	color: gray; 
	width: 65px;
}

input.button-small {
	font-size: 14px;
	outline: none;
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*font-weight: bold;*/
	border: 1px solid rgb(181,223,16);
	color: white;
	background-color: rgb(181,223,16);
}

#asdf1, #asdf2 {
 font-size: 8pt;
 color: #7B7D7B; 
}
	
.error {
	color: #DB002F; /*red*/
	font-weight: bold;
	font-size: 125%;
}
.accept {
	color: #51ac3f; /*green*/
}
.more_info {
	padding-left: 15px;
	background: transparent url('../images/theme1/btn_chcem_vediet_viac.gif') left center no-repeat;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
}


/******** BOXES **********/
.box {
}
.box div.title {
	height: 29px;
	line-height: 29px;
	background: url('../images/theme1/box_title_left_bg.png') top left no-repeat #b5dc11;
	font-size: 14px;
	font-family: Myriad Pro, Verdana, sans-serif;
	color: #fff;
	padding: 0 0 0 20px; 
	margin:0; 
	font-weight: bold;

}
.box div.title_unactive {
	height: 29px;
	line-height: 29px;
	background: url('../images/theme1/box_title_unactive_left_bg.png') top left no-repeat #b0b0b0;
	font-size: 14px;
	font-family: Myriad Pro, Verdana, sans-serif;
	color: #fff;
	margin:0; 
	padding: 0 0 0 20px;
	font-weight: bold; 

}
.box div.title_unactive a, .box div.title a, .box div.title1 a {
	color: #fff;
}
.box div.title_unactive a:hover {
	color: #DB002F;
}
.box .body {
	background-color: #fff;
	padding: 0;
}
.box .body div {
	padding: 5px;
}

.width_border{
	border-left: solid 4px #f2f2f2;
	border-right: solid 4px #f2f2f2;
	border-top: 0 none;
	border-bottom: solid 3px #f2f2f2;
}
.width_border_red{
	border-left: solid 3px rgb(219,0,47);
	border-right: solid 3px rgb(219,0,47);
	border-top: 0 none;
	border-bottom: solid 3px rgb(219,0,47);
}
.box .gradient {
	background: url('../images/theme1/main_box_bg.gif') bottom repeat-x #ffffff;
}

.box .body ul {
	list-style: none;
}
.box .body ul li {
	background: url('../images/theme1/ul_arrow.png') 14px 10px no-repeat;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	margin: 0;
}

.box .body ul li.f1 {
	background-color: #F8F8F8; 
}

.box .body .gradient ul li{
	padding: 2px 5px 0px 25px;
	letter-spacing: 0.01pt;
}

.box .body ul.main_top li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin: 0;
	background: url('../images/theme1/ul_arrow.png') 11px 10px no-repeat;
	line-height: 12px;
	height: auto;
}
.box .body ul li.f2 {
	background-color: #f8f8f8; 
}

.box .body ul li.f2_p {
	background-color: rgb(251,229,234);
	border-top: 2px solid rgb(231,231,231); 
	border-bottom: 2px solid rgb(231,231,231); 
}

h3.title, h2.title {
	height: 29px;
	line-height: 29px;
	background: url('../images/theme1/box_title_left_bg.png') top left no-repeat #db002f;
	color: #fff;
	padding:0; margin:0; 
	padding-left: 20px;
}
h3.title1, h2.title1{
	height: 29px;
	line-height: 29px;
	background: url('../images/theme1/box_title_left_bg.png') top left no-repeat #b5dc11;
	color: #fff;
	padding:0; margin:0; 
	padding-left: 20px;
}
h3.title a, h2.title a {
	color: #fff;
}
	

#middle #middle_middle img {
	margin: 3px 12px;
}


/******* misc *********/
.height142{
	height: 142px;
}


.height152{
	height: 152px;
}


.link {
	cursor: pointer;
}

	

#breadcrumbs{
	position: absolute;
	top: 50px;
	left: 0px;
}

div.box div.bold{
font-weight: bold;
}


.box_title{	
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	font-family: Myriad Pro, Verdana, sans-serif;
	color: #fff;
	margin:0; 
	padding: 0 0 0 20px;
	font-weight: bold; 
}

#mainpage_pobocky_a_expozitury .body div {
	padding: 15px 0;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/theme1/custom_form_elements/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/theme1/custom_form_elements/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 123px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 0 25px 0 8px;
	margin: 0 0 0 0px;
	color: #5b5b5b;
	font: 12px/21px Verdana, arial,sans-serif;
	background: transparent url(images/theme1/custom_form_elements/select_union2.png) center center no-repeat;
	overflow: hidden;
}

select.styled {
	background: url('../images/theme1/main_top_content_bg_ebebeb.jpg') top repeat-x #ebebeb;
	color: #5B5B5B;
}

* html select.styled {
	width: 123px; 
}



#mailing_box .body {
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
#mailing_box .body div {
	font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#mailing_box .body div.button_right {
	width: 97%;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}


.fLeft {
	float: left;
}

.fButton {
	background-color: #b5dc11;
	padding: 3px;
	width: 165px;
	margin: 0 auto;
 }
 
.fButton a { 
	color: #ffffff !important;
	font-weight: bold;
}

	
select.styled {
	background: url('../images/theme1/main_top_content_bg_ebebeb.jpg') top repeat-x #ebebeb;
	color: #5B5B5B;
}

* html select.styled {
	width: 123px; 
}


#navigation_bottom {
	padding: 10px 10px 0 10px;
}

#navigation_bottom a{
	color: #5b5b5b;
}

#navigation_bottom a:hover{
	color: #848484;
}

#navigation_bottom a.fLeft {
	padding-left: 20px;
	background: transparent url('../images/theme1/icon_back.png') center left no-repeat;
}
#navigation_bottom .fRight {
	float: right; 
}
#navigation_bottom .fRight a {
	padding-left: 20px;
	
}
#navigation_bottom .fRight a.icon_print {
	background: transparent url('../images/theme1/icon_print.png') center left no-repeat;
	padding-right: 5px;
	border-right: 1px solid #5B5B5B; 
}
#navigation_bottom .fRight a.icon_sendmail {
	background: transparent url('../images/theme1/icon_sendmail.png') center left no-repeat; 
	padding-right: 5px;
	border-right: 1px solid #5B5B5B; 
}
#navigation_bottom .fRight a.icon_favorites {
	background: transparent url('../images/theme1/favorites-icon.png') center left no-repeat; 
}



#news_brief_header {
	background: transparent url('images/theme1/M1_head_bg.png') center center no-repeat;
	width: 534px;
	height: 30px;
	line-height: 30px;
}
#news_brief_header span {
	padding: 0 0 0 20px;
	color: #fff;
}

.form_riad{
	padding: 5px;
}

#news_brief_contajner {
	
	width: 534px;
	background: transparent url('images/theme1/M1_content_bg.jpg') right top repeat-y;
	border-bottom: 4px solid #f2f2f2;
	padding-bottom: 20px;
	overflow: hidden;
}
#news_brief_contajner div {
	padding: 15px 15px 0 15px;   
}
#news_brief_contajner div img {
	float: left;
	width: 75px;
	border: 2px solid #c5c5c5;
	margin-right: 15px;
}
#news_brief_contajner div span {
	padding: 4px 0;
	color: #adadad;
}
#news_brief_contajner div a{
	color: #b5dc11 !important;
}
span.news_brief_date {
	color: #adadad;
	padding-left: 0px;
}
div.news_brief{
  padding-top: 5px;
  padding-left: 0px;
}

a.news_head{	
	padding-left: 0px;
	color: #b5dc11;
	font-weight: bold;
}

.button{
	background-color:#E5E5E5;
	border:1px solid #A7A9AC;
	color:#8F8F8F;
	font-family: Verdana,Tahoma,sans-serif;
	font-size:1em;
	font-weight:bold;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
}




/*
******************************
*  MAINPAGE MIDDLE NAVIGATION
*
*/

#main_navig {
	width: 713px;
	border: 1px solid #cfcfcf;
	border-top: 5px solid #b5dc11;
}

#main_navig div.col {
	float: left;
	width: 170px;
	padding: 8px 0 0 0;
}


#main_navig div.col ul {
	list-style: none;
	margin: 0;
	padding: 10px !important;
}

#main_navig div.col div.pic {
	width: 170px;
	height: 99px;
}

#main_navig div.col div.col_bg {
	position: relative;
	width: 170px;
	height: 148px;
	background: url("../images/theme1/mp_col_bg.png") no-repeat;
}

#main_navig div.col div.col_more {
	position: relative;
	width: 170px;
	background: #EEEEEE;
	position: absolute;
	display: none;
}

#main_navig div.more {
	position: absolute;
	top: 131px;
	left: 110px;
	background: url("../images/theme1/btn_more.png") no-repeat;
	width: 43px;
	height: 17px;
}

#main_navig div.col div.title {
	background: url("../images/theme1/mp_title_bg.jpg") no-repeat;
	width: 170px;
	height: 31px;
	margin: 2px 0 0 0 !important;
}

#main_navig div.col div.title div {
	color: white;
	font-weight: bold;
	padding: 8px 0px 0 6px;
}

#main_navig div.col ul li {
	position: relative;
	background: url('../images/theme1/ul_arrow.png') 0px 10px no-repeat;
	padding: 5px 5px 0px 10px;
	line-height: 15px;
	
}


/* *************************** */

#sub_navig {
	width: 713px;
	height: 31px;
	border-bottom: 5px solid #b5dc11; 
	margin: 0 !important;
}

#sub_navig div.col {
	float: left;
	width: 170px;
	height: 31px;
	background: url("../images/theme1/sub_nav_bg.jpg") no-repeat;
}

#sub_navig div.active {
	background: url("../images/theme1/sub_nav_bg_active.jpg") no-repeat;
}



#sub_navig div.col div {
	padding: 8px 0px 0 6px;
}

#sub_navig div.col div a {
	color: white;
	font-weight: bold;
	height: 20px;
	display: block;
}

#sub_navig div.col div a:hover {
	text-decoration: none;
}

.sp_content {
	font-family: Verdana, Tahoma, sans-serif;
}

.sp_content a {
	text-decoration: underline;
	color: #b5dc11;
	font-weight: bold;	
}

.sp_content h1 {
	color: #b5dc11;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 20px;
}

.page_head {
	background-color: #b5dc11;
	height: 28px;
}

.page_sub_head td{
	background-color: #b5dc11;
	height: 21px;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.page_head h3 {
	margin: 0 !important;
	padding: 0 !important;
	height: 28px;
	background: url("../images/theme1/box_title_left_bg.png") no-repeat;
}

.page_head h3 div {
	padding: 6px 0 0 8px;
	color: white;
	font-weight: bold;	
}

.f3 {background-color: #dddee2;}

.greylink {
	color: #5B5B5B !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#eurocalc table {
	background: transparent url('images/theme1/L3_eurokalkulacka_middleinp.jpg') center center no-repeat;
	width: 191px;
	height: 63px;
	border: none;
	font-size: 11px;
	margin-left: 5px;
}

#eurocalc table tr td {
	padding: 0 0 0 5px;
}

#eurocalc h3 {
	padding: 5px 15px;
	margin: 0;
}
