/* Main stylesheet */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.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;
	background-image: url(../images/background_family.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

A {
	color: #91bd10;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* Layout classes and ID's */
.pagewidth {
	margin: 0 0 0px 132px;
	width: 960px;
	text-align: left;
	/* 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: 194px;
	width: 960px;
}
* html .headerRow {
	display: block;
}

.logo {
  position: relative;
  display: block;
  clear: both;
	float: right;
	width: 290px;
	height: 140px;
	margin: 14px 0 0 0px;
}

.logo IMG {
	display: block;
	width: 290px;
	height: 140px;	
}

* html .logo {
	margin-left: 5px;
}


.menuHeader {
  width: 960px;
  height: 25px;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin:15px 10px 0 0;
  text-align: right;
  height: 25px;
}

.menuMain { 
	margin-bottom: 25px;
}

.wrapper {
	height: 100%;
}

.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 45px 10px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 5px 0 5px;
	font-size: 100%;
	background-image: url(../images/menulinie.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 0px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #545454;
	text-decoration:none;
}

.copyright A:hover {
	color: #2A78C1;
}

.menuFooter {
	float: left;
	text-align: left;
	width: 225px;
}



/* 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 */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
}

.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 */  
