/* CSS Document */
body {
	background-image: url(../images/bottom_zwembad.jpg);
	background-attachment: fixed; 
	background-position: center bottom;
	background-repeat: no-repeat;  
	}

/* ZWEMBAD STYLES */		
#containerZwembad {
	width: 800px;
	margin: auto;
	height: 100%;
	}	
#centerZwembad {
	width: 800px;
	height: 100%;
	}	
#topZwembad {
	width: 800px;
	height: 172px;
	background-image:url(../images/top_zwembad.gif);
	}
#leftZwembad {
	float: left;
	width: 198px;
	height: 398px;
	background-image: url(../images/left_top_zwembad.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
.subItemZwembad {
	font-size: 12px;	font-weight: bold;
	text-align: right;
	min-height: 18px;
	width: 170px;
                margin-bottom: 6px;
	padding-right: 20px;
	background-image: url(../images/bulletZwembad.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
.subItemZwembad a {
	text-decoration: none;	color: #000000;
	}
.subItemZwembad a:hover {
	text-decoration: none;	color: #666666;
	}

