@charset "utf-8";
/* CSS Document */


body {width: 1200px;
      margin: 20px auto;
      background-color: #fff5c8;
      font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size: 100.1%;
      color: #000000;}

#header {
	width: 1200px;
	height: 381px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 100px;
	padding-top: 250px;
}

#menue {
	width: 1200px;
	height: 50px;
	background-image: url(../images/holz_bg.jpg);
	margin-top: -250px;
}

#menue ul {
    margin: 0; padding: 5px 15px ;
  }
#menue li {
    list-style: none;
	display: inline;
    margin: 0; padding: 0 15px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
  }
  
  #content {
  margin-top: 50px;
}

#headline_left {
	background: url(../images/holz_bg.jpg) top left no-repeat #333;
	width: 50px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#headline_right {
	background: url(../images/holz_bg.jpg) top left no-repeat #333;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	
}

#headline_right ul {
    margin: 0; padding: 5px 15px ;
  }
#headline_right li {
    list-style: none;
	display: inline;
    margin: 0; padding: 0 15px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
  }

#headline_right a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#headline_right a:hover {
	color: #ffe989;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#headline_right span {
	color: #ffe989;
	text-decoration: none;
	
}




#text_left {
	background-color: #ffe989;
	padding: 20px;
	vertical-align:top;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 20px;
}

#text_right {
	background-color: #ffe989;
	padding: 20px;
	vertical-align:top;
}

#menue a {
	text-decoration: none;
	color: #FFFFFF;
	
}

#menue a:hover, #menue:active, #menue span {
	color: #ffe989;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #333333;
}

h1 {
	 margin: 0; padding: 5px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 2px;
	background-image:url(../images/holz_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-size: 15px;
}