

/* Entfernen aller Standardabstaende */

*{
	padding:0;
	margin:0;
}

body { font: 11px "Trebuchet MS", verdana, arial, sans-serif; background-color: #333333; text-align: center }

/* Allgemeine Formatierungen */

h2.teamsport { font-size: 14px; text-transform: uppercase; margin: 1em 0; padding-left: 8px; border-left: 5px solid #00008b }

h2.flock { font-size: 14px; line-height: 15px; text-transform: uppercase; margin: 1em 0; padding-left: 8px; border-left: 5px solid #ff4500 }

h2.sonstiges { font-size: 14px; line-height: 15px; text-transform: uppercase; margin: 1em 0; padding-left: 8px; border-left: 5px solid yellow }
/* Hauptcontainer */

#box{
	width:900px;
	margin:0 auto;  /* Zentrierung */
	text-align:center;
	background:#ddd;
	border:5px solid white;
	
}

/* Header */

#header{
	background:white;
	height:138px;
	color:black;
	line-height:70px;
	padding-left:0px;
	font-size:25px;
	text-transform:uppercase;
	text-align:left;
}
#header span{
	display:block;
	color:white;
	font-size:12px;
	text-transform:none;
	margin-top:-45px;   /* nach oben verschieben */
	font-weight:normal;
}

/* Navigation */

#navigation{
	list-style:none;
	width:900px;
	float:left;
	height:30px;
	background:#ff4500;
	font-weight:bold;
}
#navigation2{
	list-style:none;
	width:200px;
	float:right;
	height:25px;
	background:#ff4500;
	font-weight:bold;
}
#navigation li{
	float:left;
	font-weight:bold;
}
#navigation2 li{
	float:right;
	font-weight:bold;
}
ul.team { 
list-style-image: url(images/stern.png); 
padding-left:50px;
}

#navigation li a{
	display:block;
	height:30px;
	width:128px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	float:left;
	background:#ff4500;
	color:white;
}
#navigation li a:hover{
	background:white;
	color:darkblue;
	font-weight:bold;
}

#navigation2 li a{
	display:block;
	height:25px;
	width:200px;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	float:center;
	background:#ff4500;
	color:white;
}
#navigation2 li a:hover{
	background:white;
	color:darkblue;
	font-weight:bold;
}

/* Inhalt */

#inhalt { font-size: 12px; text-align: left; clear: left; padding: 10px 20px; width: 900px; min-height: 600px }

#impressum{
	padding:10px 20px;
	text-align:left;
	clear:left;
	min-height:600px;
	width:900px;
}

/* Footer */

#footer{
	width:900px;
	height:30px;
	line-height:30px;
	background:#ff4500;
	color:darkblue;
	text-align:center;
	font-weight:bold;
}
#footer span a{
	float:right;
	margin:-30px 10px 0 0;
	color:orange;
}
#footer span a:hover{
	color:white;
}
.fliesstext   { font: 11px "Trebuchet MS", verdana, arial, sans-serif; padding: 10px }
table.preise { font-weight: bold; font-size: 11px; font-family: "Trebuchet MS"; background-color: white }
. { }

