body
{
	behavior: url(js/csshover.htc);
	text-align: center;
	margin: 0 0 0 0;
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: #444444;
	position: relative;
	background: #fff;
	padding: 0px;
}

a
{
   	text-decoration: none;
	color: #868685;
	outline: none;
}


a:hover
{
   	text-decoration: underline;

}


img
{
	float: none;
	border: 0;

}

.constr
{
	float: left;
	border: 0;
}

.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}

#cookieInfo
{
    width: 96%;
    padding: 7px 2%;
    position: relative;
    text-align: left;
    background: #f4f4f4;
}

#cookieInfo h2
{
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0;
    width: 100%;
}

#cookieInfo p
{
    width: 97%;
    font-size: 11px;
}

#cookieInfo .close
{
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    color: #000;
    font-family: Verdana;
    text-decoration: none;
    cursor: pointer;
}

#container
{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	position: relative;
	text-align: left;
	background: #fff;
}

#box
{
	background-color: #fff;
	float: left;
	position: relative;
	z-index: 0;
}

#header-add
{
	text-align: center;
}

#logo
{
	width: 223px;
	height: 86px;
	float: left;
}

#date-box
{
	width: 797px;
	height: 24px;
	float: left;
	text-align: right;
	color: #868787;
	font-weight: bold;
}

#menu
{
	width: 622px;
	height: 86px;
	float: left;
}

