/*********************************************************
 * 
 * Deze code is met veel plezier geschreven, getest en met trots 
 * opgeleverd door Aron Rotteveel van Vije Internetproducties.
 * Informatie:
 * 
 * Opdrachtgever: Hof Communicatie
 * Laatste update: 16 februari 2007
 * 
 * Voor vragen kunt u contact opnemen per e-mail (aron@vije.nl) of per telefoon (074-2673400).
 * Meer informatie over Vije Internetproducties vindt u op http://www.vije.nl
 *
 *********************************************************/


/****( Globale definities )**********************************************/

* {
    margin: 0;
    padding: 0;
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html, body { 
    height: 100%;
}

body {
    font-family: 'Trebuchet MS', Helvetica, Verdana;
    font-size: 10pt;
    text-align: center;
    letter-spacing: 1px;
    line-height: 16px;
    background: #d9d9d9 url(/img/background.gif) repeat-y center top;
    overflow-y: scroll;
}

img { 
    border: 0;
    vertical-align: middle;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    outline: none;
    color: #ccc;
}

a:hover { 
    color: #eee;
}

ul.unstyled {
    list-style: none;
}

.half { width: 50%; text-align: left; }
.left { float: left; position: relative; }

.spacer {
	clear: both;	
}

/****( Layout definities )***********************************************/

div#container {
    margin: 0 auto;
    width: 1024px;
    background: #46237d;
}

div#logo {
    margin: 0 auto 5px auto;
    height: 155px;
}

div#logo img { 
    margin-top: 25px;
}

div#menu {
    background: #6432aa;
    height: 25px;
    border-top: 2px solid #d9d9d9;
    border-bottom: 5px solid #d9d9d9;
}

div#topimage {
    height: 192px !important;
    height: 202px; /* IE fix */
    background-color: #000;
    text-align: left;
    border-bottom: 10px solid #d9d9d9;
}

div#content {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

div.haakjelinks {
    float: left;
    position: relative;
    height: 245px;
    width: 92px;
    background: transparent url(/img/haakje_links.gif) no-repeat top left;
}

div.haakjerechts {
    float: right;
    position: relative;
    height: 245px;
    width: 92px;
    background: transparent url(/img/haakje_rechts.gif) no-repeat top left;
}

div.tekst {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 550px;
    color: #fff;
}


/****( Opmaak definities )***********************************************/

a.activelink {
    outline: none;
    background: #6432AA;
    display: block;
}

div#menu ul { 
    position: relative;
    width: 700px;
    height: 30px;
    margin: 0 auto;
    list-style: none;
    top: -5px;
}

div#menu ul li {
    float: left;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}

div#menu ul li a {
    display: block;
    float: left;
    position: relative;
    color: #b3b6ca;
    width: 80px;
    height: 30px;
    line-height: 35px;    
    overflow: hidden;
}

div#menu ul li#clientexperience a {
	width: 130px;
}
	
div#menu ul li a:hover, div#menu ul li a.active {
    border-top: 5px solid #d9d9d9;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

div#logo h1 {
    display: none;
}

div.tekst div#innertext { 
    text-align: center;
    padding: 45px 0 15px 0;
    height: 400px;
    overflow-y: auto;
}

div.contact {
    text-align: center;
}

div.contactinformatie {
    width: 450px;
    margin: 0 auto;
    text-align: center;
}

div.hofmakerij {
    text-align: center;
    width: 90%;
    letter-spacing: 0;
    margin: 0 auto;
}

div.hofmakerij p { 
    text-align: left;
    padding: 3px;
}

div.even { 
    background-color: #5D3896;
}

div.bold { 
    font-weight: bold;
}

div.column {
    padding: 3px;
    float: left;
    position: relative;
    width: 230px;
    text-align: left;
}

div.spacer { 
    clear: both;
}

div.divider { 
    height: 15px;
}

div.ervaringlijst {
	position: relative;
	width: 650px;
}

div.ervaringlijst a.activelink { 
    display: inline;
}


div.definitions {
    position: absolute;
    width: 650px;
    text-align: center;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#portfolio_box {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -375px;
	background:#46237d;
	width: 750px;
	height: 500px;
	border: 1px solid #a391be;
	}
	#portfolio {
		margin: 10px;
		text-align: left;
		position: relative;
		height: 480px;
		}
		#portfolio #portfolio_navigation {
			float: left;
			width: 250px;
			}
			#portfolio #portfolio_navigation ul {
				list-style: none;
				color: #fff;
				line-height: 24px;
				margin-top: 16px;
				}
				#portfolio #portfolio_navigation ul li {
					padding-left: 10px;
					}
					#portfolio #portfolio_navigation ul li.active {
						background: #663399 url(/img/portfolio_pijl.gif) no-repeat right center;
						cursor: pointer;
						}
						
						#portfolio #portfolio_navigation ul li.child {
							color: #b5a7cb;
							background: none;
							}
						#portfolio #portfolio_navigation ul li.child.active {
							cursor: pointer;
							color: #fff;
							font-weight: bold;
						}
						
						#portfolio #portfolio_navigation ul li a {
							color: #fff;
						}
			
		#portfolio #portfolio_currentitem_wrapper {
			float: left;
			width: 475px;
			height: 500px;
			margin: 0;
			padding: 0;
		}
		#portfolio #portfolio_currentitem {
			width: 475px;
			height: 500px;
			}
			#portfolio #portfolio_currentitem h2 {
				font-size: 10pt;
				line-height: 22px;
				font-weight: normal;
				color: #fff;
				margin-bottom: 10px;
				}
				#portfolio #portfolio_currentitem h2 a {
					color: #fff;
					}
			#portfolio #portfolio_currentitem .portfolio_foto {	
				width: 475px;
				height: 450px;
				text-align: center;
				background-color: #663399;
				margin-top: 15px;
			}
			#portfolio a#portfolioclose {
				font-size: 11px;
				color: #fff;
				background: transparent url(/img/portfolio_sluiten.gif) no-repeat right center; 
				padding-right: 15px;
				line-height: 15px;
				position: absolute;
				right: -5px;
				top: -5px;
			}