body {
	margin:0px;
	font-family:sans-serif;
	font-size:15px;
}

/* workaround for legacy-behaviour */
table {
	font-family:sans-serif;
	font-size:15px;
}

div.infoTop {
	padding:10px;
	padding-left:5px;
	font-size:13px;
}

/* can't use <span>
   because IE 5.0 sucks! */
div.infoBox {
	padding:18px;
	border:2px solid;
}

table.daten {}

table.daten td {
	font-size:13px;
	padding:8px;
}

table.daten td.faq {
	font-size:14px;
}

table.daten td.spaltentrenner {
	width:1px;
	padding:0px;
	background-color:white;
}

table.daten tr.zeilentrenner {}

/* can't use "tr.zeilentrenner > td"
   because IE 5.0 sucks! */
tr.zeilentrenner td {
	height:1px;
	padding:0px;
	background-color:white;
}

table.optionen {}

table.optionen td {
	font-size:13px;
	padding:3px;
}

.hellgrau {
	color:black;
	background-color:#e6e6e6;
}

.dunkelgrau {
	color:black;
	background-color:#b4b4b4;
}

.dunkelblau {
	background-color:#557cb4;
}

tr.dunkelblau {
	color:white;
	font-weight:bold;
}

tr.dunkelblau > td {
	font-size:15px;
}

.kleinschrift {
	font-size:13px;
}

table.daten td.selectionTitel {
	font-size:11px;
	line-height:13px;
}

tr.hellgrau a {
	color:black;
}

tr.dunkelgrau a {
	color:black;
}

span.versandmethoden {
	font-size:10px;
	white-space:nowrap;
}

ul {
	list-style-image:url(/images/minipfeil.gif);
}

#suchformular {
	background-color:white;
	background-image:url(/images/dvd/ecke_oben_rechts.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}

#logo {
	width:250px;
	height:105px;
	background-image:url(/images/dvd/logo_oben_links.gif);
	background-repeat:no-repeat;
}

#empfehlungen {
	background-image:url(/images/dvd/empfehlungen_hintergrund.png);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:22px;
	background-color:#c4d4e1;
}
