/****************************************/ 
/* CSS- Layout Wurstfilm    */ 
/* Autor: Frank Nerger www.strohhutgiesserei.de */
/* Version: 1.0.0 */
/* Datum: 20.06.2008 */
/****************************************/ 
@charset "UTF-8";
/* Allgemeine Einstellungen */
 /* hide hack from Mac-IE5 \*/
* html #mainContent {
	height: 1%;
}
/* end hiding */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

* a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
* a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
	
body_start {

}	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 135%;
}
.bodytext strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 135%;
}

.bodytext p {
	height: 135%;
}
. p {
	height: 135%;
}
.bodytext h1 {
}
.bodytext h2 {
}
.bodytext h3 {
	font-size: 19px;
}
.bodytext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 135%;
}
.bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 135%;
}
 #header {
	height: 126px;
	background-color: #000000;
	padding: 0;
	background-image: url(http://www.wurstfilm.com/fileadmin/layout/logoheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_innen {
    height: 126px;
	padding: 0;
	background-image: url(http://www.wurstfilm.com/fileadmin/layout/headpic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
 #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	height: 44px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 50px;
}
.kasten {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 130px;
}
#sprache {
	height: 21px;
	background-color: #56590F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 130px;
	text-align: center;
}
#sprache a {
	height: 21px;
	line-height: 21px;
	background-color: #56590F;
	color: White;
	padding-right: 5px;
	text-decoration: none;
	padding-left: 5px;
	
}
#sprache a:hover {
	height: 21px;
	line-height: 21px;
	padding-right: 5px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;	

}
/* Navigation */
#menu_oben {
	height: 21px;
	background-color: #56590F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_oben ul {
	list-style-type: none;
}
#menu_oben li {
	font-size: 12px;
	display: inline;
	line-height: 16px;
}
#menu_oben a {
	background-color: #56590F;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
#menu_oben a:hover {
	text-decoration: none;
	background-color: #EF0000;
	color: #fff;
}
#menu_oben a:active {
	text-decoration: none;
	background-color: #EF0000;
	color: #fff;
}
/* linke Seite */
 #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 250px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding-top: 10px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
/* rechte Seite */
 #sidebar2 {
	width: 230px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 10px;
	margin-right: 10px;
}
/* mitte Content */
 #mainContent {
	padding: 10;
}
#mainContent h3 {
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Fußbereich */
 #footer {
	background-color: #56590F;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ContentText fett */
.swcontentext11px_fett {
	font-weight: bold;
}
/* weisser Text auf schwarz Head */
.lesetextweissnon11 {
	color: #FFFFFF;
}
/* Rote Schrift Head */
.rotertextfett {
	color: #FF0000;
	font-weight: bold;
}
/* weiss auf grün Überschrift Laden */
.gruenhell11 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666600;
}
/* zwischen Überschriften grün */
.textgruen {
	color: #666600;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/* Text Vorsortiment fett sw, rot, grün, Blau */
.textswfett_vorsortiment {
	font-weight: bold;
}
.textrotfett_vorsortiment {
	color: #FF0000;
	font-weight: bold;
}
.textgruenfett_vorsortiment {
	color: #666600;
	font-weight: bold;
}
.textblaufett_vorsortiment {
	color: #00A3E4;
	font-weight: bold;
}
.text_weiss_grau {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.ueberschrift_weiss_grau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #858679;
	line-height: 55px;
}
img {
	border: 0px;
}

hr {
	height:0px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/****************************************/ 
/* Bereich Extensionen    */ 
/****************************************/ 

/* Extension: ve_guestbook     */ 

table.tx-guestbook-list-table {
	margin-left:5px;
	border:1px solid #bce;
}
.tx-guestbook-list-header table td {
	padding:0.4em 0 0 0;
}
.tx-veguestbook-pi1 td {
	padding:0.5em 0;
}
.tx-guestbook-list-header {
	background-color: #bce;
	color: #FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #bce;
}
.tx-guestbook-list-row {
	background-color: #FFFFFF;
}
.tx-guestbook-list-rowleft {
	background-color: #eee;
	border-right:1px dashed #bce;
}
.tx-guestbook-list-entrycomment-title {
	font-weight: bold;
}
.tx-guestbook-list-entrycomment {
	font-style: normal;
}
.tx-guestbook-list-small {
	font-size: 11px;
	color: #666;
}
.tx-veguestbook-pi1-browsebox TD {
	font-size: 11px;
	color: #666;
}
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-veguestbook-pi1-browsebox-SCell {
	background-color: #EEEEEE;
}
.tx-guestbook-latest-header {
	background-color: #bce;
	color: #FFFFFF;
	font-weight:bold;
}
.tx-guestbook-latest-row {
	background-color: #FFFFFF;
}
.tx-guestbook-latest-small {
	font-size: 9px;
	color: #666666;
}
.tx-guestbook-form-obligationfield {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.tx-guestbook-form-error {
	color: #CC0000;
	padding:5px;
}
.subcl td {
	padding:0 0.5em;
}
div.tx-veguestbook-pi1 a:hover {
	color:#3E5596;
	text-decoration:none;
	border-bottom:1px dashed #3e5596;
}

/* Extension: direct_mail     */
/* Formular */
.input {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background:url("http://www.germanporn.tv/fileadmin/layout/inputbg.gif") no-repeat;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.submit {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	cursor : hand;
	cursor : hand;
	font-size: 10pt;
	padding: 2px;
}
        
       
#tabelle_gaetebuch {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#tabelle_gaetebuch_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #858679;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
#tabelle_gaetebuch_foot {
	border: 1px dotted #000000;
}

/* To Top Link */
.csc-linkToTop  {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;	
}
.csc-linkToTop a {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
}
.csc-linkToTop a:hover  {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.links_intern {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	border: 1px dotted #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 16px;
}
.links_intern {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	border: 1px dotted #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 16px;
}
.links_intern a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	border: 1px dotted #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 16px;
}

.links_linkseite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.links_linkseite a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#error_liste ul {
	list-style-type: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*Extension chgallery*/
