/* allgemein */
body {
	font				: 0.80em/1.4em Arial, Helvetica, sans-serif;
	color				: #000;
	margin				: 15px 0 0px 0;
	background			: #fff;/* to be changed in custom stylesheet */
}

a, a:link, a:visited {
	text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	/*font-size: 200%;*/
	font-size: 18px;
	padding: 40px 0 15px 0;/* to be changed in custom stylesheet */
}
h2, h3 {
	padding: 15px 0 15px 0 !important;
}

/* tables n forms */
.table_header {
	text-align:center !important;
}
button, submit {
	font-family: Arial;
	height:30px;
	line-height:25px;
	padding: 0px 10px;
	margin: 0 3px;
}
/*Formbuttons*/
.formButton, .formButtonBack, .formButtonCancel, .formButtonFinish, .formButtonClose {
	background: #E3EEF3 url(../img/RD_btnTypesGlobal.png) 100% 0 no-repeat;
	height: 22px;
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	color: #555;
	cursor:pointer;
	border: 1px solid #B1CBDA;
	-moz-border-radius: 1px 3px 3px 1px;
	-webkit-border-radius: 1px 3px 3px 1px;
	border-radius: 1px 3px 3px 1px;
	behavior: url(/js/RD_css3pie.htc);
	
	padding-bottom:4px;
}
.formButton {
	background-position: 100% -200px;
	/*padding: 0 25px 0 5px;*/
	padding-right:25px;
	padding-left:5px;
	behavior: url(/js/RD_css3pie.htc);
}
.formButtonBack {
	background-position: 0 -400px;
	/*padding: 0 5px 0 25px;*/
	padding-right:5px;
	padding-left:25px;
	behavior: url(/js/RD_css3pie.htc);
}
.formButtonCancel {
	background-position: 100% -500px;
	padding-right:25px;
	padding-left:5px;
	behavior: url(/js/RD_css3pie.htc);
}
.formButton:hover, .formButton:focus {
	color: #D8100B;
	background-position: 100% -250px;
}


.formButtonBack:hover, .formButtonBack:focus {
	color: #D8100B;
	background-position: 0 -400px;
}
.formButtonCancel:hover, .formButtonCancel:focus {
	color: #D8100B;
	background-position: 100% -500px;
}

	label {
		font-weight: normal;
		cursor:pointer;
		padding:0px 10px 5px 0px;
		line-height		: 150%;
		text-align:left;
	}
	
	label.legendStr {
		display			: block;
		font-weight		: bold;
		padding			: 5px 10px;
		margin-bottom:6px;
		line-height		: 150%;
		cursor:default;

	}
	select {
		cursor:pointer;
		vertical-align: middle;
		}
	input {
		cursor:text;
		vertical-align: middle;
	}

	input.inputstyle {
		font: inherit;
		font-weight: normal;
		padding:2px;
	}
	textarea {
		font: inherit;
		font-weight: normal;
	}


	.error {
		color: red;
	}
	

.TableHead1{
    font-size:150%;
	font-weight:bold;
}	

table.multi tbody tr:hover td, table.press tbody tr:hover th {
}	
table.multi td{
padding:4px;/**/
}

.TableHeadForm{
	position:reative;font-weight:bold;line-height:150%;padding:0 0 15px 0;
}
table.multi, table.multiDefault {
padding:4px;/**/
width:100%;
}

table.multi, table.multiDefault td {
	valign: top;
	text-align:left;
}
table.multiDefault td table{
	padding:4px;
}

/* regions */

#wrapper {
	width:100% !important;
	text-align:center;
}

#wrapper_inner {
	margin			: 0 auto;
	width			:950px;
}
#wrapper_inner, #wrapper_inner * {
	text-align:left !important;
}

#header, #main {
	margin:0;
	width:900px;
	padding:0 25px 20px 25px;
}
#footer {
	margin:0;
	width:900px;
	width:100%;
	padding: 0;
	text-align:center !important;
}


.border{
       border-top-width:3px;
       border-top-style:solid;
}

h1.optin {
	text-transform:uppercase;
	/*font-size: 200%;*/
	padding: 40px 0 0 0;
	width: 65%;
}

.copyright {
	font-size:90%;
}
.FirstHeader {
	font-size:150%;
	font-weight:bold;
}

.FrageHeader {
	font-size:150%;
	font-weight:bold;
}

.loginVoucher{
float:right; padding:24px; border:1px solid #CCC; margin: 33px 15px;
}
/* colors n fontclasses */

/**/

.blue {
	text-align:left;
}
.TxTRed {
	font-weight:bold;
}

.TxTOrange {
	font-weight:bold;
}

.TxTGreen {
	font-weight:bold;
}

.Bold {
	font-weight:bold;
}
/*------------------------------------------ */

.lightblue {
	font-weight:bold;
}

