/* 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("news.css");
@import url("rightcol.css");
@import url("leftcol.css");
@import url("maincol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #303030;
	height: 100%;
}

A {
	color: #e2001a;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}



/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);		
	width: 1004px;
	/*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%;
}


.headerRow {
	position: relative;
	/*float: left;*/
	display: block;
	height: 136px;
	width: 1004px;
	background-color: #FFFFFF;
}

.header {
	position: relative;
	height: 64px;
}

.logo {
	position: relative;
	width: 1004px;
	height: 36px;
	margin: 0 0 0 0;
}

.logo IMG {
	display: block;
}


.search {
	position: relative;
	float: left;
}

.menuHeader {
	position: relative;
	float: left;
	width: 940px;
	height: 25px;
	padding: 0 10px 0 10px;
}

.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 25px;
}

.containerHeader {
	position: absolute;
	height: 28px;
	right: 0;
	bottom: 0;
	margin: 0 23px 3px 0px;
	font-size: 100%;
}


.menuMeta{
	float: left;
	margin:0;
	padding-top: 8px;
}

.menuLang {
	margin: 0;
	display: inline;
}

.wrapper {
	height: 100%;
}

.leftcol {
	margin-top: 2px;
	width: 213px;
	float: left; 
	position: relative;
	padding: 0;
	height: 100%;
	background-color: #838383;	
}

.twocols {
	width: 791px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 210px;
	height: 100%;
	padding: 0 0 0 0;
  margin-bottom: 10px;
	background-color: #e3e3e3;
}

.leftcolContent {
	float: right;
	display: block;
	width: 213px;
	height: 100%;
	padding: 1 0 0 0;
	/*background-color: #e3e3e3;*/
	background-color: #f6f6f6;	
  	/**margin-bottom: 10px;
	Modified by Boas*/
}

.maincol {
	float: left;
	display: inline;
	width: 531px;
	padding: 10px 20px 25px 30px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	background-color: #CFD6AE;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #545454;
	text-decoration:none;
}

.copyright A:hover {
	color: #2A78C1;
}

.menuFooter {
	float: right;
	text-align: right;
}



/* 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 */
.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 {
	height: 12px;
	clear: left;
	border-bottom:2px solid #9B9B9B;
}

.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 */  