@charset "utf-8";
/* CSS Document */

body {background-image:url(images/sportprojekt_02.jpg);
background-repeat:repeat-x;
margin:0;
background-color:#76cfec;
}

#container {
	position:absolute;
	width:1000px;
}

#navicontainer
{width:1000px;
}

#navi {
	height:44px;
	width: 800px;
	float:left;

}
# language {
	width:200px;
	float:right;

}
#subnavi {
	height:44px;
	clear:both;
}

#content {
	width:1000px;
	background-color:#fcfaf3;
}

#newsbox {
	position:absolute;
	left:10px;
	top:300px;
	width:189px;
	height:100%;
	z-index:1;
}
