/* Main stylesheet */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("smallcols.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
    overflow-y: scroll;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
    background-color: #F3F3F3;
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #E21A1F;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* Layout classes and ID's */
.pagewidth {
	width: 946px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	border-color: #B6B6B6;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	position: relative;
	float: left;
	height: 98px;
	width: 944px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logo {
	position: relative;
	float: left;
	width: 92px;
	height: 74px;
	margin: 9px 0 0 829px;
	display: inline;
}

.logo IMG {
	display: block;
}

.searchDiv {
	position: relative;
	float: right;
	padding: 6px 1px 0 10px;
	width: 160px;
	height: 30px;
}

.menuHeader {
	position: relative;
	float: left;
	width: 946px;
	height: 40px;
	padding: 0;
}

.menuHeader IMG {
	display: inline;
}

.headerFaceBook{
	float: left;
	margin: 12px 0 0 0;
}

.statusRow {
	margin-bottom: 10px;
	display: none;
}

.subtitle {
	position: relative;
	float:left;
	margin: -12px -12px 12px -12px;
	overflow: hidden;
	width: 466px;
}

.menuMainTop {
	position: relative;
	float: left;
	width: 944px;
	min-height: 35px;
	border-color: #B6B6B6;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-position: top;
	background-repeat: repeat;
	background-image: url(../images/mainMenu/mainMenuL1BgNo.png);
	margin: 0 0 10px 0;
}

* html .menuMainTop {
	height: 35px;
}

.menuMainLeft {
	margin-bottom: 10px;
}

.menuMeta,
.menuLang {
	float: right;
	margin: 15px 0 0 0;
	line-height: 11px;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 229px;
	float: left;
	position: relative;
	padding: 0;
}

.twocols {
	width: 707px;
	float: right;
	margin: 0;
	padding-top: 0;
}

.rightcol {
	float: right;
	display: block;
	width: 229px;
	padding: 0;
}

.maincol {
	border-color: #B6B6B6;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	display: inline;
	width: 442px;
	padding: 12px;
	margin: 0 0 10px 0;
}

.maincolContent {
    float:left;
    /* display: block; */
	min-height: 380px;
	width: 442px;
}

* html .maincolContent {
	height: 380px;
}

.rulerBeforePrint {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	clear: both;
}

.printPageLink {
	font-size: 90%;
	margin: 7px 0 -5px 0;
	display: block;
}

.printPageLink A{
	background-repeat: no-repeat;
	background-image: url(../images/printPageLinkIcon.gif);
	background-position: 1px -1px;
	padding: 0 0 0 21px;
	color: #323232;
	line-height: 14px;
}

.printPageLink A:hover{
	color: #E21A1F;
}

.clearDiv {
	clear: both;
}

/* Footer */
.footerRow {
	border-color: #B6B6B6;
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 25px;
	clear: both;
	font-size: 100%;
	color: #7E7E7E;
}

.address {
	float: left;
	padding: 0;
	line-height: 25px;
	font-size: 90%;
	width: 468px;
	text-align: center;
}

.address P {
	line-height: 25px;
}

.copyright {
	line-height: 25px;
	font-size: 90%;
	float: right;
	padding: 0;
	text-align: right;
	width: 200px;
}

.copyright A {
	color: #7E7E7E;
	text-decoration:none;
}

.copyright A:hover {
	color: #E21A1F;
}

.menuFooter {
	float: left;
	width: 229px;
	padding: 0 10px 0 0;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

* html .fileLink,
*+html .fileLink {
	height: 18px;
	padding-left: 1px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}
* html .fileRemark,
* html .fileInfos {
	padding-left: 33px;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}





/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right;
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.maincol .csc-linkToTop A {
	color: #000000;
	text-decoration:none;
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: 0 12px;
	background-repeat: repeat-x;
	height: 25px;
	clear: both;
	width: 440px;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

.csc-textpic-caption {
	font-size: 90%;
}

/* Extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}



/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */