/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
	background-image: url("../gfx/main_bg.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	background-color: #e3e3e5;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

.container {
    min-height: 100%;
	_height: 100%;
    width: 916px;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */

}

/*  HEADER ***********************************************/
.header_top {
	background-image: url("../gfx/header_top.jpg");
	background-repeat: no-repeat;
	width: 916px;
	height: 140px;
}
.header_menu {
	background-image: url("../gfx/header_menu.gif");
	background-repeat: no-repeat;
	width: 916px;
	height: 25px;
}
.address {
	font-size: 11px;
	margin-left: 710px;
	margin-right: 20px;
	padding-top: 24px;
	color: #999999;
	line-height: 16px;
	text-align: right;
}

.header_bottom {
	background-image: url("../gfx/header_bottom.gif");
	background-repeat: no-repeat;
	width: 916px;
	height: 8px;
}

/*  FOOTER ***********************************************/
.footer {
	background-image: url("../gfx/footer_bg.gif");
	background-repeat: no-repeat;
	width: 916px;
	height: 10px;
}
.copy {
	height:20px;
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}


/*  CONTENT ***********************************************/
.content {
	background-image: url("../gfx/content_bg.gif");
	background-repeat: repeat-y;
	width: 916px;
	min-height: 362px;
}

.content_title {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #666666;
	
	width: 577px;
	margin-left: 30px;
	padding-top: 20px;
}

.content_text{
	font-size: 11px;
	color: #666666;
	
	width: 577px;
	margin-left: 30px;
	margin-top: 10px;
	line-height: 18px;
}



/*  MENU ***********************************************/
.menu {
	margin-left: 20px;
	padding-top: 4px;
}

/* MAINPAGE MENU SETTINGS */
.DivBtnMenu1 {
	height: 25px;
	display: block;
	background-image: url("../img/btn.gif");
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-left: 30px;
}

.DivBtnMenu {
	height: 25px;
	display: block;
	background-image: url("../img/btn.gif");
	background-repeat: no-repeat;
	margin-right: 30px;
}

.btnMenu {
	height: 25px;
	display: block;
	margin:0px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color:#03427D;
}

.btnMenu:hover {
	height: 25px;
	color:#FFFFFF;
	font-size: 13px;
}

a.btnMenu2 {
	display: block;
	height: 20px;
	width: 130px;
	background-color: #03427D;
	margin:0px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	color:#FFFFFF;
}

a.btnMenu2:hover {
	display: block;
	background-color: #F9D071;
	margin:0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	color:#03427D;
}

div.buttoninfo{
	font-size: 10px;
	color: #494949;
	width: 135px;
	position: absolute;
	top: 178px;
	text-decoration:none;
	z-index: 100;
}

div.inside{
	z-index: 100;
	margin:0;
}

.padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


.project {
	position: relative;
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px solid #666666;
	margin-left: 10px;
	margin-top: 10px;
}

.projectImage {
	position: relative;
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #666666;
}

.projectInfo {
	position: relative;
	float: left;
	width: 238px;
}
