/* BaakBeeld 2009 */


* {
	margin: 			0;
	padding: 			0;
	border: 			0;
	}

body {
	background-color: 		#000;
	font-family: 			Arial ;
	color:				#fff;
	background-image: 		url('./img/background.jpg');
	background-repeat: 		no-repeat;
	background-position:		60% -10%;
	background-attachment:		fixed;
	height:				100%;
	}
	
input.radiofield1  {
	position:			fixed;
	left:				3px;
	margin-top:			10px;
	font-size:			10px;
}

label.radiofield1 {
	position:			fixed;
	left:				21px;
	margin-top:			15px;
	font-size:			10px;
}

input.radiofield2  {
	position:			fixed;
	left:				71px;
	margin-top:			10px;
	font-size:			10px;
}

label.radiofield2 {
	position:			fixed;
	left:				89px;
	margin-top:			15px;
	font-size:			10px;
}

div#container{
	width: 				1000px;
	margin: 			0 auto;
	position:			relative;
	height:				100%;
	min-height:			100%;
	}
	
div#header h1 a span{
	display:			none;
	}
	
div#menu{
	position:			fixed;
	background-color:		#000;
	height:				50px;
	width:				100%;
	z-index:			1;
	}
	
div#menu li { 
	float: 				left;
	display: 			block;
	width: 				140px;
	height: 			25px;
	margin: 			10px 5px 5px 0;
	text-align:			center;
	}

div#menu li a{
	color:				#fff;
	font-weight:			bold;
	font-size:			16px;
	font-stretch:			wider;
	text-decoration:		none;
	}

div#menu li a#active{
	font-size:			18px;
	}
	
div#content {
	background-color:		#2D2D2D;
	filter:				alpha(opacity=80);
	opacity:			0.8;
	float:				right;
	margin:				40px 50px 0 0;
	width:				55%;
	overflow: 			auto;
	}

div#bar{
	height:				50px;
	width:				100%;
	background-color:		#565656;
	}

div#bar p{
	padding:			20px 0 0 10px;
	font-size:			16px;
	color:				#ccc;
}

div#bar span{
	font-size:			12px;
}

div#inside{
	font-size:			15px;
	line-height:			17px;
	margin:				30px 0 30px 10px;
	width:				90%;
	color:				#fff;
}

div#cd{
	text-align:		center;
}
div#cd span{
	font-style:		italic;
	font-weight:		550;
}

div#inside dl{
	padding:		10px 0 6px 0;
	border-bottom:		3px ridge;
}

div#inside dt{
	float:			left;
	width:			67%;
	font-size:		14px;
}

div#inside dd{
	font-size:		14px;
	font-weight:		600;
}

div#inside a{
	font-size:		12px;
	font-weight:		normal;
	color:			#fff;
}

div#photobox{
	margin-left:		30px;
	position:		relative;
}

div#photobox p{
	font-size:		12px;
	color:			#61c3de;
	border:	 		1px;
	padding-bottom:		30px;
}
