/* Webdesign by Sef Thissen • Sinjaal | visuele communicatie */

html{
	margin: 0;
	padding: 0;
	}
	
body{
	background: #863800 url(../images/body_bg.png) repeat-y;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#300;
	padding:0;
	margin:0;
}

h4 {
	color: #455560;
}
	
/* DIV's */

#container{
	background: #fffbec url(../images/tekst_bg.png) repeat-y 0 -12px;
	width: 755px; 
	margin: 12px 0 12px 46px;
	padding: 0;
}


#header{
	background: #fffbec url(../images/noflash_header.jpg) no-repeat;
	width: 755px;
	height: 265px;
	}
	
#menu{
	background: none;
	width: 163px;
	padding: 0 25px 25px 48px;
	margin: 0;
	text-align: right;
	line-height: 25px; 
	float: left;
}
	
#content{
	background: none;
	width: 419px;
	padding: 0 50px 50px 50px;
	margin: 0;
	text-align: left;
	float: left;
}

table {
	margin: 0 0 10px 0;
}

td {
	border: 1px solid #CC0000;
	padding: 5px;
}
	
img{
	padding: 0 5px 5px 0;
	/*background: url(../images/shadow_image.gif) bottom right;*/
}
	
#footer{
	background: #511E06 url(../images/footer.jpg) no-repeat;
	width: 705px;
	height: 75px;
	margin: 0; 
	padding: 10px 50px 10px 0;
	float: right;
}
#sinjaallabel{
	width: 755px;
}
/* FONTS */

#tekst{
font-size: 1.2em;
padding: 0;
margin-top: 12px;
}

a {color:#c00;
	text-decoration: none;
   }
a:hover, a:active {color:#900;
	text-decoration: underline;
	}
	
#menu a{color:#455560;
	text-decoration: none;
   }
#menu a:hover, #menu a:active {color:#c6d3dc;
	text-decoration: none;
	}
	
#footer a{color:#300;
	text-decoration: none;
   }
#footer a:hover, #footer a:active {color:#c00;
	text-decoration: underline;
	}

h1 {
font-size: 1.6em;
color: #c00;
font-weight: bold;
padding: 0 0 0 -10px;
margin:0 }

h2 {
font-size: 1.4em;
color: #c00;
font-weight: normal;
padding: 0 0 0 -10px;
margin:0;}

.style1 {color: #c00}
.style2 {font-size: x-small}
.style3 {font-size: medium}
.style4 {color: #666; font-weight: bold;}

span{
font-weight: bold;
}
	
#copyright{
	color: #A57D6A;
	text-align:center;
}	
#copyright a{
	color: #A57D6A;
	text-decoration: underline;
}