/* @override http://tweed.xs4all.nl/_pprzz_v1/dev.vloertechniek.nl/css/global.css */

/* @group algemene instellingen */

/* @group form */

fieldset
{
	border: 0;
	padding: 0;
	color: #008fd0;
}

input, textarea
{
	border: solid 1px #008fd0;
	
}

/* @end */

* {
	margin: 0;
}

html {
height: 100%;	
}

body 
{
background: #008fd0 url(../img/bg_colleft.gif) repeat-y center;
height: 100%;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.7em;
}

#wrapper 
{
width: 936px;
margin:0px auto -60px;
min-height: 100%;
height: auto !important;
height: 100%;
}

.clear{
	clear: both;
}

a:link, a:visited, a:active {
	color: #008fd0;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #008fd0;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #008fd0;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 12px 0;
}
h2 {
	background: #e9e9e9;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: normal;
	padding: 3px 0 12px 3px;
	margin: 3px 0;
	clear: both;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	color: #008fd0;
	font-weight: 200;
	font-style: normal;
	padding: 6px 0 12px 0;
	clear: both;
	text-decoration: none;
}

.foto1
{
float: left;
background: #008fd0;
margin: 0;
height: 120px;
}

#homeheader .foto2{
	padding: 0px 0 0 36px;
	float: left;
	margin: 0;
}


.fotogroot, #blokje6 .fotogroot
{
	float: left;
	padding-right: 9px;
	line-height: 0px;
	margin: 0;
	
}
.plaatje2, plaatje3{
	margin: 0 0 4px 0;
	float: left;
	padding: 0 0px 0px 0;
	line-height: 0px;
	}
.fotoklein a {
	border: solid 0px;
	margin: 0;
	padding: 0;
}
	
#fotoklein {
	height: 64px;
	padding: 0 0 4px 0;
	margin: 0;
}

#blokje6 .thumbnailachtergrond {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	float: left;

}



#blokje6 .thumbnailachtergrond .fotoklein{
	margin: 0;
	padding: 0;
	border: solid 0px red;
	width: 96px;
	
}

#blokje6 .fotoklein .plaatje2, #blokje6 .fotoklein .plaatje3{
	margin: 0;
	padding: 0 0 5px 0;
	width: 96px;
	border: 0px solid red;
	float: left;
}



#col_left h1.subkop, h1.subkop a, h1.subkop a:hover, h1.subkop {
	color: #fff;
	height: 28px;
	padding: 4px 0 0 6px;
	width: 230px;
	background: #008fd0;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	text-decoration: none;
	}
.download{
	color: #fff;
	display: block;
	height: 24px;
	padding: 6px 0 0px 6px;
	width: 230px;
	background: #008fd0;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}

.download a, .download a:hover{
	color: #fff;
	text-decoration: none;
}

.bijlagen{
	color: #fff;
	display: block;
	height: 24px;
	padding: 6px 0 0 6px;
	margin: 0 0 12px 0;
	background: #008fd0;
	font-style: italic;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.bijlagen a, .bijlagen a:hover{
	text-decoration: none;
	color: #fff;
	font-style: normal;
}

img {
border: 0px;
	margin: 0;
	padding: 0;
}

/* @group tooltips */

body div#toolTip { 
position:absolute;
z-index:1000;
width:150px;
background:#008fd0;
border:1px solid #666;
text-align:left;
padding:5px;
min-height:1em;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
}
body div#toolTip p { 
margin:0;
padding:0;
color:#fff;
font:11px/12px verdana,arial,sans-serif; 
}
body div#toolTip p em { 
display:block;
margin-top:3px;
color:#f60;
font-style:normal;
font-weight:bold; 
}
body div#toolTip p em span { 
font-weight:bold;
color:#fff; 
}
a.tooltip_alt {
position:relative; /*this is the key*/
z-index:24; 
text-decoration:none;
color: #EFEFEF;
}

a.tooltip_alt:hover {
z-index:25;
color: #c1f2c1;
}

a.tooltip_alt span {
display: none
}

