/* Standard-Elemente */

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 150%;	
}

p.s2dsmall {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 110%;	
}

em {
	font-weight : bold;
	color: #8C0000;
	font-style : normal;
}

h1 {
	margin: 0px;
	padding: 0px;
	width: 778px;
	height: 50px;
	background-repeat : no-repeat;
}

h2 {
	margin: 0px;
	padding: 4px 0px 3px 0px;
	font-size: 120%;
/*	color: #8C0000;*/
	color: #000000;
}

h3 {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	font-size: 110%;
	color: #000000;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.arrow2 {
	font-weight: normal;
	color: #8C0000;
	text-decoration: none;
/*	background-image : url(../images/parrow.gif);*/
/*	background-position : top left;*/
/*	background-repeat : no-repeat;*/
/*	padding: 0px 3px 0px 16px;*/
	white-space : nowrap;
}

a.blacklink {
	color: #8C0000;
	text-decoration: none;
	padding-left: 6px;
}

a.link:hover, a.blacklink:hover, a.arrow:hover, a.arrow2:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

a.plaintext {
	font-size: 90%;
	color: #8C0000;
	text-decoration: none;
}


/* Layout-Elemente  */

BODY {
	background : #FCFEFC url(../images/pback.gif) repeat-x scroll top left;
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: 0 auto;
	width: 982px;
}

/*#main {
	width : 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	border: none;
	text-align: left;
}*/

#logo {
	background : transparent url(../images/plogo.gif) no-repeat bottom left;
	width: 800px;
	height: 50px;
	margin: 0px;
	text-align: right;
}

#content {
	float: left;
	width: 778px;
	min-height: 3000px;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	border: 1px solid #8C0000;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
}

#eyecatcher {
	padding: 0px;
	margin: 0px;
	height: 100px;
	border: 1px solid #8C0000;
	background : #ffffff url(../images/s2dlogo.gif) no-repeat top left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#topright {
	float: right;
	width: 190px;
	overflow : hidden;
	position: relative;
	top: 2px;
	left: 0px;
	z-index: 1;
}

#topright p {
	line-height: 110%;
}

#topright a {
	font-size: 11px;
	font-weight: normal;
	color: #8C0000;
	text-decoration: none;
}

#topright a:hover {
	text-decoration: underline;
} 

#youarehere {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

#more {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat top right;
	padding-top: 4px;
}

#plaintext {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* Suchfeld */

#searcharea {
	position: absolute;
	/*alte Poition auf Leiste top: 149px;
	alte Poition auf Leiste left: 859px;*/
	top: 110px;
	/*left: 824px;*/
	padding: 0px;
	margin-left: 6px;
}

input.search {
	border : 1px solid #8C0000;
	width: 130px;
	background-color: #FCFEFC;
	vertical-align: top;
	padding: 1px 4px 1px 4px;
	margin: 0px;
}

form.search {
	margin: 0px;
}

#searchareanew {
	margin: 10px -4px 5px 0px;
}

input.searchnew {
	border : 1px solid #8C0000;
	width: 125px;
	background-color: #FCFEFC;
	vertical-align: top;
	padding: 1px 2px 1px 2px;
	margin: 0px;
	float: left;
	font-size: 90%;
	line-height: 80%;
}

form.searchnew {
	margin: 0px;
}

/* Marginalie */

div.sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 200px;
	border: none;
	background: url(../images/psep.gif) no-repeat left top;
}

p.sidepicturetext {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	line-height: 140%;	
	font-size: 80%;
	color: #8C0000;
}

/* Absatztyp Bild */

div.picture {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	width: 480px;
	border: none;
}


/* Absatztype Aufzählung */

ul.content {
	list-style: none;
	padding: 10px;
	margin: 10px 0 20px 20px;
	background-color: #F4F4F4;
/* 	background-color: #FCFEFC;	*/
	border: 1px solid #8C0000;
	width: 490px;
}

