/* 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: #FFFFFF;
}

A {
	color: #0079BA;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}



/* Layout classes and ID's */
.container {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.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: 160px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.logo {
	position: relative;
	float: left;
	width: 201px;
	height: 77px;
	margin: 40px 0 18px 10px;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 5px;
}

.searchDiv {
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	width: 230px;
}

.containerHeader{
	float: right;
}

.menuHeader {
	position: relative;
	float: right;
	width: 940px;
	height: 25px;
	padding: 0 0 0 10px;
}
* html .menuHeader {
	margin-bottom: -2px;
}

.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMain { 
	margin-bottom: 95px;
}

.menuMeta{
	height: 25px;
	float: left;
	margin:0;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.spendenkonto {
	height: 48px;
	width: 199px;
	margin: 20px 0 0 10px;
}

.certificate {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 68px;
	width: 147px;
	background-image: url(../images/FooterLogo.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

.toShop {
	height: 48px;
	width: 200px;
	background-color: #FFFFFF;
}

.spenden {
	margin: 10px 0 10px 0;
	float: right;
	height: 121px;
	width: 121px;
}

.wrapper {
	height: 100%;
	position: relative;
}

.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: 10px 10px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	display: inline;
	width: 510px;
	padding: 10px 0 25px 10px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	border-top: 1px dotted #0079BA;
}

.footerline {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #A4A4A4;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #A4A4A4;
	text-decoration:none;
}

.copyright A:hover {
	color: #0079BA;
}

.menuFooter {
	float: right;
	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;
}


/* css for the special company management layout */
/* used with jQuery on the "Geschaeftleitung" page */
.cm-element {
	float: left;
	height: 170px;
	width: 170px;    
	margin: 0 10px 10px 0;
	font-size: 90%;
}

.cm-element .csc-textpic-text {
	margin-left: -180px;
	
	width: 158px;
	height: 158px;

	border: 1px solid #000000;
	padding: 5px 5px 5px 5px; 
}

.cm-element .csc-textpic-imagewrap {
	/*height: 170px; 	*/
}

.cm-element .csc-textpic-text {
	/*height: 160px; 	*/
}

.cm-element div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin: 0 !important;
}





/* 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;
}


/* 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 */  