/* Standard-HTML ueberschreiben */
html {															/* vertikale Scrollbar für alle Gecko-Browser erzwingen */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 100%;
	margin: 0px;
	}
h1 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #fff;
	background: #ffcc00;
	padding: 2px 0px 2px 10px;
	border-bottom: 2px solid #fff;
	border-top: 10px solid #fff;
	}
h2 {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
	}
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
p {
	padding: 0 8px 14px 10px;	
	}
form {
	margin: 0px;
	}
#contentMiddle form {
	padding: 0px 10px 0px 10px;
	}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 1px 2px 2px 2px;
	}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
table {
	width: 100%;
	}
th {
	font-size: 10.5px;
	font-weight: bold;
	color: #000000;
}
td {
	height: 18px;
	}
td.small {
	width: 110px;
	font-size: 9px;
	}
div.break {
	clear: both;
	}
img.ribbon1 {
	width: 16px;
	height: 16px;
	}
img.ribbon1[class] {
	background: url(/default/pics/icons/medal_gold_3.png) no-repeat;
	}
img.ribbon2 {
	width: 16px;
	height: 16px;
	}
img.ribbon2[class] {
	background: url(/default/pics/icons/medal_silver_3.png) no-repeat;
	}
img.ribbon3 {
	width: 16px;
	height: 16px;
	}
img.ribbon3[class] {
	background: url(/default/pics/icons/medal_bronze_3.png) no-repeat;
	}
/* projektspezifisches layout */
#siteContainer {
	position: relative;
	width: 770px;
	}
#headContainer {
	position: relative;
	width: 770px;
	height: 136px;
	margin-bottom: 7px;
	}
#leftContainer {
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-bottom: 4px;										/* Abstand zum Footer, da IE Probleme wegen floating hat */
	}
#centerContainer {
	margin-bottom: 0px;										/* Abstand zum Footer, da IE Probleme wegen floating hat */
	float: left;
	width: 585px;
	margin-left: 10px;
	margin-bottom: 4px;
	}	
#footContainer {
	border-top: 1px solid #9DAAB7;
	padding: 0px 0px 0px 10px;
	}
.footer, a.impressum {
	font-size: 10px;
	color: #003D77;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footerSpace{
	height: 33px;
	}

/* inhalt */
#logo{
	position: absolute; left: 6px; top: 6px;
	cursor: pointer;
	width: 65px;
	height: 16px;
	background: url(/swr1/pics/logo.gif) no-repeat;	
	}
#date {
	position: absolute; left: 91px; top: 10px;
	}
#headline {
	position: absolute; left: 5px; top: 28px;
	width: 765px;
	height: 105px;
	cursor: pointer;
	background: url(/swr1/pics/header/header2.jpg) no-repeat;
	}
#statusBarBorderLeft {	position:absolute; left:0px; top:0px;  width:6px; 	height:21px; background-image: url("../pics/header/subheadingLeftBorder.gif"); }
#statusBarMiddle	 {	position:absolute; top:0px; left:6px;  width:778px; height:21px; background-color: #95AAB9;	color:#FFFFFF; font-size: 9px; }
#statusBarMiddleText {	position:absolute; left:3px; top:4px; }
#statusBarBorderRight{	position:absolute; top:0px; left:784px; width:6px;	height:21px; background-image: url("../pics/header/subheadingRightBorder.gif"); }

#yourScore{	
	margin-bottom: 1px;										/* Abstand zum Footer, da IE Probleme wegen floating hat */
	margin-left: 0px;
	float: left;
	width: 188px;
	left: 598px;
	top:143px;
	width:186px;
	height:100px;
	background-color: #CAE2F2;
	}
#yourScorePic{
	position:absolute;
	left:5px;
	top:5px;
	width:88;
	height:32px;
	}
#loginStatus {
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	background: #fff;
	border: 1px solid gray;
	}
#loginStatusContent {
	padding: 3px;
	text-align: center;
	font-size: 10px;
	}
#content {
	margin: 0px;
	background-color: #FFFFFF;	
	}
#contentTop {
	padding: 5px 0px 0px 5px;
	}
#contentMiddle {
	background: #FFE88C;
	padding-bottom:12px;
/* Min Height IE HACK */
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	}
#contentMiddleStart {
	background: #FFE88C;
	/* Min Height IE HACK */	
	min-height:400px;
	height:auto !important;
	height:400px;  /*für den IE */
	position: relative;
	}
