/* page elements */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	background-color: white;
	color: #434343;
}

img {
	border: 0;
}

tr.alternate {
	background: #C0C9D1;
}

/* main containers */
#left_column {
	position: absolute;
	left: 0;
	width: 33%;
	height: 100%;
}

#left_menu_top {
	position: absolute;
	right: 10%;
	height: 50%;
	width: 231px;
	background-image: url('../img/left_menu_top.gif');
	background-repeat: repeat-y;
}

#left_menu_bottom {
	position: absolute;
	right: 10%;
	top: 50%;
	height: 50%;
	width: 231px;
	background-image: url('../img/left_menu_bottom.gif');
	background-repeat: repeat-y;
}

#right_column {
	position: absolute;
	left: 33%;
	width: 67%;
	height: 100%;
}

#right_column_top {
	position: absolute;
	height: 50%;
	width: 100%;
}

#right_column_bottom {
	position: absolute;
	top: 50%;
	height: 50%;
	width: 100%;
}

#home_button {
	position: absolute;
	top: 40px;
	width: 26px;
	height: 26px;
	left: 6px;
}

#right_menu {
	position: absolute;
	top: 35%;
	width: 100%;
	height: 65px;
	max-width: 745px;
}

#cms_actions {
	position: absolute;
	top: 0px;
	padding: 5px;
	/*background-color: #DDDDFF;
	border: 1px solid;
	border-color: #DDDDDD black black #DDDDDD;*/
	vertical-align: middle;
}

.cms_action_item {
	float: left;
	vertical-align: middle;
	
}


#content_left {
	position: absolute;
	width: 49%;
	padding-right: 1%;
	height: 100%;
	overflow: auto;
}

#content_right{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 49%;
}

#first_page_right_column {
	position: absolute;
	left: 33%;
	width: 67%;
	height: 100%;
}

#first_page_icons_container {
	position: absolute;
	width: 478px;
	height: 560px;
	margin-top: -280px;
	margin-left: -269px;
	left: 50%;
	top: 50%;
}

#small_pics {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

/* elements */
#logo {
	position: absolute;
	top: 40%;
	margin-left: 7px;
}

#first_page_big_logo {
  width: 349px;
  height: 82px;
  margin-left: 38px;
}

.right_menu_table {
	width: 65px; 
	height: 65px; 
	margin: 0; 
	padding: 0; 
	border-collapse: collapse;
	color: white;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
}

.first_page_table {
	width: 134px; 
	height: 134px; 
	margin: 0; 
	padding: 0; 
	border-collapse: collapse;
	text-align: center;
	color: white;
	font-size: 17px;
}

#title {
	display: block;
	position: absolute;
	bottom: 0;
}

#content_right_offset {
	margin-left: 40px;
	width: 296px;
	height: 295px;
	background-repeat: no-repeat;
}

#address {
	left: 13px;
	position: absolute;
	bottom: 5px;
	height: auto;
	color: white;
	font-size: 10px;
	width: 170px;
	line-height: 100%;
}

.right_menu_menu_mouseover {
	position: absolute;
	top: 73px;
	height: 8px;
	width: 65px;
	visibility: hidden;
}

