
body {
	background: #000;
	color: #ecc;
	font-family: sans-serif;
}

p {
	text-align: justify;
}

h2 {
	border: solid 4pt #005B78;
	background-color: #74A193;
	color: black;
}
h3, h4 {
	margin-top: 0pt;
	color: #d0d1d3;
	background-color: inherit;
}

tr, td, th {
	padding: 4pt;
	color: #d01;
	font-weight: bold;
}

b, th {
	color: #971;
}


a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #A01;
}
a:link {
	color: #C01;
}


div.navigator {
	padding: 2mm;
	color: #000;
	background: #A00;
	text-align: center;
	border: solid 1pt #111;
	z-index: 10;
}
div.navigator a:visited {
	color: #300;
}


div.navigator a:link {
	color: #100;
}

div.content {
	/*border: yellow solid 1pt;*/
	text-align: justify;
	margin: 0pt 12.5em;
	width: auto;
	position: relative;
}
.content > p,
.content > ul,
.content > dl
 {
	margin-left: 40pt;
	margin-right: 40pt;
}
.content h2 {
	margin-top: 0pt;
	text-align: center;
}
.content iframe {
	min-height: 65ex;
	width: 100%;
}

div.sidebar#left {
	clear: left;
	float: left;
}
div.sidebar#right {
	clear: right;
	float: right;
}
div.sidebar {
	border: #005B78 solid 4pt;
	background-color: #74A193;
	width: 11em;
	max-width: 30%;
	color: black;
	margin-bottom: 4pt;
}
div.sidebar * {
	padding-right: 4pt;
	padding-left: 4pt;
	text-align: left; /* no justification */
}
div.sidebar h2 {
    background-color: #005B78;
    color: white;
    border: none;
    margin-top: 0pt;
  }
div.sidebar a {
    color: black;
    text-decoration: none;
  }
div.sidebar li a {
   display: block;
}
div.sidebar a:hover {
    color: white;
  }
div.sidebar li:hover {
    background-color: #005B78;
    color: white;
  }
div.sidebar ul {
    padding: 0pt;
  }
div.sidebar li {
    color : white;
    list-style-type : none;
  }
div.sidebar b {
  background-color: #aaaa00;
  color: #bb6600;
}

div.footer {
	clear: both;
	margin: 4pt 0%;
	text-align: center;
	font-weight: bold;
	padding: 4pt;
	background-color: #005B88;
	color: black;
	color: white;
	background-image: url('../vok2006logo-micro.png');
	background-repeat: no-repeat;
	background-position: right;
}
div.footer p {text-align: center;}

div.header {
	border: 1pt solid black;
	text-align: right;
	min-height: 190px;
	margin: 0pt;
	vertical-align: bottom;
}
div.header .logo {
	float: left;
	z-index: 100;
	left: 3pt;
	top: 3pt;
	position: absolute;
}
div.header .foto {
	margin-left: 1em;
	float: right;
	text-align: center;
}
div.header .foto A {
	height: 195px;
}
div.header .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: x-large;
/* 	color: #405B78; */
	color: #205B78;
	color: white;
	margin-left: 430px;
}
div.header .title .switchLanguage {
	font-size: small;
	display: block;
}

a img {
	border:none;
}

