/* Browserübergreifende Styles */
* {
	margin:0;
	padding:0;
}

/* Links */
a:link {text-decoration:none; color:#17295B}
a:visited {text-decoration:none; color:#17295B}
a:hover {text-decoration:none; color:#00A563}
a:active {text-decoration:none; color:#00A563}

/* Allgemeine Elementformatierungen */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#17295B;
}

#container{
	width:900px;
}

/* Druckansicht */
#print_header {
	width:500px;
	padding:10px 0 0 0;
}

#logo {
	float:left;
	width:320px;
}

#headline {
	float:left;
	width:155px;
	padding:50px 0 0 0;
	text-align:right;
	font-size:18px;
}

#print_content {
	clear:both;
	width:490px;
	padding:20px 0 0 10px;
}

#printer {
	width:460px;
	height:40px;
	margin:25px 0 0 10px;
	padding-top:5px;
	border-top:1px solid #17295B;
	text-align:right;
}


