/*	CONTENT MAIN */

/* ************** */
.content {
	
	}
/* @group HEADERS */
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", verdana, arial,sans-serif;
	font-weight: 300;

	
	}
.content h1 {
	font-size: 2em;
	color: #193914;
	border-bottom: 1px solid #193914;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}

 .content h2 {
	font-size: 1.7em;
	color: #193914;
	margin-bottom: 10px;
	}

.content h2.menutitle {
	font-size: 1.3em;
	color: #008fc5;
	margin-bottom: 10px;
	}

.content h3 {
	color: #193914;
	margin-bottom: 5px;
	font-size: 1.5em;
	}

.content h4 { font-size: 1.3em;
	color: #333;
	margin-bottom: 5px;}

.content h5 { }


	
/*   HEADERS IN BOXES */


/* Headers, with link */

.content h1 a:link,
.content h1 a:visited,

.content h2 a:link,
.content h2 a:visited,

.content h3 a:link,
.content h3 a:visited,

.content h4 a:link,
.content h4 a:visited,

.content h5 a:link,
.content h5 a:visited {
	text-decoration: underline;
	}

.content h2 A {
	
	}

.content h2 a:link,
.content h2 a:visited {
color: #193914;
	}

.content h3 a:link,
.content h3 a:visited {
color: #193914;
	}

.content h4 A {
	color: #8A0020;
	}

.content h1 A:hover, .content h2 A:hover, .content h3 A:hover, .content h4 A:hover, .content h5 A:hover {
	
	}

/* @end */




/* @group paragraaf */

/* RTE / Bodytext:*/

.content a, {
	margin: 0;
	padding: 0;
	color: #5B7B0A;
	}

.content td a:link, .content td a:visited,
.content p a:link, .content p a:visited,
.content li a:link, .content li a:visited,
.content span a:link, .content span a:visited {
	color: #5B7B0A;
	text-decoration: underline;
	padding-bottom: 0;
	}

.content a:hover,
.content td a:hover,
.content p a:hover,
.content li a:hover,
.content span a:hover {
	color: #5B7B0A;
	padding-bottom: 0px;
	color: #82A7C5;
	}

.content p.bodytext,
.content p
 {
	margin-bottom: 17px;
	font-size: 1em;
	line-height: 1.6em;
	color: #424555;
	
	
	}
	
.homeintro 	p.bodytext
 {
	
	line-height: 1.5em;
font-size: 0.9em;
text-align: justify;	
	
	}

.content  blockquote {
	padding: 15px 10px 10px 30px;
		/*
	border-top: 1px dotted #697C8A;
	border-bottom: 1px dotted #697C8A;
	*/
	margin:0px;
	margin-bottom: 10px;
	color: #193914;
	background: #fff url('img/quote.jpg') 5px 5px no-repeat;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;

	}

.content  blockquote  p.bodytext {
		color: #193914;
	

	}
	
	


p {
	font-family:  Verdana, sans-serif;
	
	}
/* @end */

/* @group indent */
div.indent {
	padding-left: 20px;
}
/* @end */

/* @group BULLETS lists */

/*  Bulletlists */

.content ul,
.content ol {
	color: #424555;
	margin: 0 0 20px 30px;
	font: 1em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content li ul,
.content li ol {
	margin: 10px 0 15px 20px;
}
	


.content ul  li 

{

	font-size: 100%;
	
	}




.content  .small {
	font-size: 0.8em;
	}



.content ul li {
	list-style-type: circle;
	}

.content ul ul {
	}

/* Bulletlists, specifically */

UL.csc-bulletlist-0 {
	list-style-image: url(submen-arrow.gif);
	}

UL.csc-bulletlist-1 {
	list-style-type: decimal;
	}

UL.csc-bulletlist-2 {
	list-style-position: inside;
	}

UL.csc-bulletlist-3 {
	list-style-image: url(img/red_arrow_bullet.gif);
	}
	
	
	
	
/* Bulletlists, general */

UL.csc-bulletlist LI {
	color: #8A0020;
	list-style-image: url(images/../../../../../media/bullets/dot.gif);
	}

/* Bulletlists, specifically */

UL.csc-bulletlist-0 {
	color: #8A0020;
	list-style-image: url(images/../../../../../media/bullets/dot.gif);
	}

UL.csc-bulletlist-1 {
	color: #186900;
	list-style-type: decimal;
	}

UL.csc-bulletlist-2 {
	color: #10007B;
	list-style-position: inside;
	}

UL.csc-bulletlist-3 {
	color: #8A0020;
	list-style-image: url(images/img/red_arrow_bullet.gif);
	}



/* @end */



/* @group Frames, spacing, link-to-top */



P.csc-linkToTop {
	text-align: right;
	}

P.csc-linkToTop A {
	font-weight: bold;
	}

DIV.csc-frame {
	border: 0px;
	}

DIV.csc-frame-invisible {
	
	}

DIV.csc-frame-rulerBefore {
	border-top: 1px solid #333333;
	}

DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #333333;
	}

DIV.csc-frame-indent {
	padding-left: 100px;
	}

DIV.csc-frame-indent3366 {
	padding-left: 33%;
	}

DIV.csc-frame-indent6633 {
	padding-right: 33%;
	}

DIV.csc-frame-frame1 {
	background-color: #F2F9DA;
	padding: 10px;
	color: #577B17;
	}

DIV.csc-frame-frame2 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #FF6000;
	padding: 4px 0px 8px 0px;
	margin-bottom: 12px;
	margin-top: 5px;
	}

