html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}

body{
	background-image:url(../images/bg_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	color:#FFF;
}
				
a{
	color:#FFF;
	text-decoration:none;
}
#wrapper{			
	width:1200px;
	margin:0 auto;
}
/* FLAGS */	
#flags{
	text-align:right;
	}

#flags a img{
	border: 0;
	margin-left:5px;
	margin-top: 15px;
	}

/* HEADER */			
#header{
	height:540px;
	}

/* NAVIGATION 	*/
#nav {
	/*background-color:#CF0;*/
}


/* CONTENT */				
#content{		
	overflow:hidden;
	width:1200px; 
	height:1500px;
}
		
.contentbox-wrapper{
	position:relative; 
	left:0; 
	width:50000px; 
	height:100%;
}
		
.contentbox{
	width:1200px; 
	height:100%; 
	float:left; 
	margin-right: 1px; /*Abstand zwischen den Boxen */
}

/* FOOTER */	
#footer{
	width:1200px; 
	height:250px;
	margin: 0;
	text-align:center;
}

#bgfooter {
	position:relative;
	left:0px;
	top:0px;
	width:1200px;
	height:250px;
}

#legals{
	position:absolute;
	left:0px;
	top:150px;
	width:1200px;
}

