html {
   		height: 100%;
			overflow: hidden;
}
body {
			height: 100%;
			width: 100%;
			margin:0;
			padding:0;
			background: #8f8f8e;
			overflow: hidden;
}

#container{
			height: 100%;
			position: absolute;
			left:50%;
			margin-left: -490px;
			width:980px;
}

#head{
	background:#8f8f8e;
	height:40px;
  	width:980px;
}

#head a{
	text-decoration:none;
	color:#8f8f8e;
	font-size:11px;
	font-weight:bold;
}
#box{
	width:980px;
	background:#fefbe5;
	position:absolute;
	top:40px;
	bottom:40px;
}

#box_left{
	float:left;
	width:300px;
	background:#fefbe5;
	position:absolute;
	top:0px;
	bottom:0px;
}
#box_right{
	width:680px;
	background:#fefbe5;
	position:absolute;
	margin-left:300px;
	top:0px;
	bottom:0px;
}

#logo {
        background:#fefbe5 url(../images/logo.jpg) no-repeat;
        height:142px;
        width:300px;
        }

#nav {
        width:250px;
        padding-top:25px;
        background:#fefbe5;
		  color:#777777;
		  font-weight:bold;
		  font-size:12px;
		  position:absolute;
		  
}
#nav a{
	text-decoration: none;
	
}
#nav table{
	height:100%;
}

#nav td{
	padding-left:25px;
	padding-right:25px;
}
#nav td:hover{
	background:#fbefa6;
}
#nav .active{
	background:#fbefa6;
}
#buchen{
	width:200px;
	height:100px;
	background:white;
	position:absolute;
	bottom:0;
}
#buchen select{
	font-size:11px;
}

#bild {
        background:#fefbe5 url(../images/blume.jpg) no-repeat;
        height:177px;
        width:680px;
        }
#bildleiste {
        height:100px;
        width:680px;
		  padding-top:10px;
        }
#bildleiste img {
        border: 4px solid #FBEFA6;
        }
		  
#content {
		  position:absolute;
		  top:310px;
		  bottom:0;
        width: 640px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index:99;
		  padding:15px;
		  padding-left:20px;
        }
#content h1{
	background: #fbefa6;
	text-align:center;
}
#content_left{
	width:270px;
	float:left;
}
#content_right{
	width:330px;
	margin-left:300px;
}

#footer {
        clear:both;
        position:absolute;
        bottom: 10px;
        background:#fbefa6;
        height:20px;
        width:980px;
		  font-size:12px;
		  color:#676765;
		  font-weight:bold;
        }

