#main {
	width:1000px;
	background-color: #86B416;
}

#center{
	position: relative;
	width: 816px;
	margin: auto;
}	

#gruenen_logo {
	position: absolute;
	top:29px;
	margin-left:666px;
}
		
#box {
	position: absolute;
	top:191px;
	margin-left:0px;
	padding-bottom: 21px;
}

#box_content {
	background-color:#fff;
	padding: 13px 29px 35px 25px;
	width: 760px;
}

#content{
	background-color:#fff;
	width:540px;
	float: right;
/* 	margin-top:67px; */
	margin-top:83px;
}

#left_bar{
	background-color:#fff;
	width: 175px;
	float: left;
}

#white_box{
	background-color: #fff;
}

#image_story{
	width: 104px;
	height: 54px;
	position: absolute;
	top:0px;
	left: 0px;
	padding: 8px;
}

#image_story_bg{
	width: 104px;
	height: 38px;
	filter:alpha(opacity=45); /* IE */
	opacity:0.45; /* allgemein */
	-moz-opacity:0.45; /* Mozilla */
	-khtml-opacity:0.45; /* KTHML */
	-opera-opacity:0.45; /* Opera */
	background-color: #515050;
	position: absolute;
	top:0px;
	left: 0px;
}

#menu{
	position: absolute;
	height: 97px;
	width: 560px;
	margin-left: 216px;
/* 	top: -54px; */
	top: -30px;
}

#languages{
	margin-left: 764px;
	margin-top: -15px;
	position: absolute;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}