/* ---- Main ---- */
body {
  background: center top repeat-x url(../gfx/bg-slim.jpg) #f8f8f8;
  margin: 0px;
  padding: 0px;
}

#main-container {
  width: 1000px;
  margin: 0 auto;
  font-family: Verdana, Sans-Serif;
  color: #333333;
  font-size: 13px;
}

a:link {
  color: #4190c8;
  text-decoration: none;
}

a:hover {
  color: #768f9d;
  text-decoration: none;
}

a:visited {
  color: #768f9d;
  text-decoration: none;
}

a:active {
  color: #768f9d;
  text-decoration: none;
}

#top-container {
  width: 1000px;
  height: 110px;
  margin: 0;
  clear: none;
}

#top-bar-container {
	height: 26px;
	width: 990px;
	margin: 0;
	padding: 0 10px 0 0;
}

#top-languages {
  width: 105px;
  height: 26px;
  margin: 0 auto;
  float: right;
}

.leftContainer-header {
  padding-top: 20px;
  color: #4190c8;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #4190c8;
}

/* ---- Menu ---- */
#logo {
  padding-left: 35px;
  float: left;
}

#menu-container {
  float: left;
  /*background: url(../gfx/menu-bg.png);*/
  width: 750px;
  height: 110px;
  padding-left: 105px;
  margin: 0;
  clear: none;
}

.menu-button-container {
  float: left;
  width: 150px;
  height: 95px;
  padding-top: 15px;
  text-align: center;
}

.menu-button-img {
  border: 0;
  margin: auto 0;

  padding: 0;
  clear: none;
  position: relative;
  z-index: 1;
}

.menu-button-txt {
	color: #fff;
	font-weight: bolder;
	font-size: 13px;
}

/* ---- Content ---- */
#content {
  width: 1000px;
}

#content-z {

}

#content-middle {
  clear: both;
  background: url(../gfx/content-bg_middle.png) no-repeat;
  width: 1000px;
  min-height: 955px;
  margin-bottom: 0;
  padding-bottom: 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/content-bg_middle.png');*/
}

#content-middle-left {
  width: 622px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 40px;
  float: left;
}

#content-middle-right {
  width: 268px;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 40px;
  float: left;
}

#content-bottom {
  clear: both;
  /*background: url(../gfx/content-bg_bottom.png) bottom no-repeat;*/
  height: 60px;
  width: 1000px;
  padding-top: 0;
  margin-top: 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/content-bg_bottom.png');*/
}

.post-title {
  font-size:18pt; /*cirka*/
  color:#4190c8;
}

/* Events Calendarium */
#events-box {
 width: 266px;
 border: 1px solid #f2f2f2;
 border-top: 1px solid #ccc;
 display: inline-block;
}

.dayNameBox {
  width: 38px;
  height: 21px;
  float: left;
  background-image: url(../gfx/dayNameBox_bg.jpg);
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  color: #4190c8;
}

.noDayBox {
  width: 37px;
  height: 36px;
  float: left;
  background-image: url(../gfx/noDayBox_bg.jpg);
  border-right: 1px solid #f2f2f2;
}

.dayBox {
  width: 32px;
  height: 31px;
  padding-top: 5px;
  padding-left: 5px;
  float: left;
  background: #f9f9f9;
  border-left: 1px solid #f2f2f2;
  color: #ccc;
}

.dayBoxHappening {
  width: 31px;
  height: 29px;
  padding-top: 5px;
  padding-left: 5px;
  float: left;
  background: #e7eff4;
  border: 1px solid #9cc7e7;
  color: #ccc;
}

.event_date {
 	font: 10px Verdana,Sans-serif;
 	float: left;
 	padding-top: 1px;
 	padding-right: 2px;
}

.event_head {
 	width: 622px;
 	height: 15px;
 	border-bottom: 1px solid #ccc;
 	cursor: pointer;
}

.event_body {
 	width: 622px;
 	border-bottom: 1px solid #ccc;
}

/* ---- Footer ---- */
#footer {
  margin: 0 auto;
  width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  height: 22px;
  font-family: Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 10px;
  color: #333;
  clear: both;
  position: relative;
  z-index: 1;
}

#partner {

}

.partner-link {
	border: 0px;
	float: left;
	margin-right: 25px;
}

#address {
	float: left;
	padding-top: 5px;
}

#languages {
  width: 100px;
  padding-left: 5px;
  margin: 0 auto;
  float: right;
  border-left: 1px solid #ccc;
}

.footer-img {
  border: 0;
  vertical-align: middle;
  height: 21px;
  width: 21px;
}

#copyright {
  padding-right: 30px;
  height: 30px;
  font-size: 9px;
  color: #fff;
  text-align: center;
}

/* This site is dedicated to a wasted life */