#startPageSpace{
	float: left;
	background-color: yellow;	
	margin-top: 4px;
	height: 100%;
	width: 100%;
	}
table.tableLook {
	width: 97%;
	}
.tableLook .tippable{
	font-weight: bold;
	}

table .tippable{
	font-weight: bold;
	}
.tableLook .notTippable {
	color: #777777;
	}
table.tableLook th {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #fff;
	background: #ffcc00;
	padding: 2px 4px 2px 4px;
	border-bottom: 2px solid #fff;
	}
table.tableLook td {
	height: 22px;
	padding-left: 4px;
	padding-right: 4px;
	}
#contentBottom {
	padding: 3px 0px 3px 7px;
	background-color: #EBF5FC;
	border-top: 1px solid gray;
	}
.moduleTop {
	text-align: left;
	}
#nostatus {
	height: 35px;
	padding: 4px 10px 0px 10px;
	background-color: #003D77;
	margin-top: 0px;
	color: white;
	line-height: 15px;
	}
#positionbox {
	background-color: #003D77;
	position: relative;
	color: white;
	height: 120px;
	width: 120px;
	float:left;
	margin-right: 4px;
	}
#userimage {
	background-color: #FFCC00;
	height: 120px;
	width: 120px;
	float:left;
	}
#userinfo{
	background-color: #FFCC00;
	color: white;
	font-size: 11px;
	height: 120px;
	width: 341px;
	float:left;
	}
.userinfotext{
	color: white;	
	}
#userinfotext{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;	
	}
.statusBoxText {
	color: #fff;
	}
#Werbung {
	margin-top: 4px;
	}
#loginStatusRight{
	margin-top: 10px;
	color: #016FAC;
	}
.loginStatusRightName{
	font-size: 14px;
	font-weight: bold;
	}
.activeTableBrowserSite {
	color: #f00;
	}

/* Inhalt der Startseite */
.bannerBarLeft {
	width: 320px;
	float: left;	
	}	
.bannerBarRight {
	width: 205px;
	margin-left: 13px;
	float: left;
	}
.bannerLeft {
	margin-top: 10px;
	}
.bannerRight {
	float: left;
	margin-left: 4px;
	width: 224px;
	height: 160px;
	}
#winnerContent{
	padding: 0px 21px 10px 21px;
	text-align: left;
	margin-top: 15px;
	}
#tipkingUser {
	float:left;
	height: 160px;
	width: 315px;
	background-color: #FFE88C;	
	border-right:10px solid white;
	}
#tipkingCommunity {
	float:left;
	height: 160px;
	width: 315px;
	background-color: #FFE88C;	
	border-right:10px solid white;
	}
#tipkingContentUser {
	padding: 0px 21px 0px 21px;
	text-align: left;
	margin-top: 15px;
	}
#tipkingContentCommunity {
	padding: 0px 21px 0px 21px;
	text-align: left;
	margin-top: 15px;
	}
#top5User {
	float: left;		
	width: 260px;
	height: 160px;
	background-color: #FFE88C;
}
#top5Community {
	float: left;		
	width: 260px;
	height: 160px;
	background-color: #FFE88C;
}
#top5ContentUser {
	padding: 0px 0px 0px 0px;		
	margin-top: 15px;
	}
#top5ContentCommunity {
	padding: 0px 0px 0px 0px;		
	margin-top: 15px;
	}
#forumNews {
	width:100%;
	background-color: #FFE88C;
	}
#forumNewsContent {
	padding: 0px 21px 0px 21px;
	text-align: left;
	margin-top: 15px;
	margin-bottom:15px;		
	}
#lastUsers {
	width:100%;
	background-color: #FFE88C;
}
#inviteFriends {
	width:100%;
	background-color: #FFE88C;
	}
#inviteFriendsContent {
	padding: 0px;
	text-align: left;
	}
#bannerInvite {
	cursor: pointer;
	}
#bannerInviteContent {
	padding: 3px;
	}	
#bannerEuro2008 {
	cursor: pointer;
	}
#bannerEuro2008Content {
	padding: 3px;
	}
#pollingResult {
	width:100%;
	background-color: #FFE88C;
	}
#pollingResultContent {
	padding: 0px 21px 15px 21px;
	margin-top: 15px;
	margin-bottom:15px;	
	}
.pollTextAnswer:hover{
	cursor: pointer;
	}
