#content h1 {
	font-size: 26px;
	color: #999494;
	font-weight : bold;
	margin: 3px 0 6px 0;
}

#content h2 {
	font-size: 11px;
	color: #999494;
	font-weight : bold;
	margin: 0 0 5px 0;
}
#content p, #sidebar p  {
	font-size: 11px;
	color: #000000;
	font-weight : normal;
}
#sidebar p  {margin:0 0 10px 0; line-height:15px;}
#content p {margin:0 0 12px 0;line-height: 18px;}

#content a, #sidebar a{
	text-decoration : none;
	font-weight: bold;
	color: #EB911B;
}

#content a:hover , #sidebar a:hover{
	text-decoration : underline;
	color: #EB911B;
}
#sidebar h2 {
	font-size: 13px;
	color: #352C2C;
	font-weight : bold;
	margin:2px 0 0 0;
	padding:0;
}
#bigpicture {
	margin: 0;
	padding: 0;
	width:517px;
}
.picturecaption {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}
.picturetext {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}

#content .sidepicture  {
	width:150px;
	float:right;
	margin: 0 0 0 5px;
}
.sidepicturecaption  {
	font-weight : bold;
	font-size: 10px;
	color: #000;	
	padding: 0 5px 0 0;
}
#content .sidepicture p {
	font-size:10px;
	color: #000;
	padding: 0 5px 0 0;
	line-height: 12px !important;
}
	
#content .clearer {
	clear: both;
}
#more {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	text-align: right;
}
#more p {text-align: right;}
#more p a {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	float:right;
}
/*Liste*/
#content ul {
	list-style: none;
	margin: -5px 0px 2px 0px;
	padding: 0px;
}
#sidebar ul {
	list-style: none;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
#content li, #sidebar li {
	color: #000;
	font-weight : normal;
	font-size: 11px;
	line-height : 16px;	
	background: url(../images/pblt.gif) no-repeat top left;
}
#content li {margin: 7px 0px 4px 5px;}
#sidebar li {margin: 2px 0px 2px 5px; padding: 0 10px;}

/*Tabelle*/
#content tr.odd {
	background-color: #ECE6E6;
}

#content tr.even {
	background-color: #fff;
}

#content tr.header {
	background-color: #999494;
}

#content td.cell {
	padding: 4px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}

#content td.rowheader, #content td.colheader {
	padding: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
}

#content td.rowheader {color:#fff;}
#content td.colheader {color:#000;}

/*Teaser*/
div.teaserelement {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 5px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}


INPUT.s2d {
	font-size:10px;
}

SELECT.s2d {
	font-size:10px;
	width:160px;
}

td.s2d {
	font-size: 11px;
	color: #000000;
	font-weight : normal;
}

a.s2d {
	font-size:11px;
	text-decoration : none;
	font-weight: bold;
	color: #EB911B !important;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline;
}

p.s2d  {
	font-size: 18px !important;
	color: #999494 !important;
	font-weight : bold !important;
	margin-top : 7px;
	margin-bottom : 7px;
	line-height: 21px;
}

p.s2dsmall, a.s2dsmall {
	font-size: 9px;
	color: #999494 !important;
	margin-top : 3px;
	margin-bottom : 3px;
	line-height: 10pt;
}

/** 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: 10pt;
}
/* 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: 600px;
	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: 300px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 120px;
}

/* 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;
}

