@charset "UTF-8";
/* CSS Document */


body {
	background-image:url("../img/back.jpg");	
	margin: 0px;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;	
	color:#666666;
	line-height:18px;
	font-size:11px;
	height:100%;
	width:100%;
}


.content {
	width:940px;
	margin: 0 auto;
	left: 50%;
	margin-left: -470px; /* - (width/2) */
	position: absolute;
}

.content2 {
	width:920px;
	margin: 0 auto;
	left: 50%;
	margin-left: -475px; /* - (width/2) */
	position: relative;
	background:url(../img/schaduw.jpg) no-repeat bottom center;
	min-height:410px;
	padding:20px 0 35px 35px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:20px;
	line-height:25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:20px;
	color:#00245b;
	font-weight:100;
}


p {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:11px;
}


a {
	text-decoration:underline;
	color:#006600;
}


a:hover {
	text-decoration:none;
}

hr {
	border:#F0F0F0 solid 1px;
	margin: 25px 0 25px 0;	
}

.menu {
	color:#333333;
	display:block;
	width:120px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:33px;
	text-decoration:none;
	font-size:15px;
	float:left;
}

.menu:hover {
	background-color:#c2ba7a;
}

.opicity {
   /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
}