@charset "utf-8";
/* CSS Document */

* {

	font-family: Verdana;
	font-size: 12px;
	
}

body {

	background-image: url('/theme/images/bg.png');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}

img {
	
	/* no border */
	border: 0;
	
}

.container {
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

h1 {
	
	font-size: 16px;
	padding: -10px;
	margin: 0;
	color: #88051b;
	
}

p {
	
	font-size: 11px;
	color: #6a5155;
	margin: 3;
	padding: 3;
	
}

.menu div {
	
	float: left;
	margin-right: 100px;
	background-image: url('/theme/images/button.png');
	width: 90px;
	height: 41px;
	text-align: center;
	padding-top: 12px;
	background-repeat: no-repeat;
	
}

.menu div a {
	
	color: white;
	text-decoration: none;
	
}

.block-top {
	
	float: left;
	background-image: url('/theme/images/block-top.png');
	width: 481px;
	height: 22px;
}

.block-bottom {
	
	background-image: url('/theme/images/block-bottom.png');	
	width: 481px;
	height: 22px;
	background-repeat: no-repeat;
	
}

.block-middle {

	background-image: url('/theme/images/block-middle.png');
	width: 481px;
	background-repeat: repeat-y;
	padding-left: 20px;
	
}

.brownbalk {
	
	background-image: url('/theme/images/brownbalk.png');
	background-repeat: no-repeat;
	width: 433px;
	height: 58px;
	font-size: 14px;
	color: white;
	padding-top: 18px;
	padding-left: 15px;
	
}

.vlaai {
	
	background-image: url('/theme/images/vlaai.png');
	width: 126px;
	height: 46px;
	line-height: 42px;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
	padding-right: 98px;
	padding-bottom: 15px;
}

.vlaai a {
	
	color: white;
	text-decoration: none;
	
}

.insideBlock {
	
	max-width: 445px;
	
}

.footer {
	
	background-image: url('/theme/images/footer.png');
	width: 967px;
	height: 151px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	
}

.icon {
	
	width: 180px;
	height: 16px;
	float: left;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-image: url('/theme/images/icon.png');
	clear: all;
	
}

.icon a {
	
	font-size: 10px;
	color: white;
	text-decoration: none;
	
}

.submit {
	
	height: 300px;
	
}

input {
	
	border: solid 2px #ccc;
	padding: 5px 5px 5px 5px;
	font-family: Calibri, Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	
}

input:hover {
	
	background-color: #ececec;
	
}

textarea {
	
	border: solid 2px #ccc;
	padding: 5px 5px 5px 5px;
	font-family: Calibri, Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	
}

.error {
	
	background-color: #f57a7a;
	border: solid 1px #d02929;
	color: #d02929;
	padding: 5px 5px 5px 5px;
	font-family: Trebuchet MS;
	font-size: 13px;
	width: 300px;
	margin-bottom: 10px;
}

.success {
	
	background-color: #dbf7a0;
	border: solid 1px #88b820;
	color: #88b820;
	padding: 20px 20px 20px 20px;
	width: 300px;
	
}

.vlaaiMenu {
	
	float: left;
	width: 400px;
	background-image: url('/theme/images/holder.png');
	height: 300px;
	padding-left: 20px;
	padding-top: 12px;
	background-repeat: no-repeat;
}

.vlaaiMenuAanbieding {
	
	float: left;
	width: 400px;
	background-image: url('/theme/images/holder_aanbieding.png');
	height: 300px;
	padding-left: 20px;
	padding-top: 12px;
	background-repeat: no-repeat;
}

.arial {
	
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.grotekop {
	
	font-family: Verdana;
	font-size: 15px;
	color: white;
	font-weight: bold;
	
}

.index {
	
	float: left;
	margin-right: 20px; /* aligning */
	font-size: 13px;
	
}

.rounded {
	
	background-image: url('/theme/images/rounded.png');
	background-repeat: no-repeat; /* no repeat for padding */
	width: 190px;
	height: 160px;
	padding-left: 9px;
	padding-top: 12px;
	
}

.vlaaien_padding {
	
	/*margin-top: 20px;*/
	
}

.prizes {
	
	font-size: 11px;
	color: #AA0000;
	font-weight: bold;
	
}

.prizes_b {
	
	font-size: 11px;
	color: #AA0000;
	font-weight: bold;
	
}

.border {
	
	border: solid 1px black;
	padding: 5px;
	margin: 5px;
	
}

.tablebg {
	
	background-image: url('/theme/images/index.png');
	width: 420px;
	height: 200px;
	
}

.tablebg td {
	
	border: solid 1px #ececec;
	color: white;
	font-weight: bold;
	font-size: 14px;
	
}