/* Algemene Opmaak*/

html {
	margin: 0; 
	padding: 0; 
	height: 100%;
}
	
body {
	margin: 0; 
	padding: 0; 
	color: #ffffff; 
	font-family: "ms sans serif", sans-serif;
	background: #ffffff;
	height:100%;
}

*  { 
margin:0px  auto; 
padding:0; 
border: 0;
}
 

a { text-decoration: underline; color: #333300 }
a:hover { text-decoration: underline; color: #ff9933 }

/*Index Opmaak*/

#shim {
	visibility:  hidden; 
	width:  100%; 
	height:  50%; 
	margin-top:  -238px; 
	float:  left; 
}

#horizon {
	padding: 0;
	background: #ffffff;
	height: 476px;
	width: 100%;
	clear: both;
	position: absolute;
	top: -238px; 
	text-align: center;
	min-width: 1002px; 
	border: 0;

	/*  IE4ever  Hack:  Hide  from  IE4  **/ 
	position:  static; 
	/**  end  hack  */ 
} 
  
	/*  Hide  from  IE5mac  \*//*/ 
	div#shim  { 
	display:  none; 
	} 
	  
	html,  body  { 
	height:  auto; 
	} 
	/*  end  hack  */ 
	  
	/*  ]]>  */

#wrapper {
	z-index: 10;
	position: relative;
	text-align: left;
	width: 868px;
	height: 476px;
	margin: 0px auto;
}

#subframe {
	height:476px;
	padding: 0px;
}

#menu {
	position: absolute;
	left: 14px;
	top: 22px;
	font-size: 18px;
	font-family: "trebuchet ms",arial,sans-serif;
	color: #333333;
}

#menu ul li {
	padding: 0px;
	float: left;
}

#menu ul {
	list-style-type:none;
	clear:both;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu_desc {
	width: 154px;
	text-align: right;
}
.menu_desc p{
	line-height: 30px;
	text-align: right;
	display:inline;
	width: 154px;
	margin-right: 20px;

}

.menu_btn {
	background: url(../pics/btn.png) top center no-repeat;
}

.menu_btn a img {
	opacity:0.0;
	filter:alpha(opacity=0);
}

.menu_btn a img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#content {
	position: absolute;
	top: 16px;
	right: 40px;
	width: 444px;
	height: 444px;
	background: #ffffff;
}

#content_header {
	padding-left: 28px;
	margin: 2px;
	width: 412px;
	height: 64px;
	background: #e3373f;
	line-height: 64px;
	font-family: "trebuchet ms",arial,sans-serif;
}

#content_block {
	height: 348px;
	padding: 14px 14px 14px 28px;
	color:#333333;
	font-family: "trebuchet ms",arial,sans-serif;
	overflow: auto;
	font-size: 12px;
}

#main_pic {
	position:absolute;
	z-index: 100;
	left: 44px;
	top: 200px;
	width: 352px;
	height: 267px;
	background: none;
	color:#000000;
}

#main_pic img{
	position: absolute;
	width: 340px;
	height: 255px;
	background: #ffffff ;
	border: #ffffff 1px solid;
}

.h2 {font-weight: bold; font-size: 13px;}

