BODY, HTML {
	font-family : Times New Roman, Times, serif;
	font-size: 10pt;
}

p.emphasize {
	border-left: 1px solid #333333;
	padding-left: 8px;
}

.w2dptablinks a {
	padding: 4px;
	border: 1px solid #333333;
	font-size: 9pt;
	text-decoration: none;
	background-color: #ffffff;
}

.w2dptablinks {margin-bottom: 10px; margin-top: 2px;}
.w2dptablinks a.w2dptabsel {background-color: #000000; color: #ffffff;}
.w2dptablinks a:hover {text-decoration: none;}

A {
	text-decoration : none;
	font-family : Times New Roman, Serif;
}

A:hover {
	text-decoration : underline;
}

A.box {
	font-size : 8pt;
	color: #333333;
}

A.link {
	font-size : 9pt;
	color: #000000;
	text-decoration : underline;
}


A.common {
	font-size : 9pt;
	color: #333333;
}


.sel {
	font-family : Times New Roman, Serif;
	font-size : 8pt;
	color: #000000;
}

P  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;
	line-height : 13pt;
	margin-top : 0px;
}

.normal  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;
}

.sep {
	font-size : 8pt;
	color: #333333;
	font-family : Times New Roman, Serif;
}


td.standardcell  {
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #333333;
	font-weight : normal;
}

td.headercell  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
}

td.headercellblack  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : bold;
}


P.small  {
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #333333;
	font-weight : normal;
	line-height : 13pt;
	margin-top : 0px;
}

.cap {
	color: #000000;
}


P.header  {
	font-family : Times New Roman, Serif;
	font-size: 12pt;
	color: #000000;
	font-weight : bold;
	line-height : 14pt;
	margin-bottom : 6px;
}

P.teaser  {
	font-family : Times New Roman, Serif;
	font-size: 11pt;
	color: #333333;
	font-weight : bold;
	line-height : 12pt;
	margin-bottom : 6px;
}

INPUT.search {
	font-size:8pt;
	font-family : Times;
	background-Color=#DDD8C5;
	BORDER: #333333 1 solid;
	width : 130px;
}

P.s2d  {
	font-family : Times New Roman, Serif;
	font-size: 22pt;
	font-style : italic;
	color: #000000;
	font-weight : normal;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 25pt;
}

P.s2dsmall, a.s2dsmall {
	font-family : Times New Roman, Serif;
	font-size: 8pt;
	color: #000000;
	margin-top : 2pt;
	margin-bottom : 2pt;
	line-height: 10pt;
}


td.s2d {
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

INPUT.s2d {
	font-size: 9pt;
	font-family : Times New Roman, Serif;
	background-Color=#ffffff;
}

SELECT.s2d {
	font-size: 9pt;
	font-family : Times New Roman, Serif;
	background-Color=#ffffff;
	width:160px;
}

a.s2d {
	font-size: 9pt;
	text-decoration : underline;
	font-family : Times New Roman, Serif;
	color: #000000;
}

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 : Times New Roman, Times, serif;
	font-size: 10pt;
}

/* Rahmen und Farbe Formularelemente normal */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	background-color: #DDD8C5;
	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: 530px;
	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: 265px;
}

/* Hoehe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 106px;
}

/* 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;
}
