/*
-----------------------------------------------
Blemmo
Auteur:   J. Godvliet Versie:  7 Juli 200
----------------------------------------------- */

/* Website structuur
----------------------------------------------- */



body {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0em;
background-color: #d7d8db;
background-image: url(images/bg_grey2.gif);}

#container {
margin: auto;
position: relative;
width: 757px;
text-align: left;
top: 30px;}

#header {
position: relative;
background-color: #dddddd;
height: 54px;
width: 757px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#banner {
margin: 0px;
position: relative;
height: 94px;
width: 757px;
}

#content {
margin: 0px;
position: relative;
float: left;
background-image: url(images/content.jpg);
background-repeat: repeat-y;

}

#navbar {
margin: 0px;
height: 48px;
width: 758px;
background-image: url(images/navbar.jpg);
background-repeat: no-repeat;
}


#navbar ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navbar ul li {
font-size: 12px;
float: left;
height: 10px;
width: 100px;
padding-left: 0px;
padding-top: 13px;
margin-left:6px;
}

#navbar ul li a {
text-align: center;
display: block;
text-decoration: none;
color: #ffffff;
}

#navbar li a.current {
text-decoration: underline;
background: #f7f5f3;
color: #000000;
text-decoration: none;
}

#navbar li a:hover {
background: #f7f5f3;
color: #000000;
text-decoration: none;}


#quote {
		float: right;
		width: 150px;
		padding: 15px;
		height: 845px;
		font-family: "Palatino", Georgia, Goudy, Serif;
		text-align: center;
		font-size: 13px;
		line-height: 1.8em;
		color: #737373;
		margin-right: 2px;
		background-image: url(images/quote.jpg);
		background-repeat: no-repeat;
		font-weight: normal;
		}
		
#galerij {
margin-top: 20px;
border: 0px;
float: right;
text-align: center;
background-color: #ececec;}

#main-text {
float: left;
width: 500px;
margin-left: 2px; 
margin-top: 20px;
background-color: #ffffff;
text-align: left;
padding-left: 40px;
font-size: 0.9em;
line-height: 1.4em;
}
#main-text a:link,#main-text a:active,#main-text a:visited{
	text-decoration:none;
	color:#63C;
}
#main-text a:hover {
	color:#F60;
}

#main-text h1 {

font-size: 1.5em;
	letter-spacing: 5px;
	color: #7E66A0;
	text-transform: capitalize;		
}

#main-text h2 {
font-size: 1em;
letter-spacing: 3px;
color: #ff9933;
text-transform: capitalize;	
}

#main-text h3{

font-size: 1em;
font-style: italic;
letter-spacing: 5px;
color: #7E66A0;
}

#footer {
float: left;
background-image: url(images/footer.jpg);
height: 31px;
width: 757px;
}


.strong {
color: #000000;}

p{
font-size : 1em; 
color : #336699;
color: #000000;} 


p.footer{
margin:0px;
padding-right:35px;
padding-top:5px;
font-size: 0.7em;
text-align: right;
color: #ffffff;
}

p.footer a {
color: #ffffff;
}

p.footer ul li{
font-size: 0.7em;
float: left;
color: #ffffff;}

/*table {
color: #336699;
font-size: 1em;
line-height: 1.4em;
}*/

#titel {
	font-weight:bold;
}




