/* <![CDATA[ */
	/***************************************************************
* BASE ELEMENTS- SECTION 1
*
* Main classes
***************************************************************/
BODY {
	margin: 5px;
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

TD,TH,TBODY,THEAD,TFOOT {
	color: #1E1E1E;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: inherit;
	border: none;
}

/*UL {margin-top:0px;margin-bottom:0px;padding-top:0;padding-bottom:0;}*/
LI {
	color: #1E1E1E;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	background-color: inherit;
	border: none;
}

H1 {
	color: #E96801;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	background-color: inherit;
}

H2 {
	color: #E96801;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	background-color: inherit;
}

H3 {
	color: #5A5858;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
}

H4 {
	color: #946E4E;
	font-style: normal;
	font-weight: 800;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
}

H5 {
	color: #946E4E;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	background-color: inherit;
}

H6 {
	color: #946E4E;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-variant: small-caps;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	background-color: inherit;
}

HR {
	border: none;
	width: 100%;
	background-color: #4B4F53;
	color: inherit;
	height: 1px;
}

A {
	text-decoration: none;
}

A:link {
	color: #E96801;
	text-decoration: none;
	background-color: inherit;
}

A:visited {
	color: #E96801;
	background-color: inherit;
}

A:hover {
	color: #A66C33;
	text-decoration: underline;
	background-color: inherit;
}

A:active {
	color: #A66C33;
	text-decoration: underline;
	background-color: inherit;
}

FORM {
	margin: 0px;
}

INPUT {
	color: #4B4F53;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	border: solid 1px #989795;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle;
	padding: 2px;
}

TEXTAREA {
	color: #4B4F53;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	border: solid 1px #989795;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle;
	padding: 2px;
}

SELECT {
	color: #4B4F53;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular,
		sans-serif;
	border: solid 1px #989795;
	background-color: #FFFFFF;
	margin-top: 2px;
	vertical-align: middle;
	padding: 2px;
}

IMG {
	border: none;
}

EMBED {
	margin: 0;
	padding: 0;
}

.alert {
	border: 1px solid #000;
	background-color: #ffefe1;
	color: #000;
	width: 98%;
	padding: 5px;
}

.alert H1 {
	color: #FF0000;
	text-decoration: blink;
	font-weight: 800;
}

.alert SPAN {
	color: #00F
}

CAPTION {
	font-size: 13px;
	line-height: 30px;
}

/* NOSCRIPT BOX */
.noscript {
	color: #000000;
	background-color: #FF9;
	border: 1px solid #000;
	display: block;
	width: 550px;
	padding: 2px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
	overflow: auto;
}

/***************************************************************
* BASE ELEMENTS- SECTION 2
*
* Template classes
***************************************************************/
	/* Miscellaneous */
.noBorder {
	border: none;
}

.strong {
	font-weight: 800;
}

.accessKey {
	text-decoration: underline;
}

/***************************************************************
* BASE ELEMENTS- SECTION 3
*
* Typo3 CSS styled content classes
***************************************************************/
	/* P - Body text */
P.bodytext {
	text-align: left;
}

P.bodytext[ALIGN="left"] {
	text-align: left;
}

P.bodytext[ALIGN="right"] {
	text-align: right;
}

P.bodytext[ALIGN="center"] {
	text-align: center;
}

/* DIV - tt_content */
DIV.tt_content {
	margin-bottom: 15px;
}

/* TABLE - HTML Area */
TABLE.contenttable { /*border:solid 1px #BCBCBC;*/
	padding: 1px;
	border-collapse: collapse;
	width: 100%;
}

TABLE.contenttable TD {
	padding: 2px; /*border:solid 1px #BCBCBC;*/
	background-color: #FFFFFF;
}

TABLE.contenttable TH {
	background-color: #E6F2FA;
	padding: 2px;
	border: solid 1px #BCBCBC;
}

TABLE.contenttable P.bodytext {
	text-align: left;
}

TABLE.contenttable TD[STYLE] P.bodytext {
	text-align: inherit;
}

/* TABLE - File list */
TABLE.csc-uploads {
	border: solid 1px #BCBCBC;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

TABLE.csc-uploads TD {
	padding: 5px;
	border: solid 1px #BCBCBC;
	background-color: #FFF;
	color: inherit;
}

TABLE.csc-uploads TR.tr-even TD {
	background-color: #EFEFEF;
	color: inherit;
}

TABLE.csc-uploads TR.tr-odd TD {
	background-color: #FFF;
	color: inherit;
}

TABLE.csc-uploads TD.csc-uploads-fileSize {
	text-align: right;
	width: 10%;
	white-space: nowrap;
}

TABLE.csc-uploads TD.csc-uploads-fileName {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	margin: 0;
}

/* TABLE - Mail form */
TABLE.csc-mailform {
	border: solid 1px #BCBCBC;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

TABLE.csc-mailform TD {
	padding: 5px;
	border: solid 1px #BCBCBC;
	vertical-align: top;
	text-align: left;
}

TABLE.csc-mailform TD.csc-form-labelcell {
	background: #FFFFFF;
	width: 25%;
	font-weight: bold;
}

TABLE.csc-mailform P.csc-form-label-req {
	color: #FF5400;
}

/***************************************************************
* BASE ELEMENTS- SECTION 4
*
* Typo3 classes
***************************************************************/
	/* Edit icons */
TABLE.typo3-editPanel {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: none;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

TABLE.typo3-editPanel TD.typo3-editPanel-controls {
	padding: 5px;
	color: inherit;
	background-color: #FAFBFB;
	border: solid 1px #DFE2E3;
	width: 100px;
}

TABLE.typo3-editPanel TD.typo3-editPanel-label {
	padding: 5px;
	color: inherit;
	background-color: #F0E9D2;
	border: solid 1px #E5D9B1;
}

TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
	font-weight: bold;
	color: #FF5400;
	background-color: inherit;
}

TABLE[bgcolor="black"] {
	color: inherit;
	background-color: #DFE2E3;
}

/* Admin panel */
TABLE.typo3-adminPanel {
	padding: 0px;
	color: inherit;
	background-color: #FAFBFB;
	border: solid 1px #DFE2E3;
	border-collapse: collapse;
}

TABLE.typo3-adminPanel TD {
	padding: 2px;
}

TABLE.typo3-adminPanel TR {
	color: inherit;
	background-color: #FAFBFB;
	border: solid 1px #DFE2E3;
}

TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
	color: inherit;
	background-color: #F0E9D2;
	border: solid 1px #E5D9B1;
}

TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
	color: inherit;
	background-color: #F0E9D2;
	border: solid 1px #E5D9B1;
}

TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
	color: inherit;
	background-color: #FAFBFB;
	border: solid 1px #DFE2E3;
}

TABLE.typo3-adminPanel TABLE {
	color: inherit;
	background-color: #FAFBFB;
	border: solid 1px #DFE2E3;
	border-collapse: collapse;
}

TABLE.typo3-adminPanel TABLE TD {
	color: inherit;
	background-color: #F0E9D2;
	border: solid 1px #E5D9B1;
}

TABLE.typo3-adminPanel A:hover {
	text-decoration: none;
}

.tx-flvplayer-pi1 {
	text-align: left;
}
/* ]]> */
