/* 2Columns -begin */
/* -------------------------------------------------------------------------- */

div.tx-fdfx2cols-pi1{
position:relative;
left:0px;
}

/* Layout 1 */
.layout1 table{
border-bottom:1px solid #e3e3e3;
width:400px;
}

.layout1 table td.td-1{
width:300px;
}

.layout1 table td.td-1 img{
padding-right:5px;
}

.layout1 table td.td-2{
width:100px;
vertical-align:bottom;
}

/* Layout 2 */
.layout2 table{
border-bottom:1px solid #e3e3e3;
width:100%;
}

.layout2 table td table {
border:none;
padding:0px;
margin:0px;
}

.layout2 table td table td p{
padding:0px;
margin:0px;
}

.layout2 table td.td-1{
width:50%;
}

.layout2 table td img{
padding-right:5px;
}

.layout2 table td.td-2{
width:50%;
}

/*Bsp. 2 Column mit DIV
div.tx-fdfx2cols-pi1{
position:relative;
left:0px;
margin-bottom:10px;
}

div.c2l1d-left{
position:absolute;
left:0px;
padding: 0px;
width:380px;
white-space:normal;
border:1px solid red;
}

div.c2l1d-middle{
position:absolute;
left:390px;
padding: 0px;
width:380px;
border:1px solid blue;
white-space:normal;
}*/

/* 2Columns -endn */
/* -------------------------------------------------------------------------- */


/* default styles for extension "tx_cssstyledcontent" */
	/* 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 {
		padding: 2px;
		border: 1px #dadada solid;
	}

	DIV.csc-textpic-imagewrap { padding:5px 0px 0px 0px; }

	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 */
	
	
#maincol_sub2 .csc-frame-frame1	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
	
/* tt_news -begin */
/* -------------------------------------------------------------------------- */
	
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container div.clearer,
.news-list-container div.clearer,
.news-single-item div.clearer,
.news-latest-container div.clearer{
	clear:right;
	border:none;
	color:#ffffff;
	line-height:0px;
	height:0px;
	font-size:0px;
	padding:0;
	margin:0;
}

.hide_news{
display:none;
height:0px;
font-size:0px;
line-height:0px;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
padding-top:1.5em;

}

#col3 .news-latest-container H3,.news-latest-gotoarchive {
font-size:0.95em;
padding:0px 0px 0px 20px;
margin:5px 0px 5px 0px;
background-image:url(../../imgs/link.gif);
background-position:0% 50%;
background-repeat:no-repeat;
}

.news-latest-container a{
}

.news-latest-container a:hover{
}

.news-latest-gotoarchive {
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {

}
.news-latest-gotoarchive A {

}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px 10px 0px 10px;
	margin-bottom:1px;
}

.news-latest-item p.bodytext{
}

.news-latest-item IMG {
	margin:0px 0px 5px 10px;
	float:right;
	border:1px solid #c5dbb5;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	color:#ff9933;
	float:right;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}


.news-list-item {
background-image:url(../../imgs/dotted.gif);
background-repeat:repeat-x;
background-position: bottom;
padding:0;
margin:0px 0px 20px;
/* IE hack */
height: 1%;
line-height: 1.3em;
/* IE hack end */
}
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}

.news-list-container H3 {
background-color:#ff9933;
padding:10px 10px 5px 10px;
margin-bottom:10px;
color:#ffffff;
border:1px solid #737373;
	
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {

}
.news-list-container H3 A {
}

.news-list-date {
	float: right;
	width: 180px;
	text-align: right;
	font-weight: normal;
	font-size:0.8em;
	}


.news-list-container IMG {
float: right;
	padding:1px;
	border:1px solid #c5dbb5;
	margin:0 0 1em 0;
	background-color:#dff5cf;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
}

.news-list-morelink  {
	margin-bottom:3px;
	font-size:0.8em;
}

.news-list-browse {

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
		text-align: center;
}

.tx-ttnews-browsebox table{
margin:auto;
}

.tx-ttnews-browsebox TD P A{
padding:0px 5px 0px 5px;
display:block;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #dff5cf;
	border:1px solid #c5dbb5;
}

.news-search-emptyMsg {
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
}

.news-single-item H1 {
background-color:#ff9933;
padding:5px 10px 5px 10px;
margin-bottom:10px;
color:#ffffff;
border:1px solid #737373;
}

.news-single-item H2 {
}

.news-single-item H3 {
	padding:5px 0px 10px 0px;

}

.news-single-img {
	float: right;
	margin-left:5px;
	width:240px;
}

.news-single-item img{
	padding:1px;
	border:1px solid #c5dbb5;
	margin:0;
	background-color:#dff5cf;
	}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
color:#FFFFFF;
float:right;
padding:5px 10px 0px 0px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
}
.news-single-author {
}

