/* Webdesign by Sef Thissen • Sinjaal | ontwerp studio */

html{
	margin: 0;
	padding: 0;
	}
	
body{
	background: #2a470d url(../images/gradient_bg.jpg) repeat-x;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0;
}

	
/* WEBLAYOUT */

#wrapper{
	background: #fff url(../images/content_bg.jpg) repeat-y 6px 0;
	width: 878px;
	margin: 0 auto;
	padding: 0 6px 0 6px;
	align: middle;
	}


#logo{
	background: #376c2b url(../images/logo_bg.jpg) no-repeat;
	width: 773px;
	height: 70px;
	padding: 0 0 0 105px;
	}

#headerpic{
	background-color: #b1b8b1;
	width: 878px;
	height: 195px;
	}
	
#menu{
	background: #004a33;
	width: 144px;
	min-height: 200px;
	margin: 0;
	padding: 25px;
	text-align: right;
	line-height: 25px;
	float: left;
	}
	
#content{
	background: none;
	width: 684px;
	float: right;
	}
	
#contentmid{
	background: none;
	width: 400px;
	min-height: 200px;
	margin: 0;
	padding: 25px;
	text-align: left;
	float: left;
	}

#footer{
	background: #063f27 url(../images/footer.jpg) no-repeat;
	width: 202px;
	height: 115px;
	padding: 0 25px 0 651px;
	}
	
#sinjaallabel{
	width: 834px;
	text-align: right;
	padding: 5px 50px 5px 6px;
	margin: 0 auto;
	align: middle;
	}
	
/* ADDS */	

#adds{
	background: none;
	width: 199px;
	min-height: 200px;
	margin: 0;
	padding: 25px 25px 25px 0;
	text-align: left;
	float: right;
	}

#addwrapper{
	background: #e6e6e6 url(../images/add_bg.jpg) repeat-y;
	width: 199px;
	}
	
#addheader{
	background: none;
	width: 199px;
	height: 66px;
	}
#addcontent{
	background: none;
	width: 159px;
	font-size: 1.1em;
	color:#6f786c;
	padding: 10px 20px;
	margin: 0;
	}
	
#addfooter{
	background: #e6e6e6 url(../images/add_ft.jpg) no-repeat;
	width: 199px;
	height: 14px;
	}
	

/* TEAM */

#teamwrapper{
	background: #e6e6e6 url(../images/team_bg.jpg) repeat-y;
	width: 400px;
	}
	
#teamheader{
	background: #e6e6e6 url(../images/team_top.jpg) no-repeat;
	width: 400px;
	height: 12px;
	}
#teamcontent{
	background: none;
	width: 360px;
	padding: 2px 20px 5px 20px;
	margin: 0;
	}
	
#teampic{
	background-color: #e6e6e6;
	width: 400px;
	height: 258px;
	}
	
	
/* FONTS and LINKS */

p, pre{
	font-size: 1.2em;
	padding: 0;
	margin: 0;

}

#content a {color:#00573d;
	text-decoration: none;
   }
#content a:hover, #content a:active {color:#063f27;
	text-decoration: underline;
	}
	
#teamcontent a {color:#a0bdb2;
	text-decoration: none;
   }
#teamcontent a:hover, #teamcontent a:active {color:#fff;
	text-decoration: none;
	}
	
#sinjaallabel a {color:#50821d;
	text-decoration: none;
   }
#sinjaallabel a:hover, #sinjaallabel a:active {color:#6ca533;
	text-decoration: underline;
	}
	
ul{
list-style: none;
font-size: 1.2em;
margin: 0;
padding: 0;
}

a:link, a:visited{
color: #a0bdb2;
text-decoration: none;
}

a:hover, a:active{
color: #fff;
text-decoration: none;
} 
	
#footer a{color:#a0bdb2;
	text-decoration: none;
   }
#footer a:hover, #footer a:active {color:#fff;
	text-decoration: underline;
	}

h1 {
	display: none;
	}

h2 {
	font-size: 1.4em;
	color: #367c2b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-size: 1.2em;
	color: #367c2b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

.style1 {color: #fff}
.style2 {color: #367c2b}
.style3 {color: #000}
.style4 {color: #666; font-weight: bold;}

span{
font-weight: bold;
}
	
	