/* CSS Document */

html, body {
	position:relative;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:arial;
	background-image:url(../gfx/body-back.jpg);
	background-repeat:repeat-y;
	background-color:#C5D1F6;
	width:1020px;
	height:100%;
}

.cont {
	position:relative;
	width:100px;
	height:100%;
}

.header {
	position:absolute;
	width:1000px;
	height:290px;
	background-image:url(../gfx/header.jpg);
	left:0;
	top:0;
}

/****** MAIN **********/
.main {
	position:relative;
	width:1000px;
	min-height:100%;
	
}
*html .main {height:100%;}
.main-top {
	position:relative;
	height:270px;
	width:1000px;
}
.main-content-left {
	position:relative;
	float:left;
	width:620px;
	margin-left:200px;
}
.main-content-right {
	position:relative;
	float:left;
	margin-left:10px;
	padding-right:10px;
	width:160px;
}
.flend {
	clear:both;
}
.main img {
	border:none;
}

/******** logos ********/
.weltcup {
	position:absolute;
	left:20px;
	top:290px;
}
.ipc {
	position:relative;
	margin:0;
	padding:0;
	
	
}


/******** navi **********/
.navbox {
	position:absolute;
	width:180px;
	left:0;
	top:450px;
/*	background-image:url(../gfx/stern-left2.jpg);
	background-repeat:no-repeat;*/
}

/****** footer ********/
.footer {
	position:relative;
	clear:both;
	margin:-100px auto 0 0;
	width:1000px;
	height:100px;
	background-image:url(../gfx/footer.jpg);
}	
/********* aktuelles *******/

.flock-right{
	position:relative;
	margin-left:20px;
	}
.flock-left{
	position:relative;
	width:164px;
	height:89px;
	background-image:url(../gfx/stern-left4.jpg);
	
	}
.aktuelles {
	margin-left:10px;
}
	