li.content {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Absatztyp Tabelle */

table.content {
	margin: 0px 0px 10px 0px;
	border: 1px solid #8C0000;
}

tr.odd {
/* 	background-color : #FFF6F5;  */	
/*	background-color : #FCFEFC;	  */
	background-color : #E8E8E8;
}

tr.even {
/*	background-color : #FFF6F5;   */
	background-color : #E8E8E8;	
}

tr.header {
	background-color : #E8E8E8;	
}

td.cell {
	padding: 4px;	
	margin: 0px;
}

td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
}

.cellinfo {
	margin-bottom: 0px;
	margin-top: 0px;
}

.cellinfo img {
	filter:alpha(opacity=100); 
	opacity: 1;
}

.cellinfo img:hover {  
	opacity: 0.8;
}


/* Absatztyp Teaser */

div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
/*	background-color : #FCFEFC;	
/*	background-color : #E8E8E8;  */
	background-color: #F4F4F4;
	border: 1px solid #8C0000;
}

div.teaser {
	margin: 10px 0px 10px 20px ! important; 
	border: none;
	width: 748px;
}

div.teaserpangv {
	margin: 0px 0px 20px 22px ! important; 
	border: none;
	width: 748px;
	font-size: 11px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

div.teaserpicture img {
	filter:alpha(opacity=100); 
	opacity: 1;
}

div.teaserpicture img:hover {  
	opacity: 0.8;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
}

p.lookup {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #E8E8E8;
}

a.teaserarrow {
	font-weight: normal;
	color: #8C0000;
	text-decoration: none;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.teaserarrow:hover {
	text-decoration: underline;
}


div.infobutton {
	margin-bottom: 2px;
}

div.infobutton img {
	filter:alpha(opacity=100); 
	opacity: 1;
}

div.infobutton img:hover {  
	opacity: 0.8;
}

div.preisinfobutton {
	margin-top: -6px;
	margin-left: 1px;
	margin-bottom: 5px;
}

div.preisinfobutton img {
	filter:alpha(opacity=70); 
	opacity: 0.7;
}

div.preisinfobutton img:hover {
	filter:alpha(opacity=100); 
	opacity: 1;
}

/* Absatztype Formular */

input.forminput  {
	border : 1px solid #8C0000;
	width: 300px;
	background-color: #F4F4F4;
/* 	#FCFEFC; */
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

textarea.formtextarea  {
	border : 1px solid #8C0000;
	width: 300px;
	height: 200px;
/*	background-color: #FFF6F5;   */
/*	background-color : #FCFEFC;	  */
	background-color: #F4F4F4;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

.formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

p.formnote {
	color: #8C0000;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */


INPUT.s2d {
	border : 1px solid #8C0000;
	background-color: #F4F4F4;
/* 	#FCFEFC; */
	vertical-align: top;
	padding: 1px;
}

SELECT.s2d {
	border : 1px solid #8C0000;
	background-color: #F4F4F4;
/* 	#FCFEFC; */
	vertical-align: top;
	padding: 1px;
}

a.s2d, a.s2dinfo, a.s2dsmall {
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
}

.versandkosten  {
	margin: 5px 0px 0px 0px;
}

.versandkosten img {
	filter:alpha(opacity=60); 
	opacity: 0.6;
}

.versandkosten img:hover {
	filter:alpha(opacity=100); 
	opacity: 1;
}

P.s2d  {
	font-size: 12pt;
/*	color: #8C0000; */
	font-weight : bold;
/*	margin-top : 5pt; */
/*	margin-bottom : 5pt; */
/*	line-height: 20pt; */
}

textarea {
	border : 1px solid #8C0000;
	width: 300px;
	height: 30px;
	background-color: #F4F4F4;
/* 	#FCFEFC; */
	vertical-align: top;
	padding: 1px;
}

/* Menü */

.navi {
	width: 980px;
 	height: 36px;
	position: relative;
	margin: 10px 0px 0px 0px;
	z-index: 100;
	text-align: left;
	background: #FCFEFC url(../images/pmbar2.gif) repeat-x top left;
	border: 1px solid #8C0000;
}

.navi a, .navi a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	height: 36px;
	font-family: verdana, trebuchet, tahoma;
	letter-spacing: -1px;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	line-height: 35px;
}

.navi a:hover, .navi :hover > a {
	color: #FFFFFF;
	background: url(../images/pmbar2hover.gif) repeat-x top left;
}

.navi ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.navi li {
	float: left;	
	position: relative;
/*	border-right: 1px solid #E8E8E8;	*/
	border-right: 1px solid #aaaaaa;
}

.navi ul ul {
	width: 270px;
}

.navi ul ul {
	background: transparent url(../images/pmenu.gif) repeat-x top left;
	visibility: hidden;
	position: absolute;
	height: auto;
	top: 36px;
	left: 0px;
	border: 1px solid #8C0000;
}

.navi ul ul a, .navi ul ul a:visited {
	background-color: #FCFEFC;
	color: #000000;
	height: auto;
	padding: 0px 5px 0px 5px;
	width: 262px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}

.navi ul ul a:hover, .navi ul ul :hover > a {
	color: #FFFFFF;
	background-color: #8C0000;
}

.navi ul ul ul {
	left: 270px;
	top: -1px;
	width: 270px;
}

.navi ul ul ul a, .navi ul ul ul a:visited {
	background-color: #FCFEFC;
	color: #000000;
}

.navi ul ul ul a:hover {
	background-color: #8C0000;
	color: #FFFFFF;
}

.navi ul li:hover ul, .navi ul a:hover ul {
	visibility: visible;
}

.navi ul :hover ul ul {
	visibility: hidden;
}

.navi ul :hover ul :hover ul {
	visibility: visible;
}

.navi table {
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
}

/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #8C0000;
	background-color: #FCFEFC;
}

.s2dt  {
	padding-left: 0px;
}

td.s2d1 img {
	margin-top: 0px;
	margin-bottom: 0px;
	border : 1px solid #8C0000;
	filter:alpha(opacity=100); 
	opacity: 1;
}

td.s2d1 img:hover {  
	opacity: 0.8;
}

td.s2d1  {
	font-size: 10px;
	padding-left: 0px;
}

.s2dh3 {
	margin-left: -10px;
	margin-top: 0px;	
	margin-right: -10px;
	margin-bottom: 5px;
	padding-left: 15px;	
	background: url(../images/pich2.gif) repeat-x top left;
	font-size: 10pt;
	color: #fff;
	font-weight : bold;
	border-top: 1px solid #bebebe; 
	border-bottom: 1px solid #bebebe;
}


/* 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  */ 

/* Menü */

#commonBar {
	clear: both;
	width: 770px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

#menuBar {
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 980px;
	border: 1px solid #8C0000;
	background : #FCFEFC url(../images/pmbar.gif) repeat-x top left;
}

ul.menuBar {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 2px 4px 3px;	
	border-right: 1px solid silver;
}

.menu {
	background: #E8E8E8 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #8C0000;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	opacity: 0.90;
	z-index: 20;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 4px 4px 4px; 
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #8C0000;
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #8C0000;
  color: #ffffff;
}

.button {
	filter:alpha(opacity=100); 
	opacity: 1;
}

.button:hover {  
	opacity: 0.8;
}

/* 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: 510px;
	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: 255px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
/* 	height: 102px; */
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;
}
/* Breite bei Spezialfeldern */
	td.triplewidth {
	min-width: 220px;
	line-height: 10px;
	}



#textcols {
	border: 1px dotted #8C0000;
	padding: 4px 2px 2px 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 550px;
	background-color: #fff /*#FCFEFC*/;	
/*	position: relative; 
	z-index: 999; */
}

#textcols a {
	border-right: 1px solid #8C0000;
	padding: 0px 6px 0px 3px;
	font-weight: normal;	
	text-decoration: none;
	color: #8C0000;
}

#textcols a:hover {
/*	color: #B22222;*/
	text-decoration: underline;
}

#textcolp3t3, #textcolp3t4 {
	width: 500px;
/*	position: relative; 
	z-index: 998; */
}


#textcolh3t1.active, #textcolh3t2.active, #textcolh3t3.active, #textcolh3t4.active  {
	 color: black;
	 font-weight: bold;
}
