html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:85%;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:white;
}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:135px; 
	bottom:92px; 
  width:873px; 
	margin-left:-436px;
	left:50%; 
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:873px;
	border-top:150px solid #fff; 
	border-bottom:90px solid #fff;
}
	
#head_left {
	position:absolute;  
	left:0; 
	top:0; 
	width:50%; 
	height:90px; 
	font-size:1em; 
	z-index:4; 
	background-image: url('../src/armatiek_logo_boven_links.png');
  background-repeat: repeat-x;
  background-position: top;
}

#head_right {
	position:absolute;  
	left:50%; 
	top:0; 
	width:50%;  
	height:90px; 
	font-size:1em; 
	z-index:4; 
	background-image: url('../src/armatiek_logo_boven_rechts.png');
  background-repeat: repeat-x;
  background-position: top;
}

#head {
	position:absolute; 
	margin-left:-436px; 
	left:50%; 
	top:0; 
	width:873px; 
	min-width:873px; 
	height:135px; 
	font-size:1em; 
	z-index:5; 
	background-image: url('../src/armatiek_logo_boven_midden.png');
  background-repeat: no-repeat;
  background-position: left top;
	background-color: white;
}

* html #head {
  width:873px;
  height:133px;
}
#menu {
    margin-top: 100px;
    text-align: right;
}
#navigation {
    margin-top: 0px;
    text-align: right;
}

#navigation a {
     font-weight: bold;
     color: #6C6C6C;
}
#navigation a.active {
    color: #000000;
}
#navigation a.selected {
    color: #000000;
}

#sidenavigation a {
     font-weight: bold;
     color: #6C6C6C;
}
#sidenavigation a.active {
    color: #000000;
}
#sidenavigation a.selected {
    color: #000000;
}

a.nav1, a.nav2, a.nav3, a.nav4 {
  width:100px;
  height:150px;
  display:block;
  float:right;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  color:#000;
  text-decoration:none;
  font-family:verdana, arial, sans-serif;
  line-height:25px;
  overflow:hidden;
}

a.nav1 {width:100px}

a.nav2 {width:120px}

a.nav3 {width:75px}

a.nav4 {width:55px}

#head a .pad {
  display:block;
  width:80px;
  height:90px;
  background:transparent;
}

a.nav1 {background-position:0 150px;}
a.nav2 {background-position:-100px 150px;}
a.nav3 {background-position:-200px 150px;}
a.nav4 {background-position:-275px 150px;}

a.nav1:hover {background-position:0 0; text-decoration:none;}
a.nav1:hover .button {display:block; width:100px; height:25px; background:#4477AE; color:#fff; cursor:pointer; cursor:hand;}
a.nav2:hover {background-position:-100px 0; text-decoration:none;}
a.nav2:hover .button {display:block; width:120px; height:25px; background:#4477AE; color:#fff; cursor:pointer; cursor:hand;}
a.nav3:hover {background-position:-200px 0; text-decoration:none;}
a.nav3:hover .button {display:block; width:75px; height:25px; background:#4477AE; color:#fff; cursor:pointer; cursor:hand;}
a.nav4:hover {background-position:-275px 0; text-decoration:none;}
a.nav4:hover .button {display:block; width:55px; height:25px; background:#4477AE; color:#fff; cursor:pointer; cursor:hand;}

#foot_left {
	position:absolute;  
	left:0; 
	bottom:0; 
	width:50%; 
	height:90px; 
	font-size:1em; 
	z-index:4; 
	background-image: url('../src/armatiek_logo_onder_links.png');
  background-repeat: repeat-x;
  background-position: 0 15px;
  background-color: rgb(0,85,149);
}

#foot_right {
	position:absolute;  
	left:50%; 
	bottom:0; 
	width:50%;  
	height:90px; 
	font-size:1em; 
	z-index:4; 
	background-image: url('../src/armatiek_logo_onder_rechts.png');
  background-repeat: repeat-x;
  background-position: 0 15px;
  background-color: rgb(0,85,149);
}

#foot {
	text-align:left;
	vertical-align:bottom;
	position:absolute; 
	margin-left:-436px; 
	left:50%; 
	bottom:0; 
	width:873px; 
	min-width:873px; 
	height:90px; 
	font-size:1em; 
	z-index:5; 
	font-family: verdana, arial, sans-serif;
	color:white;
	background-image: url('../src/armatiek_logo_onder_midden.png');
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-color: rgb(0,85,149);
}

#foot_text {
  bottom:0;
  position:absolute;
  margin-bottom:7px;
  font-size: 90%;
}

* html #foot {
	bottom:0; width:873px; height:90px;
} 

/** 3-COLUMN PAGE LAYOUT */

.three-columns .column-one {
	float: right;
}

.three-columns .column-two {
	float: right;
}

.three-columns .column-three {
	float: right;
}

/** 2-COLUMN PAGE LAYOUT */
      
.two-columns .column-one {
	float: right;
}

.two-columns .column-two {
	float: right;
} 


#pagejumps {
     margin-top: 3em;
     font-style: italic;
     color: gray;
}
#pagejumps a {
    color: gray;
}
#pagejumpsprevious {
      text-align: left;
}
#pagejumpsfollowing {
     text-align: right;
}
