BODY {
	background-color:#000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;
	padding:0px;
	color : #000000; 
}

td,p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF; 
	line-height:normal; 
}

a:focus { 
	outline: none; 
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color : #FFFFFF;
}

a:active, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color : #FFFFFF;
}


/* just holding stuff */
#container {
	margin: 0;
	padding: 0;
	position: relative;
	height:100%;
	width:100%;
}

.screen_x {
	/* holding the various ui's */
	margin: 0px auto 0 auto;
	position:absolute;
	width:100%;
	z-index=20;
}

#bg_home {
	position:relative;
	width:700px;
	height:504px;
	background: url("../pix/ui/ui_bg_home.jpg") no-repeat;
}

#bg_kvothe {
	position:relative;
	width:700px;
	height:504px;
	background:  url("../pix/ui/ui_bg_kvothe.jpg") no-repeat;
}

#bg_visie {
	position:relative;
	width:700px;
	height:504px;
	background:  url("../pix/ui/ui_bg_visie.jpg") no-repeat;
}

#bg_clienten {
	position:relative;
	width:700px;
	height:504px;
	background:  url("../pix/ui/ui_bg_clienten.jpg") no-repeat;
}

#bg_portfolio {
	position:relative;
	width:700px;
	height:504px;
	background:  url("../pix/ui/ui_bg_portfolio.jpg") no-repeat;
}

#bg_contact {
	position:relative;
	width:700px;
	height:504px;
	background:  url("../pix/ui/ui_bg_contact.jpg") no-repeat;
}

#menu {
	position:absolute;
	width:89px;
	height:191px;
	left:403px;
	top:290px;
	z-index:10000;
	/*border:1px dashed #00FF00;*/
}

#slogan {
	position:absolute;
	width:392px;
	height:11px;
	left:20px;
	top:115px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}


#content_kvothe {
	position:absolute;
	width:430px;
	height:250px;
	left:21px;
	top:180px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}

#content_visie {
	position:absolute;
	width:430px;
	height:250px;
	left:21px;
	top:170px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}

#content_clienten {
	position:absolute;
	width:430px;
	height:240px;
	left:21px;
	top:190px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}

#content_portfolio {
	position:absolute;
	width:700px;
	height:380px;
	left:0px;
	top:115px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}

#content_but_back {
	position:absolute;
	width:90px;
	height:25px;
	left:600px;
	top:113px;
	/*border:1px dashed #FF0000;*/
}


#content_contact {
	position:absolute;
	width:430px;
	height:150px;
	left:21px;
	top:305px;
	/*border:1px dashed #FF0000;*/
	text-align:left;
}

.orange {
	color:#FF9300;
}

.orange_title {
	color:#FF9300;
	font-size: 12px;
}
.white_title {
	color:#FFFFFF;
	font-size: 12px;
}