.content
{
font-family: Arial,Tahoma,Geneva,sans-serif;
font-weight: normal;
font-size: 11px;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
overflow: auto;
text-align: left;
}



.indexBody
{
background-color: #b0b0b0;
background-image: url(../images/2001/background.jpg);
background-repeat: x-repeat;
background-position: center top;
color: #000;
font: bold 11px Arial;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
}

.mainBody h2
{
color: #000;
font-family: Arial,Tahoma,Geneva,sans-serif;
font-size: 15px;
}

.iframe
{
background-color: #ffffff;
font-family: Arial,Tahoma,Geneva,sans-serif;
}

.mainBody {
    background-color: #ffffff;
    font-family : Arial, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color : #000;
    margin: 20px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
    text-align: left;
font-size: 12px;
}


#form
{
font-family: Arial,Tahoma,Geneva,sans-serif;
font-size: 12px;
}

/**
* Question table
*/
.questionTable
{
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
font-family: Arial,Tahoma,Geneva,sans-serif;
font-size: 13px;
}

.questionTable th
{
background-color: #e1e3e5;
color: #000000;
border: 1px solid #e1e3e5;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
}

.questionTable td
{
padding: 0px 3px 0px 3px;
}

.questionTable a
{
color: #072a8b;
text-decoration: none;
font-weight:bold;
}

/**
* Sub question table
*/
.subQuestions
{
display: none;
position: relative;
width: 100%;
z-index: 0;
}

.bannerDiv
{
color: #000;
font-family: Arial,Tahoma,Geneva,sans-serif;
}

.notification
{
color: #000;
font-family: Arial,Tahoma,Geneva,sans-serif;
}

.subquestionTable
{
width: 100%;
text-align: left;
}

.subquestionTable a
{
color: #072a8b;
text-decoration: none;
font-weight:bold;
}

/**
* Subanswer table
*/
.subanswerTable
{
width: 100%;
padding: 5px;
}


/**
* Answer table
*/
.answerTable
{
width: 100%;
padding: 2px 2px 2px 2px;
}

.answerTable th
{
padding: 0px 3px 0px 3px;
text-align: center;
}

.answerTable td
{
padding: 0px 3px 0px 3px;
}

.answerTable a
{
color: #072a8b;
text-decoration: none;
font-weight:bold;
}

/**
* Comments
*/
.commentTable {
font: bold 10px Arial;
color: #000000;
}

/**
* Tooltip (question tips)
*/
.toolTip {
background-color: #82a0c8;
border: 1px solid #82a0c8;
position: absolute;
width: 300px;
height: auto;
padding: 10px;
display: none;
padding: 10px;
color: #ffffff;
font: normal 10px Arial;
z-index: 1;
}
.imgTooltip
{
display: inline;
position: relative;
margin-left: 4px;
margin-right: 0px;
cursor: pointer;
}

/**
* Registration form elements
*/
.block ul,li {
padding: 0 0 3px 0;
margin: 0;
}
.block-non-input ul,li {
padding: 0 0 0px 0;
margin: 0;
}

/**
* Menu
*/
.menu
{
width: 780px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
white-space: nowrap;
}

.menuItem
{
position: relative;
font-family: Arial, sans-serif;
text-align: center;
white-space: nowrap;
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}

.menuItem a
{
display: block;
color: #ffffff;
font-size: 12px;
font-weight: bold;
float: left;
text-decoration: none;
}

.menuItem a:hover
{
color: #fff;
text-decoration: none;
}

.menuItem img
{
border: 0
}

* html a:hover
{
visibility:visible
}

.menuItem span
{
width: 130px;
position: absolute;
text-align: center;
top: 7px;
left: 0px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
cursor: pointer;
}

menuText
{
color: #ffffff;
font-size: 14px;
}

.menuTextActive
{
color: #fff;
}

/**
* End Menu
*/


/**
* Partnerlogo
*/

.partnerLogo
{
display:block;
position: absolute;
top: 0px;
margin-left: 620px; 
z-index: 1;
}

/**
* Partnerlogonaw
*/
.partnerLogoNaw
{
display:block;
position: absolute;
top: 108px;
left: 548px; 
z-index: 1;
}

/**
* NAW
*/

/**
* Total- container
*/
#form-container {

margin: -10px 0px 0px 360px;
padding: 0px 0px 0px 0px;
float: left;
width: 395px;
color:#fff;

}
#input-container {
overflow: hidden;
}
.block li {
display: inline-table;
}
.block-non-input li {
display: inline-table;
}
.block,.block-non-input {
font: normal 10px Arial;
line-height: 14px;
}
.block input,select {
padding: 6px 5px;
border: 1px solid #e5e5e5;
color:#999999;
font: normal 12px Arial;
}

/**
* Registration validation header block
*/
#error-header {
font-family: Arial,Tahoma,Geneva,sans-serif;
border: 1px solid red;
background-color:#ffffff;
padding: 5px;
margin: 0 0 10px 0;
color: red;
font-weight: bold;
}

/**
* Registration validation notices
*/
.block .notice {
font-style: italic;
color:red;
border: 1px solid #e5e5e5;
background-color: #efeceb;
}
.block .notice-non-empty {
font-style: italic;
color:red;
border: 1px solid #e5e5e5;
background-color: #eeeeee;
}
.block p.arrow-notice {
color: red;
padding: 0;
margin: 0 0 5px 10px;
font: normal 11px Arial;
}
.block-non-input .notice-text {
color: orange;
}
.block-non-input .notice-outline input {
outline: 1px solid red;
margin: 1px;
}
.block-non-input p a {
text-decoration: none;
}
.block .prefilled-input {
font-style: italic;
color: #999;
}
#message {
margin: 0 0 0 5px;
padding: 5px 0;
font: normal 10px Arial;
height: 15px;
color: #000;
}
/**
* Text under NAW
*/
.block-non-input li div p {
font: normal 10px Arial;
color: #fff;
}

