/*---- Basic website styling ----*/

body {
	background-color: #1d1d1d;
	margin: 0px;
	padding: 0px;
	font-family: 'georgia';
	font-size: 11px;
}

#website_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	background-color: #ffffff;
	background-image: url(../img/bg_container.jpg);
	background-repeat: repeat-y;
}

#website {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	min-height: 600px;
	_height: 600px;
}

#logo {
	position: absolute;
	margin-left: 20px;
	z-index: 999;
}

#lang_switch {
	position: absolute;
	margin-left: 20px;
	margin-top: 141px;
	background-color: #000000;
	height: 12px;
	width: 115px;
	padding: 5px;
	z-index: 999;
}

#menu {
	position: absolute;
	margin-left: 160px;
	margin-top: 170px;
	z-index: 9999;
}

#website_bottom {
	width: 982px;
	height: 67px;
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#website_bottom .websolve {
	float: right;
	padding-right: 161px;
	padding-top: 7px;
}

#website_bottom .linkjes {
	float: left;
	padding-left: 161px;
	padding-top: 7px;
	width: 400px;
}

#print_bottom, #print_header {
	display: none;
}

#content {
	width: 950px;
	padding-top: 200px;
	position: relative;
	line-height: 16px;
}

.button {
	background-color: #00aedb;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	font-family: georgia;
	border: solid 1px #c2c2c2;
}

input, select, textarea {
	font-family: georgia;
	font-size: 10px;
	border: solid 1px #d5d5d5;
	padding: 1px;
}

/*---- Header styling ---*/

.bottomitem {
	font-size: 17px;
}

.bottomitem a {
	color: #3e3e3e;
	text-decoration: none;
}

.bottomitem a:hover {
	text-decoration: underline;
}

h1
{
	display: none;
}

h2,h3,h4 {
	height: 25px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #848484;
	border-bottom: solid 1px #d5d5d5;
}

.text {
	margin-top: 10px !ie;
}

/*---- Content element styling ----*/

#row1_col2 a {
	color: #808284;
	text-decoration: none;
}

h1,h2,h3,h4 {
	color: #808284;
}

/*---- sIFR styling---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt;
  padding: 0pt;
  overflow: auto;
  letter-spacing: 0px;
  float: none;
}

/*---- Dropdown Menu 2 Styling ----*/

/* Root = Horizontal, Secondary = Vertical */
ul.mainmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul.mainmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

/* SUBMENUS */

ul.mainmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 180px;*/
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul.mainmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.mainmenu ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #ffffff;
  border-left: solid 3px #00aedb;
  background-color: #EEE;
}

ul.mainmenu ul li:hover {
	background: #CCC;
  color: #FFF;
}

/* Root Menu */
ul.mainmenu a {
  padding-left: 6px;
  padding-right: 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #666;
  font: 14px/22px 'FSAblock', 'georgia', 'Helvetica', serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  margin-right: 10px;
}

/* Root Menu Hover Persistence */
ul.mainmenu a:hover {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
}

ul.mainmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

ul.mainmenu ul a {
	font: 11px/22px georgia, Helvetica, sans-serif;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.mainmenu li:hover ul ul,
ul.mainmenu li.iehover ul ul {
  display: none;
}

ul.mainmenu li:hover ul,
ul.mainmenu ul li:hover ul {
  display: block;
}

ul.mainmenu li.iehover ul,
ul.mainmenu ul li.iehover ul {
  display: block;
}

li.persistHover,
a.persistHover
{
	background: #CCC;
	color: #FFF;
}

span.counter {
	width: 13px;
	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	background: #00aedb;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}


/* Gallery Overview Styling */

#gallery_overview {
	padding: 0px;
	margin: 0px;
	background: none;
}

#gallery_overview a {
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#gallery_overview .gallery {
	cursor: pointer;
	float: left;
	padding: 0px;
	margin-right: 9px;
	margin-bottom: 8px;
	width: 147px;
}

#gallery_overview .gallery_last {
	cursor: pointer;
	float: left;
	padding: 0px;
	margin-bottom: 8px;
	width: 147px;
}

