@charset "UTF-8";

/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#004a18;
/*	font-size:90%;*/
	font: 90%/1.125em Arial Verdana, sans-serif;
	text-align: center;
}

/*
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	border: 0;
}

/* page styles*/

#wrapper{
	width:930px;
	margin: 20px auto 10px auto;
	text-align: left;
	vertical-align: bottom;
}

#page{
	width:930px;
	background: #fff;
	text-align: left;
}

#ads{
/*	float: right;*/
	position: relative;
	width: 150px;
	margin-left: 950px;
	margin-bottom: 0px;
/*	margin-top: -306px;*/
/*	margin-top: -356px;*/
	margin-top: -523px;
	bottom: 0;
	float: right;
}

#bottom_banners{
	width: 1000px;
	margin-top: 15px;
}

#bottom_banners a{
	display: block;
	float: left;
	margin-left: 92px;
}

#bottom_banners a.portal_kultura{
	margin-left: 0;
}

#bottom_banners a.a_roncalli{
	margin-top: 66px;
	margin-left: -140px;
}


/* Header styles */
#header {
/*
	clear:both;
	float:left;
	width: 883px;
*/
	background: #fff;
	margin: 0 29px 25px 25px;
	border-top: 4px solid #cccccc;
}

#header img.logo {
	margin: 15px 0 0 0;
}

#header #search_box {
	float: right;
	text-align: right;
	height: 118px;
	width: 350px;
}

#header #search_box #search_wrapper{
	border: 0px solid red;
	margin: 15px 0 2px 0;
}

#header #search_box #wheresearch_wrapper{

}

/*
#header #search_box select#where_to_search {
	margin: 0;
	width: 288px;
}
*/

#header #search_box input#search {
	width: 272px;
	height: 26px;
	padding: 2px 5px;
	color: #fff;
	background: #008641;
/*	border: 1px solid #015c2d;
	border-right: 0;*/
	border: 0;
	line-height: 1.8em;
	float: right;
}


#header #search_box a#btnSearch {
	display: block;
	cursor: pointer;
	width: 29px; 
	height: 30px;
	background: url(img/bgr_btn_search.jpg) 0 0 no-repeat;
	float: right;
}

#header #search_box input#searchButton:hover {
	background: url(img/bgr_btn_search_over.jpg) 0 0 no-repeat;
}

#header #search_box div#issue {
	/*color: #cccccc;*/
	color: #666666;
	margin-top: 28px;
}

#lang_bar{
	text-align: right;
	margin: 0 30px 5px 30px;
	font-size: 0.75em;
}

#lang_bar span.active{
	color: #616161;
}

#lang_bar a{
	color: #000;
	text-decoration: none;
}



/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:930px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: #fff;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float: left;
	width: 100%;			/* width of page */
	position: relative;
}
.col1,
.col2,
.col3,
.col4{
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background: #fff;		/* right column background colour */
}
.threecol .colmid {
	right: 350px;			/* width of the right column */
	background: #fff;		/* center column background colour */
}
.threecol .colleft {
	right: 340px;			/* width of the middle column */
	background: #fff;	/* left column background colour */
}
.threecol .col1 {
	border: 0px solid red;
	width: 310px;			/* width of center column content (column width minus padding on either side) */
	left: 945px;			/* 100%(930px) plus left padding of center column */
}
.threecol .col2 {
	border: 0px solid red;
	width: 200px;			/* Width of left column content (column width minus padding on either side) */
	left: 402px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	border-top: 1px solid #008c44;
	width: 310px;			/* Width of right column content (column width minus padding on either side) */
	left: 771px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.threecol .col4 {
	width: 310px;			/* Width of right column content (column width minus padding on either side) */
	left: 771px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background: #fff;
	border-top: 1px solid #008c44;
}


#footer #copyright{
	width: 880px;
	height: 140px;
	margin: 0 30px;
	background: url(img/bgr_footer.jpg) 0 0 no-repeat;
}

#footer #copyright #about{
	float: left;
	color: #7b7d7c;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-top: 90px;
}

#footer #copyright #copy_r{
	float: right;
	color: #7b7d7c;
	font-size: 0.7em;
	margin-top: 105px;
/*	margin-top: 50px;*/
	margin-right: 5px;
}
/*
#footer #copyright #copy_r #banner_r{
	text-align: right;
	margin-bottom: 20px;
}
*/
.external{
	color: #7b7d7c;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }