
body {
	font: 100% Times New Roman, Georgia, Serif;
	background-color: #f8f6f0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
* html body, *+html body {
	width: 960px;
}



/* ----------all umfasst alles-------------- */


.twoColElsLt #container {
	text-align: left;
	background-image: url(../bilder/bam_960x460.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	height: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	top: 0px;
	width: 960px;
	

}

*+html .twoColElsLt #container {
	margin-top: 0px;	
}

#all {
	width: 960px;
	min-width:960px;
	min-height: 100.01%;
	margin: auto;
	padding:0px;
	position: relative;
	top: 30px;
	text-align: left;

}
* html #all {
	border-left: 960px solid #f8f6f0;
}

* html #all, * html #container {
	height: 1px;
}


* html  #container {
	margin-left: -960px;
	position: relative;
	top: -20px;
}


* html #all, * html #container {
	height: 1px;
}

/* ----------container oben weiss-------------- */

div#contoben {
	position: relative;
	width: 906px;
	height: 31px;
    margin: 0; padding: 0;
    	background-color: #FFFFFF;
    	left: 18px;
    	top:10px;
}

/* ----------container mitte-------------- */

div#contmitte {
	position: relative;
	width: 960px;

    margin: 0; padding: 0;


}

div#contmitte img {
	position: relative;
	top: 300px;
	left: -290px;
}


/* ----------container mitte  links -------------- */

div.Navigation {
	position: relative;
    float: left; 
    width: 300px;
    top: 40px;
    left: 100px;
    margin: 0; 
    padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

div.Navigationu {
	margin-top: 348px;
}

div.Navigation span {
	color: #999999;
	font-size: 11px;
}


.twoColElsLt .Navigation ul li {
	list-style-type: none;

	margin-bottom: 7px;

	
}
.twoColElsLt .Navigation ul li a {
	color: #666666;
	text-decoration: none;
}

.twoColElsLt .Navigation ul li a:hover{
	color: #d4213d;
	
}

/* ----------container mitte  rechts -------------- */

div#mitterechts {
	float: right; 
	position: relative;
	width: 290px;
	left: -50px;
	top: -59px;
    margin: 0; padding: 0;
   	font-size: 13px;
	font-family: Times New Roman, Georgia, Serif;
	font-weight: 100;
	color: #666666;
	line-height: 20px;


}

div#mitterechts strong {

   	font-size: 16px;

	line-height: 30px;


}

 
div#wiersz {
	margin-left: 30px; 
		margin-top: 40px; 
	font-size: 15px;
	font-family: Times New Roman, Georgia, Serif;
	font-weight: 160;
	line-height: 30px;
	font-style: italic;
		color: #333333;


 }
 div#wiersz p {
	font-size: 13px;
	font-style: normal;
		line-height: 20px;
 }
 div#wiersz img {
	position:relative; 
	left: 0px; 
	top: 0px;
	z-index:100;
  }
  
div#wiersz span {

	margin-left: -18px; 
  }
 
 
 
 
 /* ----------allgemein -------------- */


.rot {
	color: #d4213d;

 }
 strong {
	font-style: bold;
 }
 
 /* ----------extras -------------- */
 
 
 /* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}