/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans Serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
}

table.main {
  height: 100%;
  padding: 1px;
  border: 0px;
  background: #dddddd;
}

table.logo {
  padding: 0px;
  border: 0px;
  background: #006633;
}

td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

td.contentheading {
	font-size: 16px;
	color: #006633;
	font-weight: bold;
}

td.logo {
  background: #006633;
	vertical-align: middle;
	align: center;
}  

td.logo_pinguin {
  text-align: center;
  width: 190px;
  background: #006633;
	vertical-align: middle;
}  

td.logo_tekst {
  text-align: center;
  width: 750px;
  background: #006633;
	vertical-align: middle;
}  

td.left {
  width: 200px;
  height: 100%;
	padding-left: 6px;
	padding-top: 6px;
	background: #94C0A9;
}

td.main {
	width: 750px;
  background: #FFFFFF;
}

td.footer {
  background: #FFFFFF;
}

td.content {
	padding-left: 15px;
	padding-top: 15px;
}

div.componentheading {
	font-size: 20px;
	color: #006633;
	font-weight: bold;
}


a:link {color: #006633; text-decoration: none;}
a:visited {color: #006633; text-decoration: none;}
a:active {color: #006633; text-decoration: underline;}
a:hover {color: #006633; text-decoration: underline;}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000000;
}

a.mainlevel#active_menu {
	color:#000000;
	font-weight: bold;
	background-position: 0px -25px;
}

a.mainlevel#active_menu:hover {
	color: #000000;
	font-weight: bold;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 12px;
	color: #006633;
	text-align: left;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #94C0A9;
	font-weight: bold;
}

a.sublevel#active_menu:hover {
	color: #94C0A9;
	font-weight: bold;
}

a.sublevel:hover {
	color: #94C0A9;
	font-weight: bold;
}

a.readon {	
  font-size: 11px;
	color: #006633;
	text-align: left;
	text-decoration: none;
}

.pathway {	
  font-size: 12px;
	color: #006633;
}


img {border-color: #006633;}

