/**
 * "Images" Inhaltselement. Kein Abstand von links
*/
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { 
	margin-left: 0px !important; 
	margin-right: 0px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap {
	margin-bottom: 30px;
}
/* IE7 */
*+html DIV.csc-textpic DIV.csc-textpic-imagewrap {
	padding-bottom: 30px;
} 
/**
 * Trennlinie in dem Inhaltsbereich
 */
div.csc-frame-rulerAfter {
	width: 453px;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 15px;
	clear: both;
}

/* IE 6 */
*html div.csc-frame-rulerAfter {
	margin-bottom: 5px;
}
 */
/**
 * Frontend User Registrierung

div.tx-srfeuserregister-pi1 p {
	padding: 0;
	margin: 0;
}
div.tx-srfeuserregister-pi1 dt {
	width: 120px;
	float: left;
	padding: 4px 0px 4px 0px;
}
div.tx-srfeuserregister-pi1 dd {
	width: 280px;
	float: left;
	padding: 4px 0px 4px 0px;
	margin: 0;
}
dl.recommend dt {width:170px !important}
dl.recommend dd {width:260px !important}


div.tx-srfeuserregister-pi1 label {
	display: inline;
	float: left;
}
.tx-srfeuserregister-pi1-error {
	font-weight: bold;
	color: #ff0000;
}
.tx-srfeuserregister-pi1-submit {
	font-weight: bold;
	height: 20px;
}
/**
 * Kontaktformular
 */
#contact-form dl {
	width: 500px;
}
 #contact-form dt {
	width: 150px;
	float: left;
	padding: 4px 0px 4px 0px;
}
 #contact-form dd {
	width: 380px;
	float: left;
	padding: 4px 0px 4px 0px;
	margin: 0;
}
 #contact-form label {
	display: inline;
	float: left;
}


/***************************************************************
 * Plugin sk_memman
 ***************************************************************/
 div.tx-skmemman-pi1, div.listitem {
 position: relative;
float: left;
 	width: 570px;
 	font-size: 10px;
 }
 
*html div.tx-skmemman-pi1, *html div.listitem {
	width: 570px;
}
 
 div.item-details {
 	width: 570px;
 }
 
 div.listitem {
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 	border-bottom: 1px dashed #AAA;
 }
 
 div.tx-skmemman-pi1 h2,  div.tx-skmemman-pi2 h2 {
 	margin: 0px 0px 5px 0px;
 	padding: 0;
 	font-size: 14px;
 	font-weight: bold;
 }
 
 div.listitem select, div.listitem input {
 	font-size: 10px;
 	background-color: #efefef;
 	padding: 1px 0px 1px 0px;
 	height: 20px;
}
 
 div.listitem input {
 	height: 16px;
 }
 
 div.listitem select.empty {
 	color: #ffffff;
 }
 
 div.listitem-image {
 	width: 84px;
 	margin-right: 12px;
 	float:left;
 }
 
 div.listitem-image img {
 	margin-top: 2px;
 	width: 84px;
 	border: none;
 }
 
 div.listitem-content {
 	width: 390px;
 	padding: 0px 15px 0px 0px;
 	font-size: 10px;
 	float:left;
 }
 
 div.listitem-content-wide {
 	width: 500px;
 	padding: 0px 15px 0px 0px;
 	font-size: 10px;
 	 	float:left;
 }

 
div.listitem-text {
	height:100px;
	line-height: 15px;
	overflow:hidden;
}



div.listitem-myroom-text {
	line-height: 15px;
	margin-top: 10px;
	margin-bottom:10px;
	padding-left: 5px;
}
div.newsitem-text {
	width: 580px;
	margin-bottom: 18px;
	margin-top: 18px;
	overflow: auto;
}
div.listitem-headline {
	line-height: 17px;
 	font-size: 15px;
 	font-weight: bold;
 	color: #333333;
 	width: 100%;
 	/*border-bottom: 1px dotted #ff0000;
 	padding-bottom: 3px;
 	margin-bottom: 5px;*/
}


div.listitem-link{
 	position: absolute;
  	vertical-align: bottom;
	right: 50px; 
  	bottom: 40px;
  	width: auto;
  	/*text-align: left;*/
}
div.listitem-backlink {
	margin-top: 20px;
	margin-right: ;
}

