<!--

html, body
{
	background-color: #000000;
	height: 100%;
	overflow: auto;
}
body
{
	margin: 0;
	padding: 0;
	background: #000000 url(images/imgBackground.jpg) repeat-x fixed left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}

/*General Page Elements*/
h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: White;
}

p, ul, ol
{
	margin-top: 0;
	line-height: 190%;
    font-size: 12px;
}

/*Links*/
a{
text-decoration:none;
font-size: 60px;
color:#777777;
font-weight:900;
}
a:hover{
color: #333333;}

a, img{
border: 0;
}


/*egg has: top, pic, title, content 1024px = 100%  209px = 27,21%*/
#egg
{
width: 1050px;
margin: 0 auto;
padding: 0px;
}

.top-space{
width: 1024px;
height: 50px;
padding: 0px;
float: none;
}

#pic{/* //650px = 63,47% //350px = 45,57%*/
width:300px;
height:500px;
text-align: right;
float: left;
}

#picture{
/*width and height has 1px reduction for the border //350px = 45,57%*/
width: 300px;
height: 500px;
}

/* Titles //350px = 34,17%, 300px = 29,29%*/
#title{
width: 400px;/* min 374px */
text-align: center;
}

#title h1{
letter-spacing: -1px;
font: normal 30px Arial, Helvetica, sans-serif;
color: #EEEEEE;
font-style:italic;
margin: 0 auto;/*Geen verschil*/
}

#title h2{
letter-spacing: -1px;
font: normal 24px Arial, Helvetica, sans-serif;
color: #EEEEEE;
font-style:italic;
margin: 0 auto;/*Geen verschil*/
}

#title h3, #content h3{
letter-spacing: -1px;
font: normal 24px Arial, Helvetica, sans-serif;
/* font: normal 25px Georgia, "Times New Roman" , Times, serif; 25px is maximum font-size, otherwise the title 'Eddy Van Boxstael' will not fit the box*/
color: #EEEEEE;
font-style:italic;
}

#title a:hover h2, #title a:hover h1, #pic a:hover #picture, #content a:hover h3, #title a:hover h3
{
color: #333333;
border-color: #333333;
}

/*content*/
#content{
width:400px;
padding: 0;
}

#content a{
font-size: 15px;
}

#AdresHerzele, #AdresBurst{/* //300px = 29,29% */
width: 185px;
}

#space{ /* //74px = 7,22% //350px = 45,57% */
width: 400px;
height: 50px;
float: left;
}

#middle{
width: 400px;/* min 374px */
height: 550px;
float: left;
}

#AdresHerzele{
text-align:right;
float:left;
}

#AdresBurst{
text-align:left;
float:right;
}
//
-->
