html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0;
	margin:0;
	border:0;
font-size:90%; 
	font-family:Optima, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
}
  
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	margin:0px;
	padding:0px;
  border:0; 
	}


h1 {
font-size: 150%;
color: #65821C;
}

h2 {
clear: both;
font-size: 125%;
margin:5x 0 -10px 0px;
}

h3{
clear: both;
margin: 50px 0 -10px 0;
color: #65821C;
}

#wrapper {
height: 100%;
background: url(bilder/back.jpg) top center repeat-y;
}


#container {
margin: 0 auto;
width: 900px;
}


#header {
	height:150px;
	background:url(bilder/header.jpg) no-repeat #65821C;
}

a {
text-decoration:none;
color: #65821C;
}


  
#content {
 padding:10px;
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  top:150px; 
  bottom: 0px;
  margin-left: 130px; 
  width: 750px;
background-color:#ffffff;
	}

*html #content {
top:0; 
left:0; 
right:0; 
bottom:0; 
height:100%; 
max-height:100%; 
width:100%; 
overflow:auto; 
position:absolute; 
z-index:3; 
border-top:150px solid #000; 
border-left:130px solid #000;
background-color:#F1E3B6;
}

#content img {
float: left;
margin: 0px 15px 5px 0px;
}

#content p {
}

#menu {
position:absolute; 
top:150px; 
bottom: 0px;
width:130px; 
z-index:4; 
overflow:auto;
background-color:#F0B404;
}
 
*html #menu {
height:100%; 
top:0px; 
bottom:0; 
border-top: 150px;
}

#menu ul {
list-style-type:none;
margin-top: 30px;
}

#menu ul li {
margin-left: -30px;
}

li a {
color: #000;
text-decoration: none;
font-size: 120%;
}

li a:hover{
color: #C84646;
}

li a:visited {
color: #000;
}

.newsWrap {
    margin: 0px;
    width: 600px;
}

img {
border: none;
}


#disclaimer {
font-size: 60%;
}

