@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
}
html, body {
	height: 100%;
	background-color: #d49b9b;	
}
p {
	margin-right: 5px;
	margin-left: 5px;
}
h1 {
	font-size: 20px;
	color: #DF433B;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h2 {
	color: #FF8D72;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
/*Alle DIV's */
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-image: url(../../images/energy/bg_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#talenwrapper {
	width: 900px;
	height: 50px;
	background-image: url(../../images/energy/bg_talen_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#talenkeuze {
	width: 150px;
	float: right;
	height: 50px;
}
#uberwrapper {
	width: 880px;
	clear: both;
	padding: 10px;
	background-color: #d78583;
}
#logobanner {
	background-color: #FFFFFF;
	height: 90px;
	padding-bottom: 5px;
	background-image: url(../../images/energy/menu_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#root_menu_relax {
	background-color: #CCCCCC;
	height: 94px;
}
#tekstkolomwrapper {
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	background-image: url(../../images/energy/relax_right_colomnbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#intro_div{
}
#intro_div_img {
	float:right;
	margin-top: 5px;
	border: 3px solid #FF8D72;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: hidden; /* voor Opera */
}
#intro_div_click {
	clear:both;
}
#kop {
	/*float: left;*/
	width: 430px;
}
hr.clearer {
	clear: both;
	visibility: hidden;
}
#linkerkolom {
	float: left;
	width: 430px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
#rechterkolom {
	text-align: left;
	margin-right: 5px;
	width: 430px;
	float: right;
	margin-left: 5px;
}

#users_wrapper {
}
#users_top {
	
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
}
#users_middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF8D72;
	border-left-color: #FF8D72;
}
#users_content_wrapper {
	clear: both;
	text-align: left;
}
#users_content_wrapper2 {
	clear: both;
	text-align: right;
}
#users_img_left {
	float: left;
	background-image: url(../../images/energy/commas_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 64px;
	overflow: hidden;
	margin: 5px;
}
#users_img_right {
	float: right;
	background-image: url(../../images/energy/commas_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 64px;
	margin: 5px;
}
#users_bottom {
	background-image: url(../../images/energy/what_users_say_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 11px;
	clear: both;
}

#footer {
	width: 580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 40px;
	clear: both;
	text-align: center;
}

/*Alle tekststijlen */
.bottom_menu {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.bottom_menu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.bottom_menu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.bottom_menu a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.bottom_menu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.users {
	font-size: 10px;
	color: #999999;
}
.link {
	color: #666666;
}
.link a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.link a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
.img {
	border: 3px solid #FF8D72;
}