/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
	background: none;
}
 
body {
	background: #fff;
	margin: 30px;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#firsthead {
	display: none;
}

#shadow {
	background: none;
	width: auto;
}

#box {
	position: static;
	width: auto;
	background: none;
}

	#box #print {
		display: block;
	}

	#box #printLink {
		position: absolute;
		top: 18px;
		right: 10px !important;
		right: 30px;
		background: transparent url(../images/print_logo.png) no-repeat 0 0;
	}
	
		#box #printLink a {
			display: block;
			height: 11px; 
			width: 32px;
			height: 32px;
		}
		
		#box #printLink span {
			display: none;
		}
		
	#box #printzusatz {
		display: block;
		text-align: center;
		margin-top: -15px;
	}
		
		#box #printzusatz a {
			font-size: 11px;
		}
		
		#box #printzusatz a:hover {
			color: #c31a1a;
		}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	/*width: auto;*/
	width: auto !important;
	width: 100%;
	margin-top: 10px;
}

#col2 #printLink {
	display: none;
}

ul#rootline {
	position: static;
	border-top: 1px solid #ccc;
}

#rootline li {
	margin-top: 4px;
}

#rootline li a {
	font-size: 11px;
	line-height: 13px;
}

#rootline li.first a {
	padding-left: 0;
}

#mainContent {
	padding: 40px 0 20px 0;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

#col3 {
	display: none;
}

#footer {
	position: static;
	border-top: 1px solid #ccc;
	background: none;
	border-bottom: none;
}

#address {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: auto;
	left: auto;
	font-size: 11px;
	text-align: right;
}

#copyright {
	position: static;
	margin-top: 4px;
}
	
.printPage {
	display: none;
}
