.Koptekst {
	font-family: Calibri;
	font-weight: bold;
	font-size: 20px;
	color: #1F497D;
}

.Button {
	font-size: 11px;
	font-family: Tahoma;
	color: #EEEBE2;
	font-weight: bold;
	text-decoration: none;
}

.Button_klein {
	font-size: 10px;
	font-family: Tahoma;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.Tekst {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.Toplinks {

	font-size: 11px;
	font-family: Tahoma;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}




	#Pagina
		{
		height:340px; 
		width:520px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		position:relative;
		overflow:auto;
		text-align: justify;
		line-height: 190%;
		color:#000000;
		top:15px;
		left:20px;
		right:5px;
		font-family: Tahoma;
		font-size: 11px;
		}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin-top: 5px;
	background-color: #808080;
	background-repeat: no-repeat;
	text-align: justify;
	line-height: 190%;
	color:#000000;
	font-family: Tahoma;
	font-size: 11px;
}


	#Submenu a
		{
		color:#FFFFFF;
		}
		
		
	#Submenu a
		{
		width:130px;
		height:24px;
		font-family: Tahoma;
		font-size: 11px;
		font-weight:700;
		color:#FFFFFF;
		text-align:left;
		text-decoration:none;
		padding:10px 0px 0px 10px;
			
		}
		
		#Submenu a:hover
		{
		font:Tahoma;
		font-size: 11px;
		font-weight:700;
		color:#CCCCCC;
		}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Tahoma;

	font-weight: bold;
	text-decoration: none;
	}
	
	.menu  a:hover{
			background:#ffffff;
			color:#000000;
			opacity:0.5;
			filter:alpha(opacity=10);
			}
.menu ul{
	background: #000000 top left repeat-x;
	color: #000000;
	height:18px;
	opacity: 0.1;
	 filter: alpha(opacity=50);
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 20px 0px 20px;
		}
	.menu li a{
		color:#999999;
		display:block;
		font-weight:bold;
		line-height:15px;
		padding:0px 1px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
						}
	.menu li ul{
		
		border-left:0px solid #000000;
		border-right:0px solid #000000;
		border-bottom:0px solid #000000;
		display:none;
		height:auto;
		filter:alpha(opacity=50);
		opacity:5;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:150px;
		}
	.menu li ul a{
		display:block;
		font-size:10px;
		font-style:normal;
		color:#555555;
		padding:0px 5px 0px 5px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:5;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		
		color:#999999;
		}
		
