﻿/*
** Common print style settings
*/

body, html, p, td, th, ul, a, img { 
	background-color: #fff; 
	text-align:left;
	margin:0; padding:0;
	color: #000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

img {
	margin: 10px 10px 10px 10px;	
}

#wrapper {
	float:none !important;
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: static;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#content div {
	height: auto !important;
}

/*
** Homepage specific includes
*/ 

#rij_een,
#rij_twee div.banners1,
#rij_drie {	
	display: none;
}

#header {
	background-image:url(/includes/images/stripes.gif);
	background-repeat:no-repeat;
	background-position:center 15px;
	position:relative;
	width:100%;
	height:100px;
}

#header h1 a {
	text-indent:-5000px;
	background-image:url(/includes/images/prorail-logo.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:110px;
	height:25px;
	position:absolute;
	left:15px;
	top:25px;
}

#header ul {
	display: none;
}

#sidebar {
	display: none;
}

.werkzaamheden {
	margin-top: 10px;
}

.nieuws .title a,
.nieuws a.nieuwslink,
.werkenbij .links a {
	display: block;
}

#footer {
	margin-top: 10px;
}

/*
** Disable Sharepoint menu in printing
*/
#sharepointmenu {
	display: none;
}

