/* Layout */
<!--
@font-face {
 font-family: arialRounded;
 font-style:normal;
 font-weight: 600;
 src: url("../ttf/arialRounded.eot") /* EOT file for IE */
}
@font-face {
 font-family: arialRounded;
 font-style:normal;
font-weight: 700;
 src: url("../ttf/arialRounded.ttf") /* TTF file for CSS3 browsers */
}

-->


html {
	height:100%;
 	margin:0px;
 	padding:0px;
} 

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #0e1d3e;
 	font-size: 80%;
	padding:0px;
	margin:0px;
	background-image: url('../img/bg_body.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffe797;
}

div {
 	margin:0px;
 	padding:0px;
}

br.clear {
 	margin:0px;
 	padding:0px;
 	clear: both;
}

#outer {
	width: 960px;
 	margin: 0px auto;
}

#contentContainer {
	width: 680px;
	float: left;
	margin-top: 36px;
}

#scrumColumn {
	width:250px;
	float: right;
}

.scrumBox {
	margin-bottom: 25px;
	padding-top:9px;
}

#content, #wheelOfFortune {
	padding:20px; 
	width:640px; 
	clear:both;
}


#logo {
	float:left;
	margin-left: 15px;
	margin-top: 15px;
}

#navigation {
	float: right;
	color: #fff;
	font-size:130%;
	margin-top:10px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	font-size: 85%;
}

/* Runde Ecken */
#content, #content .sb-inner, #prices, #prices .sb-inner, #sunNews, #sunNews .sb-inner, #login, #login .sb-inner,  #wheelOfFortune, #wheelOfFortune .sb-inner , #newsTicker, #newsTicker .sb-inner{ 
	background-color:#ffe280; 
}

#sponsor, #sponsor .sb-inner {
	background-color: #fff;
}

#partners, #partners .sb-inner {
	background-color:#fff; 
}

#content .sb-border, #prices .sb-border, #sunNews .sb-border, #login .sb-border, #partners .sb-border, #wheelOfFortune .sb-border, #sponsor .sb-border, #newsTicker .sb-border{ 
	background-color:#fff; 
}

#wheelOfFortune {
	height:800px; !important
	width: 640px; !important
}

#newsTicker {
	padding: 15px;
	height:60px;
}

#newsTicker a {
	font-weight: normal;
}

.scrumBox h2, #contentContainer h2 {
	font-family: arialRounded;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 5px;
	margin-left:15px;
}

#contentContainer h2 { 
	margin-top:25px;
	margin-left:15px;
}

.scrumContent {
	min-height: 100px;
	min-width: 200px;
}

.priceImage {
	width:240px;
	height:80px;
	padding-top:155px;
	background-image:url(../img/dummyWin.png);
	background-position:20px 20px;
	background-repeat: no-repeat;
	margin-left:6px;
}

.priceLabel {
	background-color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#sunNews {
	padding: 15px 25px;
}

#sponsorLogo {
	display:block;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Formular */

input.txtfield {
	background-color: #FFE280;
	border: 1px solid #fff;
}

.btn {
	border: 1px solid #fff;
	color: #0e1d3e;
	font-size: 85%;
	margin-top:5px;
}

.btn_action {
	background-color: #fff;
}

.btn_function {
	background-color: #FFE280;
	width:115px;
}

#ContactForm .btn_action {
	margin-left:278px;
}

#LoginForm .btn_action {
	margin-left:214px;
}

#RegisterForm .btn_action {
	margin-left:325px;
}

#LoggedInBox {
	padding: 15px;
}
#LoggedInBox p {
	line-height:2.0em;
}

#LoggedInBox .btn_function {
	width: auto;
	margin-right: 60px;
}

#EditProfileForm {
	padding: 15px;
}

#EditProfileForm .textMedium {
	width: 210px;
}

#EditProfileForm .btn_function {
	width: auto;
	margin-right: 70px;
}

