
@charset "utf-8";

/*------------------------------------------------------------------------
# Hot Pants Road Club - Stylesheet  (c) 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009 , All Rights Reserved.
# Author: Concepta Werbeagentur
# Website:  www.hprc.com
-------------------------------------------------------------------------*/


/**
 * Globale Einstellungen und Bugfixes
 * 
 * @section Browser-Reset
 */

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
 * Schriftgröße kontrollieren
 */
body, td, th { font: normal 75%/167% Arial, Helvetica, sans-serif; margin:0;padding:0;}
td, th { f\ont-size: 100.01%; }

/* Farben und Hintergründe setzen */
html, body {
  color: #1F1805;
  background-color: #9D843B;
  margin:0;
  padding:0;
}

body {
    text-align:right;
  	background:url(../img/page_hg1.png) left top repeat-x #9D843B;
    position:relative;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1 {
  color: #252525;
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0.8em 0 1.2em 0;
  border-bottom:1px solid #343434;
}
h2 {
  color: #252525;
  font-size: 1.2em;
  margin: .3em 0 .8em 0;
  line-height: 1.1;
}

/**
 * @section Absätze
 */
p {
	margin: .8em 0;
	padding: 0 .8em;
	line-height: 1.2;
}

b,strong {
 font-weight:bold;
 color:#252525;
}


/**
 * @section Bilder
 */
 img { vertical-align: bottom; }
 
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }


/**
 * @section Links und Anker
 */
a:link {
  color:#FFD300;
  text-decoration:underline;
}
a:visited {
  color:#FFD300;
  text-decoration:underline;
}
a:hover, a:focus {
  color:#FFD300;
  text-decoration:none;
}
a:active {
  color:#FFD300;
  text-decoration:none;
}

/**
 * @section Listen
 */
ul, ol { margin: 1em 0 1em 2em; }

li { margin: 0 0 .5em 0; }

dt {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 1.5em 0 .5em 0;
}

/**
 * @section Tabellen
 */
caption {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5em 0 .5em 0;
}

/**
 * @section Formulare
 */
fieldset {
  border: 1px solid #A99F77;
  margin: 1em 0;
  padding: 10px 1em;
  width:385px;
  width:425px;
}
legend {
  color: white;
  background-color: #A99F77; 
  padding: .3em 1em;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle; 
}

.tx_powermail_pi1_fieldwrap_html_text input,
input[type="text"] {
  border: 1px solid #cbb8ba;  
  padding: 3px 10px;
  margin:0 0 5px 0;
}
input[type="submit"] {
  color: #2e050a;
  background-color: #A99F77;
  font-weight: bold;
  padding: 0 6px;
  margin-bottom:15px;
  margin-left:150px;
}

form.newsletterform input[type="submit"] {
margin-left:0px;
}


textarea {
  border: 1px solid #cbb8ba;
  margin: 1em 0;
  padding: 5px 15px;
  width: 200px;
  font-family: Verdana, Arial, sans-serif;
}
label {
  cursor: pointer;
  padding-right: .5em;
  width:160px;
  float:left;
  line-height:16px;

}

label b,
label strong {
font-weight:bold;
}


label a img {
visibility:hidden;
}

label a:hover,
label a {
text-decoration:none!important;
cursor:default;
}

/* Tabellen in Formularen */
form table {
  width: 100%;
  border-collapse: collapse;
  margin: .8em 0;
}
form td,
form th {
  color: inherit;
  padding: 3px 5px 3px 15px;
}
form th {

  text-align: left;
}

form.newsletterform td.tdcaptcha img {
background:white;
margin-bottom:5px;
}


form.newsletterform  input[type="submit"] {
cursor:pointer;
}

form.newsletterform td label {
text-align:left;
font-weight:bold;
}

form#frmSS10,
form.newsletterform,
form.newsletterform table{
width:420px;
}





.tx_powermail_pi1_formconfirmation_back {
padding-bottom:5px;
}

.tx_powermail_pi1_fieldwrap_html_12 {
padding-top:10px;
}

.tx_powermail_pi1_fieldwrap_html_18,
.tx_powermail_pi1_fieldwrap_html_11 {
padding-top:10px;
}


.tx-powermail-pi1_confirmation p {
font-weight:bold;
}


