/*
 *  Layout für CSS-Druckversion
 */
@page {
	size:		21.0cm 14.85cm;
	margin-top:	1.7cm;
	margin-bottom:	1.4cm;
	margin-left:	2cm;
	margin-right:	2cm;
}

body {
	background-color: #ffffff;
	font-size:	12px;
	font-family:	verdana,helvetica,arial,sans-serif;
	margin:		0;
	padding:	0;
}

#header, #leftcolumn, #rightcolumn, #seitenaktionsmenu, #fussbereich {
	display:	none;
}
	
#wrapper {
	border:		none;
}
	
#printaddress {
	display:	block;
	float:		right;
	width:		20%;
}
	
#printaddress img {
	margin-bottom:	20px;
}
	
#printaddress address {
	font-style:	normal;
	font-size:	12px;
}
	
#maincolumn {
	float:		left;
	width:		70%;
	margin-top:	-20px;
	margin-right:	30%;
}

p, td, li, dt, dl {
	font-size:	12px;
	line-height:	140%;
}

h1 {
	font-size:	16px;
	margin:		20px 0 10px 0;
}

h2 {
	font-size:	14px;
	margin:		20px 0 10px 0;
}

h3 {
	font-size:	12px;
	margin:		10px 0 5px 0;
}

h4 {
	font-size:	12px;
	margin:		10px 0 0 0;
}

p {
	margin-top:	5px;
	orphans:	3;
	widows:		3;
}

.caption {
	font-size:	10px;
	font-style:	italic;
}

a {
	text-decoration: none;
	color:		#606080;
	font-weight:	normal;
}

a:hover {
	color:		#171472;
}

.required {
	color:		#171472;
	font-weight:	bold;
}

strong {
	color:		#202040;
}

.textruler {
	margin:		40px;
	border-bottom:	1px solid black;
	width:		200px;
}

img {
	margin:		0;
}

.light {
	color:		#666666;
}

#printfussbereich {
	clear:		both;
	display:	block;
}

