
/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	
	background-color: #ffffff;
	color: #000;
	text-align:middle;
	text-align:   left;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:    12px;
}

h1, h2, h3, h4, h5
{
	color:      #000;
	font-size:  12px;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 13px;
}

#outer{
	width: 950px;
	height:100%;
	min-height:100%;

	color: #000000;
	margin: auto;
	
	margin-bottom		:-20px;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
}

#clearfooter
{
	clear:   both;
	height:  20px;
}

#logo
{
	height:       600px;
	width:        200px;
	position:     relative;
	float:        left;
	text-align:   center;
	padding-top:  50px;
}

#header
{
	height:    150px;
	width:     750px;
	position:  relative;
	float:     left;
	margin-top:  30px;
	
	//background-image:   url('http://www.indialoog.nl/system/newimages/header.jpg');
	//background-repeat:  no-repeat;
	//background-position:  top-left;
}

#content
{
	margin-top:    30px;
	width:         490px;
	color:         #000;
	padding-bottom: 20px;
	/*float:         left;*/
	margin:auto;

}

#content .wdeditable
{
	width:     490px;
	/* background: white; */
}

#portfolio
{
	margin-top:        0px;
	margin-left:       10px;
	width:             0;/*250px;*/
	/* height:            200px; */
	float:             left;
	background-color:  #A59996;
	display:none;
}

#portfolio a, a:href, a:hover, a:active
{
	color:            white;
	text-decoration:  none;
}

.pflist
{
	list-style: square;
	color: White;
	margin-bottom: 100px;
}

.pfitem
{
	margin-bottom: 10px;
}

#pf_titel
{
	height:            20px;
	padding-left:      20px;
	color:             #FFF;
	background-color:  #6E6664;
	font-weight:       bold;
}

#pf_image
{
	height:            120px;
	width:             220px;
	margin-left:       20px;
	margin-top:        20px;
	background-color:  #A59996;
}

#footer
{
	width:             950px;
	margin:            auto;
	position:          relative;
	height:            20px;
	background-color:  #A59996;
	color:             #FFF;
	font-size:         11px;
}

#footer_space
{
	float:             left;
	height:            20px;
	width:             200px;
	background-color:  #FFF;
}

#footer_text
{
		padding-top:   4px;
		padding-left:  20px;
		float:         left;
}

img
{
	border: 0px;
	vertical-align: middle;
}