/* CSS Basic Document */
body
{
	margin:0px auto;
	padding:0px;
	background-color: #FFFFFF;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}
A:link {
	COLOR: #FF6699; text-decoration: none
}
A:visited {
	COLOR: #FF6699; text-decoration: none
}
A:active {
	COLOR: #FF6699; text-decoration: none
}
A:hover {
	COLOR: #FF6699; text-decoration: underline
}

.menu_table td
{
	border-bottom:1px solid #FFB8BC;
	height:35px;
	padding-left:3px;
}
.offer_box
{
	margin-top: 20px;
}

.border_bottom
{
	border-bottom:1px dotted #333333;
}


hr {
	width:100%;
	height: 2px;
	border-width: 2px 0 0 0; /* remove all borders except the top one */
	border-style: dashed;
	border-color: #FFB8BC;
}


/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C9232D;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
	color:#FFA0A4;
	text-decoration:none;
	background-color:inherit;
}

#html_content p, ul, li{
	margin-top: 0px;
	margin-bottom: 0px;
}

div#gallerycatcontainer {
	/*background-color: #FF6699;*/
	height:23px;
	margin:0 auto;
	padding:3px 0 0 3px;
	width:570px;
}

#mainnav {
	padding:0;
	height:26px;
	margin:0;
}
	
#mainnav li {
	color:#000;
	float:left;
	list-style:none;
	display:block;
	margin-right:25px;
}
	
#mainnav a:link,
#mainnav a:visited,
#mainnav a:hover,
#mainnav a:visited:hover {
	/*text-decoration:none;*/
	padding:6px;
	display:block;
	float:left;
}
	
#mainnav a:link,
#mainnav a:visited {
	color:#000;
}
	
#mainnav a:hover,
#mainnav a:visited:hover {
	color:#000;
	background-color:#FF6699;
}

#mainnav li#knopaan a {
	background-color:#FF6699;
	color:#000;
	text-decoration:none;
}

#div-clear{
	clear: both;
}


#gallery-content ul{
	padding:0;
	margin:0;
}

#gallery-content li{
	/*
	width:140px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:6px;
	*/
	width:150px;
	height:120px;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	list-style:none;
}

#gallery-content img{
	border:6px solid #FFFFFF;
}

.button
{
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FF6699;
	display: block;
	text-align: center;
	height: 26px;
	padding: 2px;
	float:left;
	border: 1px solid #000000;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

