body {
	background		: white url(plaatjes/body.jpg) repeat-x;
	font-size		: 62.5%; /* = 10px */
	margin			: 0;
	padding			: 0;
}
h1 {
	font			: bold 1.2em verdana;
	color			: #136f9e;	
}
h2 {
	font			: bold 1.2em/1.4em verdana;
	color			: white;
	margin			: 10px 0 30px 0;
}
li {
	list-style		: square url(plaatjes/li.gif); 
	margin			: .5em .5em 0 -24px;
}	

/* ---------------------------------------------------------------------------------------------------- */
/* Feitelijke website 																					*/
/* ---------------------------------------------------------------------------------------------------- */
#container {
	position		: absolute;
	left			: 50%;
	width			: 970px;	
	text-align		: left;
	margin			: 0 0 0 -485px;
}
.logo {
	width			: 620px;
	height			: 216px;
	background		: url(plaatjes/logo.jpg) no-repeat;
	padding			: 29px 0 0 350px;
}
.content {
	width			: 730px;
	background		: #e9e9e9 url(plaatjes/whiteback.png) repeat-x;
	padding			: 10px 20px 20px 220px;
	font			: normal 1.2em verdana;
	color			: #393939;	
}
.bluesplit {
	float			: left;
	background		: #1277a5 url(plaatjes/bluesplit.png) no-repeat;
	width			: 730px;
	padding			: 0 20px 20px 220px;
	font			: normal 1.2em verdana;
	color			: white;	
}
.justblue {
	float			: left;
	background		: #1277a5;
	width			: 730px;
	padding			: 30px 20px 0 220px;
	font			: normal 1.2em verdana;
	color			: white;	
}
.no {
	float			: left;
	background		: url(plaatjes/noimage.gif) no-repeat;
	padding			: 5px;
	height			: 105px;
	width			: 105px;
	margin-right	: 30px;
	margin-bottom	: 36px;	
}
.linkerkolom {
	float			: left;
	width			: 325px;
}
.rechterkolom {
	float			: left;
	width			: 370px;
	margin-left		: 30px;
}
.voet {
	float			: left;
	padding			: 4px 10px;
	width			: 950px;
	background		: #c2c2c2;
	border-top		: 4px solid white;
	border-bottom	: 15px solid white;	
}
.copy {
	float			: left;
	font			: normal 1.2em verdana;
	color			: white;	
}
.disclaimer {
	float			: right;
	font			: normal 1.2em verdana;
	color			: white;	
}
.gastennaam {
	padding-top	: 10px;
	font-weight		: bold;
	margin			: 10px 0 0 0;
	border-top	: 2px solid #136f9e;	
}
.gastenverhaal {
	font-weight		: normal;
	margin			: 10px 0 0 0;
	padding-bottom	: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Links																								*/
/* ---------------------------------------------------------------------------------------------------- */
.disc:link,
.disc:active,
.disc:visited {
	color			: white;	
	text-decoration	: none;
}
.disc:hover {
	color			: white;	
	text-decoration	: underline;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Navigatie																							*/
/* ---------------------------------------------------------------------------------------------------- */
#menu {
	position		: absolute;
	left			: 50%;
	width			: 201px;
	margin			: 90px 0 0 -485px;
	z-index			: 10;
}
.top, 
.top_over {
	height			: 20px;
	border-top		: 1px solid silver;
	border-left		: 1px solid silver;
	border-right	: 1px solid silver;
	padding			: 5px 0 0 15px;
	font			: normal 1.2em verdana;
	color			: #393939;
}
.top_selected {
	height			: 20px;
	background		: #a0a0a0;
	border-top		: 1px solid silver;
	border-left		: 1px solid silver;
	border-right	: 1px solid silver;
	padding			: 5px 0 0 15px;
	font			: bold 1.2em verdana;
	color			: white;
}
.top {
	background		: white url(plaatjes/menutop.png) no-repeat;
}
.top_over {
	background		: white url(plaatjes/menutop_over.png) no-repeat;
	cursor			: pointer;
}

.sub, 
.sub_over {
	height			: 17px;
	border-left		: 1px solid silver;
	border-right	: 1px solid silver;
	padding			: 1px 0 0 25px;
	font			: normal 1.2em verdana;
	color			: #393939;
}
.sub {
	background		: white url(plaatjes/menusub.png) no-repeat;
}
.sub_over {
	background		: white url(plaatjes/menusub_over.png) no-repeat;
	cursor			: pointer;
}
.sub_selected {
	background		: white url(plaatjes/menusub_selected.png) no-repeat;
	height			: 17px;
	border-left		: 1px solid silver;
	border-right	: 1px solid silver;
	padding			: 1px 0 0 25px;
	font			: bold 1.2em verdana;
	color			: white;
}
.sfeer {
	width			: 199px;
	height			: 202px;
	border			: 1px solid silver;
}
.schaduw {
	width			: 193px;
	height			: 20px;
	background		: url(plaatjes/schaduw.png) no-repeat;
}
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	color 			: #393939;
	text-decoration	: none;
	font-weight		: normal;
}
.formdata {
	float			: left;
	width			: 160px;
	padding-top		: 3px;
}
.formfield {
	height			: 14px;
	font			: normal 11px verdana;
	width			: 200px;
	margin-bottom	: 3px;
}
.formselect {
	height			: 18px;
	font			: normal 11px verdana;
	width			: 200px;
	margin-bottom	: 3px;
}
.muishand {
	cursor				: pointer;
}
a:link,
a:visited,
a:active {
	color 			: #1277a5;
	font-weight		: bold;
	text-decoration	: none;
}
a:hover {
	color 			: #1277a5;
	font-weight		: bold;
	text-decoration	: underline;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Highslide																							*/
/* ---------------------------------------------------------------------------------------------------- */
.highslide {
	cursor				: url(http://www.bellismontage.nl/highslide/graphics/zoomin.cur), help;
    outline				: none;
}
#highslidebody {
	background			: url(http://www.bellismontage.nl/plaatjes/menuback.gif);
	width				: 206px;
	float				: left;
}
.highslide img {
	border				: 0;
}
.highslide:hover img {
	border				: 0;
}

.highslide-image {
    border				: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display				: none;
    background			: white;
    border				: 2px solid white;
    border-top			: none;
    font-family			: Verdana, Helvetica;
    font-size			: 10pt;
}
.highslide-display-block {
    display				: block;
}
.highslide-display-none {
    display				: none;
}
.highslide-loading {
    display				: block;
	color				: white;
	font-size			: 9px;
	font-weight			: bold;
	text-transform		: uppercase;
    text-decoration		: none;
	padding				: 3px;
	border-top			: 1px solid white;
	border-bottom		: 1px solid white;
    background-color	: black;
}
.highslide-html {
    background-color	: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position			: relative;
    display				: none;
}
.highslide-display-block {
    display				: block;
}
.highslide-display-none {
    display				: none;
}

.highslide-move {
    cursor				: move;
}
.my-wrapper-class{
	position			: relative;
	top					: 3px;
	left				: 3px;
}
.clear{
	clear				:both;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Einde oefening, prettige avond verder :-)															*/
/* ---------------------------------------------------------------------------------------------------- */

