/* grid */
#main_container {
	background: #b7ccd9 url(../images/backgrounds/top_bg.jpg) no-repeat center 0;
	padding: 10px 0 0 0;
}
#header_container {
	height: 331px;
	background: url(../images/backgrounds/header_bg.jpg) repeat-y center 0;
}
#header{
	width: 995px;
	margin: 0 auto;
	height: 102px;
	/*padding: 0 13px;*/
}
.presentation{
	height: 225px;
	text-align: center;
	background: #c8c3bf url(../images/presentation.jpg) repeat-y center 0;
}
.presentation img{
	margin: 0 auto;
	width: 995px;
}

.logo {
	width:145px;
	float: left;
	margin: 0;
	padding: 24px 0 0 3px;
	text-indent: -9999px;
}
.logo a{
	display: block;
	width: 145px;
	height: 72px;
	margin: 0px 0 5px;
	overflow: hidden;
	position: relative;
}
.logo img{
	position: absolute;
	top: 0;
	left: 0;
}

/* navigation */
.top_navigation{
	font-family: Arial;
	height: 102px;
}
.top_navigation, .lang_nav{
	float: right;
}
/*language navigation*/
.lang_nav {
	padding: 14px 20px 8px 0;
}
.lang_nav li{
	float: left;
	color: #FFF;
}

.lang_nav a{
	color: #FFF;
	padding: 0px 10px 0 20px;
	display: block;
	float: left;
	background: url(../images/sprite.png) no-repeat left -24px;
}
.lang_nav a.de{
	background-position: left -47px;
}
.lang_nav a:hover, .lang_nav a.active{
	text-decoration: underline;
}

.main_menu{
	padding: 3px 0px 0px 0;
	color: #000000;
	float: right;
	font-size: 1.182em;
}

.main_menu li{
	float: left;
	padding: 6px 10px 0 3px;
	font-family: Arial;
}

.main_menu li a{
	height: 28px;
	text-decoration: none;
	background: url(../images/menu.png) no-repeat 0 0;
	display: inline-block;
	padding: 8px 11px 0 22px;	
	color: #FFF;
}

.main_menu li a:hover, .main_menu li a.active {
	background: url(../images/menu.png) no-repeat 0 -44px;
	color: #FFF;
}

/*end navigation*/
/* main part */
.container{
	overflow: hidden;
	width: 995px;
	margin: 0 auto;
	min-height: 350px;
	height: auto!important;
	height: 350px;
}
/* pager */
.pager {
	overflow: hidden;
	font-size: 0.92em;
	margin: 15px 0 0 0;
}
.pager ul{
	padding: 0 10px 0 5px;
}
.pager a, .pager li, .pager ul{
	float: left;
	color: #374e5d;
}
.pager li{
	padding: 0 3px 0 0;
}
.pager li a{
	padding: 0 0 0 7px;
	color: #fff;
	background: url(../images/buttons.png) no-repeat 0 -35px;
}
.pager span{
	padding: 2px 7px 2px 0;
	display: block;
	background: url(../images/buttons.png) no-repeat right -38px ;
}
.pager ul a:hover, .pager ul a.current_page {
	background-position: 0 0 ;
}
.pager ul a:hover span, .pager ul a.current_page span{
	background-position: right -3px ;
}
.border {
	border-right:1px solid #374e5d;
}
.page_nav{
	margin: 0 5px 0 0;
	padding: 2px 5px 0 0;
}
/* end pager*/
/* footer */
#footer_container{
	height: 65px;
	background: #7d97a7;
	
}
#footer{
	padding: 8px 10px 0 5px ;
	width: 980px;
	margin: 0 auto;
	color: #fff;
}
	.copyright, .copyright img{
		float: left;
	}
	.author{
		float: right;
	}
	#footer a {
		color: #fff;
	}
/* end footer */

.content, .content_small{
	padding: 32px 20px 20px 20px;
	overflow: hidden;
	float: left;
	width: 660px;
}
.content_small{
	width: 500px;
}
.board, .board_small{
	float: right;
	width: 415px;
	padding: 31px 0 116px 0;
}

