/**
 * @author Prodes | Full-service internetbureau
 * @site www.prodes.nl
 * @copyright 2008
 */

/* BEGIN MISC. */

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

html, body {
	background: url('images/feest_bg.jpg') center;
	background-repeat: repeat-y;
	background-position: top center;	
	text-align: center;
 	background-color:#dce4ee;
}

body {
	font-family: Arial, Tahoma, sans-serif;
 	font-size: 13px;
}

img {
	border:0px;
}

p {
	margin-bottom:10px;
}

/* EINDE MISC. */




/* BEGIN STRUCTURE */

.wrapper {
	width:940px;
	margin:0 auto;
	position: relative;
	text-align: justify;
}

/* EINDE STRUCTURE */




/* BEGIN HEADER */
#header_top {
    height: 20px;
    background-color:#dce4ee;
}


#header {
	height:130px;
}

#logo {
	float:left;
    margin-top: 57px;
}

#menu {
	float:right;
	margin-top:88px;	
}

#menu ul li{
	display:block;
	float:left;
	padding-left:15px;
}

#menu ul li a{
	display:block;
	margin-left:20px;
	color:#2A2A2A;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	padding-top:4px;
	background-repeat:no-repeat;
}

#menu a:hover {
	color:#2a4793;
}

#menu ul li#current {
	background:url('images/menu-active.gif');
	background-repeat:no-repeat;
	background-position:38px 10px;	
}

#menu ul li#current a {
	color:#2a4793;
	padding-left:18px;
}


#submenu {
	float:right;
	margin-top:10px;	
	width:700px;
}
#submenu ul{
	float:right;
	}
#submenu ul li{
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#submenu ul li a{
	display:block;
	margin-left:20px;
	color:#2A2A2A;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:0.9em;
	padding-top:4px;
	background-repeat:no-repeat;
}

#submenu a:hover {
	color:#2a4793;
}

/* EINDE HEADER */



/* BEGIN CONTENT */

#content {
	width:94%;
    padding: 3%;
	margin-top:50px;
	font-family: Arial, Tahoma, sans-serif;
 	font-size: 12px;
 	line-height:22px;
 	color:#5d5d5d;
    background-color: #fff;
    margin-bottom: 25px;
}

#content a {
	color:#2a4996;
	text-decoration:none;
}

#content a:hover {
	color:#2a4996;
	text-decoration:underline;
}

#content h1 {
	font-family: Arial, Tahoma, sans-serif;
	font-size:25px;
	color:#2a4996;
}

#content h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size:17px;
	color:#2a4996;
	font-weight:bold;
	margin-bottom:15px;
}

#content h3 {
	font-family: Arial, Tahoma, sans-serif;
	font-size:15px;
	color:#2a4996;
}

#links {
    float: left;
    width: 250px;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #fff;
}

#links ul {
    width: 250px;
}

#links li {
    display: block;
    width: 230px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dce4ee;
}

#links li img {
    margin-right: 5px;
}

#rechts {
    float:left;
    width: 600px;
    border-left: 1px solid #dce4ee;
    padding-left: 30px;
}

#content_links {
	float:left;
	width:560px;
}

#content_rechts {
	float:right;
	width:300px;
}

img#home_img {
    float:left;
    padding: 5px;
    border: 1px solid #DCE4EE;
    margin-right: 7px;
    margin-bottom: 10px;
}

img#home_img_rechts {
    float:left;
    padding: 5px;
    border: 1px solid #DCE4EE;
    margin-bottom: 10px;
}

#content_rechts .home_tabel {
	width:250px;
}

.content_button {
	height:30px;
	background-color:#DCE4EE;
	float:right;
	margin-top:20px;
} 

.content_button p {
	font-size:13px;
	font-weight:bold;
	text-align:right;
	color:#2A4996;
	padding-right:15px;
	padding-top:4px;
	padding-left:15px;
}

#content_links .content_button a {
	color:#2A4996;
}

.haarlijn {
	height:1px;
	background-color:#d6d6d5;
	margin-top:45px;
	margin-bottom:45px;
	overflow:hidden;
}

.home_blok_tekst {
	width:212px;
	height:127px;
	background-color:#dce4ee;
	float:left;
}

.home_blok_foto {
	width:205px;
	height:120px;
	background-color:#dce4ee;
	float:left;
	margin-left:11px;
	padding-top:7px;
	padding-left:7px;
}

p.aanwijzing {
	display:block;
	width:100%;
	padding-top:40px;
	font-style:italic;
	padding-bottom:10px;
	text-align:center;
}

p.aanwijzing_link a {
	display:block;
	width:100%;
	color:#2a4996;
	text-decoration:none;	
	font-style:italic;
	text-align:center;
}

p.aanwijzing_link a:hover {
	text-decoration:underline;
}

.haarlijn1 {
	height:1px;
	background-color:#d6d6d5;
	margin-top:45px;
	margin-bottom:10px;
	overflow:hidden;
}

p.ontwikkelaar{
	float:right;
	font-weight:bold;
	margin-bottom: 10px;
	color: #a82376;
}

/*  Portfolio */
a.fotothumb {
    float:left;
    padding: 5px;
    border: 1px solid #DCE4EE;
    margin-right: 7px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
}

a.fotoimg {
    float:left;
    padding: 5px;
    border: 1px solid #DCE4EE;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important; 
}

a.fotomenu {
    background: none !important;
    background-image: none;
}

/* Google Maps kaartje */
#gmap {
    width: 100%;
    height: 300px;   
}


