/* Content und Sidebar-Elemente */

HTML {
	height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	color: #ffffff; /*Achtung: Das Plugin Abstimmung reagiert auf diese Farbe und die font-size Angabe*/
	font-size: 100.01%; 
	background: #CFBE96 url(../images/pback.jpg) repeat-x top left ; 	
}

a:focus {
	outline: none;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content .line {
	height: 1px;
	background-color: #5F0F02;
	border: 0;
	padding: 0;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

#content p.emphasizeleft {
	border-left: 16px solid #5F0F02;
	padding-left: 10px;
	margin: 0px 0px 20px 0px;
}

#content p.emphasizeright {
	border-right: 16px solid #5F0F02;
	padding-right: 10px;
	margin: 0px 0px 20px 0px;
}

#content .w2dptablinks {
	padding: 12px 0 0 0;
	border-bottom: 1px solid #5F0F02;
	margin-bottom: 10px;
}

#content .w2dptablinks a {
	background: #F8F8F8;
	font-weight: normal;
	padding: 4px 10px;
	border-left: 1px solid  #5F0F02;
	border-top: 1px solid  #5F0F02;
	border-right: 1px solid #5F0F02;
	display: block;
	float: left;
	margin-right: 3px;
	color: #5F0F02;
}
#content .w2dptablinks a.w2dptabsel {background-color: #EFEFEF;}
#content .w2dptablinks a:hover {text-decoration: none;}

#content h1 {
	font-size: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 10px 20px 0px 0px;	
	color: #410B01;
}

#content h2 {
	font-size: 100%;
	margin: 0px;
	color: #410B01;
	padding: 10px 0px 2px 0px;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;	
	color: #410B01;
}

/* hiermit wird die erste Unterschrift der Absatzbilder bestimmt */
#content h4 {
	font-size: 85%;
	font-weight: bold;
	margin: 3px 0px 1px 0px;
	padding: 0px 0px 0px 0px;	
	color: #410B01;
}

/* hiermit wird die zweite Unterschrift der Absatzbilder bestimmt */
#content h5 {
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: black; 	
}

#content p {
	margin: 0px;
	padding: 2px 0px 15px 0px;	/* mit 25px wird der Abstand zwischen den Absätzen bestimmt */
	line-height: 160%;
	color: black;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #410B01; 
}

#content a:hover {
	text-decoration: underline;
}

#sidebar a:hover, .sbleft a:hover {
	text-decoration: underline;
}

#content .sidepictureright {
	float: right;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #aaaaaa;	
	width: 260px;
}

#content .sidepictureleft {
	float: left;
	padding: 5px 10px 0px 0px;
	margin: 0px 10px 10px 0px;
	border-right: 1px solid #aaaaaa;	
	width: 260px;
}

* html .clearfix { overflow:hidden; } 


#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	color: black;
}

#more a {
	text-decoration : none;
	padding: 1px 0px 1px 0px;
	line-height: 30px;
	text-decoration: none;
	color: #410B01; 
	font-weight: normal !important; 
}

#content ul {
	list-style: disc;
	padding: 0px;
	margin: 6px 0px 6px 15px;
	color: black;
}

#content li {
	padding: 0px 0px 6px 0px;
	color: black;
}

.table_normal {
	float: left;
	width: 100%;
}

.headercell {
	font-size: 0.9em; 
 	font-weight: normal; 
	color: white !important;
	background: #410B01 !important; 
	padding: 0.3em;
}

.headercell a {
	color: #EFEFEF !important;
}

#content table a{
	color: #410B01;
}

#content tr.even td, #content tr.even  { /* zweite Zeile */
	background: #f8f8f8;  	
	color: black;
	padding: 0.3em;
	border-top: 1px solid #5F0F02;
	border-right: 2px solid #410B01;
	border-bottom: 2px solid #410B01;
	border-left: 1px solid #5F0F02;
}

#content td.cell{  /* erste Zeile */
	background: #EFEFEF; 
	color: black; 
	padding: 0.3em;
	border-top: 1px solid #5F0F02;
	border-right: 2px solid #410B01;
	border-bottom: 2px solid #410B01;
	border-left: 1px solid #5F0F02;
}

.table_normal tr.even, .table_normal tr.odd {
   line-height: 130%;
}

.table_normal img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.teaserelementbig {
	float: left;
	padding: 4px 0px 4px 0px;
	margin: 3px 0px 1px 0px;
}

