/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	color: #FFFFFF;	
	font-family: Georgia, Helvetica, sans-serif;
	font-size:12px;

}
body {
	margin:0px;
	padding:0px;
	background-color:#232323;
}

a:link {
	color: #D40005;
	text-decoration: underline;
}
a:visited {
	color: #D40005;
	text-decoration: underline;
}
a:hover {
	color: #D40005;
	text-decoration: underline;
}
a:active{
	color: #D40005;
	text-decoration: underline;
}

h1,h2,h3,h5,h6,p {
	padding:0;
	margin:0 0 1em 0;
}
h1{ font-size:24px; font-family:Georgia, Verdana, Arial, Helvetica, sans-serif; color:#d40005; }
h2{ font-size:18px; font-family:Georgia, Verdana, Arial, Helvetica, sans-serif; color:#d40005; }
h3{ font-size:14px; font-family:Georgia, Verdana, Arial, Helvetica, sans-serif; color:#d40005; }

img {
	border:none;
	vertical-align:top;
}

* { outline:none; }

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.error{
	border:1px solid #e5322c;
	color:#e5322c;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}

.alert{
	border:1px solid #F9DD34;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	background-color:#FCF7DC
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#logo{
	padding:50px 0;
	text-align:center;
}



#wrapper{
	position:relative;
	margin:0 auto;
	width:980px;
	height:320px;
	overflow:hidden;
}


#wrapper div.fotos{
	position:absolute;
	top:0;
	left:0;
	width:999999px;
}
#wrapper div.fotos img{
	margin:0 15px 0 0;
}


#wrapper div.verloop{
	position:absolute;
	top:0;
	z-index:2;
	height:400px;
	width:150px;
}
#wrapper div.links{
	left:0;
	background:url(../img/home-gr-links.png) repeat-y 0 0;
}
#wrapper div.rechts{
	right:0;
	background:url(../img/home-gr-rechts.png) repeat-y 0 0;
}






