/* Main stylesheet */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
    overflow-y: scroll;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #FFFFFF;
  height: 700px;
}

A {
	color: #E50083;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: none;
}



/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 1000px;
	text-align: left;
	height: 700px;
}

.headerRow {
	position: relative;
	display: block;
	height: 126px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}

.grafiktitel {
	height: 236px;
}

.logo {
	position: absolute;
	float: left;
	width: 290px;
	height: 70px;
}

.logo IMG {
	display: block;
}

.subnavi {
	position: absolute;
	top: 126px;
	width: 609px;
	height: 17px;
	margin: 10px 0px 10px 391px;
}

.icons {
	height: 72px;
	width: 218px;
	position: absolute;
}


.menuMain { 
	margin-right: 30px;
	width: 280px;
	height: 150px;
	float: right;
	clear: both;
	text-align: right;
}

.menuMeta{
	float: right;
	margin: 18px 30px 0 0;
	text-align: right;
}

.wrapper {
	height: 306px;
	width: 1000px;
	margin-top: 37px;
	position: relative;
}

* html .wrapper {
	position: absolute;
}

.wrapperMenu {
	height: 231px;
	background-color: #E50083;
	background-image: url(../images/tochterstiftung.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html .wrapperMenu {
	position: absolute;
	top: 469px;
}

.leftcol {
	width: 391px;
	height: 306px;
	position: absolute; 
	padding: 0;
}

.maincol {
	left: 391px;
	display: inline;
	width: 464px;
	height: 296px;
	position: absolute;
	padding: 0px 145px 10px 0px; 
}


/* 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;
	margin-top: 10px;
}



/* CSS STYLED CONTENT OVERRIDES */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 5px 0 10px 0;
}


.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 */  