a.tooltip_alt:hover span {
display:block;
position:absolute;
z-index:1001;
top: -18px; 
left: 120px; 
width: 348px;
border: 1px solid #606060;
background-color: #404040; /*#323232*/
color:#EFEFEF;
text-align: left;
font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 5px 8px;
/*opacity: 0.9;*/
-moz-border-radius:3px;
-webkit-border-radius: 3px;
}



/* @end */



/* @end */

/* @group header */

/* @group navigatie */

#navigatie {
padding: 72px 0 0px 24px;
	z-index: 999999;
}

/*navigatie*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	background: #ffffff;
	display: block;
	width: auto;
	color: #008fd0;
	text-decoration:none;
	padding: 6px;
}

#nav a:hover{
	background: #008fd0;
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	padding: 3px 24px 9px 0;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	background: #ffffff;
	position: absolute;
	border: solid 1px #008fd0;
	width: 180px;
	left: -999em;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	
}
#nav li ul li
{
padding: 6px 0 0 0;
width:180px;
}

#nav li ul li a
{
padding: 6px;
background: #ffffff;
}

#nav li ul li a:hover
{
padding: 6px;
background: #008fd0;
display: block;
width: auto;
color: #ffffff;
text-decoration:none;
}

#current 
{
border-bottom: solid 2px #008fd0;
}



/* @end */

#header 
{
width: 876px;
height: 120px;
display: block;
padding: 24px 24px 0 24px;
}

#logo
{
float: left;
padding: 0 30px 0 0;
}

#pointer {
	background: #008fd0;
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid red;
}


/* @end */

/* @group homeheader */

/* homeheader */

#homeheader{
	padding: 0px 0 0 24px;
	height: 132px;
	position: absolute;
}

#homeheader img{
	padding: 0 10px 0 0px;
	
}





/* @end */

/* @group col */

#col_right {
width: 167px;
background: #ffffff;
float: left;
padding: 12px 24px 24px 12px;

}

#col_center {
width: 408px;
float: left;
padding: 12px 12px 124px 24px;
margin: 0 0 90px 0;
}

#col_left {
width: 240px;
float: left;
padding: 12px 12px 124px 24px;
margin: 0 0 30px 0;

}

#col_left_home {
	width: 240px;
	float: left;
	padding: 12px 12px 24px 24px;
	position: relative;
	top: -180px;
}

/* @end */

/* @group menurechts */
#menurechts
{
	
	padding: 144px 9px;
}


#menurechts ul
{
	list-style: none;
	display: block;
	padding: 0;
}
#menurechts li
{
	padding: 0 0 0 6px;
	height: 24px;
	margin: 0 0 12px 0;
	display: block;
	
}

#menurechts #maincat li
{
	color: #008fd0;
	border: #008fd0 solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;		
}

#menurechts #maincat li a
{
	color: #008fd0;
	text-decoration: none;
	
}

#menurechts #subcat li
{
	background: #008fd0;
	color: #fff;
	-moz-border-radius:3px;
-webkit-border-radius: 3px;
	
}

#menurechts #subcat li a
{
	
	color: #fff;
	text-decoration: none;

}
#flashrechts {
	z-index: 0;
	border: solid 1px red;
}

#wka ul  {
	margin: 0;
	padding: 12px 0;
	list-style: none;
	
}

#wka li {
	list-style: none;
	padding: 6px 0px;
	
}

#wka li a{
	background: #e3e3e3;
	padding: 6px 0px 6px 6px;
	width: 230px;
	display: block;
}
#wka li.no{
	list-style: none;
}

#wka ul  a{
text-decoration: none;
color: #000;
}
/* @end */

/* @group projecten */

#projectenoverzicht ul
{
	list-style: none;
	padding: 0px;
}

#projectenoverzicht li
{
	border-bottom: solid 1px #008fd0;
	padding: 6px 3px 0px 0;
	margin: 0 0 6px 0;
	float: left;
	width: 230px;
	color: #606060;
}

#projectenoverzicht ul a
{
	text-decoration: none;
	color: #008fd0;
}

.project {
	line-height: 17px;
}