.powermail_mandatory_js
{
	color:#990000;
  margin-left:168px;
}

.powermail_mandatory {
 color:#990000;
 padding-left:4px;
}


body#uid5 .tx-powermail-pi1 {
margin:0;
padding:0;
}

.tx_powermail_pi1_fieldwrap_html {
clear:both;
overflow:hidden;
padding-bottom:5px;
}

body#uid5 .tx-powermail-pi1 label {
cursor:pointer;
}


.tx_powermail_pi1_fieldwrap_html_captcha_description,
.tx_powermail_pi1_fieldwrap_html_captcha img{
margin-left:165px;
}

ul.powermail_mandatory_list li strong {
 color:#990000;
}


form.newsletterform .required {
		color: red;
		color:#FFD300;
	}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für besondere Bereiche
 * 
 * @section Container
 */
 
div#container
{
  
	margin:auto;
	margin-right:0;
	width:1237px;
	height:auto;
  text-align:left;
  margin-top:0;
  
}

#container #header
{
	width:1237px;
	height:363px;
	margin:0;
	padding:0;
  position:relative;

}

#header #headerimage { 
background:url(../img/header_bg_final.jpg) no-repeat;
	width:1237px;
	height:363px;
}

#header #firstNavi
{
	width:1087px;
	height:35px;
	line-height:20px;
	padding:0 0 0 150px;
  z-index:100;
	position:absolute;
	bottom:-10px;
  z-index:200;

}

#firstNavi a:link, #firstNavi a:visited
{
	padding:5px 0 3px 2px;
	margin:0 15px 20px 0;
	width:auto;
	height:28px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-size:1.2em;
}

#firstNavi a:hover, #firstNavi a:active
{
	padding:5px 0 3px 2px;
	margin:0 15px 20px 0;
	width:auto;
	height:28px;
	background:url(../img/firstNavi_hover02.png) no-repeat center -2px;
	display:block;
	float:left;
	color:#FFD300;
	text-decoration:none;
	font-weight:normal;
	font-size:1.2em;
}

#firstNavi .active:link, 
#firstNavi .active:visited, 
#firstNavi .active:hover, 
#firstNavi .active:active
{
	padding:5px 0 3px 2px;
	margin:0 15px 20px 0;
	width:auto;
	height:28px;
	background:url(../img/firstNavi_hover02.png) no-repeat center -2px;
	color:#FFD300;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:normal;
	font-size:1.2em;
}



#container #content
{

	width:987px;
	height:auto;
	padding:32px 100px 32px 150px;
  background:url(../img/content_bg_hg01.png) repeat-y;
  overflow:hidden;
  border-top:1px solid white;
  z-index:50;

}


.manBottom {
background:url(../img/man_bottom_anim.gif) no-repeat;
width:492px;
height:489px;
position:absolute;
margin-left:745px;
top:364px;
z-index:100;

}

#content #leftContent
{
	width:460px;
	height:auto;
	margin:0 0px 0 0;
	min-height: 450px;
	overflow:hidden;
	float:left;
	padding:20px;
	background:#887232;
	z-index:55;
}


#content #leftContent b,
#content #leftContent strong {
color:#E9E5DC;
}

body#uid2 #content #leftContent b,
#content #leftContent strong {
color:black;
}

/*
#content #leftContent .textpic,
#content #leftContent .text,*/

body#uid10 #content #leftContent .textpic,
body#uid10 #content #leftContent .text {
border-bottom:1px dashed #3F3413;
margin-bottom:14px;
padding-bottom:5px;
}

#content #leftContent .csc-default {
border-bottom:1px dashed #3F3413;
overflow:hidden;
position:relative;
margin-bottom:10px!important;
padding-bottom:10px!important;
}

body#uid12 #content #leftContent .csc-default{
border:0 solid;
}

/* Formatierung Shop - Seite -start */

#content #leftContent img {
border:0 solid;
}

#content #leftContent p.csc-frame-frame2,
#content #leftContent p.csc-frame-frame2 b,
#content #leftContent p.csc-frame-frame2 strong {
color:black;
font-weight:bold;
}


body#uid18 #content #leftContent .linie-danach {
border-bottom:1px dashed #3F3413;
margin-bottom:10px;
padding-bottom:10px;
}

