@charset "UTF-8";
/* general dba.be stylesheet  */

/* ______________ GENERAL TAGS ______________ */

a, a:hover{
    text-decoration: none;
    color: #000;
}

#contactInfo a:hover{
    text-decoration: underline;
    color: #000;
}


/* ______________ GENERAL TEXT STYLES ______________ */






/* ______________ POISTION PAGE ______________ */

body {
	position: relative;
	color: #000;
	font-family: Calibri, "Trebuchet MS", Verdana, Helvetica, Sans serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background:#fff;
}
#container {
	position: relative;
	width: 950px;
	height: 650px;
	background:#fff;
	margin: 50px auto 0px auto;
	text-align: left;
}
/* ______________ MENU ______________ */

#menu {
	position: absolute;
	width: 950px;
	min-height: 300px;
    height: 300px;
	top: 0px;
	left: 0px;
	z-index: 100;
    background: url(../_images/layout/menuBack.png) top left repeat;
}
#nav {
	position: absolute;
	width: 725px;
	height: auto;
	margin-bottom: 100px;
	top: 100px;
	left: 225px;
	background: url(../_images/layout/navBack.png) top left repeat;
}
#nav ul {
	width: auto;
}
#nav li {
	height: 20px;
	display: block;
    width: auto;
}
#nav li a {
	height: 20px;
	width: auto;
	line-height: 20px;
	padding-right: 50px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
#nav li a:hover, #nav li a.active {
	height: 20px;
	width: auto;
	line-height: 20px;
	padding-right: 50px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	background: transparent url(../_images/layout/navActive.png) top right no-repeat;
}
.navNiv {
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.navNiv td{
    vertical-align: top;

}


#contactTeam li{
    height: 65px;


}

#contactTeam li img{
    width: 50px;
    height: 60px;
    vertical-align: middle;
    margin-right: 5px;
    border: solid 1px #fff;
 
}
/* ______________ LOGO ______________ */

#logo {
	position: absolute;
	width: 200px;
	height: 100px;
	background: url(../_images/layout/debackerarchitecten.png) top left no-repeat;
	top: 0px;
	left: 0px;
}
#logo H1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
}
#logo H1 a span {
	display: none;
}
/* ______________ MAIN ______________ */

#content {
	position: absolute;
	width: 950px;
	height: 700px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#description {
	position: absolute;
	width: 200px;
	height: auto;
	bottom: 50px;
	left: 0px;
	text-align: right;
	line-height: 15px;
}
#description p{
	margin-top: 0.5em;
}

#description a, #description a:hover{
	text-decoration: none;
	color: #000;
}
#description a.download{
	padding-left: 20px;
	background: url(../_images/layout/arrowDown.png) 0 0 no-repeat;
}
#description a.download:hover{
	padding-left: 20px;
	background: url(../_images/layout/arrowDown.png) 0 -15px no-repeat;
}
#attachments {
	position: absolute;
	width: 725px;
	height: 580px;
	top: 100px;
	left: 225px;
}
#att_holder{
    position: absolute;
	width: 725px;
	height: 550px;
	top: 0px;
	left: 0px;
    background: #efefef;
    z-index: 5;
}
#att_loader{
    position: absolute;
	width: 16px;
	height: 16px;
	top: 260px;
	left: 352px;
    z-index: 10;
}
#photoNav {
	position: absolute;
	width: 725px;
	height: 20px;
	line-height: 20px;
	top: 560px;
	left: 0px;
	text-align: center;
}
#photoNav a {
	width: 50px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
#photoNav a.next {
	background: url(../_images/layout/arrowRight.png) 0px 0px no-repeat;
}
#photoNav a.next:hover {
	background: url(../_images/layout/arrowRight.png) 0px -20px no-repeat;
}
#photoNav a.previous {
	background: url(../_images/layout/arrowLeft.png) 0px 0px no-repeat;
}
#photoNav a.previous:hover {
	background: url(../_images/layout/arrowLeft.png) 0px -20px no-repeat;
}
#photoNav a span {
	display: none;
}

