
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #ED791C;
}

strong{
	font-weight:bold;
}

#swf {
	position: absolute;
	z-index: 1;
	height: 100%;
}

#popup {
	display: none;
	position: absolute;
	z-index: 2;

	width: 500px;
	height: 500px;

	background-color: #FFFFFF;
	border: 1px solid #000000;
}
	
	#popup #content {
		display: block;
		overflow: auto;
		width: 400px;
		height: 400px;
		border: 1px solid #000000;
	}
	
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	width:900px;
	background: url("../images/login_background.jpg") no-repeat center top;
}

#login-content{
	width: 500px;
	padding-top: 300px;
	padding-left: 275px;
}

#vervolg-login-content{
	width: 600px;
	padding-top: 300px;
	padding-left: 195px;
}

a{	text-decoration: underline; color:#fff;} a:hover{ color:#000; text-decoration:none;}

a.edit{
	background-image: url("../images/page_white_edit.gif");
	padding-left: 25px;
	background-repeat: no-repeat;
}
a.add{
	background-image: url("../images/user_add.gif");
	padding-left: 25px;
	background-repeat: no-repeat;
}
a.time{
	background-image: url("../images/time.gif");
	padding-left: 25px;
	background-repeat: no-repeat;
}

.login{
	width:350px;
}

.vervolg-login{
	width:600px;
}

.red{
	border: #cc0f1b solid 1px;
	background-color:#d62123;
}

.code{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	border: solid #FFFFFF 1px;
	background-color: #333333;
	padding: 3px 10px;
	color:#fff;
}

form.login table{ width: 350px; }

table td{
	padding: 10px;
	color: #fff;
}

table th{
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	border-bottom: #cc0f1b 1px solid;
	background-color: #cc101d;
}

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


input.tekstveld, input.tekstveld_groot, input.tekstveld_error{
				width: 270px;
				height: 18px;
				padding-left: 2px;
				border:#8b1d10 thin solid;
				border-width:1px;	
			}			

				input.tekstveld:hover{
					border:1px solid #000;	
				}					

				input.tekstveld:focus{
					background-color:#fff;
					border:1px dashed #8b1d10;	
				}
				
				
input.button, input.button-terug{
				width:auto;
				text-align:center;
				border: 1px #000 solid;
				background-color: #ED791C;	
				font-size: 12px;
				font-weight: bold;
				color: #000;
				cursor: pointer;
				line-height: 17px;
				height: 22px;
				padding: 0px 5px 5px 5px;
			}
			input.button-terug{
				border: 1px #000 solid;
				background-color: #fff;
				color: #000;

			}
			
.floatLeft{
	float:left;
	margin: 0px;
}
			
.floatRight{
	float:right;
	margin: 0px;
}
