body {
	font-family: tahoma, arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

body.bg_color_automatisering {
	background-color: #187BA4;
}

body.bg_color_software {
	background-color: #454480;
}

div.container {
}

div.container_bg_automatisering {
	background: url('../gfx/body_bg_au.jpg') no-repeat;
}

div.container_bg_software {
	background: url('../gfx/body_bg_sw.jpg') no-repeat;
}

div#header {
	height: 246px;
}

div#flash {
}

div.menu {
	height: 31px;
	padding-top: 215px;
	padding-left: 50px;
}

div.menu_bg_automatisering {
	background: url('../gfx/header_automatisering_noflash.jpg') no-repeat;
}

div.menu_bg_software {
	background: url('../gfx/header_software_noflash.jpg') no-repeat;
}

div.main {
	min-height: 432px;
	margin-left: 37px;
}

div.main_bg_automatisering {
	background: url('../gfx/main_div_bg_au.jpg') repeat-y;
}

div.main_bg_software {
	background: url('../gfx/main_div_bg_sw.jpg') repeat-y;
}

div.left {
	float: left;
	font-size: 12px;
	min-height: 430px;
	letter-spacing: 0px;
	padding: 0px 17px 5px 38px;
	width: 669px;
}

div.left_bg_automatisering {
	background: url('../gfx/left_div_bg_au.jpg') no-repeat;
}

div.left_bg_software {
	background: url('../gfx/left_div_bg_sw.jpg') no-repeat;
}

div#right {
	float: left;
	font-size: 11px;
	text-align: center;
	width: 176px;
}

div#logo {
	padding-top: 10px;
}

div#content_right {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div.footer {
	clear: both;
	color: #CCCCCC;
	font-size: 10px;
	margin-left: 37px;
	padding: 96px 0px 0px 0px;
	text-align: right;
	width: 900px;
}

div.footer_bg_automatisering {
	background: url('../gfx/footer_au.jpg') no-repeat;
}

div.footer_bg_software {
	background: url('../gfx/footer_sw.jpg') no-repeat;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

li {
	list-style: square;
}

img.content_img {
	border: none;
}

br.content_break {
	clear: both;
}

