div#blackstripe { 
	margin: 5% 0 0 0; 
	padding: 0; 
	height: 1px; 
	}

 /* header */
 
div#container1 {
	z-index: 10; 
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 1000px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	}

div#streifen1 { 
	z-index: 0; 
	padding: 0; 
	margin: 0; 
	height: 130px; 
}


* html div#streifen1 { 
	height: 121px; 
}

/* contentbereich */

div#container2 { 
	z-index: 10; 
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 1000px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	background-color: #fff; 
	}

div#streifen2 { 
	z-index: 0; 
	margin: 0; 
	padding: 0; 
	height: 420px; 
	background-color: #fff; 
	}

/* subnavi */

div#container3 { 
	z-index: 10; 
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 1000px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	background-color: #fff; 
	}

div#streifen3 { 
	z-index: 0; 
	margin: 0; 
	padding: 0; 
	height: 120px; 
	text-align: center; 
	background-color: #fff; 
	}

/* mainnavi */

div#container4 { 
	z-index: 10; 
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 1000px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	}

div#streifen4 { 
	z-index: 0; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	}
	
/* content */

div#content {
	padding: 0 5px 0 5px;
	width: 1000px;
	background-color: #FFF;
	}
	
/*div#content a:before {
	content:url(http://sensit.de/files/pfeil.gif)
	}
*/
	
div#content h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 220%;
	text-align: center;
	margin-top: 180px;
	}
	
div#content h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 200%;
	text-align: left;
	margin-top: 50px;
	}
		
div#content h3 {
	font-family: "Lucida Grande", Myriad, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-top: 20px;
	}
	
div#content h5 {
	font-family: "Lucida Grande", Myriad, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 100%;
	text-align: left;
	margin: 5px 0 0 0;
	}
	
div#content p {
	font-size: 105%;
	line-height: 150%
	}
	
div#content ul li {
	font-size: 105%;
	line-height: 150%;
	list-style-type: square;
	}	

div#contentmain {
	display: block;
	width: 620px;
	margin: 0 190px 0 190px; 
	float: left;
	}

div#contentlinks {
	display: block;
	width: 310px; 
	margin: 0 10px 0 190px;	
	float: left;
	}

* html div#contentlinks {  /* IE-Bugfix */
	width: 310px;
	padding-left: 310px;
	margin-right: 10px;
	}

div#contentrechts {
	display: block;
	}
	
* html div#contentrechts {  /* IE-Bugfix */
	width: 310px;
	}

/* sonderformatierung für referenzen */

h2 + img { 
	float: left; 
	padding: 0 30px 100px 0 ; 
	height: 150px;
	}

img + h3  {
	margin-top: 25px;
	}

img + h3 + div  {
	}
		
/* sonderformatierung für downloads */

.download-hdl {
	float: left;
	}

.download-hdl a {
font-weight: bold;

}

.download-file  {
	float: left;
	margin: 0 10px;
	border: 0;
	}
	
/* sonderformatierung für 2/3-spalten */

.dreispalter,
.zweispalter 
	{
  	width: 620px;
	}

.zweispalter_1 
	{
  	width: 305px;
	}
	
.zweispalter_1 img
	{
	width: 200px;
	}

.zweispalter_2 
	{
  	width: 1px;
  	backgroundcolor: #123;
	}

.zweispalter_3 
	{
  	width: 304px;
  	margin-left: 9px;
	}

.dreispalter_1 
	{
  	width: 200px;
	}
	
	
.dreispalter_1 img{
width: 200px;
}

.dreispalter_2 
	{
  	width: 200px;
  	margin-left: 10px;
	}

.dreispalter_3 
	{
  	width: 200px;
  	margin-left: 10px;
	}

.zweispalter_1, 
.zweispalter_2,
.zweispalter_3,
.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3
	{
	float: left;
	}

.clboth 
	{  
 	clear: both;
 	display: block;
 	line-height: 0;
 	font-size: 0;
	}
/* REFERENZEN */
	
.referenzen {
	margin: 5px;
	border: none;
}

div#referenzbild {
	width: 300px;
	margin-right: 50px;
	float: left
}

div#referenztext {
	width: 270px;
	float: left
}

div#referenztext p {
	line-height: 120%;
	margin: 0;
	}
	
.referenznavi {
	margin-top: 50px;
}
