/*	CSS für sportpromotion
	sAn - srp 2007
	s.palacsik@jpberlin.de
*/

/*-----Ebene1/Hintergrund---------*/

body{
	font-family:Helvetica, "Arial Narrow", Tahoma, Verdana, Sans-serif;
	margin:0;
	padding:0;
	color:rgb(255,255,255);
	font-size: 0.9em;
	background-color:rgb(26,50,36);
	background-image:url(img/sixpack-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	
	min-height:800px;
	overflow:hidden !important;
	height:800px;
}
a:link {
	text-decoration:none;
	color:rgb(51,153,102);
	font-size: 12px;
} 
a:visited {
	text-decoration:none;
	color:rgb(51,153,102);
} 
a:hover {
	text-decoration:none;
	color:rgb(51,153,102);
} 
a:active {
	text-decoration:none;
	color:rgb(51,153,102);
} 
a:focus {
	text-decoration:none;
	color:#FFF;
}
h1 {
	font-size:1em;
	color:rgb(51,153,102);
}
.kopf {
	padding-left:1%;
	padding-top:1%;
}

.nav-oben{
	text-align:right;
	padding:5px;
	width: 90%;
	margin-left: 8%;
}

.nav-mitte{
	float:right;
	text-align:right;
	line-height:32px;
	height:450px;
	margin-top:48px; /*firefox: 36px*/
}

.nav-unten{
	text-align:right;
	line-height:32px;
	margin-top:82px;
	color: #FFF;
}

#weiss{
	color:rgb(255,255,255);
}
#charly{
	color:#66cc00;
}
#vino{
	color:#97004E;
}
#bowl{
	color:#00518A;
}
#tasch{
	color:#980012;
}


#navi-img{
	float:right;
	height:480px;	
}
.inhalt{
	width:43%;
	height:480px;
	float:right;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
.inhalt-aktuell{
	width:80%;
	height:480px;
	float:right;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
.fuss{
	clear:right;
	text-align:right;
	width:90%;
	position:static;
	z-index:1;
	margin-left: 8%;
	padding: 5;
}
.bild-ebene{
	width:37%;
	height:480px;
	float:right;
	background-color:#999999;
	color:rgb(0,0,0);
	position: relative;
}
.bild-ebene-tasch{
	width:37%;
	height:480px;
	float:right;
	background-color:#980012;
	color:rgb(0,0,0);
	position: relative;
}
.bild-ebene-bowl{
	width:37%;
	height:480px;
	float:right;
	background-color:#00518A;
	color:rgb(0,0,0);
	position: relative;
}
.bild-ebene-vino{
	width:37%;
	height:480px;
	float:right;
	background-color:#660033;
	color:rgb(0,0,0);
	position: relative;
}
.bild-ebene-charly{
	width:37%;
	height:480px;
	float:right;
	background-color:#33cc00;
	color:rgb(0,0,0);
	position: relative;
}
#img{
	display:block;
	text-align:center;
	padding-top: 20px;
}
#img-text{
	display:block;
	text-align:center;
	padding-top: 20px;
	font-size: 0.9em;
	line-height: 180%;
}
#info-ebene {
	position:relative;
	z-index:1;
	margin: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#logosize {
	border:none;
}
.nav-mitte .nav-unten p .nav-unten {
	color: #FFF;
}
.nav-mitte .nav-unten p a {
	color: #FFF;
}

