/** 
* DEFAULT
**/
h1 {
	color	:	#A0331C;
	margin:0px;
	padding:0px;
}

h3 {
	color	:	#A0331C;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #fff;
}


/** 
* CLASSES
**/

.spIndent {
	padding-left:25px;
}

.tdNav {
	width:176px; 
	height:49px;
}

img {
	border:0px solid black;
}

.formError {
	color	:	red;
}

.formTextMedium {
	width	:	175px;
	border	:	1px solid #A0331C;
}

.formCellMedium {
	width	:	175px;
}


.formTextLarge{
	width	:	225px;
	border	:	1px solid #A0331C;
}

.formCellField {
	width	:	115px;
}

.formCellFieldMedium {
	width	:	315px;
}

.formCellFieldMediumX {
	width	:	460px;
}

.formCellFieldSmall {
	width	:	20px;
}

.formCellFieldLarge {
	width	:	225px;
}

/* --- */

	#contentDiv b {
		color:#9A1E02;
	}

	#tblContent {
		width:933px;

	}

	div {
		font-size:14px;
	}

	div.center {
		position:absolute;
		left:50%;
		margin-left:-465px;
		top:50%;
		margin-top:-275px;
	}
	
	div.scrollDiv {
		margin-bottom:5px;		
	}
	
	div.scrollDiv p,
	div.scrollDiv h1,
	div.scrollDiv h3 {
		padding-right:10px;
	}
	
	div.scrollDiv table {
		background-color:#FCB316;
		margin-right:10px;
		font-size:14px;
		color:#fff; /* CHANGED */
		width:700px;
		border:1px solid #A0331C;
	}

	html { 
			height: 100%; 
			line-height:1.5;
	}
	
	body { 

			scrollbar-arrow-color: #EE6B23;
			scrollbar-face-color: #981B02;
			scrollbar-highlight-color: #981B02;
			scrollbar-3dlight-color: #981B02;
			scrollbar-shadow-color: #981B02;
			scrollbar-darkshadow-color: #981B02;
			scrollbar-track-color: #EE6B23;		
			
			background-color: transparent;
			margin: 0px;
			padding: 0px;
			height: 100%;
			border-top: 1px transparent solid; 
			margin-top: -1px; 
			z-index:0; 
			position:relative;
			font-family:Verdana;
			font-size:14px; 
			color:#fff; /* CHANGED */

	}
	
	img#background { 
			height: 100%; 
			width: 100%; 
			z-index: -1; 
			position:absolute; 
			color: white; 
	}
	
table.questions {
	margin-bottom:20px;
}
	
div#pollJaDiv, div#pollNeeDiv, #pollJaAndereDiv, #pollNeeAndereDiv {
	display:none;
	margin-left:25px;
}

div#pane1 {
	width:200px;
	height:426px;
	width:744px;
}
label.error {
	color:#FF0000;
	font-weight:bold;
}
div#bedanktDiv {
	display:none;
}
a.btn {
	background-image:url(../img/btn_left.gif);
	height:23px;
	color:#8b3723;
	text-decoration:none;
	display:inline-block;
}
a.btn:hover {
	background-position:0 -23px;
}
a.btn span {
	font-size:10px;
	line-height:21px;
	display:inline-block;
	height:23px;
	background-image:url(../img/btn_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:16px;
	padding-right:16px;
	font-weight:bold;
}
a.btn:hover span {
	background-position:right -23px;
	color:#FFFFFF;
}
label.error {
	color:#FF0000;
}
input.error {
	border:1px solid #FF0000;
	color:#FF0000;
}
