/* De opmaak van de Site */

html,body{
	width:100%;
	background-repeat: repeat;
	overflow-x: hidden;
	background-image: url(../img/backgrounds/body.png);
	background-repeat: repeat-x;
	background-color: #002744;
}

body {
	font-family: Arial, Tahoma;
	font-size: 0.75em;
}

/* De opmaak van de container */

#container {
	width: 1000px;
	position: absolute;
	top: 0;
	left:50%;
    margin-left: -500px;
	background-position: 50% 100%;
	background-repeat: no-repeat;	
}

#header {
	width:1000px;
	height: 333px;
	background-image: url(../img/backgrounds/header.png);
	background-repeat: no-repeat;
	margin: 0 15px 0 15px;

}

#header img {
	margin-left: 20px;
	width: 636px;
	height: 333px;
	position: relative;
	bottom: 0px;
}	
	
#menu {
	width: 1000px;
	height: 47px;
}


#footer {
	width:1000px;
	margin: 0 15px 0 15px;
	padding-left: 680px;
	background-image: url(../img/backgrounds/footer.png);
	background-repeat: no-repeat;
	height: 45px;
	clear: left;

}

#main {
	margin: 0 3px 2em 3px;
	width: 1000px;
}

#articles {
	padding-left: 40px;
	width: 633px;
	margin-right: 200px;
}
.item-page
{
	border-right: 1px solid #fff;
	margin-top: 30px;
}
#uitgelicht
{
	float: right;
	width: 300px;
}

#yoo-gallery-1 {
	padding-top: 60px;
	padding-left: 60px;
	width: 633px;
}

#gallery img{
}

#yoo_sfeer {
	width: 210px;
	float: left;
}
#clear
{
	clear: both;
}

/* De opmaak van het Menu*/	

.menu {
 margin:auto;
 height:30px;
}


/* De opmaak van de buttons */

.menu {
	text-align: left;
}
	
#menu ul {
	padding: 0;
	margin-left: 45px;
	margin-bottom: 10px;
	padding-top: 15px;
}
	
#menu ul li {
	display: inline;
}
	
#menu ul li a {
	border-right: solid 2px #fff;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.4em;
	font-weight: light;
	text-decoration: none;
}
	
#menu ul li a:hover {
 	color: #002744;
}

#menu ul li a:active {
 	color: #002744;
}

#menu #current a {
 	color: #002744;
}	

/* De opmaak van het fontgebruik */	


p {
 	font-size: 1.0em;
 	padding: 0 20px 0 20px;
  	margin: 0 0 1.0em 0;	
 	line-height: 20px;
 	font-weight: normal;
  	color: #fff;	
}

h1 {
 	font-size: 1.95em;
 	padding: 40px 20px 0 20px;
 	margin: 0 0 0 0;
 	font-weight: bolder;
 	color: #fff;
}	
#articles h1
{
	padding-top: 0px;
}
h2 {
 	font-size: 1.2em;
 	padding: 20px 20px 0 20px;
 	margin: 0 0 0 0;
 	font-weight: bolder;
 	color: #fff;
}	

h3 {
 	font-size: 1.15em;
 	padding: 10px 20px 20px 20px;
 	margin: 0 0 0 0;
 	font-weight: bold;
 	line-height: 18px;
 	color: #fff;
}


#articles a:link{
	text-decoration: none;
	color: #2494C3;
}	

#articles a:visited{
	text-decoration: none;
	color: #2494C3;
}

#articles a:hover{
	text-decoration: underline;
	color: #2494C3;
}


a:link{
	text-decoration: none;
	color: #fff;
}	

a:visited{
	text-decoration: none;
	color: #fff;
}

a:hover{
 	color: #2494C3;	
}	

a:active{
	text-decoration: none;
 	color: #2494C3;	
}

/* Opmaak tekst in Footer */

#footer p {
	color: white;
}

#footer a {
	color: #fff;
	font-weight: light;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:hover {
	color: #2494C3;
	text-decoration: none;
}

/* De opmaak van de unsorted list in de content */

#articles ul {
	color: white;
	list-style-type: none;
	list-style-image: url(../img/content/list.png);
	line-height: 26px;

}

/* De opmaak van KWOOT in de footer */

#footer h6 {
	font-size: 0.8em;
	position: relative;
	bottom: 44px;
	right: 12px;
	text-align: right;
}

#footer h6 a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* De opmaak van uitgelicht */

#uitgelicht img {
	width: 265px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 0;
}

#uitgelicht h1 {
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2494c3;
	margin-left: 20px;
	padding-left: 10px;
	width: 235px;
	font-size: 1.4em;
}

#uitgelicht p {
	padding-top: 0px;
	width: 200px;
}


#articles .sig_thumb img {
    background: none;
    border: 1px solid #CCCCCC;
    display: block;
    margin: -5px 5px 5px -5px;
    padding: 0px;
    position: relative;
}

#articles .sig_cont {
    height: 140px;
    width:150px;
}
.sige_thumb img {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
    display: block;
    margin: -5px 5px 5px -5px !important;
    padding: 0px !important;
    position: relative;
}