div.teaserborder {
	float: left;
	width: 98%;
	padding: 4px 4px 4px 4px;
	margin: 3px 2px 1px 2px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background: #EFEFEF;
}
* html div.teaserborder {width: 97%;}

.title1 {
	height: 19px !important;
	background: #410B01;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.title2 {
	height: 34px !important;
	background: #410B01;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.title3 {
	height: 29px !important;
	background: #410B01;
	margin: 2px 0px 2px 0px;
	padding: 3px;
}

.title1 a, .title2 a, .title3 a {
	color: #EFEFEF !important;
}

div.teaserbig {
	margin: 0px;
}

div.teaserelement {
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 3px 2px 0px 2px;
	}

div.teaserelementsmall {
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 2px 3px 2px 3px; 
	font-size: 85%;
}
* html div.teaserelementsmall {margin: 2px 0px 2px 0px!important;}

div.teasersmall {
	margin: 0px;
}

div.teaserpicture {
	float: right;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 5px 10px;
	text-align: center;
}

div.teaserpicture2 {
	float: right;
	padding: 3px 0px 0px 2px;
	margin: 0px 0px 3px 0px;
	text-align: center;
}

div.teaserpicture3 {
	float: right;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 3px 2px;
	text-align: center;
}

div.teaser p {
	margin: 0px;
	padding: 0px 0px 0px 0px; 
}

div.teasersmall p {
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

div.teaserinfo {
	font-size: 80%;
	color: black;
}

#teasernav {
	height: 20px;
	clear: both;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 25px 0px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	background: #410B01;
	color: #EFEFEF;
}

#teasernav a:hover {
	color: #5F0F02 !important;
	text-decoration: underline;
}

#teasernav a:link {
	color: #CFBE96;
}

#teasernav a:visited {
	color: #CFBE96;
}


.teaserlink {
	height: 16px !important; 
	background: #410B01; 
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.teasertext {
	padding: 5px 10px 5px 0px !important;
}


.teasertext2 {
	padding: 5px 10px 2px 0px !important;
}


.teaserlink2 {
	height: 34px !important;
	background: #410B01;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.teaserlink a, .teaserlink1 a, .teaserlink2 a, .teaserlink3 a {
	color: #EFEFEF !important;
}

.teasertext3 {
	padding: 10px 5px 2px 0px !important;
	margin: 3px 5px 0px 0px !important;
}


.teaserlink3 {
	height: 29px !important;
	background: #410B01;
	margin: 2px 0px 2px 0px;
	padding: 3px;
}

input.box {
	border : 1px solid #C0C0C0;
	width: 280px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #C0C0C0;
	width: 280px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 190px;
	line-height: 180%;
	float: left;
	clear: left;
	color: black; 
}

form.formular .formnote {
	color: #5F0F02;
	line-height: 160%;
	padding: 2px 0px 10px 192px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Suchregister */
#register {
	clear: both;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	background: #410B01; 
	font-size: 130% ;
	font-weight: bold ;
}

#register a:link {
	padding: 0px 2px 0px 2px;
	color: #EFEFEF ;
}

#register a:visited {
	padding: 0px 2px 0px 2px;
	color: #CFBE96; 
	text-decoration: underline;
}

#register a:hover {
	color: #5F0F02 ; 
	text-decoration: underline;
}

.register2 {
	text-decoration: none !important;
	background-color: #5F0F02;
	padding: 5px 0px 5px 0px !important;
}

p.register2 {
	text-decoration: none !important;
	background-color: #5F0F02;
	padding: 0px 0px 0px 0px;
	font-size: 80% !important;
	color: black !important;
}

p.register2 a:link {
	color: black !important;
	text-decoration: none !important;
}

p.register2 a:visited {
	color: black !important; 
	text-decoration: none !important;
}

p.register2 a:hover {
	color: black !important; 
	text-decoration: underline !important;
}

P.s2d  {		/*Preis auf der Artikelseite */
	font-size: 180%;
	color: #C0C0C0;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200px;
}

P.s2dsmall  {
	font-size: 100%;
	color: #C0C0C0;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}

#content .s2d {
color: black;
}

a.s2d {
	color: #410B01;
}

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #5F0F02;
	background-color: #EFEFEF;
}

/* 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;
}
table.formtab td {
	color: black;
}