.news-single-additional-info {
/*	clear: both;*/
	margin-top: 10px;
	border:1px solid #c5dbb5;
	background-color:#dff5cf;
	padding:0px 10px 0px 10px;
}

.news-single-additional-info img{
border:none;
padding:0px 10px 0px 0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 0.8em;
	margin-left:0px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
padding-top:20px;
}
.news-amenu-container LI {
	padding:0px 0px 0px 10px;
	margin:0;
	color:#64C21B;
}

.news-amenu-container UL {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
}

.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #C5DBB5;
	padding: 2px;
	background-color: #DFF5CF;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


/* CSC Formulare stylen, die sind tabellenlos*/

.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
        font-size: 0.9em;
        width: 110px;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
	border: none;
	margin: 2px;
}

.csc-mailform-field input {
 	margin: 2px;
}

.csc-mailform-field textarea {
 	margin: 2px;
}

.csc-mailform-field input.csc-mailform-submit{
	margin-left:131px;
 }
/* -------------------------------------------------------------------------- */

/* Umfrage -begin*/
/* -------------------------------------------------------------------------- */

.tx-pbsurvey-pi1 fieldset.survey_item{
padding:0px 0px 10px 0px;
margin:0px 0px 10px 0px;
border-bottom:1px solid #cccccc;
/*background-image: url(../imgs/fragezeichen_rose.gif);*/
background-image: url(../imgs/fragezeichen_blau.gif);
background-repeat:no-repeat;
background-position:100% 80%;
}

.tx-pbsurvey-pi1 .questionNumber{
display:none;
}

.tx-pbsurvey-pi1 legend.question{
font-size:1.1em;
font-weight:bold;
}

.tx-pbsurvey-pi1 fieldset.survey_item input{
background-color:#ffffff;
border:medium none;
}

.tx-pbsurvey-pi1 fieldset.survey_item .questionSubtext{
font-weight:bold;
background-color:#E6E7E9;
/*background-color:#F8F1E9;*/
padding:5px 0px 5px 10px;
}

.tx-pbsurvey-pi1 fieldset.survey_item .questionSubtext p.bodytext{
padding:0;
}

.tx-pbsurvey-pi1 .survey_error{
background-color:#F8F1E9;
padding:5px 0px 5px 10px;
margin-bottom:15px;
}

/* Umfrage -end*/
/* -------------------------------------------------------------------------- */


/* Indexed Search -begin*/
/* -------------------------------------------------------------------------- */

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; font-size:0.8em;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* Indexed Search -end*/
/* -------------------------------------------------------------------------- */


/* User Register -begin*/
/* -------------------------------------------------------------------------- */

.tx-feuserloginsystem-pi1{
float:left;
width:100%;
padding-top:20px;
}

#rightcol_content .tx-feuserloginsystem-pi1{
float:none;
}

.tx-srfeuserregister-pi1 p {
margin-bottom:0;
margin-top:0.5em;
padding:0;
text-indent:0;
}

.tx-srfeuserregister-pi1 dd br{
font-size:0;
margin:0;
padding:0;
height:0;
line-height:0;
}

.tx-srfeuserregister-pi1 h4 {
margin-top:5px;
font-size:12px;
font-weight:normal;
}

