@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* get rid of those system borders being generated for A tags */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
.bg-body{

}
a {
	color: #666666;
}

h1{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h2{
	font-size: 12px;
	font-weight:normal;
}
h3{
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}
h4{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
h5{
	font-size: 13px;
	font-style: italic;
}
ul{
	padding-left: 20px;
	list-style-type: square;
}
li{
	padding-top: 5px;

}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#kop {
	height: 100px;
	width: 100%;
	z-index:3000;
	background-image: url(../images/topbar-bg.gif);
	background-repeat: repeat-x;
	float: left;
}
#logo{
	width: 390px;
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	float: left;
}
#txtweb{
	width: 980px;
}
#portfolio{
	width: 950px;
	padding-left: 15px;
}
#content-filmpjes{
	background-color: #FFF;
	width: 960px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	float: left;
}
#content-pf{
	width: 950px;
	float: left;
}
.pijl{
	width: 15px;
	height: 1100px;
	float: left;
	text-align: center;
	background-image: url(../images/pijl.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}
#contact{
	width: 950px;
	padding-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
}
#mail-icoon {
	width:100px;
	height:30px;
	position: absolute;
	left: 870px;
	top: -15px;
}
#fotoband {
	width:920px;
	margin-left: 30px;
	float: left;
	height: 250px;
	margin-bottom: 120px;
	font-size: 11px;
	line-height: 16px;
}
#slide{
	height: 200px;
	width: 300px;
	position: absolute;
	left: 605px;
	top: 15px;
	background-image: url(../images/slide/1.jpg);
	background-repeat: no-repeat;
}
#midden {                   /* tekstdeel van index */
	background-color: #FFFFFF;
	width: 980px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#kolom1, #kolom2, #kolom3{
	width:300px;
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
		}
#fadeshow1{
	height: 200px;
	width: 300px;
}
.cel-pf{
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	height: 100px;
	width: 150px;
	}
.cel-pf a img{
	border: 1px solid #CCC;
	display: block;
}
.cel-pf a:hover img{
/*	opacity: 0.6;
	filter:alpha(opacity=60);*/
}
#footer {
	height: 300px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #333333;
	float: left;
}
.vast{
	position: fixed;
	bottom: 0px;
	left: 0px;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer table{
	width: 980px;
	margin-right: auto;
	margin-left: auto;  /*toevoeging voor IE5 */
}
#footer table td{
	font-size: 10px;
	color: #999999;
}
.col1{
	width: 10%;
	text-align: left;
}
.col2{
	width: 4%;
	text-align: left;
}
.col3 {
	width:21%;
	text-align: center;
}
.col4{
	width:25%;
	text-align: center;
}
.col5{
	width:20%;
	text-align: right;
}
.col6{
	width:15%;
	text-align: right;
}
a.tooltip:hover {
background:#fff;
text-decoration:none;
}
a.tooltip span {
display:none;
padding:10px;
margin-left:0px;
width:200px;
}
a.tooltip:hover span{
display:inline;
position:absolute;
background:#fff;
border:1px solid #ccc;
color:#666;
font-size:12px;
line-height:14px;
}

