
/*
@font-face {
	font-family: Avenir-LightOblique;
	src: url('../fonts/AvenirLTStd-LightOblique.otf');
}
*/



.htmlarea-content-body {
	background-color : #313230;
}

td.align-left,
p.align-left {
	text-align : left;
/*
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
*/
}

td.align-center,
p.align-center {
	text-align : center;
}

td.align-right,
p.align-right {
	text-align : right;
}


td.valign-top {
	vertical-align : top;
}

td.valign-middle {
	vertical-align : middle;
}

td.valign-bottom {
	vertical-align : bottom;
}

td,
li,
p,
.bodytext,
.lauftext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : italic;
	line-height : 18px;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : #cccccc;
	text-decoration : none;

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
}

.csc-firstHeader,
h1,
.headline {
	padding-top : 0px;
	padding-bottom : 8px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : italic;
	line-height : 19px;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : #EC008C;
	text-decoration : none;
}

h2 {
	font-style: italic;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	line-height : normal;
	font-variant : normal;
	text-transform : none;
	color : #cccccc;
	text-decoration : none;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : italic;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : #cccccc;
	text-decoration : none;
}

h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : italic;
	line-height : 18px;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color: #8DD600;
	text-decoration : none;

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

h5 {
	font-style: italic;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	line-height : normal;
	font-variant : normal;
	text-transform : none;
	color : #cccccc;
	text-decoration : none;
}

a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

a:link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #EC008C;
}

a:active, a:focus {
	outline: none;
}

a.internal-link-alternative {
	color: red;
}

a.MetaMenuItem {
	float: none;
	font-size: 13px;
}


#FCE-Inhalt01-Text-Inner a:link {
	background-color: #404040;
	color: #ffffff;
}

#FCE-Inhalt01-Text-Inner a:visited {
	background-color: #404040;
	color: #ffffff;
}

#FCE-Inhalt01-Text-Inner a:hover {
	background-color: #EC008C;
	color: #ffffff;
}



/* OVERLAY ******************************************************* */


#OverlayWrapper h1 {
	color: #808080;
	font-size: 25px;
	font-weight: lighter;
}

#OverlayWrapper h2 {
	color: #8DD600;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#OverlayWrapper h3 {
	color: #8DD600;
	margin-top: 0px;
}

#OverlayWrapper h4 {
	font-size : 11px;
	font-style : italic;
	line-height : 18px;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color: #8DD600;
	text-decoration : none;
}

#OverlayWrapper h5 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#OverlayWrapper p {
	color: #808080;
	font-size: 11px;
	margin-bottom: 11px;
}

#OverlayWrapper li {
	color: #808080;
}

#OverlayWrapper a:link {
	text-decoration: none;
	background-color: #eeeeee;
	color: #8DD600;
}

#OverlayWrapper a:hover {
	text-decoration: none;
	background-color: #8DD600;
	color: #eeeeee;
}

#OverlayWrapper a:visited {
	text-decoration: none;
	background-color: #eeeeee;
	color: #8DD600;
}






/* *************************************************************************************************
   *************************************************************************************************
   ************************************************************************************************* */

.contenttable {
	border : 0px;
	width : 100%;
}

.contenttable TD {
	border : 1px solid #ffffff;
	padding : 4px;
/*
	vertical-align : top;
	line-height : 16px;
*/
}

tr.odd,
.tr-odd {
}

tr.even,
.tr-even {
	background-color : #F4F4F4;
}

.contenttable thead tr,
.contenttable thead tr .bodytext,
.tr-0,
.contenttable .tr-0 td {
/*
	color : #FFFFFF;
*/
	background-color : #F4F4F4;
	font-weight : bold;
}

.td-0 {
}

.td-1 {
}

.td-last {
}

.td-2 {
}

.tr-1 {
}

.td-0 {
}

.td-1 {
}

.td-last {
}

.td-2 {
}

.tr-even {
}

.tr-2 {
}

.td-0 {
}

.td-1 {
}

.td-last {
}

.td-2 {
}

span.roteSchrift {
	color : #FF0000;
}

span.sehrGross {
	font-size : 48px;
}

p.kleineSchrift,
span.kleineSchrift {
	font-size : 80%;
/*
	font-size : 0.8em;
*/
}
