@import url("album.css");
@import url("menu.css");
@import url("service.css");

html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%; /* héél belangrijk */
	text-align: center;
	font: 11px verdana, arial, tahoma, sans-serif;
}
html {
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(images/bckgrndgradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	margin: 0px 0px 10px 0px;
}
hr {
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
form {

}
#container {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	min-height: 600px;
/*	height: auto !important; /* voor moderne browsers */
/*	height: 100%; /* voor IE */
	background-color: #FFFFFF;
}

#header {
	height:168px;
	background: url(images/header.jpg) no-repeat center bottom;
	background-repeat: no-repeat;
	background-position: bottom;	
}
#adres {
	color: #FFFFFF;
	position: absolute;
	float: right;
	height: 172px;
	left: 830px;
	top: 27px;
	align: left;
}
#headerimages{
	position: absolute;
	float: right;
	width: 776px;
	height: 172px;
	left: 207px;
	top: 90px;
	align: left;
}
#footer {
	position: absolute;
	bottom: 0px; /* heel belangrijk */
	width: 965px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	left: 0px;
	height: 42px;
	text-align:left;
	display:block;
}
#jiswologo {
	position: absolute;
	left: 35px;
	display:none;
}
#content {
	background-color: #FFFFFF;
	width:965px;
	display:table;
	background-image: url(images/verticalline.gif);
	background-repeat: repeat-y;	
}
#contentleft {
/*	position: absolute; */
	float: left;
	width: 178px;
	margin-top: 12px;
	padding-bottom: 52px;		
}
#contentright {
	float: left;
/*	margin: 110 20 20 187; */
	margin-top: 110px;
	margin-left: 30px;
	width: 730px;
	padding-bottom: 52px;
}
h1 {
	font-size: 14px;
	color:#669966;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	color:#669966;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;	
}
a, a:active, a:link, a:visited {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color: #889967;
	text-decoration: none;
}
a.bullet,a.bullet:active,a.bullet:link,a.bullet:visited {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0%; 	
	padding-left: 12px;
	display: inline-block;
}
a.bullet:hover {
	background-image: url(images/bullethoover.gif);
}
.headerimage {
	margin-right: 9px;
}




/* ---- CSS Link LoginModule ---- */
.loginmodule
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginpage
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginfield
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: bold;
	font: 11px arial black,tahoma, arial, sans-serif;
}

.logintitle
{
  text-align:left;
  font-weight:bold;
  font-size:14px;
}
.headerprice {
 position: relative;
 top:-40px;
 left:15px;
 width: 150px;
 padding: 3px;
 border: 1px solid white;
 background-color:#669966;
 color:#ffffff;"
 font-weight: bold;
 font: 12px arial black;
 text-align:center;
 font-style:italic;

}

