.formButton {
font: bold 14px Arial;
color: #ffffff;
height: 54px;
width: 181px;
background: url(../images/2001/button_weiter.png) no-repeat;
border-style: none;
outline: none;
border: 0px;
cursor: pointer;
text-indent: -1000px;
/* IE7 fix */
font-size: 0;
/*display:block;*/
line-height: 0;
}


.formButtonRegistration {
font: bold 14px Arial;
color: #ffffff;
height: 54px;
width: 181px;
background: url(../images/2001/button_weiter.png) no-repeat;
border-style: none;
outline: none;
border: 0px;
cursor: pointer;
text-indent: -1000px;
/* IE7 fix */
font-size: 0;
/*display:block;*/
line-height: 0;
}


.formButtonMainQuestion {
font: bold 14px Arial;
color: #ffffff;
height: 54px;
width: 181px;
background: url(../images/2001/button_weiter.png) no-repeat;
border-style: none;
outline: none;
border: 0px;
cursor: pointer;
text-indent: -1000px;
/* IE7 fix */
font-size: 0;
/*display:block;*/
line-height: 0;
}

.formButtonFollowUpQuestion {
font: bold 14px Arial;
color: #ffffff;
height: 54px;
width: 181px;
background: url(../images/2001/button_weiter.png) no-repeat;
border-style: none;
outline: none;
border: 0px;
cursor: pointer;
text-indent: -1000px;
/* IE7 fix */
font-size: 0;
/*display:block;*/
line-height: 0;


}

.formButtonDiv {
text-align: center;
}
/**
* Format registration fields
*/
#pfn {
width: 180px;
}
#pmn {
width: 90px;
}
#pln {
width: 185px;
}
#pbd {
width: 128px;
}
#pbm {
width: 129px;
}
#pby {
width: 129px;
}
#pml {
width: 380px;
}
#pst {
width: 230px;
}
#phn1 {
width: 60px;
}
#phn2 {
width: 60px;
}
#pc1 {
width: 50px;
}
#pc2 {
width: 50px;
}
#pct {
width: 195px;
}
#ph1 {
width: 183px;
}
#ph2 {
width: 182px;
}
#pcn {
width: 117px;
}

/**
* Hide registration form labels
*/
.block label {
display: none;
}
/**
* Registration tooltips
*/
div.top-center {
background: url(../images/2001/tooltip.png) no-repeat;
width: 149px;
height: 44px;
padding: 20px 30px 20px 30px;
display: none;
color: #315474;
text-align: left;
font: normal 10px Arial;
z-index:1000;
}
.block-non-input li div p {
font: normal 10px Arial;
}

/**
* Germany eula block
*/
#block-eula, .eula {
border: 1px solid #e5e5e5;
color:#fff;
font: normal 12px Arial;
height: 40px;
width: 97%;
padding: 4px;
overflow: auto;
text-align: left;
line-height: 17px;
}


#captcha-container {
	margin: 10px 0 0 0;
}

#captcha-container ul {
	padding: 0;
	margin: 0;
}

#captcha-container li {
	list-style-type: none;
	display: inline-table;
}

#captcha-container li img {
	border: 0;
}

#captcha-container li input {
	width: 190px;
	padding: 5px;
	border: 0;
}

#captcha-container li a {
	text-decoration: underline;
	color: blue;
	font: normal 11px Arial;
}

#captcha-container li p {
	margin: 10px 0 0 0;
}

#captcha-container li input.notice {
	border: 1px solid red;
}

#captcha-container li p.nawStar {
	float: left;
	color: red;
	font: normal 11px Arial;
}

.ku {
    background: url("../images/2001/ku.png") no-repeat scroll 0 0 transparent;
    height: 93px;
    margin: 480px 0 0 100px;
    position: absolute;
    width: 93px;
    z-index: 100;
}

#maandklok { width: 345px;
                    height: 45px;
		     font-family:Arial, Helvetica, sans-serif;
		    font-size:14px;
                     position: absolute;
                    top:220px;
                    left: 8px;
}

#dagklok        { width: 345px;
                        height: 45px;
		        font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
                        position: absolute;
                        top:220px;
                        left: 8px; 
}

#weekklok         { width: 345px;
                           height: 45px;
			   font-family:Arial, Helvetica, sans-serif;
			   font-size:14px;
                           position: absolute;
                           top:220px;
                           left: 8px;
 }


#dagtekst         { width: 345px;
                           font-family:Arial, Helvetica, sans-serif;
			   font-size:28px;
                           position: absolute;
                           top:140px;
                           left: 8px;
                           color: #5d74c5; 
                           text-align: justify;
 }

#weektekst         { width: 345px;
                           font-family:Arial, Helvetica, sans-serif;
			   font-size:25px;
                           position: absolute;
                           top:140px;
                           left: 8px;
                           color: #5d74c5; 
                           text-align: justify;
 }

#maandtekst         { width: 345px;
                           font-family:Arial, Helvetica, sans-serif;
			   font-size:25px;
                           position: absolute;
                           top:140px;
                           left: 8px;
                           color: #5d74c5; 
                           text-align: justify;
 }


/* jQuery Countdown styles 1.5.9. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #fff;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