.tx-srfeuserregister-pi1 legend {
font-weight:bold;
padding:0;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
font-style:italic;
margin-bottom:1em;
padding:0;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
margin-bottom:2em;
}
.tx-srfeuserregister-pi1 a {
}
.tx-srfeuserregister-pi1 label {
margin:0;
padding:0;
}
.tx-srfeuserregister-pi1 label span {
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
color:#FF0000;
}
.tx-srfeuserregister-pi1 input {
margin:0;
padding:0 0.5em 0 0;
width:auto;
overflow:visible;
}
.tx-srfeuserregister-pi1 input[type="password"] {
margin-right:1em;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
margin-right:1em;
}
.tx-srfeuserregister-pi1 input[type="radio"], .tx-srfeuserregister-pi1 input[type="checkbox"] {
background-color:transparent;
border:none;
margin:0 5px;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox {
background-color:transparent;
border:none;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
background-color:transparent;
margin-left:1em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
cursor:pointer;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
background-color:transparent;
background-image:url(../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif);
background-repeat:no-repeat;
font-size:0.8em;
margin-left:1em;
padding-left:15px;
}
.tx-srfeuserregister-pi1 ul {
list-style-position:inside;
margin:0;
padding:0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
list-style-type:none;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
margin:0 0 0.3em;
padding:0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label {
margin:0;
padding:0 0 0 0.5em;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
float:left;
margin:0;
padding:0 2em 0 0;
}
.tx-srfeuserregister-pi1 dl {
margin:0;
padding:1em 0 0;
}
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
float:left;
margin:0;
padding:0;
}
.tx-srfeuserregister-pi1 dt {
clear:both;
padding-right:1em;
text-align:right;
width:30%;
padding:0 0 5px 0;
}
.tx-srfeuserregister-pi1 dd {
text-align:left;
width:65%;
padding:0 0 5px 10px;
}

.tx-srfeuserregister-pi1 dd dl{
padding:0;
}

.tx-srfeuserregister-pi1 dl{
padding:0;
margin:0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
padding-right:0;
width:auto;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
width:80%;
}
* html .tx-srfeuserregister-pi1 dd {
float:none;
}
.tx-srfeuserregister-pi1 dd p {
margin-bottom:0.5em;
margin-top:0;
padding:0;
}

/* User Register -end*/
/* -------------------------------------------------------------------------- */


/* Login System -begin*/
/* -------------------------------------------------------------------------- */

form#tx-srfeuserregister-pi1-fe_users_form{
height:auto;
padding-top:20px;
}

.tx-feuserloginsystem-pi1 table.small_login{
width:400px;
}

.tx-feuserloginsystem-pi1 form table.small_login label {
padding-left:0;
}

.tx-feuserloginsystem-pi1 form#loginbox{
}

.tx-feuserloginsystem-pi1 form#loginbox td.perma{
text-align:left;
}

/*
.tx-feuserloginsystem-pi1 form#loginbox td.td-2{

width:74px;
}

.tx-feuserloginsystem-pi1 form#loginbox td.td-3{
width:30px !important;
}*/

.tx-feuserloginsystem-pi1 form#loginbox td.td-2 input.sbox {
width:60px;
margin-right:6px;
}

.tx-feuserloginsystem-pi1 form#loginbox input.button {
background:#FFFFFF url(../imgs/search.gif) no-repeat scroll right center;
border:medium none;
width:30px;
height:22px;
}

.tx-feuserloginsystem-pi1 input#permalogin{
border:none;
background-color:#ffffff;
}

/* Login System -end*/
/* -------------------------------------------------------------------------- */


/* eluna_pagecomments -begin*/
/* -------------------------------------------------------------------------- */

.eluna_pagecomments_comment_author{
font-size:0.85em;
padding-bottom:4px;
}

.eluna_pagecomments_comment{
background-color:#E6E7E9;
border-bottom:4px solid #FFFFFF;
padding: 3px 10px 3px 10px;
}

.eluna_pagecomments_comment_alt{
background-color:#F8F1E9;
border-bottom:4px solid #FFFFFF;
padding: 3px 10px 3px 10px;
}


/* tipafriend -begin*/
/* -------------------------------------------------------------------------- */
.tx-tipafriend input, .tx-tipafriend textarea{
background:#EEEEEE none repeat scroll 0 50%;
border:1px solid #616A71;
font-family:"Trebuchet MS",verdana,arial,helvetica,geneva,sans-serif;
font-size:12px;
margin:3px 0 3px 0;
overflow:visible;
padding:0 0.5em 0 0;
width:auto;
}

.tx-tipafriend input.submit{
margin:20px 0 0 0;
padding:2px 10px 2px 10px;
}

table.tx-tipafriend td{
vertical-align:top;
}


/* tipafriend -begin*/
/* -------------------------------------------------------------------------- */

div.tx-asfkusercounter-pi1{
width:336px;
height:344px;
background-image:url(../../Anwenderdaten/Images/Investitionsgutschein.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:auto;
position:relative;
}

div.tx-asfkusercounter-pi1 table{
height:13px;
left:142px;
position:absolute;
top:303px;
width:150px;
}

div.tx-asfkusercounter-pi1 table tr td{
width:150px;
height:13px;
}


/* Flash Player -begin*/
/* -------------------------------------------------------------------------- */
.tx-flvplayer-pi1{
text-align:center;
}

.tx-flvplayer-pi1, .tx-kuloplayer-pi1 {
margin:auto;
width:560px;
}