/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
print.css / aristella-zermatt.ch
Druckversion
*/


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
main elements
*/
body {
	font:normal 0.8em/1.2em Helvetica, Arial, Verdana, sans-serif;
	background:#fff none;
	color:#fff;
	margin:0;
	padding:0;
	text-align:left;
}
div#logo {
	text-align:right;
	margin:0 0 2em 0;
}
div#navigation {
	display:none;
}
.block1red,
.block1gray,
.block2red,
.block2gray,
.block3red,
.block3gray {
	margin:0 0 2em 0;
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
Logo Line
*/
div#logoLine {
	color:#333;
	margin:2em 0 0 0;
	text-align:right;
}



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
Footer
*/
div#footer {
	color:#a0a0a0;
	font:normal 0.7em Helvetica, Verdana, Arial, sans-serif;
	margin:0 auto;
}
div#metanav {
	display:none;
}
div#footer div#metanav a.active,
div#footer div#metanav a.active:link,
div#footer div#metanav a.active:visited {
	font-weight:bold;
	color:#b90000;
}
div#switchlang {
	display:none;
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
tabellen
*/
table {
	margin:0 0 20px 0;
	padding:0;
}
table td {
	padding:1px 0;
	border-bottom:1px solid #757575;
	font-size:1em;
}
form table td {
	border:0;
}
table.Tabelle_mit_Linien {
	margin:0;
	padding:0;
	width:100%;
}
table.Tabelle_mit_Linien td {
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #fff;
	vertical-align:top;
}



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
misc elements
*/
hr { display:none; }
a img { border:0; }
br {
	float:none;
	clear:both;
}
body:first-of-type strong, 
body:first-of-type span,
body:first-of-type .active {
	font-family:Arial, Verdana, sans-serif;
}
.fixfloat {
	float:none;
	clear:both;
	line-height:0;
	width:1px;
	margin:0;
	padding:0;
	font-size:0;
	height:0;
}