/**
 * @author rob
 */
@CHARSET "UTF-8";

html, body {
	width: 100%; 
}

body {
	background-image:url(../images/messe.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.wrap {
	width: 600px;
	margin: 10px auto;
	text-align:center;
}

#formulier-ct {
	text-align: left;
}

.x-form-listfield {
	border:1px solid #B5B8C8;
}

.export-icon {
	background-image:url(../images/icons/excel.gif) !important;
}

html, body, td {
	font-family: arial;
	font-size: 11px;
}

h1 {
	font-size: 13px;
}
b {
	font-size: 12px;
}
