/* CSS W2D Elemente */

/* nur Textseiten */ 
#plaintext {
	font-weight: bold;
	color: #fff;
	background: transparent;
	text-align: left;
}
#plaintext a {
	color: #ffffff;
	text-decoration: none;
}
#plaintext a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 4px 2px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 200px;
}

/* Suchen Feld */
form.search {
	padding: 5px 5px 25px 10px; 
	margin: 0px 0px 0px 0px;
}

form.search input {
	margin: 0px 0px 0px 0px; 
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 110px;
	padding: 2px;
	color: #9C1917}

#more {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	font-weight: normal;
}

#more A:link  {
	font-weight: normal;
}

#more A:visited {
	COLOR: #7F1313; text-decoration: none;
	font-weight: normal;
}
#more A:active {
	COLOR: #7F1313; text-decoration: none;
	font-weight: normal;
}
#more A:hover {
	COLOR: #FFFFFF; 
	background-color: #8E1515;
	filter: alpha(opacity=90); 
    opacity: 0.90;
	font-weight: normal;
    text-decoration: underline;
}

#moretop {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	text-align: right;
	font-weight: normal;
}

#moretop A:link  {
	font-weight: normal;
}

#moretop A:visited {
	COLOR: #7F1313; text-decoration: none;
	font-weight: normal;
}
#moretop A:active {
	COLOR: #7F1313; text-decoration: none;
	font-weight: normal;
}
#moretop A:hover {
	COLOR: #FFFFFF; 
	background-color: #8E1515;
	filter: alpha(opacity=90); 
    opacity: 0.90;
	font-weight: normal;
    text-decoration: underline;
}




/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }
#content .clearer {
	clear: both;
}

/* Liste */
#content ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 10px;
/* 	font-size: 90%; */
}

#right_side ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: -6px 0px 6px 10px;
}

#content li, #right_side li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}


/* Tabelle */
#content table.cells {
	border: 1px solid darkred;	
}

#content td.cell {
/*	background-color: #EAD5D5; */
	border: 1px solid #DEDEDE;
}

#content td.headercell {
	background-color: #9C1917;
	color: #ffffff;
	font-weight: bold;
}

/* Absatztype Formular */
input.box {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #9C1917;
	background-color: #fcfcfc;
	width: 300px;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #9C1917;
	background-color: #fcfcfc;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
 	float: left;
	clear: left;
 }

form.formular .formnote {
	color: #8E1515;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

 /* Teaser */
div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.teaser {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 10px 10px;
	border: 1px solid darkred;
}

p.teasertext {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div.preisinfobutton {
}

div.preisinfobutton img {
	margin-top: -11px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div.preisinfobutton img:hover {
	margin-top: -11px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #fff;
}

.subcolumns {
	width: 100%;
	padding: 0px 1px 0px 1px;
	margin: 0px -1px 0px -1px;
	overflow:hidden;
}

.col2left, .col3left  {float: left; overflow: hidden;}
.col2right, .col3right {float: right; overflow: hidden;}
.col3left, .col3right { width: 33.333%; }
.col2left, .col2right { width: 49.999%; }
.subcol  { padding: 0 0.5em 0 0.5em; overflow: hidden; }
.subcolleft { padding: 0 1em 0 0; overflow: hidden; }
.subcolright { padding: 0 0 0 1em; overflow: hidden; }

/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #8E1515;
	background-color: #EAD5D5;
}

/* 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; */
height: 55px; 
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #ffffff;
	background-color: #A70C0C;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000000;
	padding: 10px; 
	margin: 10px;
}

/* 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;
}
CSS DESIGN DATEI bevorzugt style_content
/* Grundpreisberechnung  */
#baseprice {
		font-size: 80%;
		padding: 0px 2px 2px 2px;
		margin: -10px 0px 0px 90px;
		line-height: 100%;color: #bebebe;		
}

#baseprice:hover {
		color: black;
}

#basepricerabatt1, #basepricerabatt2, #basepricerabatt3, #basepricerabatt4, #basepricerabatt5 {
		font-size: 80%;
		margin: 0px 0px 0px 90px;
		padding: 2px 2px 2px 2px;
		line-height: 100%;
		border-top: 1px solid #CECECE;color: #bebebe;
}

#basepricerabatt1:hover, #basepricerabatt2:hover, #basepricerabatt3:hover, #basepricerabatt4:hover, #basepricerabatt5:hover {
		color: black;
}
/* Ende Grundpreisberechnung  */ 

/* Breite bei Spezialfeldern */
	td.triplewidth {
	 min-width: 224px;
}
	
/* Hinweis unter teaser PAngV */
div.teaserpangv {
	margin: 0px 0px 20px 2px ! important; 
	border: none;
	width: 748px;
	font-size: 10px;
}

/* Reiternavi */	
#textcols {
	border: 1px dotted #8E1515;
	padding: 4px 2px 2px 2px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-weight: normal;
	width: 70%;
	background-color: #fff /*#EAD5D5*/;	
/*	position: relative; 
	z-index: 999; */
}

#textcols a {
	border-right: 1px solid #8E1515;
	padding: 0px 6px 0px 3px;
	font-weight: normal;	
	text-decoration: none;
	color: #8E1515;
	line-height: 180%;
	white-space: nowrap;
}

#textcols a:hover {
/*	color: #B22222;*/
	text-decoration: none;
}

#textcolp3t3, #textcolp3t4 {
	width: 500px;
/*	position: relative; 
	z-index: 998; */
}

#textcolh3t1.active, #textcolh3t2.active, #textcolh3t3.active, #textcolh3t4.active  {
	 color: black;
	 font-weight: bold;
}
/* Ende Reiternavi */


#textcolh3t1.active, #textcolh3t2.active, #textcolh3t3.active, #textcolh3t4.active  {
	 color: black;
	 font-weight: normal;
}

/* Ende Reiternavi */
