BODY, HTML {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

A.navnormal {
	font-size : 8pt;
	color: #000000;
	text-decoration : none;
}

A.navhighlight {
	font-weight: bold;
	font-size : 8pt;
	color: #F5902C;
	text-decoration : none;
}


A.lookup {
	font-size : 8pt;
	color: #010000;
	text-decoration : none;
}


A.link {
	font-weight: bold;
	color: #F5902C;
	text-decoration : none;
}


A.small {
	font-size : 8pt;
	color: #010000;
	font-weight: bold;
}

P  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
}

P.grey  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #444443;
	font-weight : normal;
	line-height : 14pt;
}


P.header  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #010000;
	line-height : 16pt;
	padding-bottom: 3px;
}

P.theader  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #444443;
	line-height : 16pt;
	padding-bottom: 3px;
}

P.box  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
	line-height : 11pt;
}

.normal  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.highlight  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #010000;
	font-size: 8pt;
}


.form {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}


td.cell  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
}

td.standardcell  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
}

td.headercell  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight : bold;
}

INPUT.search {
	font-size:8pt;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-Color : #ffffff;
	BORDER: #010000 1 solid;
	width: 155px;
}

P.s2d  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #777777;
	font-weight : normal;
	margin-top : 8pt;
	margin-bottom : 8pt;
	line-height: 24pt;
}

P.s2dsmall, a.s2dsmall {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #777777;
	margin-top : 2pt;
	margin-bottom : 2pt;
	line-height: 10pt;
}


td.s2d {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

INPUT.s2d {
	font-size:9pt;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-Color=#ffffff;
}

SELECT.s2d {
	font-size:9pt;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-Color=#ffffff;
	width:160px;
}

a.s2d {
	font-size:9pt;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777777;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline;
}

/** Für Formulare und Shopseiten **/

/* Schriftart für Formulartabellen und Formularelemente */
table.formtab td,
table.formtab input,
table.formtab select,
table.formtab textarea {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Rahmen und Farbe Formularelemente normal */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	background-color: #BBBBBB;
	border: 1px solid #b1b1b1;
}

/* Weitere Styledefinitionen für Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 520px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 260px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 104px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
