/* Print Styles */

/* Reset */

* {
	margin: 0;
	padding: 0;
}

/* Switch off */

.quicknav,
#top-mask,
#mainnav,
#headline,
.subnav,
.editor-mode,
.edit-post,
.hidden-loginout,
.edit-news,
.more-news,
hr {
  display: none !important;
}

/* Enlarge Layout Boxes */

body, #wrapper, #header, #teaser, #content, .page-content, .page-sidebar, .related-projects {
	width: auto !important;
	height: auto !important;
	background: none !important;
	float: none;
	padding: 0;
	margin: 0;
	position: relative !important;
}

/* General Styling */

body {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 1em 0 0.5em;
	background: none !important;
	color: #000 !important;
}

h1 {font-size: 14pt;line-height: 14pt;} 
h2 {font-size: 12pt;line-height: 12pt;} 
h3 {font-size: 10pt;line-height: 10pt;} 
h4 {font-size: 10pt;line-height: 10pt;}
h5 {font-size: 10pt;line-height: 10pt;}

#header h1 {
	font-weight: bold;
}

p {
	font-size: 8pt;
	line-height: 12pt;
}

a {
	text-decoration: none;
	color: black !important;
	background: none;
}

/* Structure */

#header {
	/*overflow: hidden;
	border-bottom: 1pt solid black;
	height: 75px;*/
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid black;
}

#footer {
	border-top: 1px solid black;
	padding-top: 1em;	
	margin-top: 2em;
}

#teaser {
	background: none;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.formpol.ch" attr(href) ") ";
   }


.page-sidebar,
.page-content {
	float: none !important;
}

.page-content p {
	margin-bottom: 1em;
}

.address-box {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

/* Slideshow */

#slideshow {
	padding-top: 1em;
}

#slideshow ul li {
	text-indent: -999em;
}

/* Logos */

#header h1 a {
	text-indent: inherit;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
	position: relative;
	height: auto;
}

.print {
	margin-bottom: 1em;
}

/* Tables */

table {
	border-collapse: collapse;
	/*border: 1pt solid #000;*/
	width: 100%;
}

table th {
	font-weight: bold;
	text-align: left;
	border: 1pt solid #000;
	padding: 0.5em;
}

table th.reference-clients {
	width: 25%;
}

table th.reference-categories {
	width: 25%;
	text-align: center;
}

table td {
	padding: 0.5em;
	vertical-align: text-top;
	border: 1pt solid #000;
	font-size: 85%;
	text-align: center;
}

table td.client {
	text-align: left;
}

table td.checked,
table td.client {
	font-size: inherit;
	font-weight: bold;
}

