/* Content-Elemente */

#content .line {
	height: 1px;
	background-color: #eeeeee;
	border: 0;
	padding: 0;
	margin: 10px 0 30px 0;
	overflow: hidden;
}

a.iconlink {
	padding-left: 17px;
	display: inline-block;
	white-space: nowrap;
	background-repeat : no-repeat;
	background-position : 0 2px;
}

a.iconlink2 {background-image: url(../images/piconfile.gif)}
a.iconlink3 {background-image: url(../images/piconexe.gif)}
a.iconlink4 {background-image: url(../images/piconmovie.gif)}
a.iconlink5 {background-image: url(../images/piconsound.gif)}
a.iconlink6 {background-image: url(../images/piconpdf.gif)}
a.iconlink7 {background-image: url(../images/picontext.gif)}
a.iconlink8 {background-image: url(../images/piconzip.gif)}

#content .w2dptablinks {
	padding: 8px 0 0 0;
	border-bottom: 1px solid #010000;
	margin-bottom: 10px;	
}
#content .accordion a {
		font-size: 160%;
		-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;	border-bottom: 1px solid #010000;
}
#content .accordion {
	border: none;
	margin-bottom: 0;
}
#content .accordion a.w2dptabsel {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

#content .w2dptab {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; 
}
#content .w2dptablinks a {
	font-weight: normal;
	padding: 4px 14px;
	color: #010000;
	display: block;
	float: left;
	border-left: 1px solid  #010000;
	border-top: 1px solid  #010000;
	border-right: 1px solid #010000;
	margin-right: 3px;
	outline: 0;
	-webkit-transition: background-color 0.3s, color 0.3s ;
	-moz-transition: background-color 0.3s, color 0.3s ;
	-o-transition: background-color 0.3s, color 0.3s ;
	-ms-transition: background-color 0.3s, color 0.3s;	
	transition: background-color 0.3s, color 0.3s;
}
#content .acctab {
	border: #010000 solid 1px;
	margin: 0;
	padding: 0 14px;
}
#content .w2dptablinks a.w2dptabsel, #content .w2dptablinks a:hover {
	color: #ffffff;
	background-color: #010000}
#content .w2dptablinks a:hover {
	text-decoration: none;
}


#content h1 {
	color: #010000;
	margin: 0px 0px 10px;
	padding: 0;
	font-size: 200%;
	}

#content h2 {
	margin: 10px 0;
	padding: 0;
		font-size: 160%;
	color: #000000;
}

h1, h2 { line-height: 100%; }

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 0;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 160%;
}

#content div.paragraph {
	padding: 0;
	margin: 10px 0 10px 0;
}


#content a {
	text-decoration: none;
	font-weight : bold;
	color: #010000;
}

#content a:hover {
	text-decoration: underline;
}

#content .sidepictureright, #content .sidepictureleft {
	padding: 0;
	width: 166px;
}

#content .sidepictureright { float: right; margin: 10px 0 10px 10px; }
#content .sidepictureleft { float: left; margin: 10px 10px 10px 0px; }

#content .sidepictureright img, #content .sidepictureleft img {
	margin-bottom: 8px;
	display: block;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 20px 0;
	padding: 0;
	text-align: right;
}

/* Text */
#content .texttabs {
	margin: 10px 0 10px 0;
	padding: 4px 0;
}


#content .texttab {
	padding: 4px 6px;
	border: 1px solid #010000;
	font-weight: normal;
	outline: 0;
}

#content .texttabsel {
	background-color: #010000;
	color: #ffffff;
}

#content p.emphasizeleft {
	padding-left: 10px;
	border-left: 10px solid #010000;
}

#content p.emphasizeright {
	padding-right: 10px;
	border-right: 10px solid #010000;
}


/* Liste */

#content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content ol {
	padding: 0;
	margin: 0 0 0 22px;
}


#content ul li, #content ol li {
	margin: 0 0 5px 5px;
	padding: 0 0 0 20px;
	background: url(../images/plstandard.gif) no-repeat left 1px;
	line-height: 160%;
}

#content ol li {
	background-image: none;
	padding-left: 0;
}

#content ul.pro li { background: url(../assets/plpro.png) no-repeat left 1px; }
#content ul.contra li { background: url(../assets/plbuh.png) no-repeat left 1px; }

/* Picture */

img.picture {
	padding: 3px;
	background-color: #010000;
	-webkit-transition: background-color 0.3s, color 0.3s ;
	-moz-transition: background-color 0.3s, color 0.3s ;
	-o-transition: background-color 0.3s, color 0.3s ;
	-ms-transition: background-color 0.3s, color 0.3s;	
	transition: background-color 0.3s, color 0.3s;
	behavior: url(./pie.htc);
}

