/* Generelle Dokument-Einstellungen */
/* NS-Fix: td = body sonst keine Formatierung in allen td-Tags */
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Die normale Tabelle hat keinerlei Abstände und Rahmen */
table{
	border: 0px solid #ffffff;
	margin: 0;
}

p{
	margin-top: 6px;
	margin-bottom: 6px;	
}

/* Feature-Boxen, die Tarif-Boxen und die Listen da drin */
/* ersetzt .xlt */
small, .small{
	font-size: 10px;
}

/* AGB */
/* ersetzt .xlt_lightgray */
cite, .cite{
	color: #979EB1;
	font-size: 10px;
}

/* Feature-Listen, z.B. bei den Kamera-Details*/
/* ersetzt .lt */
var, .var{
	font-style: normal;
	font-size: 11px;
}

/* Große Box-Überschrifen im Config-Menü */
/* ersetzt .hd1 */
h1, .h1, h3, .h3, .h3order{
	color: #C1C5D1;
	font: bold 25px Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 0px;
}

h3, .h3, .h3order{
	font-size: 21px;
}

/* Überschriften im Bestellvorgang */
/* ersetzt .orderhd1 */
h3.order, .h3order{
	color: #002276;
}

/* Überschriften im Bestellvorgang, war Arial... jetzt Verdana */
/* ersetzt: hdtable1,.hdtable2 */
h4, .h4{
	font: bold 16px Arial,Helvetica,sans-serif;
	color: #001166;
	font-weight: bold;
	background-color: #B0B4C2;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-right: 10px;
}

.invert{
	color: #FFFFFF;
}

/* Normale Links im Content */
a,a:link,a:visited,a:active{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

/* Der Navigations-Link für normale Links */
a.nav,a.nav:link,a.nav:visited,a.nav:active{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover{
	color: #990000;
	text-decoration: underline;
}

/* Der Navigations-Link für spezielle Links (bestellen u. ä.) */
a.navb,a.navb:link,a.navb:visited,a.navb:active{
	color: #990000;
	text-decoration: none;
}

a.navb:hover{
	color: #000000;
	text-decoration: underline;
}

/* NS4: Fixt Eingabe-Felder auf die richtige Größe */
input {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.error{
	color: #990000;
	font-weight: bold;
	font-style: italic;
}