/* ******************************************* *\
 * Cascading Style Sheet Datei                 *
 * Media: Print                                *
 *                                             *
 * punkt .netServices                          *
 * Autor: Daniel Daxl                          *
\* ******************************************* */


body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#wrapper {
margin: 2%;
width: auto;
float: none !important;
}


h1 {
display: block;
float: left;
width: 100%
}

h2.project {
	border-bottom: 1px solid #000;
}

h4 {
	display: block;
	clear: both;
}

span.description {
	font-weight: normal;
}

#related_information, #general, #navigation_container, #actionPanel, h2 span, div.smallboxleft, a.top, #navitabs, #navigation, .hide, #sidebar, #table_of_contents, #breadcrumb, #heading, #footer, a.print_button, a.back_button {
display: none;
}

div.content {
	display: block;
}

a {
text-decoration: underline;
color: #0000FF;
}

#content div.content {
	width: 150px;
	float: left;
	padding: 3px 24px 0px 0;
	border: 0;
	margin: 0;
}

#content div.content img {
	display: block;
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

#content div.content span {
	display: block;
	font: italic 0.7em Georgia, Arial;
	float: left;
	padding: 5px 0 10px 0;
}

#footer_print {
	margin-top: 5px;
	padding-top: 5px;
	width: 100%;
	float: left;
	border-top: 1px solid #aaa;	
	font: 0.7em Georgia, Arial;
}

#footer_print img {
	display: block;
	float: right;
	border: 0; margin: 0; padding: 0
}