DIV.csc-frame-frame1 h1, DIV.csc-frame-frame1 h2, DIV.csc-frame-frame1 h3, DIV.csc-frame-frame1 h4, DIV.csc-frame-frame1 h5 {
	margin-top: 2px;
	}

DIV.csc-frame-frame2 h1, DIV.csc-frame-frame2 h2, DIV.csc-frame-frame2 h3, DIV.csc-frame-frame2 h4, DIV.csc-frame-frame2 h5 {
	margin-top: 2px;
	}
	
/* @end*/


/* @group Header date */

P.csc-header-date {
	color: #186900;
	}

/* Subheader, general */

P.csc-subheader {
	font-style: italic;
	background-color: #EDEBF1;
	}

/* Subheader, specific */

P.csc-subheader-0 {
	font-style: normal;
	}

P.csc-subheader-1 {
	color: #186900;
	}

P.csc-subheader-2 {
	color: #10007B;
	}

P.csc-subheader-3 {
	color: #8A0020;
	}
/* @end */



/* @group Images CAPTION 	 */



.csc-textpic-caption {
	font-style: italic;
	color: #666;
	font-size: 1em;
	margin: 0;
	
	}
	
	dl.csc-textpic-image  dt {
	

	}

 /* @end */




/* @group Tables, generally */



table.contenttable {
	width: 100%;
	
	border: 1px solid #D2DFB5;
	background-color: #E9F3D4;
	
	padding: 5px;
	
	
	margin: 0 10px 10px 0;
	}

table.contenttable tr td {
	vertical-align: top;
	padding: 3px 5px;
color: #565a5b;
	}

table.contenttable {
	font-size: 1em;
	line-height: 1.1em;
	}

table.contenttable trd td p.bodytext {
	font-size: 1.1em;
	color: #565a5b;
	
	}

table.contenttable TR {
	
	}
.contenttable-0 .td-0 {
	
	}
/* TABLE 1 */

table.contenttable-1 TR.tr-0 TD {

	color: #565a5b;
	font-weight: bold;
	}
	
	.contenttable-1 .td-0 {
	font-weight: bold;
	color: #779066;
	}
	
	

/* TABLE 2 */

table.contenttable-2 {
	color: gray;
	}

table.contenttable-2 TR TD.td-0 {
	width: 150px;
	
	color: #565a5b;
	font-weight: bold;
	}

table.contenttable-2 TR TD.td-0 {
	font-weight: bold;
	}

/* TABLE 3 */

table.contenttable-3 {
color: #565a5b;
	}

table.contenttable-3 TR TD.td-0, table.contenttable-3 TR.tr-0 TD {
	width: 150px;
	background-color: #A7BA93;
color: #fff;
	font-weight: bold;
	}


table.contenttable tr.tr-0  td,
table.contenttable thead th {
	
	border-bottom: 1px dotted #779066;
	color: #779066;
	font-weight: bold;
padding-bottom: 5px;
background-color: transparent;
	}
	
table.contenttable-3 TR TD.td-0 , table.contenttable-3 TR.tr-0 TD  {
	font-weight: bold;
	}

/* TABLES TR EVEN / ODD */

table.contenttable .tr-even {
	
	}

table.contenttable .tr-odd {

	}
	
	
/* @end */

/* @group TABLE gegevens */
/*
.table-gegevens caption {

	font-size: 1.2em;
	font-weight: lighter;
	color:#485B65;
	background-color: transparent;
	}

table.table-gegevens .tr-even {
	background-color: transparent;
	}

table.table-gegevens .tr-odd {
	background-color: transparent;
	}
	


table.table-gegevens {
	width: 100%;
	border: 1px solid #9CBDE8;
	padding: 3px;
	background-color: #E0EBED;
	margin: 0 20px 20px 0;
border-spacing: 1px ;
background: #DEEFFF;
	}

table.table-gegevens tr td {
	vertical-align: top;
	padding: 3px 5px;
	color: #555;
	
	}

table.table-gegevens {
	font-size: 1em;
	line-height: 1.1em;
	}



table.table-gegevens tr {
	
	}



table.table-gegevens td.td-0  {
	
	color: #fff;
	font-weight: bold;
	background: #9CBDE8; color: #fff;
	
	
	}
*/
/* @end */	



/* @group Filelinks, generally */



TABLE.csc-uploads {
	border: 0px;
	width: 100%;
	}

TABLE.csc-uploads TR TD p {
	background-color: transparent;
	font-size: 1em;
	color: #738694;
	}

TABLE.csc-uploads TR TD p a {
	color: #fff;
	}

TABLE.csc-uploads TR TD {
	vertical-align: top;
	padding: 0px;
	}

TABLE.csc-uploads TR.tr-even {
	
	}

TABLE.csc-uploads TR.tr-odd {
	
	}

TABLE.csc-uploads TR TD.csc-uploads-icon {
	padding: 0px;
	}

TABLE.csc-uploads TR TD.csc-uploads-fileName {
	
	}

TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
	font-weight: bold;
	}

TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
	font-style: italic;
	}

TABLE.csc-uploads TR TD.csc-uploads-fileSize {
	
	}
/* @end */


/* @group Filelinks, specifically */

TABLE.csc-uploads-1 {
	
	}

TABLE.csc-uploads-2 {
	
	}

TABLE.csc-uploads-3 {
	
	}

TABLE.csc-uploads-3 TR TD {
	
	}

TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {
	border: 0px;
	}

TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {
	border: 0px;
	}

TABLE.csc-uploads tr:hover {
	color: #fff;
	}

TABLE.csc-uploads tr:hover p {
	color: #fff;
	}

TABLE.csc-uploads tr:hover p a {
	color: #fff;
	text-decoration: underline;
	}
/* 	@end*/




/* @group csc-mailform */



#mailform {
	padding: 0px;
	margin-bottom: 20px;
	}

.csc-mailform-field {
	
	}

#mailform label {
	color: #336699;
	font-size: 1.1em;
	font-style: italic;
	padding: 5px;
	margin-bottom: 3px;
	position: absolute;
	text-align: right;
	width: 100px;
	}

.content	#mailform .csc-mailform-field input, 
.content	#mailform .csc-mailform-field textarea, 
.content	#mailform .csc-mailform-field select {
	width: 280px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 120px;
	margin-bottom: 8px;
	padding: 4px;
	border: 3px double #336699;
	background-color: #fff;
	color: #336699;
	}

#mailform  option {
	padding: 2px 6px;
	}

#mailformtext_area,
	#mailforminput_field {
	width: 400px;
	}

.content #mailform .csc-mailform-field textarea {
	font-size: 0.9em;
	}

#mailform .csc-mailform-field input:focus, 
	#mailform .csc-mailform-field textarea:focus,
	#mailform .csc-mailform-field select:focus {
	border: 3px double #8CAC0B;
	background-color: #fff;
	color: #425F1F;
	}

.csc-mailform-label {
	color: #444;
	border-bottom: 1px solid #36A6B4;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

fieldset.csc-mailform {
	border: 0px;
	}

.csc-mailform-radio legend {
	display: none;
	border: 0;
	}

.csc-mailform-radio  fieldset {
	border: 0px;
	}

.csc-mailform-radio label {
	border: 0px;
	position: relative;
	}

.csc-mailform-submit {
	border: 0px;
	}

.csc-mailform-submit:hover {
	color: #fff
	}

.csc-mailform-req label {
	color: red;
	}

.csc-mailform-radio label {
	position: relative;
	}

.csc-mailform-radio input {
	margin-left: 175px;
	}

#mailformradio_button input {
	border: 0px;
	}

.content .csc-mailform-field .csc-mailform-submit {
	margin-top: 10px;
	margin-left: 130px;
	width: 213px;
	height: 43px;
	padding: 8px 15px;
	border: 0px;
	background: url(img/reservationbutton.jpg) top left no-repeat;
	color: #336699;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin-top: 30px;
	border: 0px;
	}
/* @end */	
	
/* @group MACMADE LOGINBOX */

/*

	.tx-loginboxmacmade-pi1 {
	width:300px;
	color: #567B11;
	padding: 25px;
	background-color: #F2F9DA;
	border: 2px solid #95AD62;
	}

.tx-loginboxmacmade-pi1 a:link,
.tx-loginboxmacmade-pi1 a:visited{
	
	color: #567B11;
	
	}


	
	.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
			color: #FF0000;
		}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
			margin-top: 10px;
			margin-bottom: 10px;
		
			
		}
		.content .tx-loginboxmacmade-pi1 table td input {
	padding:4px;
	font-size: 1.1em;
	width: 160px;
	margin-left: 0;
	border: #CEEF86;
	background: url(img/formback-off.gif) top left no-repeat;
	border:2px solid #D6DFB5;
	}

.content .tx-loginboxmacmade-pi1 table td input.submit{
	background: url(img/aanmelden-button.jpg) top left no-repeat;
	color: white;
	display: block;
	width: 174px;
	height: 34px;
	padding: 4px 0 0 6px;
	border: 0;
	font-weight: bold;
	}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable input {
			
		}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
			padding: 8px 0 0px 0px;
			
		}
		.content .tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
			font-weight: bold;
			width: 150px;
		}
*/

/* @end */

/* @group FE REG */

.tx-srfeuserregister-pi1 input,
	.tx-srfeuserregister-pi1 textarea,
	.tx-srfeuserregister-pi1 select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	border: 1px solid #555;
	background-color: #eee;
	padding: 4px;
	}

p.tx-srfeuserregister-pi1-trash {
	background-color: #FFEFEF;
	padding: 8px;
	text-align: center;
	border: 1px solid red;
	padding: 8px;
	text-align: center;
	display: block;
	width: 500px;
	font-weight: bold;
	font-size: 0.8em;
	}

p.tx-srfeuserregister-pi1-trash a:link,
p.tx-srfeuserregister-pi1-trash a:visited {
	color: red;
	text-decoration: none;
	}

p.tx-srfeuserregister-pi1-trash a:hover {
	color: red;
	text-decoration: underline;
	}

.tx-srfeuserregister-pi1 {
	margin-top: 20px;
	}

.tx-srfeuserregister-pi1 label {
	color: #666;
	font-size: 0.9em;
	margin-left: 0px;
	text-align: right;
	margin-top: 5px;
	}

p.tx-srfeuserregister-pi1-notice {
	background-color: #FFF9DF;
	color: #555;
	border: 1px solid #FFB900;
	padding: 8px;
	text-align: center;
	display: block;
	width: 500px;
	font-weight: bold;
	font-size: 0.8em;
	}

.tx-srfeuserregister-pi1 legend {
	display: none;
	}

.tx-srfeuserregister-pi1 legend,
	.tx-srfeuserregister-pi1 fieldset {
	border: 0;
	color: #8EAFA5;
	}

/* @end */

/* @group resform */

.resformfield label,
	.resformfield2 label {
	color: #336699;
	font-size: 1em;
	padding: 5px;
	margin-bottom: 2px;
	position: absolute;
	text-align: right;
	width: 100px;
	}

.csc-mailform-label {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.resformfield input, 
	.resformfield textarea, 
	.resformfield  select,
	.resformfield2 input {
	width: 200px;
	font-size: 1em;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	border: 3px double #336699;
	background-color: #fff;
	margin-left: 130px;
	margin-bottom: 5px;
	padding: 4px;
	}

.resformfield textarea {
	
	}

.formblock1,
	.formblock2,
	.formblock3,
	.formblock4,
	.formblock5,
	.formblock6,
	.formblock7 {
	margin-bottom: 25px;
	}

.bigblock1,
	.formblock7,
	.questions {
	float: left;
	width: 360px;
	}

.questions {
	padding: 20px;
	width: 200px;
	margin-left: 120px;
	}

.bigblock2,
	.formblock8 {
	float: right;
	width: 440px;
	}

.formblock3 input,
.formblock4 input {
	width: 20px;
	}

.formblock3,
	.formblock4 {
	width: 400px;
	}

.formblock3 div.resformfield,
	.formblock4 div.resformfield {
	float: left;
	}

p.resinfo {
	width: 250px;
	margin-left: 130px;
	margin-top: 20px;
	}

.resformcheckbox {
	margin-left: 160px;
	}

.resformbutton {
	margin-top: 10px;
	margin-left: 130px;
	width: 213px;
	height: 43px;
	padding: 8px 15px;
	border: 0px;
	background: url(img/reservationbutton.jpg) top left repeat-x;
	color: #336699;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin-top: 30px;
	}

.resformbutton:hover {
	color: #fff;
	}

#resformerror {
	background: #faece8;
	padding: 10px 10px 10px 40px;
	color: #c91b17;
	border: 3px double  #c91b17;
	}

.resform-error {
	
	}

.resform-error label {
	margin: 0px 0px 2px 0px;
	color: #c91b17;
	}

.resform-error input {
	border: 3px double #c91b17;
	}

.req label {
	background: url(img/form-req.jpg) 110px 8px no-repeat;
	padding-right: 20px;
	font-weight: bold;
	}

#resform h2 {
	margin-top: 30px;
	}

table.pricestable {
	margin-top: 35px;
	background-color: white;
	border: 1px solid #336699;
	color: #336699;
	margin-bottom: 25px;
	margin-left: 40px;
	}

table.pricestable th,
table.pricestable td {
	padding: 3px 3px 3px 8px;
	width: 100px;
	}

table.pricestable th {
	background-color: #336699;
	color: white;
	}

table.pricestable .tr-odd {
	background-color: #DCE4ED;
	}

.resform-error {
	background-color: #EFF3F7;
	padding: 2px 0 0 0;
	margin-bottom: 7px;
	}

.resform-error label {
	color: #c91b17;
	}

.resformdesc {
	background-color: #668CB3;
	color: white;
	width: 200px;
	border-bottom: 1px solid white;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	}

.resformdata {
	background-color: #DCE4ED;
	color: #336699;
	width: 400px;
	border-bottom: 1px solid white;
	padding: 5px 5px 5px 10px;
	}

/* @end */


/* @group tx-felogin-pi1 */
.tx-felogin-pi1 p.bodytext {
	font-size: 0.8em;
	}
/* @end */
a:active, a:focus
{
  outline: none;
}


span.voorzieninginkijkergemeente {
	font-size: 0.7em;
	color: #144E73;
	text-decoration: none;
	}
	
span.voorzieninginkijkergemeente a:link,
span.voorzieninginkijkergemeente a:visited {
	
	color: #144E73;
	text-decoration: none;
	}







/* @group LOGINBAR */

.loginbar-welcome {
	color: #bcd194;
padding-left: 10px;
padding-right: 5px ;
line-height: 33px;

	}
