/*
	Reset CSS
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height:120%;
	vertical-align: baseline;
	background: transparent;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Xlim website css */

/* centering the body/container (body text-align:center is for old browsers) */
body
{
text-align: center;
font-family: Arial;
font-size: 11px;
}
div#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
/* height: 700px; // toch geen fixed height meer content scrollt door. */
}

/* site has fixed width / height layout */
div#titlebar{
width: 750px;
height: 100px;
float:left;
}
div#menucolum{
width: 150px;
/* height: 500px; */
float:left;
}
div#logocontainer{
width: 150px;
height: 100px;
float:left;
}
div#menu{
width: 150px;
height: 300px;
float:left;
}
div#contentcolum{
width: 600px;
/* height: 500px; */
float:left;
}
div#contentmain{
width: 600px;
height: 400px;
float:left;
}
div#contentsub{
width: 600px;
height: 100px;
float:left;
}
div#controller{
	width: 600px;
	height: 40px;
	margin-top:20px;
}
div#dots{
float: right;
height: 40px;
width: auto;
}
div#contentdata{
	width: 600px;
	height: 40px;
}
div#rightspacer{
	float: right;
	width: 50px;
	height: 100%;
}
.colums2{
width: 290px;
float: left;
padding-right: 10px;
height: 140px;
}
.colums3{
width: 190px;
float: left;
padding-right: 10px;
height: 160px;
}
div#topspacer{
	width: 600px;
	height: 100px;
	float: left;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
p {
	margin-bottom: 12px;
}
strong{
	font-weight: bold;
}

img#logo{
	margin-left: -5px;
	margin-top: 0px;
}
td{
padding-right: 10px;
}
p#emaillink{
	float: left;
	margin-top: 20px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 600px;
height: 400px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* colors */
/* geel: FF DC 00
blauw: 00 B4 FF
roze: FF 00 96
turquoise: 00 F0 BE 
*/
span.new{
color: #666;
}

label{
color: #666;
}
.light{
color: #666;
}

.menu1{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 2px;
}
.menu2{
	font-size: 11px;
	color: #000;
}
a:link{
	text-decoration: none;
	color: #000;
}
a:visited{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #ffdc00;
}
a:active{
	text-decoration: none;
	color: #ffdc00;
}
a.selected:link{
	color: #ffdc00;
}
a.selected:visited{
	color: #ffdc00;
}
.selected{
	color: #ffdc00;
}
h1{
	color: #ffdc00;
}

a.blue:link{
	text-decoration: none;
	color: #000;
}
a.blue:visited{
	text-decoration: none;
	color: #000;
}
a.blue:hover{
	text-decoration: none;
	color: #00B4FF;
}
a.blue:active{
	text-decoration: none;
	color: #00B4FF;
}
.selectedblue{
	color: #00B4FF;
}
a.selectedblue:link{
	color: #00B4FF;
}
a.selectedblue:visited{
	color: #00B4FF;
}
h1.blue{
	color: #00B4FF;
}

a.pink:link{
	text-decoration: none;
	color: #000;
}
a.pink:visited{
	text-decoration: none;
	color: #000;
}
a.pink:hover{
	text-decoration: none;
	color: #FF0096;
}
a.pink:active{
	text-decoration: none;
	color: #FF0096;
}
a.selectedpink:link{
	color: #FF0096;
}
a.selectedpink:visited{
	color: #FF0096;
}
.selectedpink{
	color: #FF0096;
}
h1.pink{
	color: #FF0096;
}

a.turq:link{
	text-decoration: none;
	color: #000;
}
a.turq:visited{
	text-decoration: none;
	color: #000;
}
a.turq:hover{
	text-decoration: none;
	color: #00F0BE;
}
a.turq:active{
	text-decoration: none;
	color: #00F0BE;
}
a.selectedturq:link{
	color: #00F0BE;
}
a.selectedturq:visited{
	color: #00F0BE;
}
.selectedturq{
	color: #00F0BE;
}
h1.turq{
	color: #00F0BE;
}

input:textarea{
	height: 60px;
}

.invisable{
display: none;
}input#name{
font: 1em Arial, Helvetica, sans-serif;
background: url('/images/namebox.png') no-repeat;
padding:0 0 0 3px;
color: #666;
border: none;
width:190px;
height: 22px;
margin-bottom: 5px;
margin-top: 5px;
padding-top: 2px;
padding-left: 3px;
}
input#email{
font: 1em Arial, Helvetica, sans-serif;
background: url('/images/namebox.png') no-repeat;
color: #666;
border: none;
width:190px;
height: 23px;
margin-bottom: 5px;
margin-top: 5px;
padding-top: 2px;
padding-left: 3px;
}
textarea#message{
font: 1em Arial, Helvetica, sans-serif;
background: url('/images/messagebox.png') no-repeat;
padding:3px 0 3px 3px;
color: #666;
border: none;
width:190px;
height: 121px;
margin-top: 5px;
}
