/*########################################################*\
###														 ###
###				CSS STYLESHEET BY IDIFY					 ###
###														 ###
###									-Maurice Bonemeijer	 ###
\*########################################################*/


/*################# INSTELLINGEN #########################*/
* { box-sizing: border-box; -moz-box-sizing: border-box; }
form { padding:0; margin:0; }



/*################# TEKST, HREF ETC ######################*/
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a, a:visited {
}

a:hover, a:active {
}



/*################# LAYERS ###############################*/
body {
	background: #e7e7e7 url('../img/body_bg_tile.gif') center center;
}

#container {
	position: relative;
	width: 805px;
	height: 550px;
	background: #FFFFFF;
	border: 1px solid #666666;
	text-align: left;
}

#container #header {
	position: absolute;
	top: 0;
	left: 0;
	/*background: url('../img/header_bg.jpg') no-repeat;*/
	height: 129px;
	width: 803px;
}
#container #header #grey_header {
	width: 100%; 
	height: 18px; 
	background-color: #333333;
}
#container #header #photo_slide {
	position: absolute; 
	top: 10px; 
	right: 0px; 
	width: 440px; 
	height: 109px;
}
#container #header #logo {
	margin: 35px 0 0 11px;
}

#container #menu {
	position: absolute;
	text-align: center;
	top: 131px;
	left: 0;
	background: url('../img/menu_bg.gif') repeat-x;
	height: 37px;
	width: 803px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#menu a, #menu a:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 1px;
}
#menu a:hover, #menu a:active, #menu a.act, #menu a.act:visited {
	background: url('../img/menu_bg_act.gif') repeat-x;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	margin: 0;
}


#container #content {
	position: absolute;
	top: 180px;
	left: 170px;
	width: 520px;
	height: 340px;
	overflow: auto;
	padding: 10px 15px 10px 20px;
}

#container #footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666666;
	height: 20px;
	width: 803px;
}

#container #pop_links {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: -18px;
}
#container #pop_rechts {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: -18px;
}

/*################# FORMS ################################*/
.styledInput {
}

.styledButton {
}



/*################# EXTRAS ###############################*/

table#projecten th {
	background: #eee;
}

table#aanbod th {
	background: #eee;
}

table#projecten td, th {
	padding: 4px 0px 4px 6px;
	border-top: solid 1px #ccc;
	
}

table#aanbod td, th {
	padding: 4px 0px 4px 6px;
	border-top: solid 1px #ccc;
}
table#aanbod hr {
	color:#ccc;
	height:1px;
}

#vlaggen {
	position: absolute;
	top: 190px;
	left: 40px;
}

#vlaggen img {
	border: solid 1px #000;
}

.images {
	border: solid 1px #000;
}
