@charset "utf-8";
/* CSS Document */
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282828;	
	height: 100%;
}
body {
	min-height: 100%;
	margin: 0px;
	background-image:url(images/zeker-mobiel-bg.gif);
	font-size: 12px;
}
a {
	color: #0e3935;
	text-decoration: none;	
}
a:hover {
	color: #3e908e;
	text-decoration: none;	
}
.page{
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 782px;
}
.container{
	width: 764px;
	padding-left: 19px;
	overflow: auto;
	background-image:url(images/zeker-mobiel-c_bg.png);
}
.header{
	padding-left: 95px;
	padding-top: 79px;
	width: 782px;
	height: 121px;
	background-image:url(images/zeker-mobiel-headr.png);
	background-repeat: no-repeat;
}
.menu{
	margin-left: 8px;
	float: left;
	margin-top: 25px;
	width: 180px;
}
.menu ul {
	list-style: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	font-size: 12px;
}
.menu ul li a {
	line-height: 20px;
	color: #3b8f8f;
	text-decoration: none;	
}
.content {
	padding-top: 0px;
	padding-right: 80px;
	float: right;
	width: 470px;
	overflow: auto;
	height: 100%;	
}
h2 {
	color: #4f4f4f;
	font-size: 17px;
	margin-bottom: -10px;
}
h1 {
	font-size: 20px;
}
.footer{
	width: 782px;
	height: 123px;
	background-image:url(images/zeker-mobiel-footr.png);
	background-repeat: no-repeat;
}
.copy{
	color: #767676;
	padding-top: 50px;
	padding-left: 78px;
	text-align: center;
}
div.social a {
float:left;
height:32px;
margin-left:13px;
margin-right:13px;
text-indent:-9999px;
width:32px;
margin-top: 30px;
}
div.social a.facebook {
  background:url("images/facebook.png") no-repeat scroll 0 0 transparent;
}
div.social a.linkedin {
  background:url("images/linkedin.png") no-repeat scroll 0 0 transparent;
}
div.social a.youtube {
  background:url("images/youtube.png") no-repeat scroll 0 0 transparent;
}
div.social a.twitter {
  background:url("images/twitter.png") no-repeat scroll 0 0 transparent;
}
div.social a.flickr {
  background:url("images/flickr.png") no-repeat scroll 0 0 transparent;
}