body#uid18 #content #leftContent .textpic,
body#uid18 #content #leftContent .text,
body#uid18 #content #leftContent .csc-default {
border:0 solid;
}

body#uid18 #content #leftContent .csc-textpic-imagewrap .csc-textpic-imagecolumn{
padding-right:10px;
}

/* Formatierung Shop - Seite -stop */



/* Formatierung Video Seite - start */

body#uid5 #content #leftContent #c40 {
border:0 solid;
}

body#uid5 #content #leftContent {
width:555px;
}
/* Formatierung Video Seite - stop */


/* Formatierung Neues Album */

body#uid8 #content #leftContent,
body#uid19 #content #leftContent {
width:555px;
}


#content #leftContent p {
margin-left:0;
padding-left:0;
}

#content #leftContent a {
color:#FFD300;
}




#leftContent h2,
#leftContent h1
{

	color:#FFD300;
	margin:0 0 11px 0;
	font-size:1.8em;
	width:100%;
	padding:3px 0 0 2px;
	font-weight:bold;
	border-bottom:1px solid #444444;
}


#leftContent h1 {
text-transform:uppercase;
}

#leftContent h2 {
border:0 solid;
font-size:1.4em;
text-transform:none;
}

#content #rightContent
{
	height:auto;
	width:270px;
	min-height:200px;
	float:left;
	margin:0;
	margin-left:30px;

}

#rightContent div.rightContainer
{
	height:auto;
	width:240px;
	float:left;
	margin:135px 0 30px 0;
	padding:15px;
	margin-left:25px;
	background:#887232;
	z-index:800;
	position:absolute;

}


#rightContent div.rightContainer.cdoutnow {
padding:0;
background:none;
}

div.rightContainer p {
padding-left:0;
margin-left:0;
}

div.rightContainer h1
{

	color:#FFD300;
	margin:0 0 10px 0;
	font-size:1.8em;
	width:100%;
	padding:3px 0 3px 2px;
	font-weight:normal;
	border-bottom:1px solid #A29165;
	text-transform:uppercase;
}

.rightContainer h2 {
margin-left:0;
padding-left:0;
}

#rightContent div.rightContainer a,
#rightContent div.rightContainer p {
color:#FFD300;
}

#rightContent div.rightContainer a {
color:#FFD300;
}

#rightContent div.rightContainer a:hover {
text-decoration:underline;
}

.news-latest-container, .news-single-item, .news-list-container, .tx-powermail-pi1, .tx-veguestbook-pi1, h2
{
	padding: 0 .8em;
}

.news-latest-morelink
{
	margin:0 0 15px 0;
}

.tx-itawyoutoubeembed-pi1
{
	padding:0 0 0 75px;
}

.powermail_captcha powermail_captcha_captcha
{
	margin-bottom:15px;
}

.tx-guestbook-date
{
	text-transform:lowercase;
}

.tx-femp3player-pi1
{
	margin:0;
	padding:0;
	text-align:left;
}





/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:120%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:none;
		color:black!important;
		font-weight:normal!important;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 35em;
		font-size:1.3em!important;
	}
	
	.tx-veguestbook-pi1 h2.tx-guestbook-header a {
	font-weight:normal;
	font-size:0.7em;
  }
  
  .tx-veguestbook-pi1 .tx-guestbook-entry {
  overflow:hidden;
  position:relative;
  border-bottom:1px dashed #3F3413;
  padding-bottom:10px;
  margin-bottom:10px;
  }
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:12em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:white;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:30.7em;
		background:none;
		padding: 1em;
		padding-left:0;
		padding-top:0;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
	color:white;
	color:black;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
   font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:17em;
    border:1px solid #A49E89;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:17em;
    border:1px solid #A49E89;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 22em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
    padding-left:0;
               
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
	
	
	.tx-veguestbook-pi1 .captcha_image {
  margin-left:11em;
  }
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
    cursor:pointer;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	input.tx-powermail-pi1_mandatory_submit,
	input.tx-powermail-pi1_confirmation,
	input.powermail_submit,
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
    border:0 solid;
    background:#A49E89;
    padding:2px 15px;
    margin:0;
    color:white;
    cursor:pointer;
    border-bottom:1px solid #9D9EA1;
    border-right:1px solid #9D9EA1;
	}

 body#uid5 input.powermail_submit {
 margin-left:155px;
}

