@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

/* Gallery styles */

#gallery,
#gallery_grafisch {
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	/* The width of the gallery */

	overflow:hidden;
}

#gallery {
	width:393px;
}

#gallery_grafisch {
	width:209px;
}

#slides{
	/* This is the slide area */
	height:165px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:393px;
	overflow:hidden;
}

.slide{
	float:left;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:185px;
	display:inline-block;
	list-style:none;
	height:19px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

li a{
	display:block;
	height:19px;
}

a img{
	border:none;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:672px;
	position:relative;
}

a, a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#f09;
	text-decoration:none;
}

p{
	padding:10px;
	text-align:center;
}


#main_onder {
	background-image: url(../images/main-onder.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 165px;
	width: 631px;
	padding-right:41px;
	padding-bottom:30px;
}

#main_onderlinks {
	float: left;
	height: 165px;
	width: 185px;
	padding-left: 39px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

#main_onderrechts {
	float: left;
	height: 165px;
	width: 395px;
}

/* grafisch vormgeven */

#main_ondervormgeven {
	float: left;
	height: 145px;
	width: 592px;
	padding-top: 0px;
	padding-right: 41px;
	padding-bottom: 50px;
	padding-left: 39px;
}


#main_ondervormgevenlinks {
	float: left;
	height: 145px;
	width: 378px;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

#main_ondervormgevenrechts {
	float: left;
	height: 145px;
	width: 209px;
}

#slides_grafisch{
	/* This is the slide area */
	height:145px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:209px;
	overflow:hidden;
}


/* -- originele div -- #main_ondervormgeven {
	float: left;
	height: 145px;
	width: 378px;
	padding-top: 0px;
	padding-right: 255px;
	padding-bottom: 50px;
	padding-left: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}
*/