<!--
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	
	/* BODY - Generic */
	BODY {
		background: #EDECE9;
		margin: 5;
		color: #4B4F53;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #4B4F53;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	}
	
	/* LI - Unordered list */
	UL > LI {
		list-style-image: url("/fileadmin/tv_templates/main/list.gif");
	}
	
	/* H1 - Generic */
	H1 {
		color: #FF5400;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H2 - Generic */
	H2 {
		color: #4A7B94;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H3 - Generic */
	H3 {
		color: #4B4F53;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H# - Generic */
	H4, H5, H6 {
		color: #4B4F53;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #DFE2E3;
		background-color: #DFE2E3;
		height: 1px;
	}
	
	/* PRE - Generic */
	PRE {
		white-space: normal;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		color: #FF5400;
		text-decoration: none;
	}
	
	/* A - Visited link */
	A:visited {
		color: #FF5400;
	}
	
	/* A - Hover link */
	A:hover {
		color: #00AAFF;
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		color: #00AAFF;
		text-decoration: underline;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		margin: 2px;
		color: #4B4F53;
		font-size: 12px;
		background-color: #FFFFFF;
		border: solid 1px #9DA2A6;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		padding: 2px;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		margin: 2px;
		color: #4B4F53;
		font-size: 12px;
		background-color: #FFFFFF;
		border: solid 1px #9DA2A6;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		padding: 2px;
	}
	
	/* SELECT - Generic */
	SELECT {
		margin: 2px;
		color: #4B4F53;
		font-size: 12px;
		background-color: #FFFFFF;
		border: solid 1px #9DA2A6;
		font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
		padding: 0px;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	/* P - Body text */
	P.bodytext {
		text-align: justify;
	}
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* TABLE - HTML Area */
	TABLE.contenttable {
		border: solid 1px #DFE2E3;
		padding: 10px;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.contenttable TD {
		padding: 10px;
		border: solid 1px #DFE2E3;
	}
	TABLE.contenttable TH {
		background: #FAFBFB;
		padding: 10px;
		border: solid 1px #DFE2E3;
	}
	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 #DFE2E3;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-uploads TD {
		padding: 5px;
		border: solid 1px #DFE2E3;
	}
	TABLE.csc-uploads TR.tr-even TD {
		background: #FAFBFB;
	}
	TABLE.csc-uploads TD.csc-uploads-fileSize {
		text-align: right;
		width: 10%;
		white-space: nowrap;
	}
	
	/* TABLE - Mail form */
	TABLE.csc-mailform {
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-mailform TD {
		padding: 5px;
		border: solid 1px #DFE2E3;
		vertical-align: top;
		text-align: left;
	}
	TABLE.csc-mailform TD.csc-form-labelcell {
		background: #FAFBFB;
		width: 25%;
		font-weight: bold;
	}
	TABLE.csc-mailform P.csc-form-label-req {
		color: #FF5400;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Template classes
	 ***************************************************************/
	
	/* DIV - Page headers */
	DIV.pageheaders {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		background: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	
	/* H1 - Page headers */
	DIV.pageheaders H1::before {
		content: url("/fileadmin/tv_templates/main/h1.png");
	}
	
	/* H3 - Page headers */
	DIV.pageheaders H2 {
		padding-left: 20px;
	}
	
	/* SPAN - Rootline */
	SPAN.rootline {
		font-size: 10px;
	}
	
	/* A - Rootline */
	SPAN.rootline A {
		font-size: 10px;
	}
	
	/* DIV - Search box */
	DIV.searchbox {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		background: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	
	/* SUBMIT - Search box */
	DIV.searchbox INPUT {
		vertical-align: middle;
	}
	
	/* SUBMIT - Search box */
	DIV.searchbox INPUT.searchbox-submit {
		background: none;
		border: none;
		vertical-align: middle;
	}
	
	/* DIV - Tools */
	DIV.tools {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		background: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	
	/* DIV - Content right */
	DIV.content-right {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* Lists - Content right */
	DIV.content-right UL, DIV.content-right OL {
		margin-left: 1em;		padding-left: 0px;
	}
	
	/* DIV - Menu level 2 */
	DIV.menu-level2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	/***************************************************************
	 * 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;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		width: 100px;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
	}
	TABLE[bgcolor="black"] {
		background-color: DFE2E3;
	}
	
	/* Admin panel */
	TABLE.typo3-adminPanel {
		padding: 0px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TD {
		padding: 2px;
	}
	TABLE.typo3-adminPanel TR {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TABLE {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TABLE TD {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
//-->