.project p{
	list-style: none;
	padding: 6px 0 12px 0;
	border-bottom: solid 1px #008fd0;
	
}


.project ul{
	
	list-style: none;
	padding: 0 0 6px 0;
	
}

#menu_left.project ul {
	display: block;
	width: 235px;

}

.project ul img{
	list-style: none;
	padding: 6px 0;
	width: 235px;
}

.project li{	
padding: 2px 0 2px 0;
border-bottom: 1px inset #008fd0;
}

.project li .lijstlabel{
	display: block;
	width: 240px;
	float: left;
	color: #606060;
}

#referentielijst td h4 sup {
	height: 30px;
	margin: 0;
	padding: 0;
	
}

.rechts_uitlijnen {
	text-align: right;
}
/* @end */

/* @group footer */

.push {
height: 30px; /* .push must be the same height as .footer */
}

#footer {
height: 30px;
color: #008fd0;
padding: 0 0 30px 288px;
margin:0px auto -60px;
width: 624px;
}
/* @end */

/* @group nieuws */

.item h1{
	padding: 0;
}
.item a{
	color: #008fd0;
	text-decoration: none;
}
.datum{
	font-size: 11px;
	font-style: italic;
	color: #404040;
}
.item {
	border-bottom: 1px solid #008fd0;
	padding: 3px 0 3px 0;
	margin: 0 0 10px 0;
	width: 235px;
}
.item p{
	margin: 0;
	border: solid 0px red;
}

.cerlogo img{
	padding: 0 12px 0 0;
}

/* @end */

#home {
	width: 600px;
	height: 180px;
	clear: none;
	display: block;
	
	position: relative;
	top: 146px;
	float: none;
	left: 300px;
}
#homeheader {
width: 876px;
height: 120px;
display: block;
padding: 24px 24px 0 24px;
	position: relative;
	clear: left;
	float: left;
	top: -180px;

}

#homeheader #navigatie {
	position: absolute;
	right: 109px;
}
.attkopje, .datkopje {
	font-style: italic;
}

.vacature {
	width: 235px;
}

#popup {
	background: maroon;
}

#menu_left p {
	width: 235px;
}

/* @group slideshow */

#home_jqslide {
	width: 600px;
	height: 180px;
	position: relative;
	top: 146px;
	left: 300px;
	padding: 0;
	margin: 0;
}


#cycle_fotos_home_1_wrap {
	float: left;
	width: 294px;
	height: 149px;
	display: none;
}

#cycle_fotos_home_1_wrap:hover {
cursor: pointer;
}

#cycle_fotos_home_1_wrap, x:-moz-any-link, x:default {
	padding-top: 11px;
}

#cycle_fotos_home_2_wrap {
	width: 294px;
	height: 160px;
	float: left;
	margin-left: 12px;
	display: none;
}

#cycle_fotos_home_2_wrap:hover {
cursor: pointer;
}

#cycle_fotos_home_2_wrap, x:-moz-any-link, x:default {
	padding-top: 11px;
}

a#cycle_fotos_home_1_overlay {
	background-color: white;
	z-index: 999990;
	float: left;
	position: absolute;
	width: 270px;
	height: 28px;
	margin-left: 12px;
	color: black;
	padding-top: 8px;
	padding-left: 12px;
	letter-spacing: 1px;
	margin-top: 112px;
}

a#cycle_fotos_home_1_overlay, x:-moz-any-link, x:default {
	margin-top: 101px;
}

a:hover#cycle_fotos_home_1_overlay {
	text-decoration: none;
	background-color: #008fd0;
}


a#cycle_fotos_home_2_overlay {
	background-color: white;
	z-index: 999990;
	float: left;
	position: absolute;
	width: 270px;
	height: 28px;
	margin-left: 12px;
	color: black;
	padding-top: 8px;
	padding-left: 12px;
	letter-spacing: 1px;
	margin-top: 112px;
}

a#cycle_fotos_home_2_overlay, x:-moz-any-link, x:default {
	margin-top: 101px;
}

a:hover#cycle_fotos_home_2_overlay {
	text-decoration: none;
	background-color: #008fd0;
}



/* @end */

