@import url(text.css);
@import url(layout.css);


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	height: 100%;
	width: 100%;	
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;

	/*background-image: url(../images/bgHTML.jpg);
	background-repeat: repeat-x;
*/
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}

td {
	
	text-align:left;

}

div {
	text-align:left;
}

/************************* misc*/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

label {
    line-height:20px;
}

.raquo {
	padding-left: 5px;
	padding-right: 5px;
}

#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}



textarea {
	border: 1px solid #a7a9ac;
}


#bestemming_4, #bestemming_3, #bestemming_2, #bestemming_1 {
	width: 25px;
	height: 18px;
}

#gesprekover_1, #gesprekover_2, #gesprekover_3, #gesprekover_4, #gesprekover_5, #gesprekover_6, #gesprekover_7, #gesprekover_8, #gesprekover_9, #gesprekover_10 {
		width: 25px;
	height: 18px;

}


input, textarea {
	width: 400px;
}

input {
	height: 14px;
	margin-bottom: 5px;
	line-height: 14px;
}



#button1, #button2 {
	width: 100px;
	height: 24px;
	line-height: 18px;
	margin-top: 4px;
}

#contact2 table {
	width: 500px;
	vertical-align: top;
}

#contact2 table td{
	min-height: 24px;

	vertical-align: top;
}

.error {
	color:red;
}
