BODY, HTML {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p.emphasize {
	border-left: 8px solid #798800;
	padding-left: 12px;
}

.w2dptablinks a {
	padding: 4px;
	border: 1px solid #CA031A;
	font-size: 9pt;
	text-decoration: none;
}

.w2dptablinks {margin-bottom: 10px; margin-top: 2px;}
.w2dptablinks a.w2dptabsel {background-color: #798800; color: #ffffff;}
.w2dptablinks a:hover {text-decoration: none;}

A {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color: #798800;
	font-weight: bold;
}

A:hover {
	text-decoration : underline;
}

.grey {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CA031A;
	font-weight : normal;
}


h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CA031A;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 6pt;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #798800;
	font-weight : bold;
	margin-top : 0pt;
	margin-bottom : 0pt;
}


td.cell  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

td.cellheader  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight : bold;
}

td.cellblack {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : bold;
}


A.nav {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color: #CA031A;
	font-size: 8pt;
	font-weight : normal;
}

A.nava {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color: #CA031A;
	font-size: 8pt;
	font-weight : bold;
}


P  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
}

P.nav  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CA031A;
	font-weight : normal;
	line-height : 12pt;
	margin-bottom: 6pt;
	margin-left: 12pt;
}

P.illu {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CA031A;
	font-weight : normal;
	line-height : 12pt;
	margin-bottom: 6pt;
	margin-top: 3pt;
}

P.illubottom {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CA031A;
	font-weight : normal;
	line-height : 12pt;
	margin-bottom: 0pt;
}


P.s2d  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #798800;
	font-weight : normal;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 24pt;
}

P.s2dsmall, a.s2dsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CA031A;
	margin-top : 2pt;
	margin-bottom : 2pt;
	line-height: 10pt;
}


td.s2d {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

INPUT.s2d {
	font-size:9pt;
	font-family : Arial, Helvetica, sans-serif;
}

SELECT.s2d {
	font-size:9pt;
	font-family : Arial, Helvetica, sans-serif;
	width:160px;
}

a.s2d {
	font-size:9pt;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #798800;
}

INPUT.search {
	font-size:8pt;
	font-family : Arial, Helvetica, sans-serif;
	BORDER: #798800 1 solid;
	width : 145px;
}

INPUT.normal {
	font-size:8pt;
	font-family : Arial, Helvetica, sans-serif;
	BORDER: #798800 1 solid;
}

TEXTAREA.normal {
	font-size:8pt;
	font-family : Arial, Helvetica, sans-serif;
	BORDER: #798800 1 solid;
}

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: 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: #EBEBEB;
	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: 400px;
	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: 200px;
}

/* Hoehe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 80px;
}

/* 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;
}
