* 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 -end */
/* -------------------------------------------------------------------------- */


/* Styled Content -begin */
/* -------------------------------------------------------------------------- */

	/* 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 */

/* Styled Content -end */
/* -------------------------------------------------------------------------- */
	
	
/* News -begin */
/* -------------------------------------------------------------------------- */
	
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:1px solid #000;
	background-color:#BBE53A;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.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: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */

.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	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;
}

/* News -end */
/* -------------------------------------------------------------------------- */


/* Mailformular -begin */
/* -------------------------------------------------------------------------- */

.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-submit{

 float: right; 
 
}

/* Mailformular -end */
/* -------------------------------------------------------------------------- */


/* Pagecomments -begin */
/* -------------------------------------------------------------------------- */
.tx-skpagecomments-pi1{
background-image:url(../imgs/bg_comments.gif);
background-repeat:no-repeat;
background-position:0% 40px;
background-color:#5A694D;
}


.sk-pagecomments-error {
background:#FFE8CF none repeat scroll 0%;
border:1px solid #48533E;
color:red;
font-weight:bold;
padding:5px;
}

.sk-pagecomments-success {color:blue;font-weight:bold;}
.sk-pagecomments-counter {color:#600;text-align:right;text-decoration:underline;margin-bottom:12px;}

.tx-skpagecomments-pi1 .pagebrowser{
background-color:#48533E;
padding:3px 0px;
text-align:center;
}

.pagebrowser a,
.pagebrowser b {
padding:2px 10px 2px 10px;
color:#ffffff;
}

.tx-skpagecomments-pi1 .linktext a {
background-image:url(../imgs/arrow_comment.gif);
background-repeat:no-repeat;
margin-right:10px;
color:#ffffff;
padding:0px 2px 0px 19px;
text-decoration:none;
}

.pagebrowser a:hover {
background-color:#283720;
}

#ecoeternity .tiplink a:hover,
.tx-skpagecomments-pi1 .linktext a:hover {
background-image:url(../imgs/arrow_act.gif);
background-repeat:no-repeat;
margin-right:10px;
padding:0px 2px 0px 19px;
background-color:#283720;
text-decoration:none;
}

.sk-pagecomments-headline {
border-bottom:1px solid #48533E;
font-weight:bold;
height:1.5em;
margin-top:1.5em;
}

.sk-pagecomments-answerheadline {border-bottom:1px solid #000;font-weight:bold;background:#f7f3ef;padding-left:6px;height:20px;}
.sk-pagecomments-namedate {float:left;}
.sk-pagecomments-emailhomepage{float:right;}
.sk-pagecomments-answer{float:right;padding:0 4px 0 12px;} 
  
.sk-pagecomments-comment{
color:#ffffff;
padding:4px 40px;
clear:both;
}
        
.sk-pagecomments-teaser {margin-top:-40px}
.sk-pagecomments-teaser h4 {background:#eee;font-size:85%;margin:0;color:green;padding-left:4px;}
.sk-pagecomments-teaser h4 span{padding-right:4px}
.sk-pagecomments-teaser p {margin:0;font-size:90%}

.tx-skpagecomments-pi1 form {
margin:0px 0px 40px 40px;
width:460px;
}

.tx-skpagecomments-pi1 form fieldset {}
.tx-skpagecomments-pi1 form p.userinfos {text-align:center;padding:6px;}
.tx-skpagecomments-pi1 span.sk-pagecomments-number {
float:left;
font-size:0.9em;
width:40px;
}

.tx-skpagecomments-pi1 form legend {
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.4em;
font-weight:normal;
letter-spacing:0px;
margin-bottom:10px;
margin-top:10px;
padding:10px 0px 0px;
width:470px;
}

.tx-skpagecomments-pi1 form label {
float:left;
padding:0pt;
width:150px;
color:#ffffff;
}

.tx-skpagecomments-pi1 form p {margin:6px 0;}
.tx-skpagecomments-pi1 form p img {vertical-align:bottom; border:1px solid #48533E;}
.tx-skpagecomments-pi1 div.smileytext{margin-left:130px;}

.tx-skpagecomments-pi1 form input#name,
.tx-skpagecomments-pi1 form input#email,
.tx-skpagecomments-pi1 form input#homepage {
background:#E3DFCB none repeat scroll 0%;
border:1px solid #48533E;
width:298px;
}

.tx-skpagecomments-pi1 form textarea {
border:1px solid #48533E;
padding:3px 5px;
width:298px;
height:160px;
background:#E3DFCB;
}

.tx-skpagecomments-pi1 form input#name:focus,
.tx-skpagecomments-pi1 form input#email:focus,
.tx-skpagecomments-pi1 form input#homepage:focus,
.tx-skpagecomments-pi1 form textarea:focus {background:#FFFFFF;} 

.tx-skpagecomments-pi1 form input#skcommentssubmit {
background:#E3DFCB none repeat scroll 0% 50%;
border:1px solid #48533E;
color:#48533E;
float:right;
padding:5px 0px;
width:154px;
}
        
.tx-skpagecomments-pi1 img {
}

/* Pagecomments -end */
/* -------------------------------------------------------------------------- */


/* SR FEUser Register -begin */
/* -------------------------------------------------------------------------- */

.tx-srfeuserregister-pi1 {width:500px;}

.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }

.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }

.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style:italic;
margin-bottom:1em;
text-align:left; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }

