/* CSS Document */
#wrapper
{
margin: 0px auto;
top: 0px;
height: 800px;
position: relative;
width: 1000px;
text-align:left;
z-index: 100;
padding-top:1px;
}

#colum_right
{
position:absolute; width:208px; height:110px; left: 250px; 
}
#colum_left
{
position:absolute; width:208px; height:110px; left: 0px;
}
#colum_right2
{
position:absolute; width:208px; height:110px; left: 750px; 
}
#colum_left2
{
position:absolute; width:208px; height:110px; left: 500px;
}
#messagent_iptin { 
width: 300px;
}
#colum_form
{
position: absolute;
font-size: 13px;
left: 0px;
top: 250px;
z-index: 110;
width: 100%;
display: none;
}
#colum_form_wedstrijd
{
	position: absolute;
	z-index:300;
	width: 400px;
	height:412px;
	left: 181px;
	top: 191px;
}
html
{
padding: 0px;
margin: 0px;
}

body
{
	padding: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	LINE-HEIGHT: 1.3;
	background-color: #02051b;
	background-image:url(../img/background.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align:center;
	margin: 0px;
	     } 
		 
.synopsis
{
	font-size: 12px; 
		 }
	a {
color: #ffffff;
text-decoration: none;
     } 
/*a:hover {color: #ffffff; text-decoration: underline;
  }*/

.titel {
    FONT-SIZE: 14px;
	font-weight: bold;
	LINE-HEIGHT: 1.3;
}
.list {
   list-style: none;
   vertical-align: middle;
}
.vertoning {
	font-weight: bold;
	text-align: right;
	position:absolute; 
	left: 88px; 
	top: 70px; 
	width: 140px; 
	height: 92px;
	}
.label { 
display:block; /* forces a new line for each label element */ 
padding-bottom:10em; /* pads the bottom of each label element */ 
} 
.small_blue { 
  font-size: 9px;
  font-weight: normal;
  color: 2B72A6;
}
.verysmall{
    FONT-SIZE: 9px;
	color: #505362;
}
.verysmall a:link {
	color:#505362;
	}
.verysmall a:hover {
	text-decoration: none; 
	color: #FFF;
	}
div.preview { margin: 0 0px 0px 0; }
img.preview {
	position: absolute;
	left: 12px;
	top: 60px;		
}
div.preview2 { margin: 0 0px 0px 0; }
img.preview2 {
	position: absolute;

}
.small {
  font-size: 9px;
  color: #ffffff;
  text-align: center;
  }
.smalllnk {
  font-size: 9px;
  color: #00BBD8;
  text-align: center;
  text-decoration: none;
  }
.smalllnk:hover {
   color: #ffffff
   }
.caption {
  font-size: 13px;
  color: #ffffff;
  line-height: 8px;
  position: relative;
  right: 0px; 
  margin-top: 5px;
  text-align: right;
  }
  
.box {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  background-color:transparent; 
  border: 1px solid #474b5a;
  }
  
  input:focus, select:focus
{
  border: 1px solid #6696cf;
  background-color:#000000;
}
  
.button_verzenden {
    font-family: Arial, Helvetica, Verdana;
    color:#FFFFFF;
	font-size: 12px;
	display:block;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	text-align: left;
	width: 153px;
	background : url(/img/bck_button.png) top right no-repeat;
	cursor: pointer;
	cursor: hand;
	height: 38px;
	border: 0px;
	  }
.button_verzenden:hover {
		background : url(/img/bck_button_hover.png) top right no-repeat;
		}
.button_close {
    font-family: Arial, Helvetica, Verdana;
    color:#FFFFFF;
	font-size: 12px;
	display:block;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: left;
	width: 153px;
	background : url(/img/bck_button_close.png) top right no-repeat;
	cursor: pointer;
	cursor: hand;
	height: 38px;
	border: 0px;
	  }
.button_close:hover {
		background : url(/img/bck_button_close_hover.png) top right no-repeat;
		}
img, div, input { behavior: url('/css/iepngfix.htc')}
img { -ms-interpolation-mode: bicubic; }