body {
  height: 100%;
  width: 100%;
  margin:0px; 
  padding:0px;
}

a:hover 	{color:#ffffff;}
a:link  	{color:#ffffff;}
a:active 	{color:#ffffff;}
a:visited 	{color:#ffffff;}

.menu_on {
  padding-left:20px; 
  padding-right:20px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px;
	color:#FFFFFF; 
	font-weight:bold;
	background-image:url(img/menu_on.png);
	height:41px;
	vertical-align:middle;
}

.menu_off {
 	padding-left:20px; 
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#FFFFFF; 
	font-weight:bold;
	background-image:url(img/menu_off.png);
	height:41px;
	vertical-align:middle;
}

#search {
 position:absolute; 
 top: 125px;
}

.font_white {
 font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

.font_regular{
 font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.profile_pic { 
 border-style:solid;
 border-width:1px; 
 border-color: #999;
 width:93px; 
 height:110px;
 background-repeat: no-repeat;
 background-position: top center;
}

#profile_name {
	position: absolute;
	margin-top:117px;
	padding-left:7px;
	padding-right:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	overflow:hidden;
	width:80px;
	height:10px;
	vertical-align:bottom;
	}

#einde {
 /*position: fixed;*/
 width: 100%;
 height: 35px;
 top: auto;
 bottom: 10px;
 background-color: #f2f2f2;
}

#einde a:hover		{color:#000000;}
#einde a:active		{color:#000000;}
#einde a:link		{color:#000000;}
#einde a:visited	{color:#000000;}
 
input, select { 
 font-family:Arial, Helvetica, sans-serif; 
 font-size:12px; color:#000000;
}
	
.blanc {
 color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

div { 
 margin:0px;
 padding:0px;
}

#container_top{
 width: 1100px;
 margin: 0 auto;
 background-image: url('./img/bg.jpg');
 background-position: top center;
 /*background-attachment: fixed;*/
 background-repeat: no-repeat;
}
#container_c{
  width: 965px;
  margin: 0 auto;
}
