/* General --------------------------------------------------------------------------------------------------- */

body, table
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background: white;
	color: #333333;
}

a:link, a:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #596e88;
	text-decoration: underline;
}

a:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

h1
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 10px;
}

.h1
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 10px;
}

h2
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #aaaaaa;
}

input.button
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 20px;
}

/* DATATABLE --------------------------------------------------------------------------------------------------- */

table.datatable
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background: #eeeeee;
	color: #333333;
}

tr.datatabletitle, td.datatabletitle
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	font-weight: bold;
	background: #eeeeee;
	color: #333333;
}

tr.datatable, td.datatable
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background: white;
	color: #333333;
}

tr.datatablealt, td.datatablealt
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background: #eeeeee;
	color: #333333;
}

a.datatable:link, a.datatable:visited
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: white;
	color: #596e88;
	text-decoration: underline;
}

a.datatable:hover
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: white;
	color: red;
	text-decoration: underline;
}

a.datatablealt:link, a.datatablealt:visited
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #eeeeee;
	color: #596e88;
	text-decoration: underline;
}

a.datatablealt:hover
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #eeeeee;
	color: red;
	text-decoration: underline;
}


/* FOOTER --------------------------------------------------------------------------------------------------- */

table.footer, tr.footer, td.footer
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 8pt;
	background: white;
	color: #333333;
}

a.footer:link, a.footer:visited
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 8pt;
	background-color: white;
	color: #333333;
	text-decoration: none;
}

a.footer:hover
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 8pt;
	background-color: white;
	color: #333333;
	text-decoration: underline;
}


/* HEADER --------------------------------------------------------------------------------------------------- */

td.header, tr.header
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background-color: #596e88;
	color: white;
	text-decoration: none;
}

a.header:link, a.header:visited
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background-color: #596e88;
	color: white;
	text-decoration: none;
}

a.header:hover
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 9pt;
	background-color: #596e88;
	color: white;
	text-decoration: underline;
}

/* INFOBOX --------------------------------------------------------------------------------------------------- */

td.infoboxtitle, table.infoboxtitle, tr.infoboxtitle
{
	font-weight: bold;
	font-style:italic;
}

a.infoboxtitle:link, a.infoboxtitle:visited
{
	font-weight: bold;
	text-decoration: none;
}

a.infoboxtitle:hover
{
	font-weight: bold;
	text-decoration: underline;
}

td.infobox, table.infobox, tr.infobox
{
	font-size: 9px;
	text-decoration: none;
}

td.infobox_r, table.infobox_r, tr.infobox_r
{
	font-size: 9px;
	text-decoration: none;
	background-color:#dddddd;
}

/*
td.infoboxtitle, table.infoboxtitle, tr.infoboxtitle
{
	font-size: 7pt;
	text-decoration: none;
}

a.infoboxtitle:link, a.infoboxtitle:visited
{
	font-size: 7pt;
	text-decoration: none;
}

a.infoboxtitle:hover
{
	font-size: 7pt;
	text-decoration: none;
}
*/
a.infobox:link, a.infobox:visited
{
	font-size: 7pt;
	text-decoration: none;
}

a.infobox:hover
{
	font-size: 7pt;
	text-decoration: underline;
}


/* WIZARD --------------------------------------------------------------------------------------------------- */

.wizardPosActive
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	background: white;
	color: #555555;
}

.wizardPosInactive
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	background: white;
	color: #dedede;
}

a.wizardPosInactive:link, a.wizardPosInactive:visited
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	background: white;
	color: #dedede;
	text-decoration:none;
}

a.wizardPosInactive:hover
{
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	background: white;
	color: #dedede;
	text-decoration:underline;
}

select.wizardInput
{
	font-size: 8pt;
	font-family: Tahoma;
}

input.wizardInput
{
	font-size: 8pt;
	font-family: Tahoma;
}

textarea.wizardInput
{
	font-size: 8pt;
	font-family: Tahoma;
}

table.wizardTable
{
}

/* DIVERSE TEXTELEMENTE --------------------------------------------------------------------------------------------------- */

font.productdescription
{
	font-family: Tahoma, Arial, Helvetica, Verdana, Tahoma;
	font-size: 8pt;
	font-style:normal;
	background: white;
	color: #333333;
}

font.headeraddress
{
	font-family: Tahoma, Arial, Helvetica, Verdana, Tahoma;
	font-size: 7pt;
	font-style:normal;
	font-weight: normal;
	background: #cccccc;
	color: #ffffff;
}

/* EXTENDED ---------------------------------------------------------------------------------------------------------------------------- */

table.rabattBoxHeader
{
	background:black;
}

td.rabattBoxHeader, tr.rabattBoxHeader
{
	background:red;
}

table.rabattBox, td.rabattBox, tr.rabattBox
{
	font-size: 8pt;
	background:red;
}
