/* 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");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

BODY {
	margin: 0 0 20px 0px;
	padding: 0;
  background-color: #BABABA;
	color: #FFFFFF;
	background-image: url(../images/body_BG.gif);
	background-repeat: repeat-y;	
	background-position: center top;
}

* html BODY{
	margin: 0 0 20px 1px;
}

*+html BODY{
	margin: 0 0 20px 1px;
}

A {
	color: #FFFFFF;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

H1, H2, H3, H4, H5 {
	color: #FFFFFF;
}

/* Layout classes and ID's */
.pagewidth {
	width: 976px;
	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: 232px;
	width: 976px;
	background-image: url(../images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.logo {
	position: relative;
	float: left;
	width: 210px;
	height: 135px;
	margin: 0 0 0 10px;
}

.logo IMG {
	display: block;
	width: 225px;
	height: 150px;
}

* html .logo {
	margin-left: 5px;
}

.search {
	position: relative;
	float: right;
}
.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 25px;
}

.menuMeta{
	float: right;
	margin:0;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 237px;
	float: left; 
	position: relative; 
	padding: 0;
	background-image: url(../images/leftcol_BG.gif);
	background-repeat: no-repeat;
	min-height: 459px;
}

.twocols {
	width: 739px;
	float: right; 
	margin: 0 0 0px 0px;
}

.maincol {
	float: left;
	display: inline;
	width: 595px;
	padding: 43px 10px 25px 65px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


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

.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;
	margin-right: 50px;
	padding-bottom: 30px;
}



/* 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;
}



/* 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 {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 630px;
	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 */  