/* Start of CMSMS style sheet 'print' */
/* CSS Document */

/* Sections that are hidden when printing the page. We only want the content printed. */
/* hide everything else! */
#header,
#breadcrumbs,
#language,
#logo,
#menu_top,
#foto_gallery,
#foto_gallery .anyClass,
#menu_left,
#details .floatright,
#details table.projectdetails th img,
.pageurl
{
   display: none !important;
}

body {
	color: #000 !important; /* we want everything in black */
	background-color:#fff !important; /* on white background */
	font-family: "Trebuchet MS", Verdana, Arial;
	border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
	border:0 !important; /* again no borders on printouts */
}

/*  no need for accessibility on printout. 
    Mark all your elements in content you dont want to get printed with class="noprint"
*/
.accessibility, .noprint
{
	display:none !important; 
}

/*  remove all width constraints from content area */
div#content, div#details, div#main 
{
	display:block !important;
	width:100% !important;
	border:0 !important;
	padding:1em !important;
}

#details table.projectdetails td .image img
img {
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

#details table.projectdetails td img,
#details .projectfotos
{
	width: 120px;
  float:right;
}
#details .projectfotos img
{
	width: 100px;
}


#details table, #details th, #details td 
{
  text-align:left;
  vertical-align: top;
}

/* tags used in pages 
#bodycenter {
#header {
#breadcrumbs  {
#language { float: right; }
#language a { padding-left: 7px; }
#container  {
#logo {
#menu_top {
#menu_top_text {
#menu_top_search {
#menu_top ul {
#foto_gallery {
#foto_gallery img {
#menu_left {
#details {
#details p {
#details ul {
#details .floatleft {
#details .floatright {
#details .floatright label {
#details .floatright fieldset legend {
#details table { 
#details table, #details th, #details td {
#details th.refcode {
#details .projectdet1, #details .projectdet2, #details .projectdet3 {
#details .projectfotos {
#details .projectfotos img {
#details table.projectdetails {
#details table.projectdetails th {
#details table.projectdetails td {
#details table.projectdetails thead th {
#details table.projectdetails td.image img {
#filler {
* img {
h1 {
h2 {
h3 {
.search-button {
.search-input
.spacer {
.sitemap ul {
.sitemap ul li {
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset {
fieldset div {
.contactform label {
#details .floatright .fbsubmit,
#details .floatright input,
.contactform input {
.contactform input.checkbox {
.contactform textarea {
*/

/* End of 'print' */

