<!--

	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	
	/* HTML - Generic */
	HTML, BODY {
		height: 100%;
		width: 100%;
	}
	
	/* BODY - Generic */
	BODY {
		background: #FFFFFF;
		margin: 0px;
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* LI - Unordered list */
	UL > LI {
		list-style-image: url("/fileadmin/templates/fri/list.gif");
	}
	
	UL {
	        margin-top: 0px;
	}
	
        /* H1 - Generic */
	H1 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 10px;
		line-height: normal;
		margin: 25px 0px 10px 0px;
                padding: 4px 0px 4px 10px;
                background-image: url("/fileadmin/templates/fri/bg_h1.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/* H2 - Generic */
	H2 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 10px;
		line-height: normal;
		margin: 2px 0px 2px 10px;
	}
	
	/* H3 - Generic */
	H3 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H# - Generic */
	H4, H5 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	H6 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 9px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #4B4F53;
		background-color: #4B4F53;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		color: #339900;
		text-decoration: none;
	}
	
	/* A - Visited link */
	A:visited {
		color: #339900;
		text-decoration: none;
	}
	
	/* A - Hover link */
	A:hover {
		color: #336699;
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		color: #336699;
		text-decoration: underline;
	}
	
	/* Preformatted - Generic */
	PRE {
		white-space: normal;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* SELECT - Generic */
	SELECT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* FIELDSET - Generic */
	FIELDSET {
		background-color: #F7F7F7;
		border: solid 1px #BCBCBC
	}
	
	/* LEGEND - Generic */
	LEGEND {
		color: #008AB8;
		font-weight: bold;
	}
	
	
	IMG {
		border: none;
	}
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/
	 
	TABLE#bgTable {
		width: 100%;
		height: 100%;
		border: 0;
	}
	
	TABLE#main {
		position: relative;
		top: 0px;
		width: 770px;
		border: 0;
		margin-top: 0px;
	}

	TABLE#main TD{
		background-color: #FFFFFF;
	}
	
	TD.bg_middle {
		width: 770px;
	}
	
	/* BACKGROUNDS - white, cross */
	TD.bg_white {
		background-image: url("/fileadmin/templates/fri/bg_white.gif");
		background-position: top left;
		background-repeat: repeat;
	}
	
	TD.bg_left {
		background-image: url("/fileadmin/templates/fri/bg_cross.gif");
		background-position: top right;
		background-repeat: repeat;
	}
	
	TD.bg_right, TD.bg_middle {
		background-image: url("/fileadmin/templates/fri/bg_cross.gif");
		background-position: top left;
		background-repeat: repeat;
	}
	
	/* BORDERS - left, right, bottom */
	TD.border_left {
		background-image: url("/fileadmin/templates/fri/border_left.gif");
		background-position: top right;
		background-repeat: repeat-y;
	}
	
	TD.border_right {
		background-image: url("/fileadmin/templates/fri/border_right.gif");
		background-position: top left;
		background-repeat: repeat-y;
	}

	TD.border_bottom {
		background-image: url("/fileadmin/templates/fri/border_bottom.gif");
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	/* MENUS */
	TD.menu_l1 {
		width: 496px;
		height: 96px;
	}
	TD.menu_l1 SPAN.level1_left IMG {
		margin-right: 3px;
		margin-bottom: 5px;
	}
	TD.menu_l1 SPAN.level1_right IMG {
		margin-left: 3px;
		margin-bottom: 5px;
	}
	DIV.menu_l2 {
		width: 245px;
	}
	DIV.menu_l2 DIV {
		margin-bottom: 5px;
	}
	DIV.menu_l2 DIV.level2_alt {
		background-image: url("/fileadmin/templates/fri/level2_bg_alt_no.gif");
		height: 20px;
		padding-right: 10px;
	}
	

	/* FCE - SubContent */
	DIV.sub_content TABLE{
		position: relative;
		top: 0px;
		width: 245px;
	}

	DIV.subContent {
		width: 233px;
		text-align: left;
		line-height: 140%;
		padding: 10px 0px 10px 0px;
	}
	
	TD.subContentLeft {
		background-image: url("/fileadmin/templates/fce/sub_content_left.gif");
		background-position: top left;
		background-repeat: repeat-y;
		width: 6px;
	}

	TD.subContentRight {
		background-image: url("/fileadmin/templates/fce/sub_content_right.gif");
		background-position: top right;
		background-repeat: repeat-y;
		width: 6px;
	}

	/* FOOTER - adress */
	TABLE#footer TD{
		font-size: 10px;
		background-color: #E5E5E5;
		color: #8F8F8F;

	}
	
	TABLE#footer A {
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
	}
	
	TABLE#footer A:link, TABLE#footer A:visited {
		color: #6A7683;
	}
	
	
	/* A - Hover link */
	TABLE#footer A:hover, TABLE#footer A:active {
		color: #336699;
	}
	
	
	/* Miscellaneous */
	.noBorder {
		border: none;
	}
	.strong {
		font-weight: bold;
		color: #5A85A1;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	H1.csc-firstHeader {
		margin: 0px 0px 10px 0px;
	}

	/* P - Body text */
	P.bodytext {
                margin: 2px 10px 2px 10px;
	}
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* TABLE - HTML Area */
	TABLE.contenttable {
		padding: 0px;
		border-collapse: collapse;
		width: 100%;
		margin: 10px;
	}
	TABLE.contenttable TD {
		padding: 2px;
		border-bottom: dashed 1px #A1A1A1;
		background-color: #FFFFFF;
	}
	TABLE.contenttable TH {
		background-color: #F7F7F7;
		padding: 2px;
		border-bottom: dashed 1px #A1A1A1;
	}
	TABLE.contenttable P.bodytext {
		text-align: left;
		font-size: 10px;
	}
	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: #FFFFFF;
	}
	TABLE.csc-uploads TR.tr-even TD {
		background: #F7F7F7;
	}
	TABLE.csc-uploads TD.csc-uploads-fileSize {
		text-align: right;
		width: 10%;
		white-space: nowrap;
	}
	
	/* 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;
		background-color: #F7F7F7;
		vertical-align: middle;
		text-align: left;
		border-bottom: solid 1px #BCBCBC;
		border-top: solid 1px #BCBCBC;
	}
	TABLE.csc-mailform TD.csc-form-labelcell {
		background: #F7F7F7;
		width: 25%;
		font-weight: bold;
		vertical-align: top;
	}
	TABLE.csc-mailform P.csc-form-label-req {
		color: #008AB8;
	}
	
	/* FCE - 4 Cols */
	TABLE.fce-4cols {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.fce-4cols TD {
		font-size: 10px;
	}
	TABLE.fce-4cols P.bodytext {
		margin: 0px;
	}
	
	/* FCE - 2 Cols */
	TABLE.fce-2cols {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.fce-2cols TD {
		font-size: 10px;
	}
	TABLE.fce-2cols A {
		font-size: 10px;
	}
	TABLE.fce-2cols P.bodytext {
		margin: 0px;
	}
	
	/* FCE - team */
	DIV.team {
		position: relative;
		float: left;
		width: 100%;
	}
	
	DIV.team H1{
		margin: 0px 0px 10px 0px;
	}
	
	DIV.team-txt{
		position: relative;
		float: left;
		width: 100%;
		margin-top: 40px;
		padding: 0px;
	}

	DIV.person {
		position: relative;
		float: left;
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	DIV.person IMG{
		position: relative;
		float: left;
		margin: 0px 60px 0px 60px;
	}
	
	DIV.person-txt{
		position: relative;
		float: left;
		width: 240px;
		margin-top: 70px;
		padding: 0px;
	}
	
	DIV.person-txt H2{
		position: relative;
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	DIV.person-txt P{
		position: relative;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	/* FCE - team */
	DIV.tx-friheaders-pi1 {
		margin: 0px;
		padding: 0px;
		height: 182px;
	}
	

	
	
	
	
	/***************************************************************
	 * 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;
	}
	TABLE.typo3-adminPanel A:hover {
		text-decoration: none;
	}

//-->
