/* CSS-Datei für Sparkassen-Race - PopUps*/
@charset "UTF-8";
/* POP-UP*/
.popUp .number {padding-bottom: 10px;
float: left;
display: block;
padding-right: 3px;}
.popUp{
	font-size: 13px;
	display:none;
	position:absolute;
	top: 20px;
	z-index: 999;
	width:100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	text-align:center;
	/* Fallback for web browsers that doesn't support RGBa */
	background: -moz-linear-gradient(top,  rgba(42,42,42,0.7) 0%, rgba(42,42,42,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.7)), color-stop(100%,rgba(42,42,42,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,42,42,0.7) 0%,rgba(42,42,42,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,42,42,0.7) 0%,rgba(42,42,42,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,42,42,0.7) 0%,rgba(42,42,42,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,42,42,0.7) 0%,rgba(42,42,42,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32a2a2a', endColorstr='#b32a2a2a',GradientType=0 ); /* IE6-9 */

}
#impressumPopUp h1 {padding-bottom: 0px;}
.popUp p {line-height: 1.35em;}
.popUp div.popUpContainer{
	text-align: left;
	width: 629px;
	height: 531px;
	padding: 0px 62px 50px 80px;
	margin: 44px 0px 0px 162px;
	background: url("../images/desktop/Background_PopUp.png") top left no-repeat;
	overflow: hidden;
}

#incentivePopUp div.popUpContainer{
	margin: 150px auto;
	width: 240px; /*292*/
	padding: 25px 31px 32px 21px;
	height: 251px;
	background: url("../images/desktop/Background_PopUp_Incentive.png") top left no-repeat;
}

#incentivePopUp a.popUpCloseBtn{
	margin: 5px 10px 0 0;
}

#incentivePopUp .popUpContentPage{
	width: 100%;
	height: 236px;
}
#incentivePopUp .incentiv_0{
	background: url("../images/desktop/incentiv_1.jpg") center center no-repeat;
}
#incentivePopUp .incentiv_1{
	background: url("../images/desktop/incentiv_2.png") center center no-repeat;
}

.popUp div.popUpHeader{
	padding-top: 40px;
}

.popUp div.popUpHeader h1{
	padding-top: 20px;
	font-size: 28px;
}

.popUp a.popUpCloseBtn{
	float:right;
	margin: 43px 61px 0 0;
	width:15px;
	height: 15px;
	background: url("../images/desktop/closeBtn.gif") top left no-repeat;
}

.popUp p a, .popUp p a:hover{
	color: #FF0000;
	text-decoration:underline;
}


.popUp .pageContainer{
	overflow: hidden;
	width: 100%;
	padding-top: 24px;
	height: 398px;
}

.popUp .popUpContentPage{
	float:left;
	height: 500px;
	width: 100%;
}

.popUp .popUpContentPage .leftColumn, .popUp .popUpContentPage .rightColumn{
	float:left;
	width: 43%;
	
}
.popUp .popUpContentPage .rightColumn {margin-left: 38px;width: 44%;}
.popUp .popUpContentPage h1{
	font-size: 13px;
	padding-bottom: 18px;
}

.popUp .popUpContentPage p{
	font-size: 13px;
}

.popUp .popUpContentPage .leftColumn h1{
	padding:0 20px 18px 0;

}
.popUp .popUpContentPage .leftColumn p
{
	padding:0 0px 1px 0px;
}
.popUp .navigation{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 90%;
}

a.nextPageBtn, a.lastPageBtn{color: #000000;}
