* {
	margin: 0px;
	padding: 0px;
}

#pageWrap {
	width: 827px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#pageHead {
	background-image: url(../klima_images/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 100%;
}

#mainMenu {
	padding-top:145px;
	padding-left: 10px;
	font-family: 'Comic Sans MS',Comic,sans;
	font-size: 16pt;
}

#mainMenu a {
	margin-right: 10px;
  padding-right: 10px;
	text-decoration: none;
	color: black;
/*   margin: auto; */
}

#mainMenu a.active {
        text-decoration: underline;
        font-weight: bold;
}

#mainMenu a:hover {
	color: orange;
	text-decoration:underline;
}

#pageContainer {
	width: 100%;
  position: relative;
  top: 0px;
  min-height:300px;
}

#subMenu, #extraContainer {
  background-color: #191a86;
  color: #FCEF11;
}

#subMenu {
  width: 150px;
/*   background-color: #070eff; */
  padding: 10px 5px;
  float: left;
  height: 100%;
  overflow: hidden;
}

#subMenu a, #extraContainer a {
  text-decoration: none;
  color: orange;
}

#subMenu a.active {
  text-decoration: underline;
  font-weight: bold;
}

#subMenu a:hover {
  color: white;
  text-decoration:underline;
}

#subMenu h1, #extraContent h1 {
        font-size: 14pt;
        font-weight: bold;
        margin-bottom: 5px;
}

ul.subMenu {
  padding-left: 0px;
  margin-left; 20px;
  margin-bottom: 15px;
}

ul.subMenu li {
  padding-left: 0px;
  margin-left: 20px;
}

#extraContainer {
/* 	background-image: url(../klima_images/ext_pagehead2.gif); */
/* 	background-repeat: no-repeat; */
	width: 150px;
/* 	background-color: #070eff; */
	padding: 10px 5px;
  height: 100%;
  float: right;
}

#innerExtraContainer {
/* 	padding-top: 150px; */
	width: 100%;
}

#contentContainer {
	width: 497px;
	background-color: #89a9cb;
	padding: 10px 5px;
  height:100%;
  float: left;
}

#pageFoot {
  clear: both;
  width: 100%;
/*   background-color:red; */
}