/* === algemeen =================== */

body {
	border : 0;
	margin : 0;
	padding : 0;
	background-color : #FFFF99;
	color : #666666;
	font-family : verdana;
	font-size : 12px;
	font-weight : normal;


}

a {

	
	color : #555555;
}

a:hover {
	color : red;
}

td {
	vertical-align : top;
	color : #666666;
	font-family : verdana;
	font-size : 12px;
	font-weight : normal;
}

img {
	border : 0px;
}

h2 {
	font-family : verdana;
	color : #666666;
	font-size : 16px;
	font-weight : bold;
}


a.menulink {
	display : block;
	width : 115px;
	margin-top : 5px;
	margin-left : 15px;
	text-decoration : none;
	border : 1px solid red;
	color : yellow;
	background-color : red;
	font-family : verdana;
	font-size : 14px;
	font-weight : bold;
}

a.menulink div {
	padding : 5px;
}

a.menulink:hover {
	color : red;
	background-color : yellow;
}

a.menulinkactive {
	display : block;
	width : 115px;
	margin-top : 5px;
	margin-left : 15px;
	text-decoration : none;
	border : 1px solid red;
	color : red;
	background-color : yellow;
	font-family : verdana;
	font-size : 14px;
	font-weight : bold;
}

a.menulinkactive div {
	padding : 5px;
}

div.sublinks {
	text-align : right;
	padding-right : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
}

a.submenulinkactive {
	text-decoration : none;
	font-weight : bold;
	color : #666666;
}

a.submenulink {
	color : red;
	font-weight : bold;
	text-decoration : none;	
}

a.submenulink:hover {
	color : #666666;
	font-weight : bold;
	color : red;
}

/* === foto ======================= */

div.introtext {
	padding : 5px;
	border-top : 1px solid red;
	border-bottom : 1px solid red;
	margin-top : 5px;
	margin-bottom : 5px;
}

div.nointrotext {
	margin-top : 5px;
	border-bottom : 1px solid red;
	margin-bottom : 5px;
}

div.fotooverviewpages {
	width : 580px;
	text-align : center;
	margin-bottom : 10px;
}

div.fotooverviewpages a {
	text-decoration : none;
}

div.fotooverview {
	width : 580px;
	background-color : #FFFF99;
}

div.fotooverview div {
	float : left;
	width : 130px;
	height : 90px;
	margin : 3px;
	background-color : #666666;
	text-align : center;
	border : 2px solid #666666;
}

div.fotooverview div img {
	height : 90px;
}

div.picture {
	width : 580px;
	text-align : center;
}

div.picture a {
	text-decoration : none;
}



/* === guestbook ==================== */

div.guestbookpages {
	width : 580px;
	text-align: center;
}

table.msgtable {
	width : 580px;
}

table.msgtable td {
	padding : 2px;
	vertical-align : top;
}

table.msgtable td.nametd {
	background-color : #FFFF77;
	border-top : 1px solid red;
	border-left : 1px solid red;
}

table.msgtable td.timetd {
	background-color : #FFFF77;
	border-top : 1px solid red;
	border-right : 1px solid red;
}

table.msgtable td.messagetd {
	border-left : 1px solid red;
	border-right : 1px solid red;
	border-bottom : 1px solid red;
}


table.msgtable div{
	padding : 2px;
}

/* === indeling =================== */

table#maintable {
	padding : 0;
	width : 100%;
	height : 100%;
}

table#maintable td {
	padding : 0;
	margin : 0;
}

table#maintable td#lefttd {
	width : 150px;
	background : url("../images/backgroundleft.jpg");
}

table#maintable td#righttd {
	width : 99%;
}

div#lefttop {
	height : 80px;
	padding : 0;
	background-color : yellow;
	background : url("../images/backgroundblok.jpg");
}

div#lefttop table {
	width : 150px;
	height : 80px;
	padding : 0;
	margin : 0;
}
div#lefttop table td {
	color : red;
	font-weight : bold;
	vertical-align : middle;
	text-align : center;
}

div#menu {
	padding-left : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-top : 15px;
}

div#titel {
	padding : 0;
	background : url("../images/backgroundtop.jpg");
	vertical-align:top;
	
}

div#titel img.titelspacer {
	height : 80px;
	width : 10px;
	border : 0;
	vertical-align : top;
}

div#schild {
	float : right;
	margin-right : 15px;
	margin-top : 10px;
	margin-left : 5px;
	margin-bottom : 2px;
}

div#main {
	padding-top : 0px;
	padding-left : 5px;
	padding-bottom : 5px;
	padding-right : 10px;
	background-color : #FFFF99;
}