#menu-top
{
	height: 29px;
	width: 622px;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menu-top li
{
	margin: 0;
	padding: 0;
	float: right;
	height: 29px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #000;
}

#menu-top li.last a
{
	border-right: 0px solid #fff;
}

#menu-top li a
{
	display: block;
	margin: 7px 0px 0 6px;
	padding: 0 14px 0 14px;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

*html #menu-top li a
{
	margin: 7px 0px 0 3px;
}

#menu-top li:hover, #menu-top li.selected
{
	background: #868787;
}

#menu-bot
{
	height: 29px;
	width: 610px;
	background: #fff;
	list-style: none;
	margin: 0 12px 0 0px;
	padding: 0 0 0 0px;
}

#menu-bot li
{
	margin: 0;
	padding: 0;
	float: right;
	height: 15px;
	text-transform: uppercase;
	color: #868787;
	margin: 7px 0px 0 6px;
	padding: 0 6px 0 6px;
	font-size: 12px;
	border-right: 1px solid #868787;
}

#menu-bot li.newsletter a
{
	color: #3D931E;
	font-weight: bold;
}

*html #menu-bot li
{
	margin: 7px 0px 0 3px;
}

#menu-bot li.last
{
	border-right: 0px solid #868787;
	padding-right: 0px;
}

#menu-bot li.first
{
	padding-left: 0px;
}

#menu-bot li a
{
	color: #868787;
	text-decoration: none;
}

#menu-bot li a:hover, #menu-bot li.selected a
{
	color: #000;
}

#menu-bot li.newsletter a:hover, #menu-bot li.newsletter.selected a
{
	color: #3D931E;
}

#search-text
{
	width: 108px;
	height: 19px;
	float: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	background: url('../images/search-field.gif') no-repeat #c5c5c6;
	border: 0;
}

#search
{
	float: left;
	height: 29px;
	font-size: 11px;
	background: url(../images/search-submit.gif) no-repeat  #c5c5c6;
	border: 0px;
	cursor: pointer;
	width: 56px;
	margin: 0;
	padding: 0;
}

#search-form
{
	margin: 0;
}

#donate
{
	width: 174px;
	height: 62px;
	float: left;
}

#left
{
	width: 300px;
	float: left;
	margin-right: 39px;
}

#right
{
	width: 175px;
	float: left;
}

/* blocks */

/* news block */

.news-block
{
	margin-bottom: 20px;
}

.news-block h3
{
	text-transform: uppercase;
	color: #989599;
	font-size: 12px;
}

.news-block h4
{
	font-size: 11px;
	background: url(../images/icon-news.gif) 0 2px no-repeat;
	padding-left: 14px;
	margin-bottom: 2px;
}

/*end of news block */

/* articles block */

.articles-block
{
	margin-bottom: 20px;
}

.articles-block h3
{
	text-transform: uppercase;
	color: #989599;
	font-size: 12px;
}

.articles-block h4
{
	font-size: 11px;
	margin-bottom: 2px;
}

.articles-block h5
{
	display: block;
	width: 100%;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
}

.articles-block img
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.articles-block p
{
	text-align: justify;
	margin-bottom: 0;
}

.articles-block a.more
{
	display: block;
	text-align: right;
	margin: 0;
}

.article-photo
{
	display: block;
	float: left;
	margin: 5px 5px 0 0;
        position: relative;
        overflow: hidden;
}

.lead-link
{
	color: #444444 !important;
	text-decoration: none !important;
}

.article-text
{
	text-align: justify;
}

/*end of articles block */

/* advertisment block */

.adv-block
{
	position: relative;
	/*min-height: 55px;*/
	margin-bottom: 20px;
}

.adv-block > div
{
	margin: 0 auto;
}

.adv-block h3
{
	position: absolute;
	bottom: 0px;
	left: -12px;
	width: 12px;
	height: 55px;
	background: url(../images/vertical-reklama.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.adv-block h3 span
{
	display: none;
}

.adv-block h4
{
	font-size: 11px;
	background: url(../images/icon-news.gif) 0 2px no-repeat;
	padding-left: 14px;
	margin-bottom: 2px;
}

/*end of advertisment block */

/* tags cloud block */

.tags-block
{
	min-height: 55px;
	margin-bottom: 20px;
}

.tags-block h3
{
	text-transform: uppercase;
	color: #989599;
	font-size: 12px;
}

.tags-block a
{
	color: #3d931e;
	font-size: 16px !important;
}

.tags-block a.level-1
{
	font-size: 12px !important;
}

.tags-block a.level-2
{
	font-size: 14px !important;
}

.tags-block a.level-3
{
	font-size: 16px !important;
}

.tags-block a.level-4
{
	font-size: 18px !important;
}

.tags-block a.level-5
{
	font-size: 20px !important;
}

/*end of tags cloud block */

/* html block */

.html-block
{
	position: relative;
	min-height: 55px;
	margin-bottom: 20px;
}


/*end of html block */

/* end of blocks */

#main
{
	width: 494px;
	float: left;
	margin-right: 12px;
}

/* main blocks */

#main-quote
{
	width: 115px;
	height: 135px;
	background: url(../images/icon-double-quotation.gif) no-repeat 0 0;
	float: left;
	margin: 0 5px 30px 0;
	padding: 0 0 0 15px;
	overflow: hidden;
}

#quote
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#quote-author
{
	margin: 5px 0 0 0;
	padding: 0;
	color: #8f9090;
	font-size: 13px;
	font-weight: bold;
}

#main-recommended
{
	width: 307px;
	height: 127px;
	float: left;
	margin: 0 0 30px 0;
	padding: 8px 5px 0 26px;
	background: url(../images/vertical-splot2.gif) no-repeat 10px 10px #000;
	overflow: hidden;
}

#main-recommended h3
{
	color :#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
}

#main-recommended .img
{
	height: 100px;
	width: 100px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}

#main-recommended .title
{
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#main-recommended .lead
{
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#main-recommended .more
{
	margin: 0;
	float: right;
	font-size: 11px;
}

.lead-link2
{
	color: #fff !important;
	text-decoration: none !important;
}

/* endof main blocks */

/* articles item */

.articles-item
{
	margin-bottom: 20px;
	width: 225px;
	float: left;
	margin-right: 20px;
}

.articles-item h3
{
	text-transform: uppercase;
	color: #989599;
	font-size: 12px;
}

.articles-item h4
{
	font-size: 12px;
	margin-bottom: 2px;
}

.articles-item h5
{
	display: block;
	width: 100%;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
}

.articles-item h5.author
{
	margin-bottom: 0px;
}

.articles-item img
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.articles-item p
{
	text-align: justify;
	margin-bottom: 0;
}

.articles-item a.more
{
	display: block;
	text-align: right;
	margin: 0;
}

.articles-item2
{
	margin-bottom: 20px;
	width: 472px;
	float: left;
	margin-right: 20px;
}

.articles-item2 h3
{
	text-transform: uppercase;
	color: #989599;
	font-size: 12px;
}

.articles-item2 h4
{
	font-size: 12px;
	margin-bottom: 2px;
}

.articles-item2 h5
{
	display: block;
	width: 100%;
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
}

.articles-item2 .author
{
	font-size: 10px;
	margin: 0;
	margin-bottom: 12px;
}

.articles-item2 img
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.articles-item2 p
{
	text-align: justify;
	margin: 5px 0 0 0;
}

.articles-item2 a.more
{
	display: block;
	text-align: right;
	margin: 0;
}

#comment-form .text-input, #contact-form .text-input, #newsletter-form .text-input
{
	background: url(../images/bg-input.gif) no-repeat;
	width: 137px;
	height: 14px;
	border: 0;
	font-size: 10px;
	padding: 0 5px 2px 5px;
	display: block;
	float: left;
	margin: 0 0 10px 0;
}

#newsletter-form .radio-input
{
	border: 0;
	display: block;
	float: left;
	margin: 0 0 10px 0;
}

#comment-form .textarea-input, #contact-form .textarea-input
{
	background: url(../images/bg-textarea.gif) no-repeat;
	width: 286px;
	height: 126px;
	border: 0;
	font-size: 10px;
	font-family: Verdana;
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#comment-form #comment-submit
{
	background: url(../images/button-add.gif) no-repeat;
	width: 66px;
	height: 14px;
	border: 0;
	display: block;
	float: left;
	margin: 10px 0px 0px 77px;
}

#contact-form #send,  #newsletter-send
{
	background: url(../images/button-send.gif) no-repeat;
	width: 184px;
	height: 29px;
	border: 0;
	display: block;
	float: left;
	margin: 10px 0px 20px 100px;
	cursor: pointer;
}

#comment-form label
{
	width: 80px;
	display: block;
	float: left;
	font-weight: bold;
}

#contact-form label, #newsletter-form label
{
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}

.comment h4 span.date
{
	color: #a2a2a2;
	font-weight: normal;
}

#alert p
{
	color :#ff0000;
	padding: 1px 0;
	margin: 0;
}

#alert
{
	margin: 0 0 10px 0;
}

/*end of articles item */

/* breadcrumbs */

#breadcrumbs
{
	margin: 0 0 10px 0;
}

/* end of breadcrumbs */

/* people columns */

#people-left
{
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}

#people-left p.name
{
	margin: 0;
	font-weight: bold;
}

#people-left h2
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#people-left p.function
{
	color: #989599;
	margin: 0 0 5px 0;
}

#people-right
{
	width: 304px;
	float: left;
	margin-bottom: 20px;
}

#people-right p.foto
{
	float: left;
	margin: 0 5px 20px 0;
}

#people-right div.desc
{
	float: left;
	width: 199px;
	margin: 0 0 20px 0;
}

#people-right p.name
{
	margin: 0;
	font-weight: bold;
}

#people-right p.function
{
	margin: 0;
}

#people-right p.email
{
	margin: 0;
}

#people-right p.tel
{
	margin: 0;
}

#people-right p.skype
{
	margin: 0;
}

#people-right p.description
{
	margin: 10px 0 0 0;
	color: #989599 !important;
}

/* end of people columns */



/* partner columns */

#partner-left
{
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}

#partner-left p.name
{
	margin: 0 0 5px 0;
	font-weight: bold;
}

#partner-left h2, #partner-right h2
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#partner-right
{
	width: 304px;
	float: left;
	margin-bottom: 20px;
}

#partner-right p.foto
{
	float: left;
	width: 150px;
	text-align: center;
}

#partner-right p.foto img
{
	margin: 0 auto;
}

#partner-right p.last
{
	float: left;
	margin: 0 0px 20px 0;
}

/* end of partner columns */



/* project columns */

.project-left
{
	width: 200px;
	margin: 0 10px 0 0;
	float: left;
}

.project-right
{
	width: 268px;
	float: left;
	margin-bottom: 15px;
}

.project-right h3
{
	margin: 0 0 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.project-right .more
{
	float: right;
}

.project-item .back
{
	margin-bottom: 10px;
}

/* end of project columns */

/* news list & item */

.news-item
{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.news-item h3
{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.news-item h4
{
	font-size: 11px;
	font-weight: normal;
	color: #989599;
	margin: 0;
}

.news-item h4.author
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.news-item img
{
	float: left;
	margin: 15px 10px 5px 0;
}

.news-item p
{
	margin: 15px 0 0 0;
	text-align: justify;
}

.news-item a.more
{
	display: block;
	text-align: right;
	margin: 0;
}

.back
{
	margin: 10px 0 0 0;
	display: block;
}

.lead
{
	margin: 15px 0 10px 0;
	display: block;
	font-weight: bold;
}


/* end of news list & item */

/* footer */

#footer
{
	width: 100%;
	border-top: 2px solid #e2e2e1;
	float: left;
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 10px;
}
#footer a
{
	
	word-spacing: 2px;
}


/* end of footer */


/* contact error */

.error p
{
	color: #ff0000;
	margin: 0 0 5px 0;
}

.bottom
{
	margin-bottom: 10px !important;
}

/* journal columns */

#journal-left
{
	width: 150px;
	margin: 0 10px 0 0;
	float: left;
}

#journal-left p.name
{
	margin: 0;
	font-weight: bold;
}

#journal-left h3
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#journal-left p.function
{
	color: #989599;
	margin: 0 0 5px 0;
}

#journal-right
{
	width: 334px;
	float: left;
	margin-bottom: 20px;
}

#journal-right p
{
	text-align: justify;
}

#journal-right p.foto
{
	float: left;
	margin: 0 5px 20px 0;
}

#journal-right h3
{
	float: left;
	margin: 0 0 5px 0;
}

#journal-right div.desc
{
	float: left;
	margin: 0 0 20px 0;
	width: 205px;
	text-align: justify;
}

/* end of journal columns */

/*pages*/

.page-num
{
	display: block;
	float: left;
	padding: 5px 3px;
}

#recaptcha_widget_div
{
	margin: 0 0 0 77px;
	float: left;
}


.like-button
{
	width: 100%;
	margin: 10px 0 30px;
}

/* mamut */

.scrollable {

	position: relative;
	overflow: hidden;
	width: 494px;
	height: 270px;
}

.scrollable .items {

	width: 20000em;
	position: absolute;
}

.items div {
	float: left;
	width: 494px;
	height: 270px;
}

.items div .mamutLeft
{
	float: left;
	width: 127px;
	background: url(../images/icon-double-quotation.gif) no-repeat 0 0;
	height: 270px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	padding: 0 10px 0 15px;
	line-height: 19px;
}

.items div .mamutLeft a
{
	color: #444;
}

.items div .mamutRight
{
	float: left;
	width: 305px;
	background: #000;
	height: 256px;
	padding: 7px 6px;
}

.items div .mamutRight .mamutImg
{
	float: left;
	width: auto;
	height: auto;

}

.items div .mamutRight .mamutImg .more
{
	position: relative;
        float: left;
        overflow: hidden;

}

.items div .mamutRight .mamutText
{
	float: left;
	width: 100%;
	color: #fff;
	height: auto;
	position: relative;
}

.items div .mamutRight .mamutText.left
{
	width: 110px;
	margin: 0 0 0 16px;
}

.items div .mamutRight .mamutText h1
{
	margin: 1px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

.items div .mamutRight .mamutText.left h1
{
	margin: 0;
}

.items div .mamutRight .mamutText p
{
	margin: 5px 0 0 0;
	font-size: 12px;
}

.items div .mamutRight .mamutText a
{
	color: #fff;
	text-decoration: none;
}

.items div .mamutRight .mamutText .more
{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
}

.navi
{
	float: right;
	margin: 2px 24px 0 0;
}

.navi a
{
	font-size: 11px;
}

.navi a.active
{
	color: #444;
}

.middleAd
{
	width: 100%;
	margin: 10px 0 20px;
        padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
        text-align: center;
}

.middleAd > div
{
	margin: 0 auto;
}