.board_small{
	width: 288px;
}

.board_small .board_content{
	width: 260px; /*ie6 fix*/
}
.board .board_content{
	 width: 388px; /*ie6 fix*/
}
.board_content{
	position: relative;
	background: #fff ;
	padding: 0 10px 42px 18px;
}

.board_top{
	background: url(../images/board_top.png) no-repeat 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 53px;
	height: 42px;
}

.board_bottom{

	background: url(../images/board.jpg) no-repeat 0 0px;
	position: absolute;
	bottom: -78px;
	right: 0;
	width: 115px;
	height: 119px;
}
/* events on board */
.events_title{
	font: normal 2.50em Arial ;
	color: #556b78;
	padding: 7px 0 0 10px;
}
.board_content li{
	border-bottom: 2px solid #cac5c1;
	padding: 10px 0;
}

.calendar_title{
	font: normal 1.67em Arial ;
	color: #556b78;
	padding: 7px 0 0 0px;
	width: 250px;
	float:left;
}
.controls{
	font-size: 1.25em;
	padding: 14px 0 0 0;
}
.controls a{
	color: #556b78;
	padding: 0 4px 0 0;
	border-right: 1px solid #00B2E1;
}
.calendar_events li{
	border-bottom:1px solid #fff;
	background: #efefef;
	padding: 0;
	overflow: hidden;
}
.calendar_events .date{
	display: block;
	font: bold 1.42em Arial;
	background: #f8f8f8;
	width: 32px;
	height: 24px;
	border-right: 1px solid #d0cfcf;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
}
.calendar_events a{
	float: left;
	width: 345px;
	display: block;
	min-height: 19px;
	padding: 7px 0 3px 5px;
}
/**/


.section_title{
	color: #fff;
	font: normal 1.67em Tahoma;
	background: url(../images/title.jpg) no-repeat 0 3px;
	padding: 0 0 6px 22px;
}
.rss{
	background: url(../images/sprite.png) no-repeat 0 0px;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	width: 16px;
}

.more {
	padding: 5px;
	color: #fff!important;
	background-color: #00a1d9;
}


/* buttons */
.button, button {
  display:block;
  float: right;
  xmargin: 0.7em 0.5em 0.7em 0;
  padding:0px 10px 3px 7px;   /* Links */
  height: 23px;
  border:1px solid #8ba2b1;
  background: url(../images/backgrounds/button_bg.jpg) repeat-x;

  font-family: Tahoma, Arial, Verdana, sans-serif;
  xfont-size:100%;
  
  color:#fff;
  xline-height:130%;
  text-decoration:none;
  cursor:pointer;
  overflow:visible;
}
button {
  width:auto;
  overflow:visible;
  xpadding:4px 10px 3px 7px;   /* IE6 */
}


/* end buttons */	

/* text from text editor */
.client_text{
	clear: left;
	padding: 10px 0 10px 10px;
}
.client_text  p{
	margin-bottom: 10px;
}
.client_text a{
	text-decoration: underline;
	color: #4d626f;
}
.client_text ul, .client_text ol{
	padding: 10px 0;
	list-style-position:inside;
}
.client_text ol{
	list-style-type: decimal;
}
.client_text ul li, .client_text ol li{
	background: url(../images/bullet.jpg) no-repeat 0 12px;
	padding: 5px 0 0 10px;
}
.client_text h1 {
	font-size: 1.5em;
}
.client_text h2 {
	font-size: 1.4em;
}
.client_text h3 {
	font-size: 1.3em;
}
.client_text h4 {
	font-size: 1.2em;
}
.client_text h5 {
	font-size: 1.1em;
}
.client_text h6 {
	font-size: 1em;
}
.client_text img{
	border: 1px solid #045497;
	padding: 2px;
	float: right;
	margin: 0 5px 5px 5px;
}

.important {
	color: #b945a5;
	font-weight: bold;
}

.normalText{
    font-size: 1em;
}
.bigText{
    font-size: 1.091em;
}
.bigerText{
    font-size: 1.182em;
}
	
