/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background:#000000;
	
	font:13px/20px Arial, Helvetica, sans-serif;;
	color: #000000;
	margin:0px;
	padding:0px;
}

/* Navigation */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	font-variant: normal;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	font-variant: normal;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}

/*  Navigation i aktiven Zustand*/
.navi_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}

h1 { font-size: 16px; color: #000000; font-weight: bold; margin: 0px; padding: 0px;}
h2 { font-size: 14px; color: #34679A; font-weight: bold; margin: 0px 0px 14px 0px; padding: 0px;}
h3 { font-size: 13px; color: #34679A; font-weight: bold; margin: 0px; padding: 0px;}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

ul{
	padding: 8px;
	margin: 8px;
}

/* Footer-Navigation */
td.footer a:link{ font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none; font-variant: normal;text-transform: none;}
td.footer a:visited{ font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none; font-variant: normal;text-transform: none; }
td.footer a:active{ font-size: 12px; font-weight: bold;color: #ffffff; text-decoration: none; font-variant: normal;text-transform: none;}
td.footer a:hover{ font-size: 12px; font-weight: bold; color: #FF3300; text-decoration: underline; font-variant: normal;text-transform: none;}
.footer_text { font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none; font-variant: normal;text-transform: none;}

.contenttext {
	color: #000000;
	font-size: 13px;
}

.content12px { font-size: 12px;	color: #000000; }
.content11px { font-size: 11px;	color: #000000; }
.content10px { font-size: 10px;	color: #000000; }

/************** #form styles **************/
form {
	padding: 0px;
	margin: 0px;
}
.formfields { font-family: verdana,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: #E6E6E6; border: 1px #999999 solid; height: 18px}
.formfields_button { font-family: verdana,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: #E6E6E6; border: 1px #CC0000 solid; height: 18px}
.formfields_textarea { font-family: verdana,sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; background-color: #E6E6E6; border: 1px #999999 solid}.size10px { font-size: 12px}
.formfields_nochzeichen { font-family: verdana,sans-serif; font-size: 10px; font-weight: normal; background-color: #E6E6E6; border: 1px #999999 solid; height: 16px; width: 26px; text-align: center; vertical-align: superexposant; letter-spacing: 1px; color: #FF0000}
.formstar_red {
	color: #CC0000;
}
.pricewhite { font-size: 18px; font-weight: bold; color: #FFFFFF; }
.gesamtbetrag {font-size: 14px; font-weight: bold; color: #CC0000; }