/* LAYOUT ONLY!! */

#menu_frame {
	position: absolute;
	left: 0px;
	width: 150px;
	background-color: #000066;
	height: 100%;
}

#menu_inner {
	padding-top: 100px;
	padding-left: 5px;	
}
#menu_discl {
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: #f5f5ec;
	width: 150px;
	font-size: 7pt;
	background-color: #000066;
}
#menu_counter {
	position: absolute;
	bottom: 0px;
	z-index: -10000;
	text-align: center;
	width: 150px;
}

#container {
	width: 1000px;
	padding: 0px; /*10px;*/
	background-color: #000066;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	margin-left: 150px;
	padding-left: 20px;
	width: 900px;
	background: url('../images/header_bg.png') repeat-x;
}
#content-wide {
	margin-left: 150px;
	padding-top: 150px;
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	height: 600px;
	overflow: auto; 
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 100px;
	margin-left: 150px;
	padding-left: 20px;
	width: 900px;
	background: url('../images/footer_bg.png') repeat-x;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */
ul {
	margin: 0px;
	padding-left: 20px;
}
li {
	list-style:  square;
	color: #66cc00;
}

.menu_title {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #f5f5ec;	
}

/* image properties */
.imgleft {
	  float: left;
      padding: 0px 0px 0px 0px;	  
}

.imgright {
	  float: right;
      padding: 6px 0px 6px 10px;	  
}
	
img { 
	  border-width: 0px; 
}

/* general settings */
html {
    height: 100%;
    overflow: auto;
}

body {
	height: 100%;
	font: 10pt Arial;
	background: #f5f5ec;
	color: black;
	padding: 0;
	margin: 0;
}

/* how the links should behave (apart from the menu) */
a { text-decoration: none; font-size: 9pt;}
a:link { color: #000066; text-decoration: underline;  }
a:visited { color: #000066; text-decoration: underline;  }
a:active { color: #000066; text-decoration: underline;  }
a:hover { color: #000066; text-decoration: underline; }

a.gastenboek_nieuw { text-decoration: none; font-size: 9pt; font-weight: bold; }
a.gastenboek_nieuw:link { color: #000066; }
a.gastenboek_nieuw:visited { color: #000066; }
a.gastenboek_nieuw:active { color: #000066; }
a.gastenboek_nieuw:hover { color: #000066; }

#menu_inner a { text-decoration: none; font-size: 9pt; font-weight: bold; }
#menu_inner a:link { color: #f5f5ec; }
#menu_inner a:visited { color: #f5f5ec; }
#menu_inner a:active { color: #f5f5ec; }
#menu_inner a:hover { color: #f5f5ec; text-decoration: underline; }

/* single pixel borders on input boxes */
input, textarea
{
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

/* text in tables */
td, th {
	font: 10pt Arial;
	color: black;
}

table#fotos td { text-align: center; }

.gast { border-bottom: 1px solid #66cc00; }

/* fonts etc */
.text-article-head {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.text-head {
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

