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

/*nieuwe font-family aanmaken*/

@font-face {
  font-family: Eigenfont;
  src: url(fonts/Constantia.eot) /* EOT file for IE */;
  /*site voor het omzetten van fonts naar EOT http://www.kirsle.net/wizards/ttf2eot.cgi*/
}

@font-face {
  font-family: Eigenfont;
  src: url(fonts/Constantia.ttf) format("truetype");
}

BODY {
	margin: 0px; 
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	background-color: #f1f1f1;
}
TABLE {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	COLOR: #000000;
}

A:hover { text-decoration: underline; }
A { color: #0e3d76; font-weight: bold; text-decoration: none; }

.redlink { font-size: 16pt; color: #ff0000; }

.navigation_link_active { color: #000000; font-weight: bold; text-decoration: none; }
.navigation_link_active:hover { color: #0080FF; text-decoration: none; }
.navigation_link { color: #999999; font-weight: bold; text-decoration: none; }
.navigation_link:hover { color: #0080FF; text-decoration: none; }
.navigation { font-family: Eigenfont; FONT-SIZE: medium; }

.content_title { font-family: Eigenfont; FONT-SIZE: medium; font-weight: bold; }
.content { background-image: url("images/content_bg3.png"); }

.slids { border: 1px solid #0e3d76; }

.language_flag_active { background-image: url("images/transpix.gif"); }
.language_flag_nonactive { background-image: url("images/content_bg.png"); }

.button {
	background: #7193b9;
	padding: 1px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	border : 1px solid #ffffff;
}
