body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:10px;
	padding:0;
} 

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	}

#print_wrapper {
	width:570px;
	text-align:left;
}

#print_wrapper .csc-header-n1 h1 {
	display:none;
}

img { border:0; }

/* ############################
	Header
###############################*/

#print_header {
	/*height:115px;*/
	height:140px;
	width:570px;
	position:relative;
}

#print_logo {
	position:relative;
	top:10px;
	left:3px;
	float:left;
}

#print_header_text {
	position:relative;
	top:23px;
	float:right;
	text-align:right;
	right: 3px;
}


/* ############################
	Allgemeine Elemente
###############################*/

h1, h2, h4 {
	font-size:130%;
	color:#000;
	margin-bottom: 0.8em;
}

h3 {
	font-size:130%;
	color:#000000;
}
h1 { font-size:140%; }
p { padding-bottom:1em; }
.hidden { display: none; }

a, a:link, a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:000;
	text-decoration:none;
}

/* #############################
	Tabellen
	########################### */
table.address{
	margin-bottom:20px;
	width:460px;
	}

.address th {
	vertical-align:top;
	font-weight: bold;
	background-color:white;
	padding: 5px;
	border-bottom:1px solid #000;
	border-right:1px solid #000; 
	}

.address td{
	vertical-align:top;
	background-color:white;
	padding:5px;
	border-bottom:1px solid #000;
	border-right:1px solid #000; 
	}

table.address th.addresshead{
	vertical-align:top;
	background-color:#e3f0f7;
	padding:5px 5px 0px 5px;
	border-bottom:1px solid #000;
	border-right:1px solid #000; 
	}
/* ############## Karte Tabelle ############## */

.karte{
	font-size:11px;
	width: 100%;
	}
	
table.karte {
		border-collapse: collapse;
		margin-bottom: 10px;
		width:400px;
	}
	
.karte .td-0{
	text-align:left;
	border-bottom: 1px solid #999;
	padding:2px 0 2px 0;
	
	}

.karte .td-1{
	text-align:right;
	width:60px;
	border-bottom: 1px solid #999;
	padding:2px 0 2px 0;
	}

.karte .td-2{
	text-align:right;
	width:70px;
	border-bottom: 1px solid #999;
	padding:2px 0 2px 0;
	}
