/**
	Webpage
*/
html {
	height:100%
}
body {
	margin: 0px;
	height: 100%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/achtergrond.gif);
	background-repeat: repeat-x;	
}


/**
 *	Outer layer
 */
#outer {
	width: 768px;
	min-height: 100%; 
	_height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#outer:after { 
	content: " "; 
	display: block; 
	clear: both; 
}

/**
 *	Top layer
 */
#top {
	height: 101px;
}
#title { 
	height: 100px;
	background-image: url(../images/Untitled-4.gif);
}
#line {
	border-top: 1px solid #8A873B;
	font-size: 0px;
	height: 0px;
}

/**
 *	Content
 */
#content {
	width: 530px;
	margin: 10px;
	float: left;
}
#outer #content p, #outer #content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
}
#outer #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#outer #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

#outer #content a {
	color: #8A873B;
	text-decoration: none;
}
#outer #content a:hover {
	text-decoration: underline;
}

table.info {
	border-collapse:collapse;
	width: 300px;
}
.info th {
	width: 100px;
	vertical-align: bottom;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #333333;
	border-bottom: 1px solid #8A873B;
}
.info td {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #8A873B;
}



table.form {
	border-collapse:collapse;
	width: 400px;
}
.form th {
	width: 100px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #333333;
}
.form td {
	width: 300px;
}
.error {
	color: #FF0000;
}

/**
	Sidemenu
*/
#side {
	float: right;
	width: 204px;
}
#menu {
	width: 204px;
}
#menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#menu ul li a {
	text-decoration: none;
	color: #8A873B;
}
#menu ul li a:hover {
	text-decoration: underline;
}

/*
*	Flash
*/
.noFlashContent {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.noFlashContent a {
	text-decoration: none;
	color: #8A873B;
}
.noFlashContent a:hover {
	text-decoration: underline;
}

/**
 *	Box voor nieuwsbrief aanmelden
 */
#outer #content .box {
	margin-bottom: 16px;
	margin-left: 8px;
	margin-right: 15px;
	float: right;
	width: 174px;
	height: 152px;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	padding: 6px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#outer #content .box .boxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
#outer #content .box input {
	font-size: 8pt;
}

.projecten {
	position:absolute;
	top: 153px;
	background-color:#006666;
	width: 500px;
	height: 405px;
}


#webdesign {
	width: 204px;
}
#webdesign p {
	margin-top: 2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#webdesign a {
	color: #8A873B;
	text-decoration: none;
}
#webdesign a:hover {
	text-decoration: underline;
}


hr {
	height: 1px;
	border-bottom: 1px solid #8A873B;
	width: 300px;
	text-align: left;
}