/* colors n fontclasses out of customstyles that are not custom*/
.lightblue {
	background-color:#fff;
}
.blue {
	border-top: 1px solid #9AB3BF;
}
.ared {
	color:#18598C;
}
.anorm {
	color:#000000;
}
.Rand {
	background-color:#73B1F1;
}
body.fragen {
	background-color:#FFFFFF;
}
.Headline {
	background-color:#FFFFFF;
}
.Header {
	background-color:#fFfFfF;
}
.TxTHeader {
	background-color:#6490DA;
	color:#CEEFFF;
}
.TxT {
	color:#000000;
}
.TxTRed {
	color:#F46F6F;
}
.TxTOrange {
	color:#EAC556;
}
.TxTGreen {
	color:#6FAEA3;
}
.darkgrey {
	background-color:#B2B6B4;
}
.cellmiddlegrey {
	background-color:#C0C0C0;
}
.grey {
	background-color:#ECECEC;
}
.celldarkgrey {                   /*FirstHeader*/
	background-color:#6490DA;
}
.cellgrey {
/*	background-color:#E5E5E5;*/
}
.contentsubline_cms {
	color:#000000;
}
.Fliesstext {
	color:#000000;
}
/* colors n fontclasses out of customstyles that are not custom*/
.lightblue {
	background-color:#fff;
}
.blue {
	border-top: 1px solid #9AB3BF;
}
.ared {
	color:#18598C;
}
.anorm {
	color:#000000;
}
.Rand {
	background-color:#73B1F1;
}
body.fragen {
	background-color:#FFFFFF;
}
.Headline {
	background-color:#FFFFFF;
}
.Header {
	background-color:#fFfFfF;
}
.TxTHeader {
	background-color:#6490DA;
	color:#CEEFFF;
}
.TxT {
	color:#000000;
}
.TxTRed {
	color:#F46F6F;
}
.TxTOrange {
	color:#EAC556;
}
.TxTGreen {
	color:#6FAEA3;
}
.darkgrey {
	background-color:#B2B6B4;
}
.cellmiddlegrey {
	background-color:#C0C0C0;
}
.grey {
	background-color:#ECECEC;
}
.celldarkgrey {                   /*FirstHeader*/
	background-color:#6490DA;
}
.cellgrey {
/*	background-color:#E5E5E5;*/
}
.contentsubline_cms {
	color:#000000;
}
.Fliesstext {
	color:#000000;
}
/*---------------------------------*/

.contentsubline_cms {
    font-size:90%;
	font-weight:normal;
	text-align:center;
	width:157px;
}


.Fliesstext{
    font-size:90%;
	font-weight:normal;
}
/* #### HELPER CLASSES */

br.clr, .clr {
	clear			: both;
	display			: block;
	font-size		: 1%;
	line-height		: 0;
}

.fLeft {
	float			: left;
}

.fRight {
	float			: right;
}

.smaller {
	font-size			: 90%;
}

.bigger {
	font-size			: 105%;
}

.hide
{
	display: none;
}

input.loginstyle {
	font-weight: normal;
	padding:2px;
	width:204px;
	background: #fffcf8;
	border : 1px solid #4F4C4C;
}
p.infobox {
	background-color: #F0F9FD;
	/* width: 420px; */
	padding: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.newsSection {
	padding-top: 30px;
}


label.loginstyle {
	margin:0;
	padding:0;
	text-wrap:none;
	cursor:default;
}

	.loginstyle td{
	width:330px;
	}
#Nutzungsbedingungen ul{
		list-style:inside;
	}

/*Teilnahmebedingungen*/

.smaller{font-size:85%;}
ul.popup{
	padding-left:24px;
}


#main .hint {
	border: 1px solid #cccccc;
	margin-right: 18px;
	margin-top: 10px;
	padding: 10px 0 10px 0;
}

.hintimg {
	float:left;
	margin: 0 10px 0 10px;
}

textarea.holidaycheck {
	display:block;
	background-color: #FFFFFF;
	background-image: url("../img/hd_check_textarea.jpg");
	background-position: 740px 85px !important;
	background-repeat: no-repeat !important;
	width: 870px;
	height: 120px;
	padding: 0 0 0 5px;
	margin-bottom: 20px;
}
.defaultText {
	color: #9e9e9e;
}

input.holidaycheck {
	border: 1px solid #4F4C4C;
	width: 380px;
}

td.hc-optin {
	padding-top: 14px !important;
	vertical-align: text-top;
}


/* BEGINN WINNER CMS */
.inner_winnertable {
	margin-top: 20px;
}

#pager {
	margin-top:20px;
	border-top: 1px solid #DFE0E5;
}

.inner_winnertable td.winner_img img {
	margin-left: 10px;	
}

.inner_winnertable td.winner_info {
	padding-left: 10px;	
}

.inner_winnertable td.winner_btn {
		padding-left: 10px;
}

.inner_winnertable td.winner_info strong {
	font-size:14px;
	padding-top: 10px;
}


.discription img {
	margin-bottom: 10px; 
}

#winnertable {
	margin-top: 40px;	
}

#footerNavi {
	width: 927px !important;
}
/* END WINNER CMS */
