/* style_content.css - sc.css   */
/* Content und Sidebar-Elemente */

BODY {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
}

#frame {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

#content h1 {
	font-size: 19px;
	color: #9C1750;
	font-weight: bold;
	margin: 5 0 5 0pt;
	padding: 0 0 0 0pt;
}


#content h2 {
	font-size: 14px;
	font-weight : bold;
	margin: 0px;
	color: #444443;
	padding: 6px 0px 2px 0px;
}

#sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	color: #444443;
	padding: 2px 0px 2px 0px;
}

#content h3 {
	font-size: 100%;
	font-weigth: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	color: #444443;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 10px 0px;
	line-height: 150%;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #9C1750;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 4px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 180px;
}

#content .clearer {
	clear: both;
}

/* Brotkrummen-Navi und Abschlusslinie */
.more {
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
}


.legende {
	font-size: 85%;
	margin: 5px 0px 15px 5px;
}

/* Liste */
#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */

#content table.cells {
	border: 1px solid #cccccc;
}

#content td.cell {
	background-color: #E6E6E6;
}

#content td.headercell {
	background-color: #9C1750;
	color: #ffffff;
	font-weight: bold;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 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;
}

/* Absatztyp Formular */
input.box {
	width: 300px;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	height: 200px;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	text-align: right;
	width: 150px;
	margin-top: 5px;
	float: left;
	clear: left;
}

form.formular .formnote {
	margin: -5px 0px 10px 155px !important;
}


/* Suchfeld */
form.search {
	padding: 0px;
	margin: 20px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align: middle;
}

input.search {
	background-color: #FFFFFF;
	width: 145px;
	padding: 2px;
	color: #9C1750;
	font-weight: bold;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */
P.s2d  {
	font-size: 180%;
	color: #9C1750;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration: underline !important;
}


/** Für Formulare und Shopseiten, neu ab v6.0 **/

/* Rahmen und Farbe der gesamten Formulartabelle */
table.formtab {
	border: 1px solid #444443;
	background-color: #E6E6E6;
}

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #444443;
	background-color: #FFFFFF;
}

/* 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: 540px;
	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: 270px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 108px;
}

/* 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;
}
