@charset "UTF-8";
/* CSS Document */

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
}

/*IE7 only*/ 
*+html #leftnavigation li {
	font-size:15px;
	left:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	width:180px;
}

/*IE7 only*/ 
*+html #leftnavigation li.act {
	list-style-image:url(../img/bis_navi_bg.gif);
	#list-style-position:outside;
	list-style-position:inside;
	margin-bottom:-11px;
	left: 1px;
	margin-left:-4px;	
	
	
}

/*IE6 only*/ 
* html #leftnavigation li {
	font-size:15px;
	left:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	width:180px;
	
}

/*IE6 only*/ 
* html #leftnavigation li.act {
	list-style-image:url(../img/bis_navi_bg.gif);
	#list-style-position:outside;
	list-style-position:inside;
	margin-bottom:-11px;
	left: 1px;
	margin-left:-4px;
	
}

/*IE6 only*/ 
* html #leftnavigation li.act a {
	position: relative;
	margin-left:7px;
}

/*IE7 only*/ 
*+html #leftnavigation li.act {
	position: relative;
	left:8px;
}

/*IE7 only*/ 
*+html div#centerCol {
	margin: 0 20px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 15px 20px;
	width:710px;
	font-size:12px;
	background-color:#FFFFFF;
	min-height:450px;
	position:relative;
}

/*IE6 only*/ 
* html div#centerCol {
	margin: 0 20px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 15px 20px;
	width:710px;
	font-size:12px;
	background-color:#FFFFFF;
	min-height:450px;
	height:450px;
	
}

body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background-color:#efefef;
}

strong {
	font-weight:bold;
}
em {
	font-style: oblique;
}

strong em {
	font-weight:bold;
	font-style: oblique;
}

em strong {
	font-weight:bold;
	font-style: oblique;
}

div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
 
h1,h2,h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

#topright h5 {
	font-size:32px;
	font-weight:bold;
}

#topright h6 {
	font-size:30px;
	font-weight:bold;
}

/* DIV-Boxen */

div#wrapper {
	
	margin: 0 auto;
	width: 1000px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image:url(../img/bis-bg-line.gif);
	background-repeat:repeat-y;
	
}

div#leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px 15px 20px;
	background-image:url(../img/bis_leftnavi_bg.jpg);
	background-repeat:no-repeat;
	font-size:15px;
	color:#666666;
	min-height:450px;
}


div#centerCol #title { 
	font-size:24px;
	font-weight:bold;
	color:#e2001a;
	width:100%;
	padding-bottom:10px;
	
	
}

div#centerCol #title #titlegraphic { 
	position:relative;
	width:100%;	
}
div#centerCol #title #titletext { 
	padding-left:20px;
	font-weight:bold;
}


div#centerCol {
	margin: 0 20px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 15px 20px;
	width:710px;
	font-size:14px;
	background-color:#FFFFFF;
	min-height:450px;
	position:absolute;
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

#header {  
	padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #logo {
	float:left;
}

#header #topmiddle {
	/* background-image:url(../img/bis_top_home.jpg); */
	float:left;
	height:240px;
	width:522px;
}

#header #topmiddle div {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	left:30px;
	margin-right:10px;
	position:relative;
	top:207px;
}

#header #topmiddle div a {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	text-decoration:none;
}

#header #topmiddle div a:link {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	text-decoration:none;
}
#header #topmiddle div a:visited {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	text-decoration:none;
}
#header #topmiddle div a:hover {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	text-decoration:none;

}
#header #topmiddle div a:active {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	
	text-decoration:none;
}

#header #topright {
	background-image:url(../img/bis_topright.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	height:210px;
	padding:10px;
	width:210px;
}


#footer {

}

#footer #leftnavigationbottom {
	float:left;
	
}

#footer #middlebottom {
	float:left;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#leftnavigation a {
	position:relative;
	left:5px;
	line-height:30px;
}

#leftnavigation a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#leftnavigation a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
#leftnavigation a:hover {
	text-decoration: none;
	color: #666666;
	font-weight:bold;

}
#leftnavigation a:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

#leftnavigation li {
	font-size:15px;
	left:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	width:180px;
}

#leftnavigation li.act {
	list-style-image:url(../img/bis_navi_bg.gif);
	list-style-position:outside;
	#list-style-position:inside;
	margin-bottom:-11px;
	
}

/*  */
#leftnavigation li.act a {
	top:-11px;
	
}

#footer {
}

#footer #leftnavigationbottom {
}

#footer #middlebottom {
	margin-left:9px;
	
}

#maincontent a:link, a:visited {
	color: #E2001A;
	text-decoration: none;
}

#maincontent a:hover {
	color: #E2001A;
	text-decoration: underline;
}

#maincontent ul {
	list-style-position:outside;
	list-style-type:inherit;
}

#maincontent ul li {
	left:15px;	
	position:relative;
}

#maincontent p.Absatz14px {
	font-size:14px;
	font-weight:bold;
	color: #E2001A;
	font-style: italic;
}

#maincontent td {
	padding-top:5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

#topright p.Absatz32pxbold {
	font-size:32px;
	font-weight:bold;

}
#topright p.Absatz30pxbold {
	font-size:30px;
	font-weight:bold;
}
#topright p.Absatz8px {
	font-size:8px;
}
#topright p.Absatz10px {
	font-size:10px;
}
#topright p.Absatz11px {
	font-size:11px;
}
#topright p.Absatz12px {
	font-size:12px;
}
#topright p.Absatz13px {
	font-size:13px;
}
#topright p.Absatz14px {
	font-size:14px;
}
#topright a:link, #topcontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#secondcontent a:link, #secondcontent a:visited {
	color: #E2001A;
	text-decoration: none;
}

.csc-frame {
	width : auto;
}

.csc-frame-rulerAfter {
	border-bottom:solid #666666 1px;
	height:2px;
}

.csc-mailform {
   border: none;
}

 .csc-mailform-field label {
  float:left;
  clear:both;
  display:block;
  width:150px;
  margin-bottom:10px;
  padding-right:10px;
}
.csc-mailform-field textarea, .csc-mailform-field select {
  float:left;
  display:block;
  width:300px;
  border: 1px solid #E2001A;
  background:#F4F4F4;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom:14px;
  padding:1px;
}

.tx-thmailformplus-pi1 label {
    width:150px;
  margin-bottom:10px;
  padding-right:10px;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea, .tx-thmailformplus-pi1 select.csc-mailform-field input {
  width:300px;
  border: 1px solid #E2001A;
  background:#F4F4F4;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom:14px;
  padding:1px;	
}

.csc-mailform-label div {
  float:left;
}

.csc-mailform-submit {
  margin-left: 160px;  
  font-weight:bold; 
}

/* Selbsthilfegruppen */
.tx-soselbsthilfedb-pi1 a:link, .tx-soselbsthilfedb-pi1 a:visited {
	color: #E2001A;
	text-decoration: none;
}
.tx-soselbsthilfedb-pi1 a:hover {
	color: #E2001A;
	text-decoration: underline;
}
.tx-soselbsthilfedb-pi1 td {
	padding-top:5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

