/* 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: #B4B8C1;
	background-image: url(../images/bg_header_small.jpg);
	background-position: top;
	background-repeat: repeat;
  color: #333333;
}

A {
	color: #D3031C;
    text-decoration: none;
    position: relative;
}

A:hover {
	text-decoration: none;
    color: #333333;
}

/* Layout classes and ID's */
.pagewidth {
	/*background-color: #FFFFFF;*/
	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: 192px;
	width: 960px;
	background-image: url(../images/header_small-trans.png);
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.logoLangArea {
  position: relative;
  display: block;
  height: 160px;
}

.logo {
  position: relative;
  display: block;
	float: left;
	width: 210px;
	height: 135px;
	margin: 0 0 0 10px;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 5px;
}

.menuLang {
  height: 125px;
  float: right;
  text-align: right;
  padding:0;
}

.menuHeader {
  width: 960px;
  height: 25px;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  display: inline;
  margin: 5px 10px 0 0;
  text-align: right;
  height: 25px;
}

.searchDiv {
  display: inline;
  width: 210px;
  height: 22px;
  padding:3px 0 0 0;
  margin: 0px;
  float:right;
}

.statusRow {
  display: inline;
  float: left;
  padding-left: 270px;
  width: 460px;
  height: 25px;
  overflow: hidden;
}

.menuMain { 
	margin-bottom: 10px;
}

.wrapper {
	height: 100%;
    background: transparent url(/fileadmin/template/main/images/bg_content_small-trans.png) repeat-y;
}

.leftcol {
	width: 220px;
	float: left;
	position: relative;
	padding: 0;
}

.twocols {
	width: 740px;
	float: right;
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 200px;
	padding: 0 10px 0 0;
}

.maincol {
	float: left;
	display: inline;
	width: 510px;
	padding: 0 0 10px 10px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}

.maincol .csc-frame-rulerAfter {
    border-bottom: 1px dotted #D3031C;
    margin: 10px 0 0 0;
}

/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 15px 10px 0 0;
	font-size: 85%;
  background: transparent url(/fileadmin/template/main/images/bg_footer-trans.png) no-repeat;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #333333;
    width: 510px;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding: 5px 0 0 0;
	width: 220px;
}

.copyright A {
	color: #D3031C;
	text-decoration:none;
}

.copyright A:hover {
	color: #333333;
}

.menuFooter {
	float: right;
	text-align: right;
    color: #D3031C;
}

/* 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: #D3031C;
	text-decoration:none; 
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.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 */  