BODY, A, P, DIV, LEGEND, LABEL, INPUT, SELECT, FORM, OL, UL, LI, H1, H2, H3, H4, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY, TD, P, DIV, LEGEND, LABEL, INPUT, FORM, SELECT, OL, UL, LI, H1, H2, H3, H4, TEXTAREA {
	color: #666666;
}

BODY {
	background:#ffffff;
	text-align: center;
}

.spacer{
	clear: both;
}


/*
***********************************************************************************************************
container container container container container container container container container container 
***********************************************************************************************************
*/

#frame {
	width: 748px;

	margin-right:auto;
	margin-left:auto;

	margin-top:22px;
	margin-bottom:22px;
	padding:0px;
	text-align:left;
	background:#ffffff;
	
	border-left: 1px solid #D9E0E8;
	border-right: 1px solid #D9E0E8;

}
html>body #frame {
	width:748px;
}

/*
***********************************************************************************************************
left left left left left left left left left left left left left left left left left left left left left 
***********************************************************************************************************
*/

#contentleft, #contentright{
	height: 520px;
	background-color:#ffffff;

	border-top: 1px solid #D9E0E8;
	width:199px;
	float: left;
}


/* allgemein
************************************************************************************************************/
#contentleft P, #contentleft DIV {
	padding-right: 15px;
	padding-left: 15px;
	color: #003366;
}


#contentleft DIV.head {
	height: 20px;
	background-color: #C2E0E0;
	border-bottom: 1px solid #D9E0E8;
}

#contentleft P.logo {
	margin-top: 42px;
	margin-bottom: 42px;
}


/*  formular styles
************************************************************************************************************/
#contentleft DIV.form {

	border-top: 1px solid #D9E0E8;
	background: #FF6600;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 40px;

}
.form FORM .forminput {
	/* ns4 hack (show not in ns4) */
	/*/*/	
	width: 128px;
	background: #FFE0CC;
	border-top: 1px solid #CC580A;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #CC580A;
	padding-left: 3px;
	padding-right: 3px;
	/* */
}
.form FORM .formsubmit {
	background: #FF6600;
	color: #ffffff;
	/* ns4 hack (show not in ns4) */
	/*/*/	
	border: 1px solid #ffffff;
	/* */
	font-size: 10px;
}


/* Navigations Styles 
************************************************************************************************************/
#contentleft P.nav {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
}

#contentleft P.nav A {
	color: #003366;
	text-decoration: none;
}

#contentleft P.nav A IMG {
	margin-left: 18px;
}

#contentleft P.nav A:hover {
	text-decoration: underline;
}
#contentleft P.nav A.active {
	text-decoration: underline;
}


#contentleft P.nav IMG {

}

/* Powered by
************************************************************************************************************/

#contentleft HR {
	border: 1px;
	height: 1px;
	border-top: 1px solid #C3DAE2;
}

#contentleft P.power {
	margin-top: 8px;
	margin-bottom: 12px;
}




/*
***********************************************************************************************************
center center center center center center center center center center center center center center center 
***********************************************************************************************************
*/

#contentcenter {
	height: 520px;
	background:#F2F5F7;

	width:348px;
	float:left;
	border-top: 1px solid #D9E0E8;
	border-left: 1px solid #D9E0E8;
	border-right: 1px solid #D9E0E8;
	
	/* ie 5.5/6 hack - but hide from ns4 */
	/*/*/	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:348px;
	/* */
}
html>body #contentcenter {
	width:348px;
}



/* allgemein
************************************************************************************************************/
#contentcenter P, #contentcenter DIV, #contentcenter H1, #contentcenter H2 {
	padding-left: 20px;
	padding-right: 10px;
}

#contentcenter A, #contentcenter A:visited, #contentcenter A:active {
	color:#FF6600;
	text-decoration: none;
}
#contentcenter A:hover {
	text-decoration: underline;
}

#contentcenter H1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
#contentcenter H2 {
	font-weight: normal;
	color: #000000;
}


#contentcenter DIV.head {
	height: 20px;
	background: #99CCCC;
	border-bottom: 1px solid #D9E0E8;
}
#contentcenter DIV.head P {
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	padding-top: 2px;

}


