//*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P {
	font-size: 12px;
}
TABLE.contenttable TR TD {
   font: normal 11px;
   background: transparent;
}
/* Tables, specifically */
TABLE.contenttable-0 P {
	color: #1B2943;
}
TABLE.contenttable-1 P {
   color: Black;
}
TABLE.contenttable-1 TR.tr-0 TD P {
	font-weight:12px
;
}
TABLE.contenttable-1 TR.tr-0 TD {
	background-color: transparent;
}
TABLE.contenttable-2 P {
   color: #3C3C3C;
}
TABLE.contenttable-2 TR TD.td-0 {
}
TABLE.contenttable-2 TR TD.td-0 P {
	font-weight:12px
;
}
TABLE.contenttable-3 P {
	color: #8A0020;
}
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {
	background-color: transparent;
}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {
	font-weight:12px
;
}
/* RTE / Table styling */
TABLE.contenttable {
   border: 1px none;
   width: 100%;
   font: normal;
}
TABLE.contenttable TR TD {
	
}
TABLE.contenttable TR TD P.bodytext {
	font-size: 12px
;
}
TABLE.contenttable TR {
}
/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally:*/
FORM TABLE TR TD {
	padding-left: 5px;
	padding-right: 5px;
   
}
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {
	background-color: White;
	border: 1px none Black;
}
FORM TABLE TR TD.csc-form-fieldcell {
   background-color: transparent;
   border: 1px none Black;
   margin: 5px 5px 5px;
}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	border: 1px solid Black;
	background: #4682B4;
	background-color: White;
	border-color: #6A9BC5;
	margin: 5px 5px 5px;
}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {
   font-weight: 12px;
   border: 1px dotted Black;
}
/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell {
   border: 1px solid #EDEDED;
   font-size: 12px;
   background: #D4ECA8;
   width: 100%;
}
/* Search form, specifically */
FORM TABLE.csc-searchform {

}
FORM TABLE.csc-searchform TR TD {
   padding: 1px;
}
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {
	font-weight:11px
;
}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {
   border: 1px solid #AAAAAA;
   background: #F4FAE8;
   color: #000000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
/* Login form, specifically */
FORM TABLE.csc-loginform {
	width: 70%;
}
#tx-newloginbox-pi1-user, #tx-newloginbox-pi1-pass {
	border: 1px solid #aec4de;
}
.tx-newloginbox-pi1-submit {
	border: 1px solid #aec4de;
	color: #000000;
	background: #ffffff;
}
/******************/
/* Linker Inhalt */
/******************/
#inhaltl {
	width: 150px;
	margin: 1px 1px 1px 1px;
	background: transparent;
   padding: 1px;
   margin: 0px;
   width: 150px;
   margin-right: 1px;
   position: absolute;
   top: 30px;
   left: 1px;
   color: Black;
   list-style: circle;
	font-size: 9px;
}



/******************/
/* Headers, plain */
/******************/
H1 {
	color: Black;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 2px 2px 1px;
	padding: 2px 2px 2px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H2 {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 2px 2px 1px;
	background: #F4F6DC;
	padding: 2px 2px 2px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H3 {
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 2px 2px 1px;
	background: transparent;
	padding: 2px 2px 2px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H4 {
	margin-top: 1px;
	margin: 1px;
	padding: 1px;
	font-family: Tahoma;
	color: Black;
	padding: 1px;
	margin-right: 1px;
	font-size: 10px;
	font-weight: bold;
}
H1, H2, H3, H4, H5, H6 {
	margin: 0px 0px 0px 0px;
	margin-top: 2px;
	margin-bottom:2px;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 3px;
	margin: 1px;
	padding: 1px;
	color: Black;
	padding: 2px;
	margin-right: 0px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: inherit;
}
 H4.csc-firstHeader{
	margin-top: 1px;
	margin: 1px;
	padding: 1px;
	font-family: Tahoma;
	color: Black;
	padding: 1px;
	margin-right: 1px;
	font-size: 10px;
	font-weight: bold;
}
body {
	background: transparent;
	color: Black;
	font-family: Verdana;
	font-size: 13px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
a {
   color: #5C681A;
   border-bottom: 1px dotted White;
}
a:hover {
   color: #616200;
   border-bottom: 1px dotted #505100;
   text-decoration: none;
   font-weight: none;
   background: #B6CD34;
}
acronym {
	border-bottom: 1px dashed #699121;
	cursor: help;
}
h1:hover {
	border-bottom: 1px dashed #A9B32E;
   }
#column2 ul {
   margin: 12px;
}
#column2 li {
   color: Black;
   list-style: circle inside;
   text-indent: 5px;
   font-size: 12px;
}
.login {
   border: 1px solid #c9dcea;
   color: #999999;
   background: #4F6A1A;
}
.login_hover {
	border: 1px solid #999999;
	color: #cccccc;
}
submit_hover {
	border: 1px solid #999999;
	color: #555555;
	cursor: pointer;
	margin: 2px 5px;
	text-decoration: none;
	text-align: left;
} 

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
   background-repeat: no-repeat;
   text-align: left;
   width: 100%;
   font-size: 12px;
   margin-top: 0px;
   font-family: Verdana; margin-left:auto; margin-right:auto; margin-bottom:auto

}
#header {
	font-size:10px;
	height: 20px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left:0px;
	background-position: left;
}
#nav {
   padding-bottom: 1px;
   width: 160px;
	margin-left: 10px;  
}
#column1 {
   float: left;
   width: 160px;
   margin: 6px;
}
#column1 img {
   border: 1px none transparent;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	width: 98%;
	margin-left: 3px;
}     
fieldset {
	width: 350px;
	border: 1px dotted #818181;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}

.radiolayout {
	width: 350px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

.formu {
	width: 450px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	border: 1px dotted #818181;
}

submit {
	border: 1px dotted #818181;
	color: Black;
	margin: 2px 0px;
	text-decoration: none;
	text-align: center;
}
	
.mf-radio {
	
}

.mf-text {
	color: #000000;
	border: 1px dotted #818181;
	margin-bottom: 5px;
}

.mf-check {
	border: 1px dotted Black;
}

.mf-select {
	border: 1px solid #818181;
	width: 250px;
	font-size: 13px;
}

.mf-input {
	border: 1px solid #818181;
	margin-bottom: 5px;
}

.mf-submit {
color: Black;
background-color: #DCDCDC;
border: 1px;
}

#breadcrumb {text-decoration: none;
text-align: left;
font-size: 9px;
font-weight: normal;}

a img {border: none;}

/* Powermail */
span.powermail_mandatory {
	color: #FF8C00;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #FF5E5E;
}
div.powermail_mandatory_js {
	color: Maroon;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px dashed #575757;
	padding: 10px;
	background: White;
	font-weight: bold;
	color: Black;
	font: 12px;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 150px;
	float: left;
	clear: both;
	color: #3E3E3E;
	padding-top: 5px;
	font-weight: lighter;
}
fieldset.tx-powermail-pi1_fieldset input,fieldset.tx-powermail-pi1_fieldset textarea {
	width: 280px;
	border: 1px solid #2F2F2F;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
	font-weight: bold;
	color: #080808;
	font: 14px;
	padding: 4px;
	}
input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 60px;
}
td.powermail_all_td {
	padding: 10px;
	color: Black;
	font: 13px;
}

.checkbox {
	border: 1px dotted #2A2A2A;
	clear: both;
	float: left;
	height: 5px;
}