.login-realinfo {
	color: white;
	font-weight: bold;
	
	}
	
	.loginbar-loginbutton a span,
	.loginbar-editbutton a span {
	margin-left: -30000px;
	}

.loginbar-loginbutton a {
	background: transparent url(../img/loginbar-logout.jpg) top left no-repeat;
	display: block;
	width: 34px;
	float: left;
	height: 33px;
	}

.loginbar-editbutton a {
	background: transparent url(../img/loginbar-edit.jpg) top left no-repeat;
	display: block;
	width: 28px;
	float: left;
	height: 33px;
	}

.loginbar-loginbutton a:hover {
	background: transparent url(../img/loginbar-logout.jpg) top right no-repeat;
	}

.loginbar-editbutton a:hover {
	background: transparent url(../img/loginbar-edit.jpg) top right no-repeat;
	}
	
	
	
/* @end */


/* @group BOTTOM MENU */
#bottom-menu h3 {
	color: #c7daa2;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 8px;
	margin-top: 0;
	}
	
	
	ul#home-screeninglist {
	margin-left: 0px;
	}
ul#home-screeninglist li {
	margin-bottom: 5px;
	border-bottom: 1px dashed #5d771e;
	padding-bottom: 3px;
	}
		ul#home-screeninglist li a {
			
		}

			ul#home-screeninglist li span.home-screeninglist-title a:link,
			ul#home-screeninglist li span.home-screeninglist-title a:visited {
			color: #c7daa2;
			text-decoration: none;
			font-weight: lighter;
			text-transform: uppercase;
			margin-bottom: 3px;
			font-size: 0.8em;
			}

ul#home-screeninglist li span.home-screeninglist-title a:hover {
			
			text-decoration: underline;
			
			}

			ul#home-screeninglist li span.home-screeninglist-date{
			color: #a4b977;
			text-align: right;
			font-size: 0.8em;
			margin-left: 0px;
			}
			
			#home-screeninglist  span.home-screeninglist-location {
			color: #a4b977;
			margin-left: 5px;
			font-style: italic;
			}
			
			span.bottom-menu-button {
				background: url(../img/bottom-menu-button.jpg) top left no-repeat;
				display: block;
				width: 186px;
				height: 35px;
				line-height: 250%;
				padding: 0 0 0 10px;
			}
	
			span.bottom-menu-button a:link,
			span.bottom-menu-button a:visited {
				color: #a7ba76;
				text-decoration: none;
			}

			span.bottom-menu-button a:hover {
				color: #fff;
			}

			span.bottom-menu-button a.screening {
				background: url(../img/getinvolved_screening.png) top left no-repeat;
				padding: 0 0 0 25px;
			}
			span.bottom-menu-button a.webshop {
				background: url(../img/webshop-icon.png) top left no-repeat;
				padding: 0 0 0 25px;
			}
			
	/* @end */
	
	
	/* @group sitemaps */
	.csc-menu-3 li a:link,
	.csc-menu-3 li a:visited {
	padding: 3px 5px;
	border-bottom:1px dotted gray ;
	display: block;
	text-decoration: none;
}

.csc-menu-3 li a:hover {
	background-color: #CBD0BA;
	padding: 3px 5px;
	border-bottom:1px dotted #476201  ;
}
	/* @end */
	
	
	
	
/* @group powermail */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	//font-weight: bold;
	color:black;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
/* @end */	
	
	
	

/* @element classes */
.backelement {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
padding: 10px 20px;
	
}

.horizontal-degra-green {
			background:#F4F6F0 url(../img/CE-back1.jpg) top left repeat-x;

}

.vertical-degra-green {
			background:#F4F6F0 url(../img/CE-back2.jpg) top left repeat-y;

}

.diagonal-degra-green {
			background:#F4F6F0 url(../img/CE-back3.jpg) top left no-repeat;

}



.padding-10-20 {
	padding: 10px 20px;
}
.clearboth {
	margin-bottom:10px ;
}


.marginleft-60 {
	margin-left: 60px;
}
/* @end */
	
	
	.login-notify {
	background-color: red;
}
	
