﻿body{
	font-family: Arial;
	background-color:orange;
	color:#dadada;
	margin: 0%;
}

A:link {color: #dadada; text-decoration: none;	}
A:visited {color: #a9bae8; text-decoration: none;}
A:active {color: #ffa800; text-decoration: none;}
A:hover {color:#ffa500;}

img { border: 0; }

#outer{
	background-image:url('images/BGX2.png');
	background-repeat:no-repeat;
	width:950px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
}

#photoframe{
	width:250px;
	height:250px;
	background-image:url('images/photo/photoframe.png');
	background-repeat:no-repeat;
	margin-top:190px;
	margin-left:25px;
	float:left;
}

#logo{
	width:389px;
	height:125px;
	background-image:url('images/logo_klein4.png');
	background-repeat:no-repeat;
	float:right;
	margin-right:8px;
}

#tekst{
 width:600px;
 height:50px;
 margin-top:0px;
 margin-left:300px;
clear: right;
}

#menu{
	height:25px;
	width:500px;
	float:right;
	margin-right:15px;
	margin-top:395px;
}

.pics{
   height:  200px;
   width:   200px;
   padding: 0;
   margin:  0;
   margin-left:25px;
   margin-top:25px;
}    


