@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/back_main.jpg) top repeat-x #3D3D3D;
	font-family:Arial, Geneva, sans-serif;
	font-size:9pt;
	color:#333333;
	padding:0px;
	margin:0px;
	
	}

form {
	padding:0px; margin:0px;
	
	}

input {
border: none;
background:transparent;
outline: none;
font-size:16px;margin-top:-3px;
color:#333;

}

.textbox1 {
	width:500px;
	background:  url(../images/plus.png) no-repeat 10px 3px;
	padding-left:35px;
	}

.rounded_input_main {
background:  url(../images/input_back_main.png) no-repeat left top;
padding: 8px;
width:700px;
height:32px; 

}

	

.rounded_input_main_small {
background:  url(../images/input_back_main_small.png) no-repeat left top;
padding: 6px;
width:310px;
height:32px; 
font-size:12px;

}
.mini {
	
	font-size:9px;}

.rounded_input_main_small_short {
background:  url(../images/input_back_main_small_short.png) no-repeat left top;
padding: 6px;
width:210px;
height:32px; 
font-size:12px;

}



.rounded_input_email {
background:  url(../images/input_back_email.png) no-repeat left top;
padding: 8px;
width:700px;
height:32px; 


}

img { vertical-align:middle; }

#main {
	background:url(../images/back.jpg) top center no-repeat;
	height:480px;
	margin-left: auto;
	margin-right:auto;
	
	}
	
#maindynamicheight {
	background:url(../images/backdynamicheight.jpg) top center no-repeat;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	
	}
	
#main_header {
	height:192px;
	width:700px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
		
	}
	
.main_title {
	width:700px;
	font-size:26px;
	padding-bottom:3px;

	}
	

#main_output {
	
	width:700px; 
	margin-left: auto;
	margin-right:auto;
	
		

	}
.leftmargin {
	padding-left:45px;
	}

.menu {
	font-variant:small-caps;
	color:#CCC;
	font-size:14px;
	
	
	}
	
	
.big {
	font-variant:small-caps;
	color:#eee;
	font-size:35px;
	
	}

A:link { color: #333333; text-decoration: underline; }
A:visited { color: #333333; text-decoration: underline; }
A:active { color: #333333; text-decoration: underline; }
A:hover{ color: #333333; text-decoration: none; }

A.menu:link { color: #ffffff; text-decoration: underline; }
A.menu:visited { color: #ffffff; text-decoration: underline; }
A.menu:active { color: #ffffff; text-decoration: underline; }
A.menu:hover{ color: #ffffff; text-decoration: none; }

A.nl:link { color: #333333; text-decoration: none; }
A.nl:visited { color: #333333; text-decoration: none; }
A.nl:active { color: #333333; text-decoration: none; }
A.nl:hover{ color: #333333; text-decoration: none; }

A.white:link { color: #CCC; text-decoration: underline; }
A.white:visited { color: #CCC; text-decoration: underline; }
A.white:active { color: #CCC; text-decoration: underline; }
A.white:hover{ color: #CCC; text-decoration: none; }


.error {
	color:#ff0000;
	text-align:center;
	padding-top:8px;
	font-style:italic;
	
	
	}
form {
	padding:0px;
	margin:0px;
	
	}
	
.submitknop {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:8pt;
	background-color:#959595;
	color:#fff;
	border:0px;
	font-weight:bold;
	padding:3px;
	}
	
#footer {
	width:1000px; 
	margin-left: auto;
	margin-right:auto;
	
	text-align:center;
	color:#CCC;
	background:url(../images/backfooter.png) top repeat-x #3D3D3D;
	
	}
	
#melding {
	height:25px;
	padding-left:15px;
	font-style:italic;
	}
.errormelding {
	color:#ff0000;
	border:1px #ff0000 solid;
	padding:5px;
	background-color:#FFF9F9;
	margin-top:10px;
	margin-bottom:5px;
	
	}
	

/*remove the list style and make it just a normal list of items*/

.tagcloud {
	
	width:600px; height:210px; text-align:center; margin-top:10px;
	}