#gallery_overview .info {
	float: left;
	margin-bottom: 5px;
}

#gallery_overview .desc {
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	width: 140px;
}

#gallery_overview .subtitle {
	display: none;
}

#gallery_overview a:hover {
	text-decoration: none;
}

#gallery_overview .num {
	margin: 0px;
	padding: 0px;
	color: #818385;
}

#gallery_overview .image {
	border: solid 1px #818385;
}

/* Single Gallery Styling */

#single_gallery {
	margin-top: 20px;
}

#single_gallery .gallery_description {
	font-size: 14px;
	margin-bottom: 15px;
}

#single_gallery .gallery_subtitle {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	width: 230px;
}

#single_gallery .gallery_comments {
	margin-bottom: 15px;
	width: 230px;
}

#single_gallery .item {
	margin-right: 9px;
	margin-bottom: 8px;
	width: 145px;
}

#single_gallery .item_last {
	margin-bottom: 8px;
}

#single_gallery .title {
	color: #202020;
	font-size: 1.0em;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#single_gallery .subtitle {
	color: #a0a0a0;
	font-size: 0.9em;
	height: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#single_gallery .image {
	border: solid 1px #818385;
}

#single_gallery .description {
	color: #c20454;
	font-size: 8px;
}

/* Accordion effect styling */

.toggler  {
	background: url(../img/bg_toggler.png);
	background-repeat: no-repeat;
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	border-bottom: solid 1px #d5d5d5;
	height: 25px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.element {
	margin: 0px;
 	padding: 0px;
 	padding-top: 5px;
 	padding-bottom: 5px;
}

/* EVENTS */
.borderblock {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
}
.borderblock_error {
	border: 1px solid #ff0000;
	border-left: 5px solid #ff0000;
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
.borderblock_notice {
	border: 1px solid #00aedb;
	border-left: 5px solid #00aedb;
	color: #00aedb;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

/* RELATION OVERVIEW */
.relation_overview_frame {
	width: 100%;
}

.relation_overview {


}

.relation {
	border: 1px solid #e3e3df;
	width: 160px;
	height: 90px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.relation_spacer_h {
	width: 10px;
}

.relation_spacer_v {
	height: 10px;
}

.relation_name {
	color: #00aedb;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 100%;
}

.relation_logo {
	float: right;
	border: 1px solid #e3e3df;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.relation_text {
}

/* Calendar Styling */

#calendar .item {
	margin-bottom: 18px;
}

#calendar .title {
	font-weight: bold;
	font-size: 15px;
}

#calendar .date {
	text-transform: lowercase;
}

/* Forum Styling */

#forum .notice {
	padding: 10px;
	border: 1px solid #c51b47;
}

#forum .title {
	padding: 10px;
	height: 20px;
	padding-bottom: 5px;
	background-color: #e7e7e7;
	font-weight: bold;
}

#forum .threads {
	padding: 6px;
	border: 1px solid #e7e7e7;
	color: #000000;
}

#forum .heading {
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	font-size: 10px;
	border-bottom: 1px solid #dcdcda;
}

#forum .thread {
	padding: 5px;
	padding-left: 10px;
	background-color: #f1f1ef;
	border-bottom: 2px solid #ffffff;
}

#forum .form {
	padding: 10px;
}

.news_title {
	font-weight: bold;
	font-size: 15px;
}

.news_item img {
	border: solid 1px #818385;
}

/* Member form styling */

#member_form .info {
	float: left;
}

#member_form .extinfo {
	float: left;
	margin-left: 10px;
	_margin-left: 0px;
}

#member_form .account {
	clear: left;
	padding-top: 20px;
	width: 450px;
}

#member_form .fieldgrouptitle {
	height: 25px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d5d5d5;
}

/* Job overview styling */

#job_overview .item {
	margin-bottom: 5px;
}

#job_overview .date {
	float: left;
	width: 80px;
	color: #929292;
}

#job_overview .offree {
	float: left;
	width: 200px;
}

#job_overview .period {
	color: #929292;
}


/* Event Overview Styling */
.event_title {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.event_date {
	margin-bottom: 10px;
}
.event_comments {
	margin-bottom: 10px;
}