div.listitem-date {
	margin-top: 5px;
	font-weight: bold;
	clear: both;
}
div.listitem-date2 {
	margin-top: 0px;
	font-weight: bold;
	clear: both;
}
div.listitem-location {
	margin-top: 0px;
	margin-bottom: 5px;	
	font-weight: bold;
	clear: both;
}  
div.listitem-location-news {
	margin-top: 2px;
	margin-bottom: 0px;	
	font-weight: bold;
	clear: both;
}   
 div.listitem-link a:link, div.listitem-link a:active,  div.listitem-link a:visited, 
 div.listitem-backlink a:link, div.listitem-backlink a:active,  div.listitem-backlink a:visited {
	/*color: #FF0000;*/
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
 div.listitem-link a:hover,
 div.listitem-backlink a:hover {
	color: #ff0000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
div.listitem input.filter-submit {
	height: 20px;
	border-color:#999999;
	background-color: #efefef;
}
*+html div.listitem input.filter-submit {
	height: 17px;
	border-color:#efefef;
}
div.listitem option.values {
	background-color: #ec4858;;
}

div.infobox {
	background-color:#f2f2f2;
	padding:10px;
	font-weight:bold;
	width:450px;
	height:27px;
	border: solid 1px #6b7e00;
	margin-bottom:20px;
}

div.filter-box {
position: relative;
float: left;
	margin-right: 4px;
}

 div.newsitem-content-wide {
 	width: 580px;
 	padding: 0px px 0px 0px;
 	font-size: 10px;
  	float:left;
 }

/* Details */
div.details-content {
	padding-bottom: 10px;
	padding-top: 20px;
 	margin-bottom: 20px;
 	margin-top: 10px;
 	/* border-bottom: 1px dashed #AAA; */
 	/*margin-left: 20px;*/
 	clear: left;
}
div.details-content h1 {
		width: 100%;
		font-size: 13px;
		margin-bottom:20px;
}
div.details-content h2 {
		width: 100%;
}
div.details-content h3 {
		width: 100%;
		font-size: 12px;
		margin-bottom:20px;
		margin-left:2px;
}
div.details-text {
	width: 580px;
	margin-bottom: 10px;
	margin-top: 5px;
	overflow: auto;
}
div.details-text ol,  div.details-text ul {
	margin: 0;
	padding: 0;
	margin-left: 40px;
}

div.details-text dl {
	margin-left: 12px;
}
div.details-text dd, div.myroom-text dd {
	float: left;
	width: 320px;
	text-align: left;
	padding: 1px 0px 1px 0px;
	color: #6b7e00;
}
div.details-text dt, div.myroom-text dt{
	float: left;
	width: 90px;
	text-align: left;
	padding: 1px 0px 1px 0px;
	clear:both;
}
div.company-detail-logo {
 	width: 120px;
 	margin-right: 12px;
 	float:left;
}
div.company-detail-text {
 	width: 420px;
 	padding: 0px 15px 0px 0px;
	float:left;
}
div.contact-detail-text {
 	width: 370px;
 	padding: 0px 5px 0px 0px;
	float:left;
}
div.contact-details-label {
 	width: 100px;
 	padding: 0px 10px 0px 0px;
 	margin-bottom: 5px;
 	font-weight: bold;
	float:left;
	clear:left;
}

div.contact-details-item {
 	width: 250px;
 	padding: 0px;
 	margin-bottom: 4px;
	float:left;
	text-align: left;
	color: #6b7e00;
}
h2.company-details {
	font-weight: bold;
	color: #ff0000;
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	margin-top: 6px;
}
div.anno-details-image {
 	width: 200px;
 	margin: 0px;
 	float:left;
}
img.logo {
	float: left;
	margin: 6px 6px 6px 0px;
	max-width: 100px;
}
img.newsitem{
	float: left;
	margin: 6px 6px 6px 0px;
	max-width: 200px;
}

img.gallery {
	float: left;
	height: 60px;
	margin: 5px 20px 10px 0px;
}

img.gallery-edit {
	float: left;
	height: 60px;
	margin: 5px 1px 10px 0px;
}

img.delete-gallery-image {
	float: left;
	height: 7px;
	width: 7px;
	
	margin: 5px 10px 0px 2px;
}

div.myroom-text {
	width: 520px;
	font-size: 10px;
}

div.myroom-text i,  div.myroom-text b.glabel{
	color: #666666;
}

div.myroom-text b.glabel {
	text-decoration: underline;
}

div.myroom-row {
	padding-top: 15px;
	clear:left;
	margin-top:5px;
}

div.myroom-text a.link{
	text-decoration: none;
}

div.myroom-text h4 {
	margin: 0px;
	padding: 0px;
}

div.myroom-text input, div.myroom-text textarea, div.myroom-text select {
	font-size: 10px;
	padding: 1px 5px 1px 5px;
}

div.myroom-text input.readonly {
		background-color: #eeeeee;
}

div.myroom-messages {
	clear:left;
	width:560px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size:11px;
}
div.myroom-messages-subject {
	float:left;
	width:220px;
	margin-right: 4px;
}
div.myroom-messages-date {
	float:left;
	width:70px;
	margin-right: 4px;
}
div.myroom-messages-from {
	float:left;
	width:170px;
	margin-right: 4px;
}
div.myroom-messages-options {
	float:left;
	width:70px;
}
div.myroom-message-label {
	width: 100px;
	font-weight: bold;
	float:left;
	clear:left;
}
div.myroom-message-content {
	width: 350px;
	float:left;
}
div.myroom-message {
	clear:left;
	width:500px;
	margin-bottom: 35px;
	padding-top: 30px;
	font-size:11px;
}

a.favlist {
	font-size:11px;
	/*font-weight:bold;*/
	text-decoration: underline;
}

a.favlist:hover {
	font-size:11px;
	color: #666666;
	/*font-weight:bold;*/
	text-decoration: none;
}

div.favlist-left {
	clear:left; 
	float: left; 
	width:350px; 
	margin-left:10px; 
	margin-bottom:15px;
}
div.favlist-right {
	float: left; 
	width:150px;
}

div.myroom-editform-label {
	clear:left;
	float:left;
	width:230px;
	margin-bottom: 12px;
}

div.myroom-editform-label-small {
	clear:left;
	float:left;
	width:100px;
	margin-bottom: 12px;
}
div.myroom-editform {
	float:left;
	width:270px;
	color: #ff0000;
	margin-bottom: 12px;
}

.form_error{
	color:#ff0000;
	font-weight: bold;
	
}

/* Groups select pulldown */
div.myroom-text optgroup, div.myroom-text option {
	font-size: 9px;
}



optgroup.level-1-title {
	padding-left: 0px;
}

option.level-1-item {
	padding-left: 20px;
}

optgroup.level-2-title {
	padding-left: 20px;
}

option.level-2-item {
	padding-left: 20px;
}

option.level-3-item {
	padding-left: 20px;
}

div.myroom-text .checkbox-options {
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 5px;
}

div.myroom-text ul.no-list-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* pages naviagtion */
div.pagesnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.pagesnav li {
	float: left;
	list-style: none;
	padding: 0px 4px 0px 4px;
}

/********************************************************/
/* Plugin tx_sknovalnetxml */
/********************************************************/
input.input_txt, select.select_txt {width: 250px;}
input.input_txt1 {width: 180px;}
input.input_txt2 {width: 60px;}
input.input_txt3 {width: 95px;}




div.myroom-text dt {width:200px;}
div.myroom-text dd {width:200px;}


/********************************************************/
/* Plugin tx_pumpinvoice */
/********************************************************/

tr.tx-pumpinvoice-pi1-listrow-header {
	font-weight:bold;

}

td.tx-pumpinvoice-pi1-listrow-header {
	padding: 4px;
}

.pumpinvoice_table {
	padding:5px;
	border:0px ; 
	vertical-align:top; 
	overflow:hidden;
}
dl.billing_address dt {
	width: 100px;
}
.error {
	font-color: #ff0000;
	font-weight: bold;
}

dl.myroom-notifications dt {
	width: 450px;
}
dl.myroom-notifications dd {
	width: 50px;
}
dl.myroom-notifications {
	width: 500px;
}
