/* CSS DOC - STERIMA website 2006-07 								*/


/* 	------------------------------------------------------------	*/
/* 	standard TAGS													*/
/* 	------------------------------------------------------------	*/
body {
	background: #f9fafa url(/site_images/bck_body.jpg) repeat-x;
	padding:0;
	margin:0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana;
}
body.content {
	background: #f9fafa url(/site_images/bck_body02.jpg) repeat-x;
}
p 
{
    clear:both;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.clearFloats {
	clear:both;
	float:none;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}
img {
	border:0;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin:15px 0 12px 0;
	color:#ab0066;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding:0;
	color:#008193;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
h4 {
	color:#000;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
ol li {
	padding-left: 0!important;
	margin:0 0 0 1.2em;
	background:none !important;
}
ol li a{background:none;}

#center table {
	border:1px solid #61bac3;
	border-collapse:collapse;
}
#center th {
	border-right:1px solid #61bac3;
	background:#61bac3 url(/site_images/bck_th.jpg) bottom repeat-x;
	color:#FFF;
	padding:0.3em 1em;
}
#center td {
	border-right:1px solid #61bac3;
	border-bottom:1px solid #61bac3;
	padding:0.3em 1em;
	color:#000;
}
hr {
	border:none;
	border-bottom:1px solid #61bac3;
	height:1px;
}
.displayNone{display:none;}
/* 	------------------------------------------------------------	*/
/* 	structure														*/
/* 	------------------------------------------------------------	*/
.homediv {
	width: 970px;
	height:553px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background:url(/site_images/bck_homediv.jpg) 0 117px no-repeat;
}
#homeleft {
	float:left;
	width:220px;	/* original 220px */
	height:570px;
}
#homeright {
	/*background-color:#ccFFcc;*/
	float:left;
	width:730px; 	/* original 740px */
}
#Logo {
	width:179px;
	height:117px;
	float:left;
}
#Top {
	height:117px;
	overflow:hidden;
}
#TopRight{
	float:right;
	position:relative;	
}
#homeMid {
	height:339px;
	overflow:hidden;
}
#homeBottom {
}
/*************************** FUNCTIONAL NAVIGATION */

#functNav{
	position:absolute;
	right:0;
	top:54px;
}

#functNav a {
	color: #666;
	text-decoration: none;
	margin:0 20px;
}
#functNav a:hover {
	color:#000;
	text-decoration: none;
}
table.functNav {
	margin:0;
	padding:0;
	height:39px;
	width:713px;
	background:url(/site_images/bck_nav.jpg) bottom left repeat-x;
}
table.functNav td {
	background:url(/site_images/bck_divider.jpg) right top no-repeat;
	text-align:center;
}
table.functNav td.first {
	background:none !important;
	text-align:left;
}
table.functNav td.last {
	background:url(/site_images/bck_navLast.jpg) top right no-repeat;
}
/**************************************** LANGUAGES ****************/

#language {
	position:absolute;
	right:0;
	top:23px;/*13px;*/
	width:200px;
	font-size:10px;
	color:#ffffff;
}
#language a{
	color:#FFF;
}
#language ul{
	list-style-type: none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:75px; 
	height:21px;
	padding:4px 5px;
	background:url("/site_images/bck_language.jpg") top right no-repeat;
}
#language ul li{
	float:left;
}
#language ul li a{
	padding:0 2px 0 5px;
}
/* 	------------------------------------------------------------	*/
/* 	HOME: Video													*/
/* 	------------------------------------------------------------	*/
#video {
	float:left;
	margin-top:64px;
}
#video a, #video div#tab02_inactive {
	height:32px;
	width:169px;
	display:block;
	float:left;
}
#video #tab01 {
	background:url(/site_images/video_tab01.jpg) no-repeat;
}
#video #tab01:hover, #video #tab01.active {
	background:url(/site_images/video_tab01_hover.jpg) no-repeat;
}
#video a#tab02 {
	background:url(/site_images/video_tab02.jpg) no-repeat;
}
#video a#tab02:hover, #video a#tab02.active {
	background:url(/site_images/video_tab02_hover.jpg) no-repeat;
}
#video div#tab02_inactive {
	background:url(/site_images/video_tab02_inactive.jpg) no-repeat bottom;
}
#video01 {
}
#video02 {
	display:none;
}
/* 	------------------------------------------------------------	*/
/* 	HOME: Nieuws													*/
/* 	------------------------------------------------------------	*/
#nieuws {
	float:right;
	width:257px;
	height:290px;
	overflow:hidden;
	padding:20px;
}
/*.nieuws ul {
	line-height: 16px;
	list-style:none;
	margin:0;
	padding:0;
}
.nieuws ul li {
	margin-bottom:10px;
}*/
.nieuws p {
	margin:0;
	padding:0;
}
.nieuws .date, .date {
	color:#000;
	margin-bottom:3px;
	font-weight:bold;
	line-height:19px;
}
.nieuws .title, .title {
	display:block;
	color:#FFF;
	padding-bottom:15px;
}
.nieuws h2 {
	color:#000;
	border-bottom:1px solid #317a82;
	margin:0 0 15px 0;
	padding:10px 0;
}
.nieuws a, .nieuws a:hover {
	color:#FFF;
}
/* 	------------------------------------------------------------	*/
/* 	HOME: Doelgroepen												*/
/* 	------------------------------------------------------------	*/
#home-doelgroepen {
	float:left;
	color: #666;
	/*background-color:#00FFCC;*/
	clear:both;
}
.doelgroep {
	float:left;
	color:#666;
	text-decoration:none;
	width:296px;
	min-height:220px;
	height:auto !important;
	height:220px;
	margin:0;
	background:url(/site_images/bck_doelgroepTop.gif) left top no-repeat;
	overflow:hidden;
}
.doelgroep ul {
	margin:10px;
	padding:0px;
}
.doelgroep li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(/site_images/bul_grey.jpg) no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.doelgroep:hover {
	color:#333;
	background-repeat:no-repeat;
	text-decoration:none;
}
.doelgroep h2 {
	color:#FFF;
	margin:10px
}
.doelgroep img {
	margin:0 3px;
}
.textile {
}
.medical {
	margin:0 41px;
}
.logistic {
}

/*----------------------------------------404------------------------------------------------*/
.pageNotFound {
	background: url(/site_images/404.jpg) center 140px no-repeat;
	width:970px;
	height:768px;
	margin:auto;
	position:relative;
}
.text01{
	position:absolute;
	top:70px;
	width:100%;
	font-size:2.5em;
	text-align:center;
	color:#ab0066;
}
.text02{
	position:absolute;
	top:600px;
	width:100%;
	text-align:center;
}