.first_page_icon {
	float: left;
	clear: none;
	width: 134px;
	height: 134px;
	margin-right: 38px;
	margin-bottom: 38px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.frontpage_fc_pic {
	position: absolute;
	top: 15%;
	margin-left: 19px;
	color: #022d57;
	font-size: 17px;
	visibility: hidden;
	background-repeat: no-repeat;
}

.small_pic_wrap {
	float: left;
	clear: none;
	width: 24%;
}

.small_pic {
	width: 50px;
	height: 50px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
}

.small_pic_overlay {
	width: 50px;
	height: 50px;
}

.full_pic_overlay {
	width: 296px;
	height: 295px;
}

.medium_pic_overlay {
	width: 190px;
	height: 189px;
}

/* text elements */

a, a:visited, a:active {
	color: #022d57;
	text-decoration: none;
}

a:hover{
	color: #434343;
	text-decoration: underline;
}

a.left_menu, a.left_menu:visited, a.left_menu:active {
	display: block;
	float: left;
	clear: both;
	height: 17px;
	width: 199px;
	margin-left: 7px;
	background-image: url('../img/left_menu_item.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #434343;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 6px 6px 6px;
}

a.left_menu:hover {
	background-image: url('../img/left_menu_item_hover.gif');
	text-decoration: none;
}

.right_menu_item {
	float: left;
	clear: none;
	background-repeat: no-repeat;
	width: 65px;
	height: 90px;
	cursor: pointer;
}

.right_menu_item_wrapper {
	float: left;
	clear: none;
	width: 11%;
}

h1 {
	font-size: 20pt;
	color: #022d57;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 36pt;
	color: #022d57;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 10px 0;
	line-height: 150%;
}

.frontpage_list_wrapper {
  width: 190px;
}

ul.frontpage_list {
 margin-top: 0;
}

li.frontpage_list {
	margin-left: -10px;
	font-size: 13px;
}

/* form elements */
.left_menu_input {
	background-color: white;
	color: #8096ab;
	font-weight: bold;
	border: 0;
	float: left;
	width: 56px;
	margin-right: 8px;
	height: 18px;
	padding: 2px;
}

.left_menu_submit {
	background-color: white;
	color: #022d57;
	font-weight: bold;
	border: 0;
	float: left;
	width: 57px;
	height: 18px;
	padding: 2px;
	cursor: pointer;
	text-align: center;
}

.content_page_input {
	background-color: white;
	color: #8096ab;
	font-weight: bold;
	border: 1px solid #8096ab;
	float: left;
	width: 56px;
	margin-right: 8px;
	height: 18px;
	padding: 2px;
}

.content_page_submit {
	background-color: white;
	color: #022d57;
	font-weight: bold;
	border: 1px solid #8096ab;
	float: left;
	width: 57px;
	height: 18px;
	padding: 2px;
	cursor: pointer;
	text-align: center;
}

#right_menu_mouseover_1 {
	background-color: #5db5e7;
}

#right_menu_mouseover_2 {
	background-color: #476fb4;
}

#right_menu_mouseover_3 {
	background-color: #1a2952;
}

#right_menu_mouseover_4 {
	background-color: #69236c;
}

#right_menu_mouseover_5 {
	background-color: #731013;
}

#right_menu_mouseover_6 {
	background-color: #ea3024;
}

#right_menu_mouseover_7 {
	background-color: #f4761f;
}

#right_menu_mouseover_8 {
	background-color: #80c13f;
}

#right_menu_mouseover_9 {
	background-color: #218640;
}

.news_item
{
  font-weight: bold;
	background: #022D57;
	color: #FFFFFF;
}

.new_table
{
  border:1px solid #022D57;
  margin-bottom: 20px;
}

.float_left
{
  float:left;
}

.float_right
{
  float:right;
}

#logout_and_print
{
  position:absolute;
  text-align:right;
  margin:5px;
  z-index: 10;
  right: 0px
}

#logged_in_fields
{
  margin-top:7px;
  margin-left:7px;
}

.white {
  color: white;
}

.red {
  color: red;
}

a.white:hover {
  color: white;
  text-decoration: underline;
}

.message
{
	color: red;
	font-weight: bold;
}



a.vacature, a.vacature:visited, a.vacature:active
{
	display: block;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	padding: 3px;
}

a.vacature:hover {
	display: block;
	background-color: #CCDEFF;
	text-decoration: none;
}

.vacature_header
{
	font-weight: bold;
}

.vacature_intro
{
}

.vacature_link
{
}

.vacature_header_full
{
	margin-bottom: 10px;
	font-weight: bold;
}

.vacature_intro_full
{
	margin-bottom: 10px;
}

.vacature_body_full
{
	margin-bottom: 10px;
}

#full_pic_text {
    position: absolute;
    top: 0;
}


.center
{
  text-align: center;
}

.schema_table
{
   width:730px;
   border:1px solid #022D57;
}

.highlightdate {
	font-weight: bold;
	background: #EB2719;
	color: #FFFFFF; 
}

.highlightborder {
  border: 1px dotted #EB2719;
}

.highlightdate_schema {
	font-weight: bold;
	background: green;
	color: #FFFFFF; 
}

.sortarrow {
	color: #000;
}

.sortheader, a.sortheader, a.sortheader:active, a.sortheader:visited {
  color: #022D57;
}

a.sortheader:hover {
  color: #022D57;
}

a.date {
  color: black;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.input-schema
{
  width: 33px;
}

.input-schema-declarations
{
  width: 52px;
}

.disabled_button {
  border: 1px solid grey;
  color: #022D57;
}

.submit
{
  border: 0;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	border: 1px solid #EB2719;
	font-size: 11px;
}

.report_table {
font-size: 12px;
width:700px;
}

