body{
	background: #bdbcaf;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #bdbcaf;
	font-size: 1em;
}

table{
	font-size: 1em;
	width: 100%;
}

img {
	border: none;
}

a:link, a:visited, a:hover, a:focus{
	outline: none;
	text-decoration: underline;
}

a:link, a:visited{
	color: #555555;
	text-decoration: underline;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

h1{
	color: #bdbcaf;
	border-bottom: #666666 1px solid;
	font-size: 1.2em;
}

h1 span{
	font-size: 0.7em;
	text-decoration: none;
}

h2{
	color: #bdbcaf;
	font-size: 1.1em;
	border-bottom: #666666 1px solid;
}

h2 span{
	font-size: 0.7em;
	text-decoration: none;
}

h3{
	font-size: 1em;
}

/*--- Header styles --*/

#header{
	height: 350px;
	background: url(../images/bgHeader.jpg) center repeat-x #212121;
}

#headerContent{
	width: 760px;
	height: 350px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: -9px;
	left: 270px;
	width: 250px;
	height: 250px;
	z-index: 100;
}

#animation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 760px;
	height: 150px;
}
/*--- Lichtkrant styles --*/

#lichtkrant {
	height: 50px;
	background: url(../images/bgLichtKrant.jpg) repeat-x #bdbcaf;
	font-size: 1.6em;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: text-bottom;
	color: #bebcaf;
	line-height: 50px;
}

#lichtkrant a:link, #lichtkrant a:visited{
	text-decoration: underline;
}

#lichtkrant a:hover{
	text-decoration: underline;
}

#fscroller{
	overflow: hidden;
}

/*--- Contents styles --*/

#contents{
	background: #070707;
	font-size: 0.8em;
}

#contentsContent{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

#leftCol{
	vertical-align: top;
	width: 175px;
}

#contentsCol{
	vertical-align: top;
	padding-left: 10px;
}

#centerCol{
	vertical-align: top;
	width: 100%;
	padding-right: 10px;
}

#rightCol{
	vertical-align: top;
	width: 175px;
}

/*--- Contactformulier --*/

#contactformulier div{
	padding-bottom: 10px;
}

/*--- Footer styles --*/

#footer{
	height: 120px;
	background: url(../images/bgFooter.jpg) top repeat-x #bdbcaf;
	color: #383834;
	font-size: 0.7em;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #383834;
	border-bottom: 1px dashed #383834;
}

#footer a:hover{
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px dashed #ff0000;
}

#footerContent{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#footerLeftCol{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 250px;
	text-align: left;
}

#footerRightCol{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 250px;
	text-align: right;
}

/*--- Price table --*/

.tr-even{
	background-color: #191919;
}

.contenttable td{
	text-indent: 10px;
}