/* STANDARD */
body{
	font-family: Comic Sans MS, Arial;
	font-size: 12px;	
	color: #00a4e4;
}	

A img {
	border :0px;	
}

A {
	color : #00a4e4;
	text-decoration: none;
}

A:hover {
	color: #ef4f91;
}

A.selected {
	color: #ef4f91;
}

div#footer a{	
	color: #ef4f91;
}

div#footer a:hover{	
	color: #00a4e4;
}

div#footer a.selected{	
	color: #00a4e4;
}

.png{
	_behavior: url("http://www.prinses.nl/css/iepngfix.htc");
}

.rood,
.error{
	color:red;	
}

.roze{
	color: #ef4f91;
}	

.rood a{
	color:red;	
}

.blauw {
	color: #00a4e4;	
}

div#content_top a{
	font-size: 16px;
	font-weight: bold;
}

div.button{
	background-image: url("../images/button.png");
	width: 25px;
	height: 22px;
	cursor: pointer;
	_behavior: url("../css/iepngfix.htc");
	z-index: 200;
}

div.prev_button{
	background-image: url("../images/button_prev.png");
	width: 25px;
	height: 22px;
	cursor: pointer;
	_behavior: url("../css/iepngfix.htc");
	z-index: 200;
}

.small {
	font-size: 9px;
	height: auto !important;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	color: #ef4f91;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	font-weight:bold;
	color: #ef4f91;
	padding: 0px;
	margin: 0px;
	margin-top:15px;
}

p {
	margin:0px;
	padding:0px;
}

/* Winners */
	div#mainPrize {
		position: absolute;
		top: 114px;
		left: -274px;
		width: 285px;
		height: 241px;
	}
	
	div#mainPrizeBackground {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 285px;
		height: 241px;
		background-repeat: no-repeat;
		background-image: url(../images/mainprize_bg.png);
		_behavior: url("../css/iepngfix.htc");
	}
	
	div#mainPrizeImage {
		position: absolute;
		top: 33px;
		left: 42px;
	}
	
	div#contentSrollable {
		height: 300px;
		overflow-y: auto;
	}
	
	div#contentSrollable strong {
		color: #ef4f91;
		font-size: 16px;
		font-weight: normal;
	}
	
	div#weekwinners {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	div.weekIndicator {
		color: #44bceb;
		font-weight: bold;
		text-align: center;
		padding-bottom: 8px;
		background-image: url(../images/arrow_down.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	div.thumb {
		background-image: url("../images/bg_image_border_prize.gif");
		background-repeat: no-repeat;
		height: 115px;
		width: 95px;
		overflow: hidden;
		float: left;
		border-right: 1px solid #fddd5b;
		text-align: center;
		background-position: center 8px;
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
	}
		
	.c1 {
		background-color: #fff1b3;
	}
	.c2 {
		background-color: #FFFFFF;
	}
	
	.c2 div.thumb, .c2.thumb {
		background-image: url("../images/bg_image_border_prize_white.gif");
	}
	
	div.daywinnerColumn {
		float: left;
		width: 111px;
		border-right: 1px solid #fddd5b;
	}
	
	div#daywinners {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	div#daywinners .thumb {
		border: none;
	}
