@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	background: url(../gfx/bg_v3.gif) repeat-x top;
}

A:link {
	color: #8BCCE4;
	text-decoration: underline;	
}
A:visited {
	color: #8BCCE4;
	text-decoration: underline;
}
A:hover {
	color: #ffffff;
	text-decoration: none;
}
A:active {
	color: #ffffff;
	text-decoration: none;
}

.itemtitle {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #404040;
	text-align: left;
	font-weight: bold;
}

.uitzenddatum {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #3366ff;
	text-align: left;
	font-weight: bold;
}

.uitzenduur {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	text-align: left;
}

.disclaimer {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}

#videoplayer {
	position: relative;
	margin: 0 auto;
	width: 480px;
	height: 250px;
}
#box1 {
	/*background: url(../images/body_bg_gradient.jpg) repeat-x  fixed center top;*/
}
#box2 {
	margin: 0px auto;
	width: 1010px;
}
#box3 {
	
	padding: 10px 0px 14px 0px;
	position: relative;
	width: 886px;
}


#skyscraper {
	position:absolute;
	left: 799px;
	top: 680px;
}

#poll {
    width:285px;
}

#poll img{
    margin-top:4px;
    margin-bottom:11px;
}

#poll #pollQuestion {
	margin-bottom:-10px;
}

#poll #pollAnswers ol {
	list-style-type:lower-alpha;
}

#poll #pollAnswers li {
	margin-left:-16px;
	font-weight:bold;
}

#poll #pollAnswers #answer{
	margin-bottom:2px;
}

#poll #pollAnswers #answer a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#poll #pollAnswers #answer a:hover{
	text-decoration:underline;
}

/* Recipes style*/

#recipesShortList {
	margin-left: 10px;
}

#shortListTitle {
	color: #7ac3e0;
	font-size:12px;
	margin-top:2px;
}

#recipesShortList #button img {
	margin-left:-6px;
	border:none;
}

#recipesShortList #button a {
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	text-transform:uppercase;
}

.recipe {
	margin-bottom:3px;
}

.recipe:hover{
	background-color:#257b9c;
}

.recipe a{
	text-decoration:none;
	color:#000000;
}
.frontpage_image {
padding:4px 4px 4px 4px; /*moz*/
*padding:4px 4px 4px 4px; /*ie*/
float:left;
background:#ffffff;
margin-right:8px;
margin-bottom:2px;
/* add border */
border:solid;
border-color: #fff;
border-width: 1px 1px 1px 1px;
background-color:white;
}
