* {
  	margin: 0;
  	padding: 0;
}

html { 
	min-height: 100%; margin-bottom: 1px; 
}

body {
	background-color: #000000;
	background-image: url(../img/layout_bg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

#pagelayout {
  	width: 776px;
  	margin: 0 auto;
  	background: url(../img/layout_frame_center.jpg) repeat-y;
}

#footer {
	clear:both;
  	height: 55px;
	background-position: bottom;
  	background: #000000 url(../img/layout_frame_footer.jpg) no-repeat 0px 0px;
}

#fotoslider{	
	margin-left: 0px;
	width: 776px; 
	height:192px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#navbalk{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left: 13px;
	margin-right: 13px;
	height:22px;
	background: url(../img/layout_buttonbalk_bg.jpg) repeat-x;
}

.button {
	color:#FFFFFF;
	font-family: sans-serif, Helvetica, Arial;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
  	padding-top: 4px;
	padding-bottom: 5px; 
	padding-left: 11px;
	display:block;
	width:53px;
	height:12px;
	float:left;
	background: #000000 url("../img/layout_button_top.jpg") 0 0 repeat-y;
}

.button:hover {
	background-position: 0 -22px;
	padding-top: 5px;
	padding-left: 10px;
	width:54px;
}

.button:active{
	background-position: 0 -44px;
}
.language{
	font-family: Helvetica, sans-serif, Arial;
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	vertical-align: text-top;
	text-decoration:none;
	display: block;
	background: none;
	float:right;
	color:#bbbbbb;	
	padding-top: 5px;
	padding-right: 5px;	
	padding-left: 5px;
}
.language:hover{
	color:#FFFFFF;
}

#leftframe {
	padding-left:13px;
	float:left;
}

#sidepic {
	display: inline;
	border: none;
  	height: 163px;
  	width: 191px;
}

#menuleft a, #submenuleft a {
	color:#B2BBC2;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	text-align:right;
	list-style-type:none;
	text-decoration:none;
  	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
	width:181px;
	height:14px;
	clear: left;
}
#menuleft a {
	font-size: 11px;
	padding-right: 10px;
	background: #000000 url("../img/layout_button_side2.gif") 0 0 repeat-x;
}
#submenuleft a {
	font-size: 10px;
	padding-right: 10px;
	background: #000000 url("../img/layout_button_side3.gif") 0 0 repeat-x;
}

#menuleft a:focus, #menuleft a:hover {
	background: #000000 url("../img/layout_button_side2_over.gif");
}

#submenuleft a:focus, #submenuleft a:hover {
	background: #000000 url("../img/layout_button_side3_over.gif");
}

#mainframe {
  	width: 460px;
	margin-left:20px;
	margin-top:0px;
	display: inline;
	float: left;
	text-align:justify;
}

#mainframe h1 {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	text-align:left;
	vertical-align:text-top;
	color:#FFFFFF;
	font-size:12px;
	padding-left:20px;
	padding-top:0px;
	background: url(../img/list3.gif) no-repeat 0 0;
}

#mainframe p {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	padding-top:10px;
	color:#FFFFFF;
	font-size:10px;
}

#mainframe img {
	float:right;
	border-style:ridge;
	border-color: #d3c5c5;
	border-width:3px;
	margin: 5px 3px 10px 10px
}

#mainframe a {
	font-family: Verdana, sans-serif, Helvetica, Arial;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 200%;
}

#mainframe a:hover {
	color:#d1b45d;
	border-bottom: 1px dashed #d1b45d;
	cursor: url;
}

.divider {
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	background: url(../img/stippels1.gif) no-repeat 0 0;
}

.floatright{
	float:right;
	
}
.floatleft{
	float:left;
}

#wapen {
	background: url("../img/atprh_logo_transparant.gif") center center no-repeat;
	width: 450px;
	height:210px;
}

.leftlink{
	font-family: Verdana, sans-serif, Helvetica, Arial;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 0px;
	border-bottom: 1px solid #ffffff;
	margin-top: 40px;
	margin-left: 20px;
}
.leftlink:hover{
	color:#d1b45d;
	border-bottom: 1px dashed #d1b45d;
	cursor: pointer;
}

#player {
	position: absolute;
	width: 500px;
	margin-left: -250px;
	height: 310px;
	left: 50%;
	top:230px;
	display:none;
}
	

