* {
	margin: 0px;
	padding:0px;
}
html, body {
	height: 100%;
}
body {
	background-image:url(/images/shuttlecup/bg_blau_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cdddec;
	font-family:Arial, Helvetica, sans-serif;
}
#seite {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width:950px;
	background-color:#FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	background-image:url(/images/shuttlecup/bg_linie.gif);
	background-repeat:repeat-x;
	background-position: top;
	position:relative;
}
#kopf {
	width: 950px;
	height: 140px;
}
#logo {
	height: 98px;
	width:270px;
	/*background-image:url(/adminall2/images/shuttlecup/Logo_ShuttleCup.gif);
	background-repeat:no-repeat;
	background-position: 30px 42px;*/
	padding: 42px 0px 0px 30px;
	display: inline;
	float:left;
}
#claim {
	height: 140px;
	width:650px;
	background-image:url(/images/shuttlecup/kopfzeile.gif);
	background-repeat:no-repeat;
	background-position: right 63px;
	display: inline;
	float:left;
}
#bildbalken {
	height: 190px;
	width: 950px;
}
#bild {
	height: 190px;
	width: 190pxpx;
	display:inline;
	float:left;
}
#bildtrenner {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 950px;
	height: 190px;
}
#inhalt {
	width: 950px;
	background-image:url(/images/shuttlecup/bg_inhalt.gif);
	background-repeat:repeat-x;
	background-position: top;
	padding-top: 35px;
}
#inhaltlinks {
	display: inline;
	float: left;
	width: 190px;
}
#inhaltmitte {
	display: inline;
	float: left;
	width: 500px;
	padding: 0px 45px 0px 25px;
}
#inhaltrechts {
	display: inline;
	float: left;
	width: 190px;
	padding-top: 0px;
}
#fuss {
	width: 950px;
	height: 40px;
	text-align:center;
	color:#999999;
	font-size:11px;
	margin-top: 100px;
}
#fuss a:link,
#fuss a:hover,
#fuss a:visited {
	color:#999999;
	text-decoration:none;
}
.clearer {
	clear:both;
	height:1px;
	width:1px;
	background-color:#FFFFFF;
	visibility:hidden;
	font-size:1px;
}
/*
 *********************************************************** WERBUNG ***************/
 
#banner {
	width: 160px;
	height: 600px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 140px;
	right: -175px; 
	display: inline;
	float:left;
 }