@charset "utf-8";
html{
	width:100%;
	height:100%;
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	font-size: 13px;
	line-height: 16px;
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:50px;
}
#menuleft
{
	width:160px;	
}
#menuright
{
	width:160px;	
}
#menu{
	font-size:12px;	
}
#menu td{
	padding-top:3px;
}
#menu a
{
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	color:#666644;
	padding-left:15px;
	line-height:20px;
}
#menu a:hover
{
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	color:#006699;
	padding-left:15px;
	line-height:20px;
}

#counter
{
	width:160px;
}

#header{
	height:180px;	
	background-color:#666644;
	text-align:center;	
}
#header2{
	width:1000px;
	height:30px;
	outline: 0;

	left:50%;
	margin-left:-500px;
	position: relative;

	background-color:#006699;	
}
#topmenu
{	
	
	text-align:right;	
	padding-top:6px;
	padding-right:15px;
	
}
#topmenu a
{	
	font-size: 12px;
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
}
#topmenu a:hover
{	
	text-decoration:none;
	color:#666644;
	font-weight: bold;
}

img{
	border:none;
}

#headtext{
	font-size:20px;
	color:#FF6600;
	font-weight:bold;
	text-align:left;
		
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
}

.contenttopknop{
	
	margin-top:4px;
	background-color:#98C930;	
	text-align:center;
	width:160px;
	
	
}
.contenttopknop a{
	padding-top: 13px;
	padding-bottom: 13px;
	display:block;
	color:white;		
	font-family:Arial;	
	font-weight:bold;
	text-decoration:none;
	
}
.contenttopknop a:hover{
	padding-top: 13px;
	padding-bottom: 13px;
	display:block;
	color:white;		
	font-family:Arial;	
	font-weight:bold;
	text-decoration:none;
	background-color:#006699;
}
