/*********************************************************************************
 * Stylesheet voor avalon.nl
 * Gebruikte kleuren: 
 * geel:  rgb(245, 243, 199);
 * paars: #B3E0FF
 * 
 **********************************************************************************/
	
body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0; 
	behavior: url(csshover.htc);  
}	
body, table, tr, td {
	font-family: Verdana, Arial, Geneva, Helvetica;
	font-size: 12px;
 }

body.network {
    background-image: url(../data/images/bg_blauwestreep.gif);
}

body.avalon {
    background-image: url(../data/images/bg_gelestreep.gif);
}


div#frame {
	width: 100%;
	height: 100%;
}

div#top {
	position: absolute;
	top: 0px;
	left: 275px;
	padding: 0;
}

div#images {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 100%;
	background-image: url(../data/images/bg-links.jpg);
	overflow: hidden;
}
div#menu {
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #31254B;
	color: white;
	left: 115px;
	width: 160px;
	height: 575px;
}

div#menu img {
	margin: 10px;
}

li.highlightmenu {
/*	border: 1px solid #715C9E; */
	background-color: #715C9E;
	margin: 5px;
	padding: 5px;
	background-image: url(../data/images/background/hoekje.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
}


ul.level1, ul.level2, ul.level3, ul.level4 {
	list-style: none;
	padding-left: 5px;
	margin-left: 5px;
}

/* MENU LEVEL 2 */
ul.level2 {
	position: absolute;	
	background-color: #31254B;
	border: 1px solid white;
	margin: 0;
	padding: 5px;
	left: 110px;
	width: 220px;
}

ul#sub01 {
	top: 70px; 
	display: none;
}
ul#sub02 {
	top: 95px; 
	display: none;
}
ul#sub03 {
	top: 105px; 
	display: none;
}

ul#sub04 {
	top: 125px; 
	display: none; 
}

ul#sub05 {
	top: 155px; 	
	display: none; 
}

ul#sub06 {
	top: 135px; 
	display: none;
}

ul#sub07 {
	top: 165px; 
	display: none;
}


/* MENU LEVEL 3 */
ul.level3 {
	position: absolute;	
	background-color: #31254B;
	border: 1px solid white;
	margin: 0;
	padding: 5px;
	left: 280px;
	width: 180px;
}


ul#sub0401 {
	top: 105px; 
	display: none;
}
ul#sub0402 {
	top: 125px; 
	display: none;
}

ul#sub0403 {
	top: 145px; 
	display: none;
}

ul#sub0404 {
	top: 165px; 
	display: none;
}

ul#sub0501 {
	top: 145px;
	display: none;
}


/* MENU LEVEL 4 */
ul.level4 {
	position: absolute;	
	background-color: #31254B;
	border: 1px solid white;
	margin: 0;
	padding: 5px;
	left: 430px;
	width: 200px;
}

ul#sub040401 {
	top: 155px; 
	display: none;
}


ul#sub050101 {
	top: 135px;
	display: none;
	width: 300px;
}

ul#sub050102 {
	top: 165px;
	display: none;
}

ul#sub050103 {
	top: 185px;
	display: none;
}

ul#sub050104 {
	top: 195px;
	display: none;
}


div.extranet_member {
	position: absolute; 
	top: 140px;
	right: 5px;
	font-size: 10px;
	color: black;
}

div.adres {
	position: absolute; 
	bottom: 0;
	left: 115px;
	font-size: 10px;
	text-align: center;
	color: rgb(245, 243, 199);
	padding: 5px;
}
div.adres a {
	text-decoration: underline;
	color: rgb(245, 243, 199);
}

div.adres a:hover {
	text-decoration: none;
	background-color: #715C9E;
}

a.menu {
	margin: 0;
	padding: 0;
	color: rgb(245, 243, 199);
	text-decoration: none;
}

a.menu_selected {
	font-weight: bold;
	color: white;
}

a.menu_empty {
	cursor: default;
}

div#content {
	position: absolute;
	top: 130px;
	left: 275px;
	padding: 20px;
	max-width: 650px;
}


table.form td {
	vertical-align: top;
}

td.titel {
	padding-top: 30px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

td.tekst {
	text-align: right; 
	width: 200px;
}

td.tekstbold {
	text-align: right; 
	font-weight: bold;
}


table.agenda {
	border: 0;
	border-collapse: collapse;
	width: 505px;
}

table.agenda tr {
	border-bottom: 1px solid black;
}

table.agenda tr.even {
	background-color: #A0A9B9;	
}
table.agenda tr.oneven {
	background-color: #C2C9D6;
}

table.agenda tr.even:hover, table.agenda tr.oneven:hover {
	background-color: rgb(153, 255, 153);
	cursor: pointer;
}


table.agenda th {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	background-color: #31254B;
/*	background-color: #4D535F; */
	color: white;
}

table.agenda td {
	padding: 3px 8px 5px 3px;
	white-space: nowrap;
}

div.naamkaartje {
	padding: 5px;
	margin: 10px;
	background-color: #CFDEFD;
	border: 1px solid #6B9BFE;
}

/* OUDE STYLE_ELEMENTEN VAN DE FRAMES-VERSIE */

div#content a:link { 
	text-decoration: underline;
	color: rgb(0, 51, 0);
}

div#content a:hover { 
	text-decoration: none;
	color: rgb(0, 51, 0);
	background-color: rgb(153, 255, 153);
}

div#content a:active { 
	color: rgb(0, 51, 0);
	background-color: rgb(51, 204, 0);
}

div#content a:visited { 
	color: rgb(0, 51, 0);
}



  h1 { font-family: Verdana;
    font-size: 18px;
    }

  h1.titel {
  	padding-left: 30px;
	background-color: #31254B;
	color: rgb(245, 243, 199);
/*	width: 475px; */
	width: 95%;
  }

  h2 { font-size: 16px;
    }

  h3 { font-size: 14px;
    }

  h4 { font-size: 12px;
    }

  .submitbutton { border-style: none;
    color: rgb(255, 255, 204);
    font-size: 12px;
    background-color: rgb(90, 81, 112);
    padding: 2px 8px;
    cursor: pointer;
    }

  form { display: inline;
    }

  input { 
  	font-size: 12px;
    display: inline;
    }


  .inputNoborder { border-style: none;
    }
    

fieldset {
	margin: 20px;
	border: 1px solid black;
	width: 465px;
}

legend {
	font-weight: bold;
	color: black;
	padding: 0 10px;
	margin: 20px 0;
}
    
div#error {
	padding: 20px;
	background-color: #FAD8D8;
	border:1px solid red;
}

div.relateddocuments {
	margin-top: 40px;
	padding: 5px;
	font-size: 10px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}