.tx-srfeuserregister-pi1 a {
background-image:url(../imgs/arrow_white.gif);
background-repeat:no-repeat;
margin-right:10px;
color:#48533E;
padding:0px 2px 0px 19px;
text-decoration:none;
}

.tx-srfeuserregister-pi1 a a:hover {
background-image:url(../imgs/arrow_white_act.gif);
background-repeat:no-repeat;
margin-right:10px;
padding:0px 2px 0px 19px;
color:#283720;
text-decoration:underline;
background-color:#E5E0CF;
}

.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }

.tx-srfeuserregister-pi1 label span, .tx-srfeuserregister-pi1 p span.wichtig { color: #ff0000; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }

.tx-srfeuserregister-pi1 input#tx-srfeuserregister-pi1-image-0 {font-size:0.85em;}

.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:medium none;}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, 
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; border:medium none;}
		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { 
padding-left: 15px; 
background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); 
background-color: transparent; 
background-repeat: no-repeat; 
font-size: .8em; 
margin-left: 1em;
 }

.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }



.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { padding: 0; margin: 0.3em 0 0 0; float: left; }

.tx-srfeuserregister-pi1 dd#upload input {width:250px !important;}

.tx-srfeuserregister-pi1 dd br{font-size:0;line-height:0; height:0;margin:0;padding:0;}

.tx-srfeuserregister-pi1 dt { width: 180px; text-align: right; padding-right: 20px; clear:both;}

.tx-srfeuserregister-pi1 dt.header{
width: 500px;
padding:20px 0px 0px 0px;
margin-bottom:10px;
text-align: center;
}

.tx-srfeuserregister-pi1 dt.header span.header {
font-size:1.3em;
font-weight:bold;
border-bottom:1px solid #80561C;
color:#80561C;
}

.tx-srfeuserregister-pi1 dl.contact_person dt.header {padding:0}

.tx-srfeuserregister-pi1 dd { text-align: left; width: 300px;}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }




/* SR FEUser Register -end */
/* -------------------------------------------------------------------------- */


/* Captcha begin */
/* -------------------------------------------------------------------------- */

form input#captcha{
font-size:12px;
height:20px;
margin:0pt;
padding:5px;
width:142px;
}

/* Tip a friend begin */
/* -------------------------------------------------------------------------- */

.tx_tipafriend table{
padding:10px 0px 0px 0px;
}

