/*************************************************

 		CSS Document Collect Show
		index.html
		auteur: Harmen Heuvelman
 		http://www.kruit.nl
 
 *************************************************/

/*---basis---*/
body {
	background:url(http://www.collectshow.com/background.jpg);
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	}
	
body.actie{
	background:url(http://www.collectshow.com/background2.jpg);
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	}
	
#wraper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
#kop{
height:120px;
width:600px;
background:url(http://www.collectshow.com/logo.png);
float:left;
}

#middle{
width:1000px;
float:left;
}

#kop2{
height:50px;
width:250px;
background:url(http://www.collectshow.com/logo-small.png);
float:left;
}

.cadeau{
height:85px;
width:880px;
background:url(http://www.collectshow.com/cadeau.png);
float:left;
background-repeat:no-repeat;
}

.flash{
height:500px;
width:450px;
margin-top:0px;
float:left;
}

.text{
width:235px;
float:left;
padding:20px 20px 0 20px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.textrechts{
width:235px;
float:left;
padding:310px 20px 0 20px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#333333;
}


#content{
width:920px;
background:url(http://www.collectshow.com/content-back.png);
background-repeat:no-repeat;
margin:20px 30px 50px 30px;
padding:10px 20px 0 20px;
float:left;
}

.tekst{
width:440px;
text-align:left;
padding:-20px 10px 0 20px;
float:left;
}

.gratis{
margin-top:10px;
}

.tekstje{
line-height:18px;
}

.foto{
width:440px;
float:left;
padding:0 0 5px 30px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:bold;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

p .bold{
font-weight:bold;
}

b{
font-weight:bold;
font-size:14px;

}

li{
font-family:Arial, Helvetica, sans-serif;
list-style-image:url(http://www.collectshow.com/pdf.png);
list-style-position:inherit;
font-size:13px;
}

a{
font-weight:bold;
color:#666666;
text-decoration:underline;
}

a img{
text-decoration:none;
border:none;
}

a:hover, a:active{
	color:#999999;
	}
