/* 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-x: hidden;
    overflow-y: scroll;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
    background-color: #D8D4D1;
	background-image: url(../images/bodyBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #D40000; 
}

A:hover {
	text-decoration: none;
}



/* Layout classes and ID's */
.pagewidth {
	width: 966px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height: 245px;
	width: 966px;
	
	/*
	padding: 12px 12px 33px 15px; 

	height: 198px;
	width: 939px; 
	
	background-image: url(../images/headerRowBg.png);
	background-position: left top;
	background-repeat: no-repeat; 
	*/
}

#headerBorderTop, #headerBorderLeft, #headerBorderRight, #headerBorderBottom {
    behavior: url(/fileadmin/template/main/res/pngfix/iepngfix.htc); 
}

.headerBorderTop {
	background-image: url(../images/headerBorderTopBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 966px;
}

.headerBorderLeft {
	background-image: url(../images/headerBorderLeftBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 198px;
	width: 15px;
}

.headerBorderRight {
	background-image: url(../images/headerBorderRightBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 198px;
	width: 16px;
}

.headerBorderBottom {
	background-image: url(../images/headerBorderBottomBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 966px;
}


.headerImage {
	position: relative;
	float: left;	
	height: 198px;
	width: 670px;
	background-color: #76614B;
}

.headerContent {
	position: relative;
	float: left;
	
	height: 198px;
	width: 265px;
	background-color: #76614B;
}


* html .headerContent {
	width: 215px;	
}

/*
.logo {
	position: relative;
	float: left;
	width: 210px;
	height: 135px;
	margin: 0 0 0 10px;
	background-color: aqua;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 5px;
}
*/

.searchDiv {
    margin: 7px 7px 0 0;
	position: relative;
	float: right;
	width: 160px;
	text-align: right;
}

* html .searchDiv {
	margin: 7px 4px 0 0;
}

.menuHeader {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px; 
	margin: 0 7px 7px 0;
}


.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
	display: none;
}

.menuMain {
	margin-bottom: 5px;
}

.donateBox {
	background-color: #FFFFFF; 
	padding: 12px;	
	margin: 0;
}

.donateBoxContent {
	background-color: #D8D4D1; 
	padding: 7px;
	width:188px;
}

.menuMeta{
	float: right;
	margin: 0 25px 0 0;
	color: #FFFFFF;	
}

.menuLang {
	margin: 0;
	float: right;
	text-align: right;
	position: relative;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 226px;
	float: left; 
	position: relative; 
	padding: 0 0 0 3px;
}

.twocols {
	width: 728px;
	float: right; 
	margin: 0;
	padding: 0 4px 0 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 226px;
  	margin-bottom: 12px;
}

.maincol {
	float: left;
	display: inline;
	width: 473px;
	padding: 12px;
	min-height: 400px;
	background-color: #FFFFFF;
}


.maincolContent {
	min-height: 400px;
	padding: 7px;
	background-color: #D8D4D1;	
}

* html .maincolContent {
	height: 400px;
}

/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	margin-top: 5px;
}

.copyright,
.address {
	float: left;
	line-height: 25px;
	color: #59402C;
	font-size: 90%;
}

.address {
	width: 496px;
	text-align: center;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding: 0 10px 0 0px;
	width: 215px;
}

.copyright A {
	color: #59402C;
	text-decoration:none;
}

.copyright A:hover {
	text-decoration: underline;
}

.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,
*+html .fileLink {
	height: 18px; 
	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 {
	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; 
}

/*
.maincol .csc-textpic-center {
	margin: -7px -7px -7px -7px;
}
*/

.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;
	margin-bottom: 10px;
	/* 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 */  