@charset "utf-8";

/* IMPORT **************************************** */
@import "framework.css";
@import "text.css";

html body{
	text-align: center;
	background-color: #ebebeb;
	background-image: url(../gfx/bg-main.png);
	//background-image: url(../gfx/bg-main-ie.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 21px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* IMAGES ****************************************** */
img{
	border: none;
}
img.left{
	float: left;
	margin-right: 8px;
}
img.right{
	float: right;
	margin-left: 8px;
}

/* SEARCH FORM *************************************** */
#searchfield{
	width: 96px;
	height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 0px 0px 4px;
	border: none;
	background:transparant;
	background: url(../gfx/bg-searchform.png);
}

#searchbut{
	cursor:pointer;
	cursor:hand;
	width: 40px;
	height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	border: none;
	background:transparant;
	background: url(../gfx/blanco.png);
}

/* Reactie Form ***************************************** */
.txtfloat,
.txtfloat-l{
	float: left;
	width: 80px;
	margin-bottom: 5px;
}
.textfloat-l{
	width: 150px;
}
.fieldfloat,
.fieldfloat-m{
	float: left;
	width: 350px;
	margin-bottom: 5px;
}
.fieldfloat-m{
	width: 300px;
}
.textfield-s,
.textfield-m,
.textfield{
	width: 300px;
	height: 18px;
	border: none;
	background-color: #d7e1f0;
	padding: 3px 3px 0px 3px;
	color: #000000;
	font-size: 11px;
}
.textfield-m{
	width: 250px;
}
.textfield-s{
	width: 80px;
}
.textarea-m,
.textarea{
	width: 300px;
	height: 150px;
	border: none;
	background-color: #d7e1f0;
	padding: 3px 3px 0px 3px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 21px;
	color: #000000;
}
.textarea-m{
	width: 250px;
}

.formbut{
	width: 150px;
	height: 21px;
	border-top: 1px solid #d7e1f0;
	border-right: 1px solid #486183;
	border-bottom: 1px solid #486183;
	border-left: 1px solid #d7e1f0;
	background-color: #c2cddd;
	color: #000000;
	font-size: 11px;
}
}