#changerPW a {
	font-size: 85%;
}

#loginForm {
	padding-top:20px;
	padding-left: 20px;
}

#loginForm input.txtfield, #wlpeResetForm input.txtfield, #wlpeActivateForm input.txtfield {
	width: 110px;
	font-size: 85%;
	margin-bottom:5px;
}

#loginForm label, #wlpeResetForm label, #wlpeActivateForm label {
	width: 90px;
	text-align:right;
	display:block;
	float:left;
	font-size: 85%;
	padding-right:5px;
}

#loginForm select, #wlpeStayLoggedIn, #RegisterForm #salutation {
	border: 1px solid #fff;
	background-color: #FFE280;
	width: 112px;
	font-size: 85%;
}

#LoginForm #wlpeStayLoggedIn {
	width:252px;
}

.wlpeMessage {
	padding: 15px;
	padding-bottom: 0px;
}

#loginForm .btn_action {

	width:70px;
	float:right;
	margin-right:23px;
	width:70px;
}

img.hl {
	display:block;
	margin: 0px auto;
	margin-bottom:10px;
}

img.lg {
	display:block;
	margin: 0px auto;
	margin-bottom: 25px;
}

#partners hr {
	clear:both;
	margin-bottom:25px;
	margin-top: 25px;
}

#partners img.right, #partners img.left {
	margin-bottom: 25px;
}

.wheel {
	margin-bottom:-200px;
	margin-left:-20px;
	margin-top:-30px;
}

.product {
	clear:both;
	margin-bottom: 25px;
}

.sponsor {
	width: 140px;
	float:right;
	text-align:right;
	margin-right: 40px;
	margin-top: 20px;
}

.sponsorLogo {
	width:74px;
	height:62px;
	background-image: url('../img/bg_cube74.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:12px;
	padding-left:0px;
	text-align:center;
	vertical-align: center;
	float:right;
}

.sb .productImage {
	width:117px;
	height:115px;
	background-image: url('../img/bg_cube120.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:5px;
	text-align:center;
	vertical-align: center;
	float:left;
	margin-right:20px;
	position:relative;
	z-index: 10;
}

input.text {
	border: 1px solid #fff;
	font-size: 90%;
	padding-left: 2px;
	background-color: #FFE280;
}

input.textMedium {
	width: 250px;
}

textarea {
	border: 1px solid #fff;
	font-size: 90%;
	background-color: #FFE280;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#ContactForm textarea {
	width: 400px;
}


fieldset {
	border: 1px solid #fff;
	padding-top: 15px;
	padding-left: 15px;
}

legend {
	font-weight:bold;
	font-size: 90%;
}

a.feedLink:visited, a.feedLink:active, a.feedLink:hover, a.feedLink:link {
	font-weight: normal;
}

label {
	font-size: 85%;
	display:block;
	float:left;
	width: 150px;
	text-align:left;
}

.infoField {
	width: 200px;
	float:right;
}

.errors {
	background-color:#FFEFEF;
	border:1px solid #FF0000;
	color:#FF000l0;
	font-size:85%;
	line-height:1.5em;
	padding:10px;
}

#prizepanel {
	width: 280px;
	height: 172px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#rad {
	margin-left: -30px;
}

#sponsor a img {
	position: relative;
	margin: 0px auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#partners img {
	position: relative;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
}

.sb .copyArea {
	width: 300px;
	height: 100px;
	float:right;
	font-size: 8px;
	font-family: Courier New;
	position: relative;
	z-index: 15;
}

#RecommendForm textarea {
	width: 400px;
}

#wlpeResetCancelButton {
	width: auto;
	float: left;
	margin-bottom: 5px;
}

#wlpeResetButton, #wlpeActivateButton {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

#wlpeResetFieldset, #wlpeResetButtonFieldset, #wlpeActivateFieldset, #wlpeActivateButtonFieldset {
	margin: 0px;
	auto: 0px;
	border: 0px;
	
}

