/* CSS Document */
body {
	background-color: #dfdfec;
	margin: 0px;
	font-family: Arial, verdana;
	color: #22408f;
}

span.kop {
font-size: 15pt;
font-style:normal;

}

.slogan {
	color: #fff;
	float: left;
	font-size: 20pt;
	margin: 40px 0px 0px 50px;
	text-align: left;
	font-weight: normal;
}


.content_header {
	position: absolute;
	text-align: right;
	margin-top:-45px;
	margin-left: 387px;
	margin-bottom: 15px;
	color: #ca9516;
	font-size: 9pt;
	font-weight: bold;
}

.menu {
	background-color: #ca9516;
	font-size: 10pt;
	padding: 0px 0px 0px 10px;
}

.white_block {
	position: absolute;
	height:7px;
	width:6px;
	background-color:#fff;
	float:left;
	margin-left:15px;
	margin-top:-13px;
}

.menu_title {
	float:right;
	padding-bottom:9px;
	margin-right: 20px;
}

.menu a:link {
	text-decoration: none;
	color: #0d163d;
	font-weight: bold;
}

.menu a:visited	 {
	text-decoration: none;
	color: #0d163d;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.content {
	background: #fff;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
	color: #22408f;
	font-weight: bold;
}

a:visited	 {
	text-decoration: none;
	color: #22408f;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #22408f;
	font-weight: bold;
}

.news_button {
	border:0px;
	background:transparent;
	cursor:pointer;
	width:95px;
	font-size:10pt;
	color:#22408f;
	margin-left:-4px;
}

.news_button_hover {
	border:0px;
	background:transparent;
	text-decoration: underline;
	color:#22408f;
	cursor:pointer;
	width:95px;
	font-size:10pt;
	margin-left:-4px;
}