* {
    margin: 0;
    padding: 0;
}

/*Background styling*/
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:50%;left:50%;
	margin-top: -270px; 
	margin-left: -420px; 
    z-index:70;
    overflow:hidden;
	
}

.box {
    margin: 0 auto;
    width: 770px;
	min-height: 360px;
}

/*Title styling*/
.title {
	margin: 0 160px 30px auto;
	padding:0 5px;
	width: 590px;
	min-height: 24px;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}
 /*Menu styling*/
#Navigatie {
	width:600px;
	height:18px;
	z-index:10;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	z-index:-1;
}

#Navigatie ul {float:right;	
	padding:0; 
	list-style-type:none; }

#Navigatie ul li		{	
	float:right;	
	margin-left:2px; 
	border-top:1px solid #333; 
	border-right:1px solid #333;
	border-left:1px solid #333;
	padding:2px 5px 2px 5px;
	background-color:#fff;
}

#Navigatie ul li a	{	
	color:#222;	
	text-decoration:none;
}

#Navigatie ul li:hover 	{	
	background-color:#C06; 	
}
#Navigatie ul li:hover a 	{	color:white;text-decoration:none;			}

#Navigatie ul li.current {	
	background-color:#C06; 
	color:#fff;
}

#Navigatie ul li.current a{	
	background-color:#C06; 
	color:#fff;
}

/*content styling*/
#content	{
	width:770px;
	height:380px;
	clear:left;
	z-index:70;
	background-image: url(../media/img/contentbg.png);
	background-repeat: no-repeat;	
}

#leftContent{
	width:270px;
	height:360px;
	float:left;	
}

.quote{
	margin:130px 10px 0 20px;
	font-size: 16px;
	color: #C06;
}

.work{
	margin:120px 10px 0 25px;
	width:220px;
	height:220px;
}



.line{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C06;
}
.auteur{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top:10px;
	color: #333;
	text-align:right;
}

#rightContent{
	width:310px;
	height:340px;
	float:left;
	padding:10px;
}

#rightMenu{
	margin:0 0 0 -10px;
	height:340px;
	float:left;
	padding:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222;
}

#rightMenu ul{
	padding-top:200px;
	list-style-type: none;
}

#rightMenu ul li{
	margin:5px 0;
	padding:0px 0 px;
}

#rightMenu ul li a{
	margin:5px 0;
	padding:2px 5px 2px 10px;
	background-color:#fff;
	color:#222;
	text-decoration:none;
}

#rightMenu ul li a:hover{
	margin:5px 0;
	background-color:#C06;
	color:#fff;
	text-decoration:none;
}

#rightMenu ul li.current{
	margin:5px 0;
	padding:2px 5px 2px 10px;
	background-color:#C06;
	color:#fff;
	text-decoration:none;
}


/*Footer styling*/

#footer{
	position:absolute;
	left:0;
	bottom: 0;
	z-index:100;
	background-image:url(../media/img/rightcontent_bg.png);
	width: 100%;
	float:left;
	background-repeat: repeat;
}

#footertitle	{
	position:absolute;
    left:50%;
	margin-left: -420px; 
	width:600px;
	float:left;
}
	
.contact{
	width:265px;
	padding: 0 0 0 5px;
	text-align:left;
	float:left;
}
.openclose{
	font-size:10px;
	color:#C36;
	padding: 0 0 0 20px;
	text-align:left;
	float:left;
}


#footerContentWrapper	{
	position:absolute;
	left:50%;
	margin-left: -550px;
	width:840px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
	
.footercontentLeft{
	width:265px;
	padding: 10px 0 0 5px;
	text-align:left;
	float:left;
}
.footercontentRight{
	width:340px;
	padding: 10px 5px 0 5px;
	text-align:left;
	float:left;
	z-index:200;
}
.footercontentRight table{list-style-type:none; font-family:Tahoma, Geneva, sans-serif; font-size:10px; color:#fff; width:340px;}
.footercontentRight table tr{
	height:30px;
	vertical-align: top;
	margin-bottom:10px;
	}
.footercontentRight table tr td.small{
	width:15px;
	vertical-align: top;
	margin-bottom:10px;
	}
.footercontentRight table tr td.feed{
	width:340px;
	vertical-align: top;
	padding: 0 0 0 10px;
	}
.footercontentRight ul{list-style-type:none}
.footercontentRight ul li{list-style-type:none; margin:0 0 0 0px;}
ul#twitter-post {list-style-type:none; margin:-10px 0 0 -10px;}

.footercontentTag {width:100px; height:100px; float:left; margin:10px 20px 10px 10px; z-index:200; }
/*Text styling*/
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	margin:10px;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	text-align:right;
	color:#fff;
	padding-right:10px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-left:10px;
	font-weight:normal;
	line-height:20px;
	color:#fff;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a:hover{font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;}

a:visited{font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;}

a img {border:none;}

ul{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-position: inside;	
}

ul li{Margin:0 0 0 10px;}
/*Fotm styling*/

input.button	{
	width:70px;
	heigt:20px;
	border:1px solid #fff;
	margin:0px 0px 0px 0px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	-moz-border-radius:5px;
	font-size: 11px;
}

input.button:hover		{ 
	background:#c9daea; 
	color:#333; 
}

input.text-input	{
	margin:0px;
	width: 310px;
	height:15px;
	padding:0px 2px;
	color:#333;
	border:1px solid #333;
}



