html { height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
	background: #333;
	font-family: verdana;
}

a {
	color: #92a057;
	text-decoration: none;
}

.jsimage td {
	border: 1px solid white;
	border-top: none;
	border-left: none;
}

.jsimage img {
	width: 80px;
	border: 0;
	display: block;
	cursor: pointer;
}

#text {
	font: 12px arial;
	color: white;
	padding: 25px;
}

#title {
   position: absolute;
   font: 14px verdana;
   margin-top: 176px;
   margin-left: 10px;
   color: #000;
   filter:alpha(opacity=25);
   -moz-opacity:0.25;
   -khtml-opacity: 0.25;
   opacity: 0.25;
}

* + html #title {
	margin-left: 20px;
}


p {
	padding: 0;
	margin: 0;
}

h1 {
	font: 18px arial;
	color: #92a057;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font: 12px arial;
	color: #92a057;
	margin: 0;
	padding: 0;
}

h3 {
	font: 18px arial;
	color: #fff;
	padding: 0;
	margin: 0;
}

#left_text {
	font: 12px arial;
	color: white;
	padding: 10px;
}

#right_text {
	font: 12px arial;
	color: white;
	padding: 10px;
}

#right_menu a {
	color: #92a057;
	font-size: 14px;
}

#right_menu {
	color: #92a057;
	font-size: 14px;
}

#main {
	width: 950px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	margin-top: 25px;
}

#left {
	float: left;
	width: 234px;
}

#logo {
	margin-left: 10px;
	margin-top: 20px;
	height: 40px;
	overflow: hidden;
}

#address {
	margin-left: 10px;
	margin-top: 82px;
	font: 12px verdana;
	color: #fff;
}

#center {
	float: left;
	width: 480px;
	background: #41403e;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#center_top {
	background: url(layout/header_480x200.jpg);
	width: 480px;
	height: 200px;
	border-bottom: 1px solid #fff;
}

#center_middle {
	width: 480px;
	height: 200px;
	border-bottom: 1px solid #fff;
}

#right {
	float: left;
	width: 234px;
}

#right_menu {
	margin-top: 184px;
	padding-left: 10px;
}

/* Menu */

#menu {
}

#navcontainer {
	padding-top: 20px;
	margin-left: -10px;
	margin-bottom: 10px;
}

#navcontainer #current {
	color: #fff;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	position: relative;
	margin-bottom: 4px;
	float: left;
}

#navcontainer a{
	font: bold 12px verdana;
    padding-top: 2px;
    padding-bottom: 1px;
	padding-left: 35px;
    padding-right: 6px;
    margin-right: 1px;
	text-decoration: none;
	color: #444;
	border-bottom: none;
}

#navcontainer a:hover {
  color: #000;
  border-bottom: none;
}

#navcontainer a.open {
 color: #000;
 border-bottom: none;
}

#navcontainer a.active {
  color: #000;
  border-bottom: none;
}

#navcontainer ul ul {
  display: inline;
  width: auto;
  position: absolute;
  left: -1px;
  margin-left: 1px;
  top: 20px;
  padding-bottom: 1px;
}

#navcontainer ul ul li {
  float: none;
}

#navcontainer ul ul a.open {
}


#navcontainer ul ul a {
	font: normal 12px verdana;
	border: none;
}

#navcontainer ul ul.open {
  border-top: 0;
  z-index: 100;
}

#navcontainer ul ul li {
  postion: absolute;
}

/* Child - Level 1 */

#navcontainer ul ul li {
 line-height: 16px;
 margin-bottom: 0px;
}

#navcontainer ul ul a {
  background-image: none;
  padding: 3px;
  padding-left: 35px;
  padding-right: 6px;
  /*padding-right: 10px;*/
  line-height: 14px;
  display: block;
  margin-left: 1px;
  margin-right: 1px;
  white-space: nowrap; 
}

#navcontainer ul ul a:hover {
  color: #000;
  background-image: none;
  border: 0px;
  margin-left: 1px;
}

#navcontainer ul ul a.active {
  color: #000;
  background-image: none;
  border: 0px;
  margin-left: 1px;
}

/* Nur IE7 */

* + html #menu {
}

* + html #navcontainer ul ul {
 margin-left: -1px;
}

* + html #navcontainer ul ul.open {
}

* + html #navcontainer ul ul a {
   padding-left : 20px;
}

* + html #navcontainer ul a {
}

* + html #navcontainer ul a:hover {
}

* + html #navcontainer ul a.open {
}


* + html #navcontainer ul a.active {
}

* + html #navcontainer ul ul a.open {
}

/* Mozilla & Safari only */

:root #navcontainer ul ul {
 padding-top: 1px;
 margin-top: 2px;
} 

:root #navcontainer ul ul li {
 margin-bottom: 1px;
} 
:root #navcontainer ul ul li:last-child {
 margin-bottom: 0px;
} 
:root #navcontainer ul ul ul li:first-child {
 margin-top: 1px;
} 
:root #navcontainer ul ul ul li {
 margin-bottom: 1px;
}   

:root #navcontainer ul ul ul.open {
  opacity: 1;
}

/* Safari only */
@media screen and (-webkit-min-device-pixel-ratio:0){
#navcontainer ul {
 top: 65px;
} 

#navcontainer ul ul {
 margin-top: -1px;
} 

}

/* IE6 fixes */
* html body {
}

