/* 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");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
    overflow-y: scroll;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #F3F9FE;
	background-image: url(../images/headerimg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #de0921;
	text-decoration: none;	
}

A:hover {
	text-decoration: underline;
}



/* Layout classes and ID's */
.pagewidth {
	width: 960px;
	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;
	display: block;
	height: 287px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.logo {
	position: relative;
	float: left;
	width: 210px;
	height: 135px;
	margin: 0;
}

.logo IMG {
	display: block;
	height: 120px;
	width: 450px;
}

* html .logo {
	margin-left: 5px;
}

.searchLang {
  position: relative;
  float: right;
  padding: 23px 10px 0 0;  
}

* html .searchDiv {
	padding-left: 325px;
}

.menuHeader {
	position: relative;
	float: left;
	width: 940px;
	height: 25px;
	padding: 0 10px 0 10px;
}
* html .menuHeader {
	margin-bottom: -2px;
}

.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 9px;
}

.menuMeta{
	float: right;
	margin:0;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 210px;
	float: left; 
	position: relative; 
	padding: 0 0 0 10px;
	background-image: url(../images/main_menu_end.gif);
	background-position: bottom right;	
	background-repeat: no-repeat;
}

.twocols {
	width: 740px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 202px;
	padding: 0px 10px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	border-left: 1px solid #D4E0E9;
	border-right: 1px solid #D4E0E9;
	width: 490px;
	padding: 10px 10px 25px 10px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}

.maincolrow {
	background-image: url(../images/maincol.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	margin-left: 9px;	
	margin-bottom: 20px;
	float: left;
}
* html .maincolrow {
	margin-left: 5px;	
}

/* Footer */
.footerRow {
	height: 30px; 
	clear: both;
	padding: 10px 10px 0 5px;
	margin-left: 10px;
	font-size: 100%;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
	font-weight: bold;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #7e8d95;
	padding-right: 20px;
	text-decoration:none;
}

.copyright A:hover {
	color: #3b4b54;
}

.menuFooter {
	float: right;
	text-align: right;
}
.menuFooter A {
	line-height: 25px;
	margin-right: 5px;
	font-size: 90%;
	color: #7e8d95;
	text-decoration:none;
}

.menuFooter A:hover {
	color: #3b4b54;
}




/* 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: 490px;
	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 */  