body {
	font-size: 12px;
}

/***************************/
/* General element styles: */
/***************************/
P, TD, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 12px; }

			
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; margin-top: 6px; padding-bottom: 2px;}
H2 { font-size: 16px; margin-top: 6px; padding-bottom: 2px;}
H3 { font-size: 14px; margin-top: 6px; padding-bottom: 2px;}
H4 { font-size: 12px; margin-top: 6px; padding-bottom: 2px;}
#content_right H1 { font-size: 12px; padding: 3px; }
DIV#content_right H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 10px; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, specific */
P.csc-subheader-0 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}




/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 12px;}
#content_border P.bodytext { font-size: 10px; padding: 30px 8px 50px 8px;}

/* RTE / Bulletlists */
UL { margin-top: 0px; 	line-height: 16px; }
UL UL LI LI { font-size: 11px; }OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; }
LI A { font-weight: bold; }


/* RTE / Table styling */
TABLE.contenttable { border: 1px dotted #ccc; margin: 10px 0px 10px 0px; width: 100%;}
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #ececec; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 9px; font-style: italic; }
.csc-textpic-caption { font-size: 9px; font-style: italic;  	line-height: 16px;  }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }

/* Felder und Submit Button für Email-Formulare */

.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:15px;
}

fieldset.csc-mailform {
	border: 1px dotted #ccc;
	background-color: #ececec;
} 

.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:15px;
}



.csc-mailform-field label {
margin:2px;
font-size:12px;
line-height:15px;
color:#000000;

/*float: left;*/
text-align: left;
margin-right: 0px;
width: 100px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



/*Ausrichtung des Submit Buttons*/



#mailformformtype_mail
{margin-left: 0px;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #CCCCCC;
border-width: 1px;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-bottom-color: #A2A2A2;
border-right-color: #A2A2A2;
border-style: solid;
}

.csc-mailform-field {
font-size: 12px;
line-height:15px;
clear:both;
}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 12px; font-weight: normal; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }



