/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Titel : 						homestyle.css CSS STYLE SHEET
Auteur : 						Mark Boddé
URL : 							http://www.markbodde.nl/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin:						0px;
	padding:					0px;
	}
html, body {
	min-height:					100%;
	background-color:			#ffffff;
	font-family:				Palatino, Georgia, sans-serif, "Times New Roman";
	background-image:			url(../image/background-image_small.jpg);
	background-repeat:			repeat-x;
	background-position:		center top;
	}
#logo {
	width:						740px;
	height:						34px;
	margin:						0 auto;
	background-image:			url(../image/arloss_logo.jpg);
	background-position:		right;
	background-repeat:			no-repeat;
	margin-top:					11px;
	}
#slogan {
	width:						740px;
	height:						10px;
	margin:						0 auto;
	background-image:			url(../image/arloss_sub_logo.jpg);
	background-position:		right;
	background-repeat:			no-repeat;
	margin-top:					7px;
	}
img.holder {
	float:						right;
	}
#horizonal_holder {
	width:						765px;
	height:						225px;
	margin:						0 auto;
	background-image:			url(../image/people_holder-pic.jpg);
	background-position:		left;
	background-repeat:			no-repeat;
	margin-top:					20px;
	*margin-top:				9px;
	_margin-top:				9px;
	}
#business_information {
	width:						295px;
	height:						55px;
	float:						right;
	margin-top:					80px;
	margin-right:				10px;
	_margin-right:				5px;
	background-image:			url(../image/main_business-info.jpg);
	background-repeat:			no-repeat;
	padding:					20px 25px 25px 20px;
	}
p.business_info_text_normal {
	color:						#838383;
	font-size:					12px;
	}
span.business_info_text_highlight {
	color:						#009de0;
	font-weight:				bold;
	font-size:					16px;
	}
#navigation_top {
	position:					absolute;
	margin-left:				60px;
	}
.list_square_top {
	color:						#097b2d;
	font-size:					12px;
	}
a.navigation_top_link {
	font-size:					10px;
	text-decoration:			none;
	color:						#646464;
	}
a.navigation_top_link:hover {
	color:						#999999;
	text-decoration:			underline;
	}
#main_navigation {
	width:						750px;
	height:						25px;
	margin:						0 auto;
	border-top:					1px solid #ffffff;
	margin-top:					2px;
	padding-top:				5px;
	padding-left:				60px;
	}
ul.navul, li.navli {
	display:					inline;
	list-style:					none;
	}
li.navli {
	margin-right:				25px;
	}
ul.navul {
	margin-left:				9px;
	}
a.navigation_list {
	font-size:					12px;
	text-decoration:			none;
	color:						#ffffff;
	}
a.navigation_list:hover {
	color:						#999999;
	}
a.navigation_list:active {
	color:						#333333;
	}
#content_container {
	width:						670px;
	margin:						0 auto;
	margin-top:					60px;
	}
#tab_content {
	width:						203px;
	float:						left;
	}
#content {
	width:						425px;
	float:						right;
	padding-right:				0px;
	padding-bottom:				20px;
	border-bottom:				1px solid #CCCCCC;
	}
li#tabli01, #tabli02, #tabli03, #tabli04 {
	list-style:					none;
	display:					block;
	}
li#tabli01 {
	height:						127px;
	background-image:			url(../image/contact_tab_white.jpg);
	background-repeat:			no-repeat;
	background-repeat:			left top;
	margin-bottom:				4px;
	}
li#tabli02 {
	height:						109px;
	background-image:			url(../image/watdoenwij_tab.jpg);
	background-repeat:			no-repeat;
	background-repeat:			left top;
	}
li#tabli03 {
	height:						95px;
	background-image:			url(../image/overige-activiteiten_tab.jpg);
	background-repeat:			no-repeat;
	background-repeat:			left top;
	}
p.tab_text {
	margin-left:				23px;
	color:						#838383;
	font-size:					11px;
	}
.tab_texth1 {
	margin-left:				23px;
	padding-top:				6px;
	color:						#838383;
	font-size:					11px;
	font-weight:normal;
	}
p.tab_text_highlight {
	margin-left:				23px;
	padding-top:				6px;
	color:						#009de0;
	font-weight:				bold;
	font-size:					14px;
	}
a.tab_text_link {
	color:						#838383;
	font-size:					11px;
	}
a.tab_text_link:hover {
	font-size:					11px;
	text-decoration:			none;
	color:						#333333;
	}
.welcome {
	color:						#009de0;
	font-size:					20px;
	}
.sub_welcome {
	color:						#333333;
	font-size:					14px;
	}
.welcome_subpages {
	color:						#009de0;
	font-size:					20px;
	font-weight:				bold;
	}
p.content_text_normal {
	color:						#666666;
	font-size:					12px;
	}
.content_text_bold {
	font-weight:				bold;
	}
.content_text_italic {
	font-style:					italic;
	}
a.content_text_link {
	color:						#009de0;
	text-decoration:			none;
	}
a.content_text_link:hover {
	color:						#009de0;
	text-decoration:			underline;
	}
#copyright {
	width:						300px;
	margin:						0 auto;
	text-align:					center;
	*margin-top:				40px;
	_margin-top:				40px;
	margin-top:					40px;
	padding-left:				210px;
	}
p.copyright {
	font-size:					9px;
	color:						#666666;
	}
a.link_copyright {
	color:						#009de0;
	text-decoration:			none;
	}
a.link_copyright:hover {
	color:						#009de0;
	text-decoration:			underline;
	}
#content_main_list {
	padding-left:				10px;
	}
.content_text_normalh1 {
	color:						#666666;
	font-size:					12px;
	font-weight:				normal;
	}

