<!--
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	
	DIV, P, TD, LI {
		color: #000;
		font-style: normal;
		font-weight: normal;
		font-size: 1em;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	UL {
		list-style-image: url("/fileadmin/templates/interface/list.gif");
	}
	H1, h2, h3, h4, h5, h6 {
		color: #a3a3a3;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	H1 {
		font-size: 2.2em;
	}
	H2 {
		color: rgb(255, 150, 0);
		font-size: 2em;
	}
	H3 {
		font-size: 1.8em;
	}
	H4 {
		font-size: 1.6em;
	}
	H5 {
		font-size: 1.4em;
	}
	H6 {
		font-size: 1.2em;
	}
	HR {
		border: none;
		width: 100%;
		color: #666666;
		background-color: #666666;
		height: 1px;
	}
	PRE {
		white-space: normal;
	}
	
	img {
		border: 0;
	}
	/*
	a {
		text-decoration: none;
	}
	a:link, a:visited {
		color: #aad402;
	}
	a:hover {
		color: #d44602;
	}
	a:active {
		color: #faf8ba;
	} */
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
		padding: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		margin: 2px;
		color: #333333;
		font-size: 0.9em;
		background-color: #FFFFFF;
		border: solid 1px #666666;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		margin: 2px;
		color: #333333;
		font-size: 1em;
		background-color: #FFFFFF;
		border: solid 1px #666666;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* SELECT - Generic */
	SELECT {
		margin: 2px;
		color: #333333;
		font-size: 1em;
		background-color: #FFFFFF;
		border: solid 1px #666666;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 0px;
	}
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	blockquote {
		background: transparent url('/fileadmin/templates/interface/quote.gif') no-repeat scroll 0 0;
		margin: 0;
		padding: 10px 0 10px 20px;
	}
	blockquote p, blockquote ul li, blockquote ol li {
		color:#B9400B;
		font-size: 0.9em;
	}
	DIV.indent {
		margin: 10px 0 10px 20px;
	}
	/* P - Body text */
	P.bodytext {
		font-size:0.9em;
	}
	
	/* P - Body text */
	P.bodytext[ALIGN="right"] {
		font-size:0.9em;
		text-align: right;
	}
	DIV.csc-header {
		clear: both;
	}
	DIV.csc-textpic {
		clear:both;
	}
	DIV.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
		margin-bottom: 25px !important;
	}
	
	/* P - Body text */
	P.bodytext[ALIGN="center"] {
		font-size:0.9em;
		text-align: center;
	}
	
	/* Top Links Icon */
	P.csc-linkToTop {
		background-image: url("/fileadmin/templates/interface/icon_top.gif");
		min-height: 32px;
		background-repeat: no-repeat;
		padding-left: 25px;
		padding-top: 5px;
	}
	
	/* TABLE - HTML Area */
	TABLE.contenttable {
		border: solid 0px #FFFFFF;
		padding: 2px;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.contenttable TD {
		padding: 2px;
		border: solid 0px #FFFFFF;
		background-color: #FFFFFF;
		width: 50%;
	}
	TABLE.contenttable TH {
		background: #BCDFE7;
		padding: 2px;
		border: solid 1px #EAF3F5;
		color: #00869C;
	}
	/*TABLE.contenttable P.bodytext {
		text-align: left;
		font-weight: normal;
	}*/
	TABLE.contenttable TD[STYLE] P.bodytext {
		text-align: inherit;
	}
	TABLE.flex-box-mainTable TD.content DIV.tt_content DIV.csc-textpic-text UL LI {
		font-weight: normal;
	}
	
	/* H1 - CSC header */
	DIV.csc-header H1 {
		color:#B9400B;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:1.5em;
		font-weight:lighter;
		margin: 1.5em 0 0 0 !important;
	}
	DIV.csc-header H2 {
		color:#B9400B;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:1.3em;
		font-weight:lighter;
		margin:0.5em 0 0.5em !important;
	}
    
	TABLE.flex-box-mainTable DIV.csc-header H1 {
		background-image: none;
		padding: 0px;
	}
	TABLE.flex-box-mainTable li {
		font-size: 10px;
	}
	
	/* TABLE - File list */
	TABLE.csc-uploads {
		border: solid 1px #FFFFFF;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-uploads TD {
		background: #CDE7ED;
		padding: 5px;
		border: solid 1px #FFFFFF;
	}
	TABLE.csc-uploads TR.tr-even TD {
		background: #BCDFE7;
	}
	TABLE.csc-uploads TD.csc-uploads-fileSize {
		text-align: right;
		width: 10%;
		white-space: nowrap;
	}
	
	/* TABLE - Mail form */
	TABLE.csc-mailform {
		border: solid 1px #FFFFFF;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-mailform TD {
		padding: 5px;
		border: solid 1px #FFFFFF;
		vertical-align: top;
		text-align: left;
	}
	TABLE.csc-mailform TD.csc-form-labelcell {
		background: #BCDFE7;
		width: 25%;
		font-weight: bold;
	}
	TABLE.csc-mailform P.csc-form-label-req {
		color: #FF0000;
	}
	
	/* T3 Sitemap : underpages classes */
	
	UL.csc-menu {
		
	}
	
	UL.csc-menu li {
		display: block;
		background: no-repeat url("/fileadmin/templates/interface/black_arrow.gif") left;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	
	UL.csc-menu li a {
		display: block;
		width: 140px;
		padding-left: 12px;
		margin: 0px;
		text-decoration: none;
		text-align: left;
		font-size: 10px;
	}
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Template classes
	 ***************************************************************/
	
	table.contenttable {
		width: 800px;
	}
	td.left {
		text-align: left;
	}
	td.right {
		text-align: right;
	}
	td.center {
		text-align: center;
	}
	#calloutblock div.csc-textpic-imagewrap {
		margin-right: 30px !important;
	}

	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 5
	 *
	 * Extensions classes
	 ***************************************************************/
	
	/* tx_thmailformplus */
	fieldset {
		background: #BCDFE7;
	}
	legend {
		background: #FFFFFF;
		color: #2A90A3;
		font-weight: bold;
		padding: 2px 6px;
		border: solid 1px #007A8E;
	}
	
	/* mozsearch */
	div.tx-mozsearch-pi1 {
		text-align: center;
	}
	
	/* sitemap */
	div.tt_content dl.csc-menu dt {
		margin-top: 3px;
	}
	div.tt_content dl.csc-menu dt a {
		background: url("/fileadmin/templates/interface/black_arrow.gif") no-repeat 0 2px;
		padding: 0 0 0 12px;
	}

	/* WEC MAP */
	DIV.tx-wecmap-pi1 {
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}
	
//-->

