/* Stylesheet: Layout: Main Modified On 2017-04-26 22:27:10 */
@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-image:url(http://www.administratiekantoor-yap.nl/uploads/images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;	
	background-size: cover;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}

a img{
 border: 0;
}

#container{
	width: 1000px;
	margin: 0 auto;
}

#top{
	position:fixed;
	top:-2px;
	left:0;
	width: 100%;
	height:100%;
	background-image: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/container_top.png);
	background-repeat: no-repeat;
	background-position:top left;	
  	background-size: 100%;
}

#right{
	position:fixed;
	top:-1px;
	right:0;
	width: 100%;
	height:500px;
	background-image: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/container_right.png);
	background-repeat: no-repeat;
	background-position:top right;	
}

#header{
	padding-top: 40px;
	height: 128px;
	position: relative;
	clear: both;
}

#nav{
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 873px;	
}

#menu{
	clear: both;
	position: absolute;
	bottom: 24px;
	font-family: "Tw Cen MT",Verdana, Geneva, sans-serif;	
  margin-left: 18px;
}

#menu ul{
	list-style-type: none;
	pading: 0;
	margin: 0;
}

#menu ul li{
	float: left;
	font-size:27px;
	font-weight:bold;
	padding-right: 52px;
}

#menu ul li a{
	color: #002d62;	
	text-decoration: none;
	
}

#menu ul li.menuactive a{
	color: #7499c6;	
}

#menu ul li a:hover{
	color: #7499c6;	
}

#navline{
	float: left;
	background-image:url(http://www.administratiekantoor-yap.nl/uploads/images/layout/menuline.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 618px;
	position: relative;
	bottom: 0px;
}

#navline_left{
	float: left;
	background: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/menuline_left.png) no-repeat;
	height: 24px;
	width: 	11px;
}

#navline_right{
	float: left;
	background: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/menuline_right.png) no-repeat;
	height: 24px;
	width: 	11px;
}

#logo {
	position:absolute;
	bottom: 0px;
	right: 35px;
	width: 255px;
	height: 127px;	
}

#contentwrapper{
	width: 1000px;
	clear: both;
	min-height: 390px;
  margin: 40px 0 0 0;	
}
#left{
 float: left;
  margin-top: 10px;
}
#content_top {
background: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/content_bg_top.png) no-repeat;
width: 646px;
height: 85px;
position: relative;
}

#content_footer {
background: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/content_bg_footer.png) no-repeat;
width: 646px;
height: 222px;
position: relative;
}
#content{
position: relative;
background: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/content_bg.png) repeat-y;
width: 465px;
padding: 0px 90px 0px 90px;
color: #fff;	
overflow-y: auto;
}

#sidebar{
	width: 291px;
	height: 281px;
	float: left;	
	margin: 30px 0 0 40px;
	text-align: center;
}

#sidebar img{
	margin: 0 auto;	
}

#teksten{
  width: 100%;
  height: 277px;
  background-image: url(http://www.administratiekantoor-yap.nl/uploads/images/layout/teksten.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#footercontainer{
  margin: 0 auto;
  width: 1000px;
  height: 74px;
}

#footer{
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding: 9px 0 0 30px;
	width: 384px;
	height: 90px;
	background: #7499C6;
	float: right;
	clear: both;
}