/****************************************************************/
/* Stylesheet voor Website van de Leeuwenborg te Nieuw Scheemda */
/****************************************************************/

/***** main *****/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF url("../images/common/background.jpg") fixed;
}
/***** tekst-types *****/

h1, h2, h3, h4, h5, h6 {
	color: #660033;
}

.altstyle {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
/***** links *****/

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660033;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

/***** lagen *****/

#header{
    position:absolute;
	left:20%;
	top:20px;
	width:57%;
	height:135px;
	z-index:1;
}

#headfoto{
    position: absolute;
	top: 48px;
	left: 10px;
	width: 132 px;
	height: 135 px;
	border-color: #B08E8F;
	z-index: 1;
	}
	
#taalnav{
    position:absolute;
	top: 23px;
	left: 81%;
	width: 120px;
	height: 124px;
	z-index: 5;
	}	

#navigatie{
	position:absolute;
	top: 170px;
	left: 10px;
	width: 122px;
	z-index: 100;
}

#content{
	position:absolute;
	top: 170px;
	left: 150px;
	width: 74%;
	border: 4px solid #660033;
	padding: 10px;
	z-index: 2;
	background-color: #F5FCBC;
}

#pagename {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #660033;
	}
	
#pagename h2 {
    color: #660033;
    padding: 0px 5px 10px 5px;
	}


#siteinfo {
    clear: both;
	border-top: 2px solid #660033;
	color: #660033;
	font-size: small;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	}
	
#siteinfo img {
    padding: 4px 4px 4px 0px;
	vertical-align: middle;
	}
	
#siteinfo a:link, #siteinfo a:visited {
	color: #660033;
	text-decoration: none;
	}
	
#siteinfo a:hover {
    text-decoration: underline;
	}
