/* Content und Sidebar-Elemente */

#content h1, #contentmax h1{
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 30px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 2px 0px;
	color: #6B4204;
}

#content h2, #sidebar h2, #contentmax h2 {
	font-size: 14px;
	font-weight : bold;
	color: #523203;
	margin: 0;
	line-height: 180%;
}

#content h2, #contentmax h2 {
	padding: 0;
}

#sidebar h2 {
	font-size: 10pt;
}

#content h3, #contentmax h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #6B4204;
}

#content p, #sidebar p, #contentmax p {
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
	font-size: 12px;
}
#sidebar p{margin:0;line-height:13pt;}

#content a, #sidebar a, #contentmax a {
	text-decoration: none;
	font-weight: bold;
	color: #6B4204;
}

#content a:hover, #sidebar a:hover, #contentmax a:hover {
	color: #6B4204;
	text-decoration : underline;
}
#bigpicture {
	margin: 0;
	padding: 0;
	width:560px;
}
#bigpicturewide {
	margin: 0;
	padding: 0;
	width:710px;
}
.picturecaption {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}
.picturetext {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}
#content .sidepicture, #contentmax .sidepicture{
	float: right;
	padding: 0;
	margin: 10px 0px 0px 10px;
	width: 120px;
	line-height: 180%;
}
.sidepicturecaption  {
	font-weight : bold;
	font-size: 10px;
	color: #000;	
	padding: 0;
}
#content .sidepicture p, #contentmax .sidepicture p {
	font-size:10px;
	color: #000;
	padding: 0 5px 0 0;
	line-height: 12px !important;
	margin:-2px 0 0 0;
}
#content .clearer, #contentmax .clearer{
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

/* Liste */

#content ul, #sidebar ul, #contentmax ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #contentmax li{
	padding: 2px 0px 2px 0px;
	line-height: 180%;
}
#sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
	line-height: 130%;
}
/* Tabelle */
#content td.cellblack, #contentmax td.cellblack{
	font-size: 9pt;
	color: #000;
	font-weight : bold;
}
#content table.cells , #contentmax table.cells{
	border: 1px solid #6B4204;
}

#content td.cell, #contentmax td.cell {
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

#content td.cellheader, #contentmax td.cellheader {
	font-size: 9pt;
	color: #ffffff;
	font-weight : bold;
}


/*Teaser*/
div.teaserelement {
	float: left;
	padding: 0px;
	margin: 0px;
}

div.teaserelement p{
	padding:0 5px 0 0;
	margin:0;
}

div.teaser {
	margin: 0px;
	padding: 0px;
}

div.teaserpicture {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid ;
	width: 356px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid ;
	width: 356px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	line-height: 160%;
}

form.formular .formnote {
	color: #523203;
	line-height: 160%;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

p.s2d  {
	font-size: 22pt;
	color: #6B4204;
	font-weight : normal;
	margin: 5pt 0;
	line-height: 24pt;
}

p.s2dsmall, a.s2dsmall {
	font-size: 8pt;
	color: #523203;
	margin: 2pt 0;
	line-height: 10pt;
}
a.s2d {
	font-size:9pt;
	text-decoration : none;
	font-weight: bold;
	color: #6B4204;
}
a.s2dsmall, a.s2dinfo  {
	text-decoration:underline;
}

input.s2d {
	font-size:9pt;
}

select.s2d {
	font-size:9pt;
	width:160px;
}

td.s2d {
	font-size: 9pt;
	color: #000;
	font-weight : normal;
}
/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #b1b1b1;
	background-color: #EDE1C0;
}

/* 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: 560px;
	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: 280px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 112px;
}

/* 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;
}