.tx_tipafriend table td {
padding:5px 0px 0px 0px;
vertical-align:top;
}

.tx_tipafriend table td img{
padding:0px 0px 5px 0px;
}


.tx_tipafriend .error {
background:#FFE8CF none repeat scroll 0%;
border:1px solid #48533E;
color:red;
font-weight:bold;
padding:5px;
}

.tx_tipafriend .tipafriend_detail {
padding: 10px 0px 10px 0px;
font-size:0.9em;
display:block;
}

#ecoeternity .tiplink a{
background-image:url(../imgs/arrow.gif);
background-repeat:no-repeat;
margin-right:10px;
color:#ffffff;
padding:0px 2px 0px 19px;
text-decoration:none;
}

#ecoeternity .tiplink a:hover {
background-image:url(../imgs/arrow_act.gif);
background-repeat:no-repeat;
margin-right:10px;
padding:0px 2px 0px 19px;
background-color:#283720;
text-decoration:none;
}

div#issent{
height:255px;
}

/* nb fe users view */
/* -------------------------------------------------------------------------- */

.tx-nbfeuserlist-pi1 .listview{
background-color: white;
background-image: none;
margin-top:20px;
}

.tx-nbfeuserlist-pi1 .listview .odd{
background-color: #E3E0CF;
background-image: none;
padding-top: 3px;
padding-bottom: 3px;
}

.tx-nbfeuserlist-pi1 .listview .even{
background-color: #F0EDE4;
background-image: none;
padding-top: 3px;
padding-bottom: 3px;
}

.tx_nbremembrance_deceased_image{
}

.tx-nbfeuserlist-pi1 .tblheader{
color: #283720;
}

.tx-nbfeuserlist-pi1 .singleview{
background-color: none;
background-image: none;
}

.tx-nbfeuserlist-pi1 table.singleview {
background:url(../imgs/left_ru.jpg) bottom right no-repeat;
margin-top:10px;
}

.tx-nbfeuserlist-pi1 table.singleview h1{
text-align:right;
border:none;
margin-top:0px;
padding:5px 0px 0px 25px;
background-image:none;
}

.tx-nbfeuserlist-pi1 .singleview td.left {
vertical-align:top;
 background-color:#ffffff;
}

.tx-nbfeuserlist-pi1 .singleview td.left .ro {
	background:url(../imgs/right_ro.jpg) top right no-repeat;
}

.tx-nbfeuserlist-pi1 .singleview td.left .ru {
	background:url(../imgs/left_ru.jpg) bottom right no-repeat;
}

.tx-nbfeuserlist-pi1 .singleview td.left .lu {
	background:url(../imgs/lu.jpg) bottom left no-repeat;
}

.tx-nbfeuserlist-pi1 .singleview td.center_top {
	background:url(../imgs/center_ro.jpg) top right no-repeat;
}

.tx-nbfeuserlist-pi1 .singleview td.center_bottom {
	background:url(../imgs/center_ru.jpg) bottom right no-repeat;
height:20px;
}

.tx-nbfeuserlist-pi1 .singleview td.right {
	background:url(../imgs/right_ro.jpg) top right no-repeat;
padding-right:10px;
}

.tx-nbfeuserlist-pi1 .singleview td.right table.remembrance td{
padding-right:15px;
}

.tx-nbfeuserlist-pi1 div.largeimage{
padding:0px 12px 14px 0px;
min-height:172px;
} 

.tx-nbfeuserlist-pi1 div.largeimage img{
border:1px solid #ffffff;
} 

.tx-nbfeuserlist-pi1 .singleview td.single_right{
	background:url(../imgs/ru.jpg) bottom right no-repeat;
}

.tx-nbfeuserlist-pi1 .singleview td.right table.remembrance td.commentlink{
padding:15px 0px 15px 0px;
text-align:right;
}