.pollingResultTableBig {
	width: 318px;			/* MUST BE SET TO CORRECT VALUE */
	}
.pollingResultTableSmall {
	width: 203px;			/* MUST BE SET TO CORRECT VALUE */
	}
#polling {
	width:100%;
	background-color: #FFE88C;
	}
#pollingContent {
	padding: 0px 21px 15px 21px;
	}
.pollingPercentBar {
	background-color: #FFCC00;
	}
.uneven {
	background-color: #FFF7BD;
	}
span.small {
	padding-left: 10px;
	font-size: 11px;
	}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weigth: bold;
	color: #FF0000;
	padding-left: 10px;
	}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: green;
	}
.rankingBlack{
	width: 70px;
	color: #016FAC;
	font-size: 14px;
	font-weight: bold;
	}
.rankingRed{
	color: #016FAC;
	font-size: 14px;
	font-weight: bold;
	}
.tipbutton{
	margin-top: 12px;	
	}
.loginBoxInput{
	border:1px solid #ABC8B4;
	width: 90px;
	}
.FootNode {
	padding-left: 10px;
	font-size: 9px;
	color: #000000;
	}
.win {
	width: 215px;
	height: 576px;
	}
.win[class] {
	background: url(/swr1/pics/prices/price.png) no-repeat;
	}
#map{
	width: 100%;
	height: 600px;
	}
/* SWR1 Bundesliga Entwicklung */

#tabberContainer{
	float:left;
	width: 100%;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 8px;
	border-top: 10px solid #fff;	
	}
.tabbuttonOn{
	background-color: #FFCC00;
	color: white;
	font-size: 12px;
	font-weight:bold;
	height: 17px;
	float: left;
	border: 2px solid #FFCC00;
	}
.tabbuttonOff{
	color: #003D77;	
	background-color: #FFF7BD;
	font-size: 12px;
	font-weight:bold;
	height: 17px;
	float: left;
	border: 2px solid #FFCC00;
	}
.tabbuttonOff:hover{
	cursor: pointer;	
	}
.tabContent {
	display:none;
	float: left;
	width: 100%;
	background-color: #FFE88C;
	}
#rankingFilter{
	float: left;
	width: 100%;
	}
.pager{
	float: left;
	clear: left;
	padding-top: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	}
.tipperContainer{
	position: relative;
	background-color: #FFF7BD;
	background-image: url("/swr1/pics/ranking/bg_ranking_tipper.gif");
	width: 284px;
	height: 141px;		
	float:left;
	margin-left:5px;
	margin-top: 1px;
	}
.tipperInfoContainer{
	width: 264px;
	height: 120px;
	margin-left: 10px;
	margin-top: 10px;
	z-index: 8;
	}
.tipperPosition{
	background-color: #003D77;
	height: 24px;
	width: 24px;
	text-align: center;
	z-index: 10;
	left: 2px;
	top: 2px;
	position: absolute;	
	}
.tipperPositionNumber{
	font-size: 10px;
	font-weight: bold;
	color: white;
	z-index: 7;
	}
.promiTipperContainer{
	background-color: #FFF7BD;	
	position: relative;
	width: 573px;
	margin-left:5px;
	}
.promiTipperInfoContainer{
	padding-left: 10px;
	padding-top: 10px;
	background: url(/swr1/pics/ranking/bg_promi_tipper_middle.gif) repeat-y;	
	z-index: 8;
	}
.promiTipperPosition{
	background-color: #003D77;
	height: 24px;
	width: 91px;
	text-align: center;
	z-index: 10;
	left: 2px;
	top: 2px;
	position: absolute;	
	}
.promiTipperPositionNumber{
	font-size: 10px;
	font-weight: bold;
	color: white;
	z-index: 7;	
	margin-top:5px;
	}
.tipperImage{
	width: 120px;
	height: 120px;
	z-index: 9;
	}
.tipperInfoText{
	padding-left: 7px;	
	}
.promiTipperInfoText{
	padding-left: 7px;
	padding-left: 14px;		
	}	
.headerInfoContainer{
	height:80px;	
	}
.userName{
	margin-left:140px;
	margin-top: 12px;
	position: absolute;
	}
a.newsEntryBrowser{color: #003D77;}
a:active.newsEntryBrowser{color: #003D77;}
a:hover.newsEntryBrowser{color: #003D77;}
a:visited:hover.newsEntryBrowser{color: #003D77;}
a:visited.newsEntryBrowser{color: #003D77;}
