html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 812px;
	text-align: left;
	margin-top: 16px;
}

p {
	margin: 0 0 16px 0;
}

a {
	color: #cb192d;
}

a:hover {
	color: #000;
}

h1 {
	margin: 0 0 20px 0;
}
 
h1 a {
	display: block;
	width: 267px;
	height: 71px;
	text-indent: -9999px;
	background: url('../images/design/antons_kleurwedstrijd.gif') transparent no-repeat 0 0;
}

#explanation {
	padding: 20px 415px 20px 20px;
	background: #ffd720;
	height: 128px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #cb192d;
	margin: 0;
}

#book {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 414px;
	height: 332px;
	text-indent: -9999px;
	background: url('../images/design/prentenboek.gif') transparent no-repeat 0 0;
}

#nav {
	list-style: none;
}

#nav li {
	margin: 10px 0;
}

#nav a {
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	background: url('../images/design/list_item_big.gif') transparent no-repeat 0 50%;
}

#nav a:hover {
	color: #cb192d !important;
}

#wall {
	padding: 20px 20px 20px 238px;
	width: 554px;
	height: 243px;
	background: url('../images/design/muur.jpg') transparent no-repeat 0 0;
}

#wall .item {
	float: left;
	display: block;
	width: 156px;
	margin-right: 22px;
	text-align: center;
	background: url('../images/design/kleurplaat_back.gif') transparent no-repeat 0 0;
}

#wall .item a img {
	border: 0;
	margin: 10px 0 0 0;
}

#wall .item a strong {
	margin-top: 20px;
	display: block;
	width: 155px;
	height: 29px;
	line-height: 29px;
	background: url('../images/design/download_back.gif') transparent no-repeat 0 0;
}

#submissions {
	overflow: auto;
	height: 216px;
}	

#submissions .item a {
	margin: 0 !important;
	width: 120px;
	background: #cb192d;
}

#submissions .item a img {
	margin: 0;
}

#submissions .item {
	width: 120px;
	margin: 0 10px 10px 0;
	background: #cb192d;
	border: 1px solid #cb192d;
}

#submissions .item a strong {
	background: none;
	margin: 0;
	width: 100%;
	background: none;
	color: #fff;
	line-height: 20px;
	height: 20px;
}

#tekstFooter {
	font-size:10px;
}