/* tabele from timymce*/
.editor_table{
	width: 100%;
}

.editor_table td{
	padding: 2px 5px;
}

.table_header{
	background: #1571af;
	color: #fff;
}
.odd_row{
	background: #1571af;
	color: #fff;
}
.even_row{
	background: #b5ceec;
	color: #fff;
}
	
/* end style from text editor */

/*home_page*/
.home_news {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.home_news li{
	float: left;
	width: 215px;
	padding: 13px 9px 15px 17px;
	margin: 5px 0px 10px 0;
	background: #abc1cf url(../images/backgrounds/news_bg.png) no-repeat right bottom;
}
.home_news li:hover{
	background: #fff url(../images/backgrounds/news_bg.png) no-repeat 210px bottom;
}
.home_news  p{
	margin: 3px 0 9px 0;
}
.home_news h3, .news h3, .links h3{
	font: bold 1em Tahoma;
	margin: 10px 0 0 0;
}
.home_news a{
	color:#556b78;
}
.home_news li.odd_news{
	sclear: left;
	margin: 5px 17px 10px 0;
}


/*category*/
.category {
	float: right;
	margin: 31px 0 15px 0;
}
.category li {
	overflow: hidden;
	width: 288px;
	margin: 0 0 5px 0;
}
.category  a{
	padding: 0 0 0 7px;
	color: #fff;
	float: left;
	width: 281px;
	background: #7d97a7 url(../images/corners.png) no-repeat -294px 0px;
	font-size: 1.17em;
}
.category span{
	padding: 5px 7px 5px 0;
	display: block;
	background: #7d97a7  url(../images/corners.png) no-repeat  -19px bottom;
}
.category a:hover, .category  a.active {
	background-position: 0px 0px ;
	background-color: #00a1d9;
}
.category a:hover span, .category  a.active span{
	background-position: 275px bottom;
	background-color: #00A1D9;
}


/*links, news*/
.links, .news, .events{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.links li, .news li, .events li{
	border-bottom: 1px dotted #fff; 
	padding: 15px 0;
}
.links a{
	padding: 5px;
	color: #fff;
	background-color: #00a1d9;
}
.links p{
	margin: 5px 0 0 0;
}
.news p, .events p{
	margin: 0 0 10px 0;
}
.events h3{
	color: #fff;
}


.files{
	background: #6e8695;
	padding: 10px;
}
.files li{
	border-bottom: 1px solid #7f98a8;
	padding: 4px 0 3px 0;
}
.files li a.pdf, .files li a.xls, .files li a.doc, .files li a.txt, .files li a.unknown, .files li a.download {
	display: block;
	background: url(../images/icons.jpg) no-repeat 0 -168px;
	float: left;
	width: 500px;
	color: #fff;
	padding: 0 0 3px 20px;
}

.files li a.pdf{
	background-position: 0 0;
}
.files li a.doc{
	background-position: 0 -123px;
}
.files li a.xls{
	background-position: 0 -39px;
}
.files li a.txt{
	background-position: 0 -80px;
}
.files li a.download{
	background-position: 0 bottom;
	float: right;
	width: 80px;
}

/* sitemap */
.sitemap {
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	font-size: 0.91em;
}
.sitemap li{
	background: #7d97a7;
	float: left;
	width: 140px;
	margin: 0 2px 0 0;
}
.sitemap li a{
	color: #fff;
	display: block;
	width: 120px;
	background:  url(../images/sprite.png) no-repeat 7px -81px;
	padding: 7px 4px 7px 16px;
}
.sitemap li ul {
	background-color: #B7CCD9;
	border-bottom: 2px solid #B7CCD9;
}
.sitemap li ul:hover {
	background-color: #abc1cf;
	border-bottom: 2px solid #9ab1c0;
}

.sitemap li ul li {
	background-position: 0 -100px;	
	float: none;
	background-color: transparent;
}
.sitemap li ul li a{
	color: #495c68;
	background:  url(../images/sprite.png) no-repeat 7px -131px;
	background-color: inherit;
}

