/* 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("rightcol.css");
@import url("ie7.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
    overflow-y: scroll;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #FFFFFF;
}

A {
	color: #58585a;
}

A:hover {
	text-decoration: none;
	color: #f39912;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #f39912;
	background-image: url(../images/moving-m.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.headerRow {
	position: relative;
	display: block;
	height: 219px;
	width: 960px;
	border-bottom: 1px solid #f39912;
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.headerFlash {
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	position: relative;
	float: left;
	width: 210px;
	height: 203px;
}

.logo IMG {
	display: block;
	width: 570px;
	height: 220px;
}

* html .logo IMG {
	height: 202px;
}

.searchDiv {
	position: relative;
	float: right;
	padding: 0 10px 0 0;
}

.menuHeader {
	position: relative;
	margin-top: 203px;
	float: left;
/*	width: 940px; */
	height: 16px;
	padding: 0 10px 0 0px;
}

.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 25px;
}

.menuMeta{
	float: left;
	padding-left: 570px;
	margin:0;
	font-size: 90%;
	width: 385px;
}

* html .menuMeta {
	width: 380px;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.wrapper {
	height: 100%;
}

.calculator {
	height: 15px;
	float: right;
	margin-right: 389px;
	padding: 2px 3px 0px 3px;
	border-bottom: 1px solid #f39912;
	border-left: 1px solid #f39912;
	border-right: 1px solid #f39912;
	font-size: 90%;
}

* html .calculator {
	margin-right: 194px;
}

.leftcol {
	width: 220px;
	float: left; 
	position: relative; 
	padding: 0;
}

.twocols {
	width: 740px;
	float: right; 
	margin: 0;
	padding-top: 20px;
}
 
.rightcol {
	float: right;
	display: block;
	width: 200px;
	padding: 10px 10px 0 0;
  margin-bottom: 100px;
}

.maincol {
	float: left;
	display: inline;
	width: 510px;
	padding: 10px 0 25px 10px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 20px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
}

*+html .footerRow {
	height: 22px; 	
}

.menuFooter {
	float: left;
	text-align: right;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

* html .fileLink {
	height: 18px; 
	padding-left: 1px;
}

*+html .fileLink {
	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: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	width: 510px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #f39912;
	padding:0;
}

/* 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 */  