body{
background-image:url(images/index_01.png);
background-position: center;
background-repeat: repeat-y;}

.content{
	background-image: url(images/index_11.png);	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:8e8e8e;	
	line-height: 25px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align:top;}
	
.portfolio{	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:8e8e8e;	
	line-height: 25px;
	vertical-align:top;}
	
.portfolio_header{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:8e8e8e;
	padding-top: 15px;}
	
.portfolio_td{
border-bottom: solid 1px #e6e6e6;}

.h1{
	font-size: 20px;}

.h3{
	font-size: 12px;
	font-weight: bold;
	color: #f2a851;}

a.url:link,
a.url:visited{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2a851;
	border-bottom: 1px dotted #f2a851;
	text-decoration: none;}
a.url:hover,
a.url:active{
	color:#ff8a00;
	border-bottom: 1px dotted #f2a851;
	text-decoration: none;}

a.balk:link, 
a.balk:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #f2a851;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #f2a851;
	font-size: 16px;}
		
a.balk:hover,
a.balk:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	color:#ff8a00;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #f2a851;
	font-size: 16px;}
	
p.balk{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:8e8e8e;
	padding-right: 10px;
	line-height: 20px;}
	
	
/* h2 is voor de header in de balk onderaan */
.h2{
	font-size: 20px;
	color:f2a851;}
	
#box
{
	width: 862px;
	height: 348px;
	background: url('images/sebwite.jpg') #fff;
	border: #b1b1b1 solid 5px;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	-moz-box-shadow: 0px 0px 40px #000;
	-webkit-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;

	text-align: center;
	position: absolute;
	margin: auto auto;
	z-index: 20;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

