/* Main stylesheet */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;	
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #FFFFFF;
}

A {
	color: #EA6016;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}



/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 996px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* min-height: 100%; Für 100% Höhe */
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

.tx-nezzoorderfiles-pi1-divider {
  color: #4F626D !important;
}

.tx-nezzoorderfiles-pi1-optional .tx-nezzoorderfiles-pi1-radioFieldSet label, 
.tx-nezzoorderfiles-pi1-mandatory .tx-nezzoorderfiles-pi1-radioFieldSet label {
  background-color: transparent !important;
}


.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 127px;
	width: 996px;
	background-color: #FFFFFF;
	background-image: url(../images/headerImage.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.logo {
	position: relative;
	float: left;
	width: 410px;
	height: 84px;
	margin: 43px 0 0 0;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 5px;
}

.menuMain { 
	margin-bottom: 25px;
}

.wrapper {
	height: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

.leftcol {
	width: 361px;
	float: left; 
	position: relative; 
	padding: 0;
}

.twocols {
	width: 635px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 194px;
	padding: 150px 10px 0 13px;
  margin-bottom: 10px;
	background-image: url(../images/boxx.jpg);
	background-repeat: no-repeat;
}

.maincol {
	float: left;
	display: inline;
	width: 398px;
	padding: 0 20px 25px 0;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 0 0 10px;
	font-size: 100%;
	background-color: #FFFFFF;
}

.copyright {
	float: left;
	padding: 0 0 0 211px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
	width: 250px;
	width: 546px;
}

.copyright A {
	color: #9BA2A5;
	text-decoration:none;
	float:left;
}

.copyright A:hover {
	color: #4F626D;
}


.printlink {
	float: right;
}

.menuFooter {
	float: right;
	text-align: right;
}

.typo3Logo {
	padding: 5px 144px 0 0;
	padding: 5px 0 0 0;
}

/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}
* html .fileLink {
	height: 18px; 
}

.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 {
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}



/* CSS STYLED CONTENT OVERRIDES */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top: 5px;
}

.maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
	
.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: center bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 400px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* 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 */  