a
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

*
{
	-moz-box-sizing: border-box;
	-moz-box-sizing: content-box;
	-moz-box-sizing: padding-box;

	box-sizing: border-box;
	box-sizing: content-box;
	box-sizing: padding-box;
}

#navigatie
{
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -410px;
	width: 830px;
}

#navigatie a
{
	display: block;
	height: 28px;
	float: left;
	margin-top: 50px;
	text-decoration: none;
}

a#navhome
{
	width: 76px;
	background: url( /img/home_black.gif );
}

a#navhome:hover
{
	background: url( /img/home_gray.gif );
}

a#navover
{
	width: 254px;
	background: url( /img/overslowmanagement_black.gif );
}

a#navover:hover
{
	background: url( /img/overslowmanagement_gray.gif );
}


a#navabonneren
{
	width: 130px;
	background: url( /img/abonneren_black.gif );
}

a#navabonneren:hover
{
	background: url( /img/abonneren_gray.gif );
}


a#navcontact
{
	width: 97px;
	background: url( /img/contact_black.gif );
	margin-right: 20px;
}

a#navcontact:hover
{
	background: url( /img/contact_gray.gif );
}


body
{
	background: url( /img/background_circles.gif ) repeat-x;
	margin: 0px;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	background: url( /img/black_gray_1px.gif ) #fff repeat-x;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #fff;
}

#logo
{
	float: left;
	margin-top: 5px;
	width: 242px;
	height: 83px;
	background: url( /img/slow_logo_kleiner.jpg ) no-repeat;
}

#outer
{
	width: 100%;
	height: 
}

#slidecontainer
{
	position: absolute;
	top: 125px;

	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}

#slidetable
{
	position: relative;
	left: 2000px;
}

.slide
{
	width: 602px;
	height: 352px;
	margin-left: 10px;
	margin-right: 10px;

	position: relative;

	background: url( /img/slide_background_602x352px.gif );
}

img.slideleft
{
	position: relative;
	left: 10px;
	top: 20px;
	float: left;
}

#btnleft img, #btnright img
{
	border: 0px;
}

#btnleft a:focus, #btnright a:focus
{ 
	-moz-outline: none;
}


#btnleft
{
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 2;
	display: none;
}

#btnright {
	position: absolute;
	top: 130px;
	right: 0px;
	z-index: 2;
	display: none;
}

#banners {
  bottom:5px;
  left:50%;
  margin-left:-425px;
  margin-left:-430px;
  margin-left:-300px;
  position:absolute;
  vertical-align:top;
  width:850px;	
  width:860px;
  width:600px;
}

#banners img {
	border: 0;
}
#banners div {
  float:left;
  height:85px;
  width:255px;
}

#banners #bannerleft {
}

#banners #bannerright, #banners #bannerlive {
  margin-left: 20px;
}

#banners #bannerright {
	width:300px;
}

.slidespread {
	position: relative;
	top: 20px;
	left: 20px;
	width: 450px;
	height: 293px;
	cursor: pointer;
	float: left;
	border: 1px solid #b0b1b3;
	margin-bottom: 1px;
}

.slidearrow {
	position: absolute; 
	top: 316px;
	left: 539px;

	height: 30px;
	width: 45px;

	padding-right: 2px;
	
	background: url( /img/arrowbg.png );
}

.slidearrow div
{
	background-image: url( /img/slide_arrow_sprite.png );
	cursor: pointer;
	width: 19px;
	height: 30px;
}

.slidearrow .show
{
	background-position: -30px;
}

.arrowleft
{
	position: absolute;
	left: 0px;
	background-position: 0px -30px;
}

.arrowlefthidden
{
	position: absolute;
	left: 0px;
}

.arrowright
{
	background-position: 19px 0px;
	position: absolute;
	left: 19px;
	background-position: 19px -30px;
}

.arrowrighthidden
{
	position: absolute;
	left: 19px;
	background-position: 19px 0px;
}

.largeissue
{
	float: left;
	padding-right: 20px;
	padding-top: 4px;

	position: relative;
	left: -6px;
}


#largescroller
{
	width: 710px;
	height: 400px;
	border: 1px solid gray;
	position: relative;

	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

#largecontainer
{
	padding: 16px;	
}

.largearrow
{
	margin-top: 2px;
	height: 30px;
	width: 45px;

	padding-right: 2px;

	clear: both;
	position: relative;
	left: 799px;

	background: url( /img/arrowbg.png );
}

.largearrow div
{
	background-image: url( /img/slide_arrow_sprite.png );
	cursor: pointer;
	width: 19px;
	height: 30px;
}

#largecontent
{
	position: relative;
}

#largecontent img
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#largeclose
{
	width: 14px;
	height: 15px;
	background: url( /img/cross_up.png );
	float: right;
	cursor: pointer;
}

#largeclose:hover
{
	background: url( /img/cross_down.png );
}

#loading
{
	position: absolute;
	margin-left: -25px;
	left: 50%;

	top: 50%;

}

#overslow, #contact, #abonneren
{
	padding: 10px;
	background: #fff;
}


.contact_left { float: left; width: 150px; margin-top: 8px; }
.contact_right { clear: right; float: left; font-family: Trebuchet MS, Times, Serif; font-size: 8pt; margin-top: 8px;}

.abonneren_left { float: left; width: 75px; margin-top: 8px; margin-bottom: 0px;}
.abonneren_right { width: 130px; clear: right; float: left; font-family: Trebuchet MS, Times, Serif; font-size: 8pt; margin-top: 8px; margin-right: 60px; margin-bottom: 0px; }

.abonneren_lleft { float: left; width: 50px; margin-top: 8px; }
.abonneren_rright { width: 150px; clear: right; float: left; font-family: Trebuchet MS, Times, Serif; font-size: 8pt; margin-top: 8px; margin-right: 20px;}

.abo_text
{
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	background-color: #eee;
	width: 150px;
}

.abo_top
{
	font-family: Trebuchet MS, Times, Serif; font-size: 8pt;
	line-height: 150%;
	margin-top: -10px;
}

.abo_top p
{
	margin-top: 12px;
}

.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.btnverzenden
{
	width: 80px;
	height: 20px;
	background: url( /img/verzenden_up.gif );
}

.btnverzenden:hover
{
	background: url( /img/verzenden_over.gif );
}

#aboform
{
margin: 0px;
padding-top: 5px;
padding-left: 10px;
}