.tx-nbfeuserlist-pi1 .singleview .commentlink a,
.tx-nbfeuserlist-pi1 .pagebrowser td a
 {
background-image:url(../imgs/arrow_white.gif);
background-repeat:no-repeat;
margin-right:10px;
color:#48533E;
padding:0px 2px 0px 19px;
text-decoration:none;
}

.tx-nbfeuserlist-pi1 .singleview .commentlink a:hover,
.tx-nbfeuserlist-pi1 .pagebrowser td a:hover {
background-image:url(../imgs/arrow_white_act.gif);
background-repeat:no-repeat;
margin-right:10px;
padding:0px 2px 0px 19px;
color:#283720;
text-decoration:underline;
background-color:#E5E0CF;
}

.tx-nbfeuserlist-pi1 table.data{
padding-top:10px;
font-size:11px;
}

.tx-nbfeuserlist-pi1 table.data tr.tr0 td{
padding-top:5px;
}

.tx-nbfeuserlist-pi1 table.data td{
vertical-align:top;
width:25%;
}



.tx-nbfeuserlist-pi1 table.data td.td0{
padding-left:10px;
}


.tx-nbfeuserlist-pi1 table.data .tr0 td.td3{
background:transparent url(../imgs/data_ro.jpg) top right no-repeat;
padding-right:12px;
}

.tx-nbfeuserlist-pi1 table.data .tr1 td.td0{
background:transparent url(../imgs/data_lu.jpg) bottom left no-repeat;
padding-bottom:20px;
}

.tx-nbfeuserlist-pi1 table.data .tr1 td.td1,
.tx-nbfeuserlist-pi1 table.data .tr1 td.td2{
background:transparent url(../imgs/data_cu.jpg) bottom right no-repeat;
padding-bottom:20px;
}

.tx-nbfeuserlist-pi1 table.data .tr1 td.td3{
background:transparent url(../imgs/ru.jpg) bottom right no-repeat;
padding-bottom:20px;
padding-right:12px;
}


.tx-nbfeuserlist-pi1 table.data tr.forest td{
}

.tx-nbfeuserlist-pi1 table.data tr.forest td.tr1{
padding-top:20px;
}

.tx-nbfeuserlist-pi1 table.pagebrowser{
margin-top:20px;
padding:3px 0px;
text-align:center;
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td0 {
width:33%;
text-align:left;
vertical-align:top;
}


.tx-nbfeuserlist-pi1 table.pagebrowser td.td0 a{
background-image:url(../imgs/arrow_white_back.gif);
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td0 a:hover{
background-image:url(../imgs/arrow_white_back_act.gif);
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td1 {
width:33%;
text-align:center;
vertical-align:top;
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td2 {
width:33%;
text-align:right;
vertical-align:top;
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td2 a {
background-image:url(../imgs/arrow_white_next.gif);
background-position:right;
margin:0;
padding:0px 19px 0px 0px;
}

.tx-nbfeuserlist-pi1 table.pagebrowser td.td2 a:hover {
background-image:url(../imgs/arrow_white_next_act.gif);
background-position:right;
margin:0;
padding:0px 19px 0px 0px;
}


.tx-nbfeuserlist-pi1 .single{
background-color: none;
background-image: none;
vertical-align:top;
}

.tx-nbfeuserlist-pi1 .tx_nbremembrance_deceased_text{
text-align: right;
float: right;
font-size:12px;
}

.tx-nbfeuserlist-pi1 h2,
.tx-nbfeuserlist-pi1 h3 {
border: none;
color: #80561C;
padding-bottom: 5px;
font-size: 14px;
text-align:right;
}

.tx-nbfeuserlist-pi1 h3 {
font-size: 10px;
font-weight:normal;
}



.tx-nbfeuserlist-pi1 .backlink{
margin-top: 10px;
}

.forest, .funeral, .church{
/* border: 1px solid #D6CFB6; */
}