	/*
Programmering & ontwerp: Wouter Wisselink
Wout3r.nl, Bussum
ik@wout3r.nl

Alle rechten voorbehouden © 2007
*/

body
{
	margin:				0px;
	text-align:			center;
	font: 				11px Verdana, Tahoma, Arial sans-serif;
	color:				#ffffff;
	background-color:	#000000;
}

textarea,
input
{
	font:				11px Verdana, Tahoma, Arial sans-serif;
}
a:link,
a:active,
a:visited
{
	text-decoration:	none;
	color: 				#4a69b1;
}

:focus {
	outline: 0;
}

a:hover
{
	text-decoration:	none;
	color:				#aec8ff;
}

a img
{
	cursor: 			pointer;
	border:				0;
}

#header
{
	float:				right;
	width:				600px;
	text-align:			right;
}


#container
{
	margin-top:			20%;
	position:			relative;
	margin:				0 auto;
	background-image:	url('http://www.stefanlievestro.com/images/bgr.jpg');
	width:				800px;
	height:				600px;
}

#menu
{
	float:				left;
	text-align:			left;
	width:				199px;
}

#footer
{
	float:				right;
	text-align:			right;
	margin:				0 0 1px 5px;
	width:				272px;
	height:				80px;
}

#content
{
	float:				right;
	text-align:			left;
	overflow:			auto;
	background-image:	url('http://www.stefanlievestro.com/images/bgr_content.png');
	width:				545px;
	height:				493px;
	padding:			5px;
	color:				#000000;
}

#content_content
{
	width:				100%;
	height:				375px;
	overflow:			auto;
}

#footer a:link,
#footer a:active,
#footer a:visited,
{
	color:				#333333;
	text-decoration:	none;
}

#footer a:hover
{
	color:				#4a69b1;
}

#pag_pic
{
	width:				300px;
	height: 			115px;
	position:			absolute;
	bottom:				0px;
}