/* -- BODY -- */

body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	color: #695d54;
	height: 100%;
	width: 100%;
	background: #fff url('../images/background/background.gif') repeat;
	font-family:  Verdana;
	font-size: 12px; 
	}

table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}

td {
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
	}

label {
    width: 150px;
    float: left;
    text-align: left;
    margin: 3px 10px 3px 0px
    clear: both;
    }

input, select, textarea {
    border: solid 1px #57004f;
	color: #57004f;
	margin: 2px;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt; 
	}


img {
	border: 0;
	}


a {	
	color: #FF9900;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	}

#gn {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 700px;
	padding: 0;
	}

/* -- HEADER -- */

#gn-header {
	height: 145px;
	margin: 0;
	padding: 0;
	clear: left;
	}

/* -- PHOTO -- */

#gn-header-logo {
	height: 115px;
	background: #fff url('../images/background/header.png') no-repeat;
	margin: 0;
	padding: 0;
	text-align: right;
	clear: left;
	}

/* -- MENU -- */

#gn-header-menu {
	height: 30px;
	margin: 0;
	padding: 0;
	clear: left;
	}
                                                                                                                                                                  
#gn-header-menu ul {
    padding:  0;
	margin: 0;
    list-style: none;
    }
                                                                                                                                                                  
#gn-header-menu li {
    float: left;
    position: relative;
	padding: 0;
    margin: 0;
    text-align: center;
    }
                                                                                                                                                                 
#gn-header-menu li a {
    text-decoration: none;
   	color: #57004f;
    display: block;
	font-weight: bold;
    }

#gn-header-menu li.portfolio-menu {
	width: 288px;
	background: #fff url('../images/background/portfolio_off.png') no-repeat;
	}

#gn-header-menu li.informatie-menu {
	width: 127px;
	background: #fff url('../images/background/informatie_off.png') no-repeat;
	}

#gn-header-menu li.contact-menu {
	width: 285px;
	background: #fff url('../images/background/contact_off.png') no-repeat;
	}
                                                                                                                                                             
/* -- CONTENT -- */

#gn-content {
	margin: 0;
	height: 369px;
	}

.portfolio {
	background: url('../images/background/portfolio.png') no-repeat;
	}

.informatie {
	background: url('../images/background/informatie.png') no-repeat;
	}

.contact {
	background:  url('../images/background/contact.png') no-repeat;
	}

#gn-content-text {
	padding: 10px 30px;
	width: 612px;
	height: 325px;
	overflow: none;
	}

#gn-content table img {
padding: 8px;
}

/* -- FOOTER -- */

#gn-footer {
	}

#gn-footer a {
	}

#gn-footer a:hover {
	}

