/* CSS Document */

/* ==================== TAGS ==================== */

body {
	background-color:#231F20;
	text-align:center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; /*font-size:0.7em;*/ font-size:11px;
}

table, form, input, textarea {font-family: Arial, Helvetica, sans-serif; /*font-size:0.7em;*/ font-size:11px;}
table.data td { text-align:center;}
table.datavet td { text-align:center; font-weight: bold;}

tr { vertical-align:top;}
tr.alt { background-color:#dceeff;}

th { text-align:center;}
th.side { text-align:right; }


form {margin-left:0px;}

h1 {
	background-image:url(../images/bullet_rits.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding-left: 35px;
	color:#4E84C4;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 20px 0 10px 0;
}

h2 {
	color:#4E84C4;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:20px;
	margin: 10px 0;
}

h3 {
	color:#4E84C4;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0;
}

ul {
	list-style-type:square;
	list-style-image:url(/images/ico_list.gif);
	display:block;
	margin:20px;
	padding:0;
}

img {
	border:0px;
}
img.doc {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:5px;
}

a {
	color:#4E84C4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.white {
	color:#ffffff;
	text-decoration:none;
}
a.white:hover {
	text-decoration:underline;
}

.gray {
	color:#999999;
}
.link {
	color:#4E84C4;
}

/* ==================== DIVS ==================== */
#wrapper {
	text-align:left;
	margin: 0 auto;
	background-image:url(../images/wrapper_bg.gif);
	width:800px;
	/*height:600px;*/
	min-width:800px;
	/*min-height:600px;
	overflow:visible;*/
}

#topbar {
	width:800px;
	height:131px;
	background-color:#FFFFFF;
	background-image:url(../images/krokoframe_02.gif);
	background-repeat:no-repeat;
}


#ritsmenu {
	background-color:#DFDFFF; padding: 10px; margin:-20px -20px 0px -20px;
}
#ritsmenu div {
	padding: 2px;
}

#logo {
	position:absolute;
	display:block;
	width:300px;
	height:70px;
}

#lang {
	/*position:absolute;*/
	float:right;
	left: 300px;
	display:block;
	width:240px;
	height:70px;
	color:#ffffff;
}

#lang li {
	font-size: 10px;
}


#rightcol {
	width:260px;
	/*padding:20px;*/
	float: right;
	background-image:url(../images/krokoframe_05.gif);
	background-repeat:no-repeat;
	min-height:375px;
	height:375px;
}
html>body #rightcol { /* css hack -- wordt enkel geinterpreteerd door niet-IE-browsers */
	overflow:auto;
	height:auto;
}

#leftcol {
	width:540px;
	/*padding: 20px;*/
	float: left;
	text-align:justify;
	
	/*height:400px;
	min-height:400px;*/
}
html>body #leftcol { /* css hack -- wordt enkel geinterpreteerd door niet-IE-browsers */
	width: 540px;
}

#homerits {
	/*margin:-20px;*/
	background:url(../images/home_rits.jpg) no-repeat; 
	width:540px; 
	height:375px; 
	/*padding:0px;*/
}

#langbuttons {
	margin-top:200px;
	margin-right:20px;
	float:right;
}

#langbuttons a {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	background-image:url(../images/langbutton/langbutton_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:150px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
}

#langbuttons a:hover {
	color:#ffffff;
	text-decoration:underline;
}


#bottombar {
	clear:both;
	width:800px;
	height:32px;
	background-color:#FFFFFF;
	background-image:url(/images/krokoframe_06.gif);
	background-repeat:no-repeat;
	font-size:9px;
	padding: 0 10px;
}
html>body #bottombar{ /* css hack -- wordt enkel geinterpreteerd door niet-IE-browsers */
	width: 780px;
}
#bottomA1 {color:#FFFFFF; float:left; padding-top: 2px;}
#bottomA2 {color:#FFFFFF; float:right; padding-top: 2px;}
#bottomB1 {color:#777777; float:left; padding-top: 4px; clear:left;}
#bottomB2 {color:#777777; float:right; padding-top: 4px;clear:right;}
.bottomlinkA {text-decoration:none; color:#FFFFFF;}
.bottomlinkB {text-decoration:none; color:#777777;}


#hometeaser {
	margin:-20px;
	background:url(/images/targetgroups/doelgroepen_bg.jpg) no-repeat; 
	background-color:#e8eff7;
	width:540px; 
	height:375px; 
}

#hometeaser ul {
	height:60px; 
	margin: 0 0 0 20px;
	list-style-type:square;
	list-style-image:url(/images/ico_list.gif);
}

#hometeaser ul li {
	list-style-type:square;
	list-style-position:outside;
}

table.hometeaser {
	width:500px; 
	margin:5px;
	text-align:left;
}

td.hometeaser {
	width:160px;
}

div.hometeasertitle {
	display: block;
	width:160px;
	height:25px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	cursor:hand;
}

#contactsalesbox_nl {
	background-image:url(/images/contactsalesbox/nl.gif);
	background-repeat:no-repeat;
	width:239px;
	height:82px;
	margin:-10px;
	padding: 40px 0 0 10px;
}


input, textarea, select {
	border:1px solid #4d85c5;
	background-color:#FFFFFF;
}