
/* Innen- und  Außenabstände für alle Elemente auf 0 setzen */
* {
	margin: 0;
	padding: 0;
}

/* Border bei Bildern entfernen */
img{
	border: 0;
}

/* Damit im Firefox der Scrollbalken immer sichtbar ist */
html{
	height: 101%;
}

body{
	font-family: Arial, Helvetica, Swiss, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

a {
	outline: none;
	/* Outline bei Links entfernen (firefox) */
	color: black;
}

a:active,
a:visited {
	color: black;
}

a:hover,
a:focus {
	color: #ca2322;
}

h2{
	font-size: 14pt;
}

h3{
	font-size: 12pt;
}

table{
	font-size: 10pt;
}

table caption{
	font-size: 14pt;
	font-weight: bold;
}

td{
	padding: 5px;
	border-bottom: 1px solid black;
}

td.noBorder{
	border: 1px solid #fff;
}

td.price{
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
}

span.financing{
	display: block;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
}

#wrapper_header,
#left,
#promotion,
#footer{
	display: none;
}

#wrapper_content{
	width: 90%;
}