/* default styles for extension "tx_cssstyledcontent"  - start */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }



/* default styles for extension "tx_cssstyledcontent" - stop */

/* default styles for extension "tx_rscontentcolumn_pi1" */
 div.tx-rscontentcolumn-pi1 {
        overflow:hidden;
  }

    div.tx-rscontentcolumn-pi1 div {
    vertical-align:top;
   }
div.tx-rscontentcolumn-pi1 div.leftcol {
   padding:1%;
   width:100%;
   white-space:normal;
   /*float:left;*/
}

div.tx-rscontentcolumn-pi1 div.rightcol DIV.csc-textpic,
div.tx-rscontentcolumn-pi1 div.rightcol .textpic,
div.tx-rscontentcolumn-pi1 div.leftcol DIV.csc-textpic,
div.tx-rscontentcolumn-pi1 div.leftcol .textpic {
overflow:hidden;
display:block;
height:110px;
position:relative;
}

div.tx-rscontentcolumn-pi1 div.rightcol .textpic,
div.tx-rscontentcolumn-pi1 div.leftcol .textpic {
border-bottom:1px dashed #919195;
margin-bottom:10px;
width:100%;
}

div.tx-rscontentcolumn-pi1 div.rightcol .text,
div.tx-rscontentcolumn-pi1 div.leftcol .text {
border-bottom:1px dashed #919195;
margin-bottom:10px;
width:100%;
}

body#uid7 .csc-textpic-imagecolumn{
padding-right:10px!important;

}

body#uid8 .rightContent .csc-textpic-imagewrap img,
body#uid8 rightContent .csc-textpic-image img {
width:100px;
height:100px;
/*display:none;*/
}

body#uid8 .csc-textpic-image,
body#uid8 .csc-textpic-imagewrap {
/*display:none;*/
}



.csc-textpic-caption {
line-height:110%;
}


div.tx-rscontentcolumn-pi1 div.rightcol {
  /* padding:1%;*/
   /*width:48%;*/
   white-space:normal;
   /*float:left;*/
   width:100%;
}
div.tx-rscontentcolumn-pi1 hr {
	border:0px none;
	width:100%;
	height:0px;
	visibility:hidden;
	clear:left;
	margin:0px !important;
}
div.tx-rscontentcolumn-pi1 div.threeleftcol {
   /*padding:1%;*/
   /*width:31%;*/
   white-space:normal;
   /*float:left;*/
}
div.tx-rscontentcolumn-pi1 div.threemiddlecol {
   /*padding:1%;*/
   /*width:31%;*/
   white-space:normal;
   /*float:left;*/
}

div.tx-rscontentcolumn-pi1 div.threerightcol {
   /*padding:1%;*/
   /*width:31%;*/
   white-space:normal;
   /*float:left;*/
   width:100%;
}



/* default styles for extension "tx_femp3player_pi1" */
		.tx-femp3player-pi1 {
			text-align: center;
       position:relative;
      z-index:20000;
      width:240px;
		}
		.tx-femp3player-pi1 TABLE {
			border: solid 1px #BCBCBC;
			margin-top: 5px;
			margin-bottom: 5px;
			border-collapse: collapse;
		}
		.tx-femp3player-pi1 TD {
			border: solid 1px #BCBCBC;
			padding: 5px;
		}
		
		
		.wrap_buttons {
      position:relative;
      z-index:21000;
      width:240px;
      padding-left:60px;
    }
     
    body#uid8 #rightContent .wrap_buttons ,
    body#uid5 #rightContent .wrap_buttons ,
    body#uid19 #rightContent .wrap_buttons {
margin-left:0;
padding-left:30px;
}

*+html  #rightContent .wrap_buttons,
*html  #rightContent .wrap_buttons {
margin-left:0;
padding-left:0;
}

body#uid8 #rightContent .tx-femp3player-pi1 ,
body#uid19 #rightContent .tx-femp3player-pi1 ,
body#uid5 #rightContent .tx-femp3player-pi1 {
margin-left:-23px;
}

    
    .wrap_buttons .textpic {
    margin-bottom:20px;
    }



.logoleiste {
 margin-left:0px;
 margin-top:20px;
}