#contentcenter P.sammelheft {
	margin-top: 13px;
	margin-bottom: 35px;
}




/* forms
************************************************************************************************************/

/* ns4 hack (show not in ns4) */
/*/*/	

#contentcenter INPUT.textfield {
	background: white;

	border: 1px solid #D9E0E8;
	padding: 2px;
	width: 200px;
}

#contentcenter SELECT {
	background: white;
	border: 1px solid #D9E0E8;
	width: 206px;
}

#contentcenter LABEL {
	float:left;
	width:25%;

	margin-right: 5px;
}


#contentcenter INPUT.button {
	background: #ff6600;
	color: #ffffff;
	border: 1px solid #ffffff;	
	padding: 0px;
}
/* */

/* tabellen
************************************************************************************************************/

#contentcenter TABLE {
	border-top: 1px solid #D9E0E8;
	border-left: 1px solid #D9E0E8;
}

#contentcenter TD {
	border-bottom: 1px solid #D9E0E8;
	border-right: 1px solid #D9E0E8;
	padding: 2px;
}

#contentcenter TR.headline {
	background: #D9E0E8;
	font-weight: bold;
}
#contentcenter TR.row1 TD {
	background: #FBFCFD;
}
#contentcenter TR.row2 TD {
	background: #ECEFF3;
}



/*
***********************************************************************************************************
right right right right right right right right right right right right right right right right right right
***********************************************************************************************************
*/

#contentright {
}

#contentright DIV.head {
	height: 20px;
	background: #A3D1D1;
	padding: 0;
	border-bottom: 1px solid #D9E0E8;
}
#contentright DIV.head .box {
	padding: 0;
	margin: 0;
	width: 19px;
	height: 20px;
	border-left: 1px solid #D9E0E8;
	float: right;
}
#contentright DIV.head .b02 {	background: #ADD6D6;}
#contentright DIV.head .b03 {	background: #B7DBDB;}
#contentright DIV.head .b04 {	background: #C2E0E0;}
#contentright DIV.head .b05 {	background: #CCE5E5;}
#contentright DIV.head .b06 {	background: #D6EBEB;}
#contentright DIV.head .b07 {	background: #E0F0F0;}
#contentright DIV.head .b08 {	background: #EBF5F5;}
#contentright DIV.head .b09 {	background: #F5FAFA;}
#contentright DIV.head .b10 {	background: #FAFCFC;}



#contentright P, #contentright DIV, #contentright H1, #contentright H2 {
	padding-left: 10px;
	padding-right: 5px;

}


#contentright P.jackpot {
	background: #FF6600;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
#contentright P.jackpot IMG {
	padding-bottom: 5px;
}


#contentright P SPAN {
/* ns4 hack (show not in ns4) */
/*/*/
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #FF6600;
	background: #ffffff;
	color: #000000;
/* */
}



#contentright A, #contentright A:visited, #contentright A:active {
	color:#FF6600;
	text-decoration: none;
}
#contentright A:hover {
	text-decoration: underline;
}

#contentright H1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
#contentright H2 {
	font-weight: normal;
	color: #000000;
}


#contentright DIV.head {
	height: 20px;
	background: #99CCCC;
	border-bottom: 1px solid #D9E0E8;
}
#contentright DIV.head P {
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	padding-top: 2px;

}

	
/*
***********************************************************************************************************
foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot foot 
***********************************************************************************************************
*/		

#foot {
	background:#99CCCC;
	height: 20px;
	border-top: 1px solid #D9E0E8;
	border-bottom: 1px solid #D9E0E8;
}

#foot DIV.nav {
	text-align: center;	
	margin-left: 15px;
	width: 695px;
	font-size: 9px;
	padding-top:2px;
	float: left;
	color: #ffffff;
}
#foot DIV.nav A {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
#foot DIV.nav A:hover {
	text-decoration: underline;
}


#foot DIV.box {
	background: #FF6600;
	width: 19px;
	height: 20px;
	border-left: 1px solid #D9E0E8;
	float: right;
}