html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
  margin: 0px;
  padding: 0px;
  background-image:url(/images/layout/main_page_bg.jpg);
  overflow: hidden;
}

div {
  font-size: 13px;
  font-family: Verdana, Arial, Sans-Serief;
}

#mainPageContainer {
  width: 100%;
  height: 100%;
}

#mainMenuContainer {
  float: left;
  width: 259px;
  height: 100%;
  text-align: center;
  background-image: url(../../images/layout/menu_bg.jpg);
  background-repeat: no-repeat;
}

.mnuLink {
  cursor: pointer;
}

.mnuTextPri {
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px;
    margin-left: 20px;
}

.mnuTextSec {
  font-weight: bold;
  color: #FFF;
  font-size: 16px;	
}

#gw_logo {
  width: 258px;
  height: 204px;
  margin: 0px 0px;
  background-image: url(../../images/layout/logo_web.jpg);
}

#mainNavigationMenu {
  margin: 0px;
  margin-top: 25px;  
  padding: 0px;
  color: #FFF;
  font-size: 14px;
}

#mainNavigationMenu li {
  list-style-type: none;
  padding: 0px;
  padding-bottom: 24px;
  margin: 0px;
}

#mainNavigationMenu a {
  font-weight: bold;
  color: #5A5A5A;
  text-decoration: none;
}

#mainNavigationMenu a:hover {
  color: #FFFFFF;
}

#contentContainer {
	display: block;
	margin: 0px;
	overflow: auto;
  height: 100%;
  text-align: left;
  background-image: url(../../images/layout/kachel.jpg);
  background-repeat: repeat-y;
}

#contentBG {
	background-image: url(../../images/layout/page_bg_center.jpg);
  height: 100%;
	background-repeat: no-repeat;
}

#content {
  position: relative;
  width: 663px;
  height: 1000px;
  left: 0px;
}

#contentBanner {
    height: 85px;
    margin-left: 20px;
}

#contentElements {
    margin-top: 20px;
    width: 625px;
  font-family: Verdana;
}

.toggler {
  cursor: pointer;
  color: #222;
  margin: 0;
  margin-top: 8px;
  margin-left: 20px;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana, Sans-Serief;
  padding-top: 5px;
  padding-bottom: 10px;
}

.noToggler {
  color: #222;
  margin: 0;
  margin-top: 8px;
  margin-left: 20px;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana, Sans-Serief;
  padding-top: 5px;
  padding-bottom: 10px;
}

.float-right {
  float:right;
}

.scrollingDiv {
  width: 655px;
  margin-top: 40px;
}

.subtitle {
  font-size: 9pt;
  font-weight: normal;
  margin-left: 12px;
  color: #787878;
}

.contentText {
	margin-top: 5px;
  margin-left: 50px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 8pt;
  font-weight: normal;
  color: #000;
}



.contentText a {
	color: #18782E;
}

.gallery {
  float: right;
  display: inline;
  margin-left: 8px;
}

.gallery img {
	margin: 8px;
}

.spacer {
	background-image: url(/images/layout/hline.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	height: 3px;
}