.sidebar img.picture { padding: 3px;}

img.picture:hover {
	background-color: #36AA49;
}

img.picture {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(./pie.htc);
}
/* Tabelle */

#content table.cells {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	border-spacing: 0px;
}

#content td.cell {
	border: 1px solid #eeeeee;
	padding: 4px;
	border-collapse:collapse;
	line-height: 160%;
}

#content td.headercell {
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
	background-color: #010000;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div.teaser {
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#content div.teaserelement div.teasertarget {
	border: #010000 solid 2px;
	margin-bottom: 10px;
	-webkit-transition: border 0.3s, color 0.3s;
	-moz-transition: border 0.3s, color 0.3s;
	-o-transition: border 0.3s, color 0.3s;
	-ms-transition: border 0.3s, color 0.3s;	
	transition: border 0.3s, color 0.3s;	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(./pie.htc);}

#content .teaserelement .teasertarget a.teasernormallink, #content .teasertarget a.teasertoollink {
	background-color: #010000;
	color: white;
	padding: 4px 8px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s;	
	transition: color 0.3s, background-color 0.3s;
	display: block;
	font-variant: small-caps;
}

#content .teaserelement .teasertarget:hover {border: #36AA49 solid 2px;}
#content .teaserelement .teasertarget:hover a.teasernormallink, #content .teasertarget:hover a.teasertoollink {color: #333; background-color:#36AA49;}

#content div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 8px;
	border: none;
}

div#content div.linkfortool a img, div#content div.teaserpic a img { padding: 8px 8px 0; }

#content p.teasertext, #content p.normalteaser {
	margin: 0px;
	padding: 4px 0px 4px 8px;
}

div.teaserdetails {	padding: 0 8px 8px; float:left;}

.teasernav {
	clear: both;
	padding: 4px 0;
	margin: 10px 0;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.teasernav a {
	font-weight: normal !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #010000;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}


/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #eeeeee;
}


div#faceBook {
	margin: 0 0 -2px;
	padding: 0 20px;
	width: 930px;
}

div#faceBook p {
	display: block;
	float: right;
	border: #E9E9E9 solid;
	border-width: 1px 1px 0;
	padding: 5px 10px 5px 35px;
	margin: 0;
	color: #666;
	background: #f2f2f2 url(../assets/pfb.png) no-repeat 10px center;	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	behavior: url(./pie.htc);}

div#facebookComments {
	z-index: 999;
	width: 970px;
	height: 25px;
	position: fixed;
	margin-left: -485px;
	left: 50%;
	bottom: 0px;
}

div#facebookWrapper {
	background-color: #fff;
	height: 525px;
	padding: 0;
	margin: -1px 10px 0;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
	behavior: url(./pie.htc);
}


#tooltip, .picturetip {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	background-image: -moz-linear-gradient(top, #ffffff, #CCCCCC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#CCCCCC));
	background-image: -o-linear-gradient(top, #ffffff, #CCCCCC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CCCCCC');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CCCCCC')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #ffffff, #CCCCCC);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity:0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=90);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	border: #666 solid 1px;
    padding: 10px;
    position: absolute;
    z-index: 3000;
	max-width: 250px;
	behavior: url(./pie.htc);
}

#tooltip h3, .picturetip h3 {
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


.tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	font-size: 100%;
	color: #ffffff;
	padding: 8px;
	max-width: 300px;
	background-color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555555;
	-webkit-box-shadow: 0 0 3px #555555;
	-moz-box-shadow: 0 0 3px #555555;
	behavior: url(./pie.htc);
}

#nav ul.maintopic li div.tooltip a { color: #ffffff; display: inline; padding: 0; background: none; font-variant: small-caps; font-weight: bold; text-decoration: none }
#nav ul.maintopic li div.tooltip a:hover { text-decoration: underline }

#content .teaserelement .teasertarget div.price {
	font-size: 110%;
	font-weight: bold;
}

#content .teaserelement .teasertarget .info {
	font-size: 80%;
}

#nav ul li div.tooltip a.shoplink{
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px 0 2px 22px;
	background: transparent no-repeat center left;
	background-image: url(pishoplink.png);
}

#nav ul li div.tooltip a.shoplink:hover { background-image: url(pishoplinkhover.png); text-decoration: underline }

.hidden {display:none}

/* 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: 500px;
	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: 250px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 100px;
}

/* 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;
}
