/* ALGEMEEN */

* { -moz-box-sizing: border-box; }

body {
	font-family: Arial, Helvetica, sans-serif;
	
	background: url("../img/body_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
 	background-attachment: fixed;
	background-color: #E1E1E1;
	overflow-x: hidden;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

img {
	border: 0px;
}

a.nav:link {
	font-size: 13px;
	font-weight: bold;
	color: white;
	width: 100px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
}

a.nav:active {
	font-size: 13px;
	font-weight: bold;
	color: white;
	width: 100px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
}

a.nav:visited {
	font-size: 13px;
	font-weight: bold;
	color: white;
	width: 100px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
}

a {
	color: #FF9F12;
	font-size: 12px;
	text-decoration: underline;
}

font.clicked {
	color: #ff9f12;
	font-weight: bold;
}

/* Allesomvattende div */

#container {
	position: absolute;
	width: 850px;
	height: 100%;
	margin: 0px auto auto -425px;
	left: 50%;
	top: 0px;
}

/* linkerkolom */

#main_left {
	position: absolute;
	width: 150px;
	margin: auto;
	border-right: solid 1px #9e989a;
	top: 0px;
	left: -76px;
}

#main_left_middle {
	position: absolute;
	background-color: #cad1d7;
	width: 150px;
	height: 175px;
	left: 0px;
	top: 66px;
	margin: auto;
}

/* rechterkolom */

#main_right {
	position: absolute;
	width: 151px;
	border-left: solid 1px #9e989a;
	margin: auto;
	top: 0px;
	right: 0px;
}

#main_right_middle {
	position: absolute;
	background-color: #cad1d7;
	width: 151px;
	height: 175px;
	left: 76px;
	top: 66px;
	margin: auto;
}

/* middenkolom */

#main_center {
	position: absolute;
	width: 700px;
	margin: auto;
	top: 0px;
	left: 75px;
}

#main_center_upper {
	position: relative;
	width: 700px;
	height: 241px;
	margin: auto;
	top: 0px;
	left: 0px;
	background: url("../img/header_kassenbouw.jpg") no-repeat;
}

#main_center_lower {
	position: relative;
	width: 700px;
	margin: auto;
	top: 0px;
	left: 0px;
}

#main_center_lower_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 151px;
	margin: auto;
}

#orangebar {
	position: relative;
	background-color: #ff9f12;
	width: 151px;
	height: 25px;
	margin: auto;
}

#fotobar {
	position: relative;
	background: url("../img/detail_kassenbouw.jpg") no-repeat;
	width: 151px;
	height: 113px;
	margin: auto;
}

#adresbar {
	position: relative;
	width: 151px;
	margin: auto;
}

#contentnavbar {
	position: absolute;
	top: 0px;
	left: 151px;
	width: 549px;
	margin: auto;
}

#navbar {
	text-align: right;
	position: relative;
	background-color: #ff9f12;
	width: 549px;
	height: 25px;
	margin: auto;
}

#contentbar {
	position: relative;
	padding: 14px;
	width: 549px;
	font-size: 12px;
}


#pag_teller {
	position: relative;
}

.portfolio {
	border: solid 1px #9e989a;
	margin-right: 14px;	
	margin-bottom: 13px;	
}