/* ********************************************** */
/* ***             Layoutelemente            **** */
/* ********************************************** */

.bildUmfluss {
	float:left;
	width:auto;
	height:auto;
	margin-top:    5px;
	margin-right:  10px;
	margin-bottom: 2px;
	margin-left:   2px;
	padding-right: 20px;
}
.sitemapRubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #A3A8B6;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	height: 15px;
	width: 150px;
	letter-spacing: 2px;
	border: 1px dotted #333333;
	font-weight: bold;
}
.trennlinie {
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.trennlinieVertikal {
	width: 3px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
	height: 100%;
	border-right-width: 1px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.bestellKnopf {
	line-height: 10px;
	margin: 5px;
	float: right;
	clear: right;
}


div#zweiSpaltenWrapper{
   height:auto;
  /* background-color:#F55FFF; */
   padding:0px;;
   margin:0px;
}
div#zweiSpaltenLinks{
   width:220px;
   float:left;
   padding-right:15px;
   padding-left:5px;
   padding-bottom:5px;
  /* background-color:#F55FFF; */
}
div#zweiSpaltenLinksLinie{
   width:220px;
   border-right:1px;
   border-color:#999999;
   border-right-style:dotted;
   float:left;
   padding-right:15px;
   padding-left:5px;
   padding-bottom:5px;
  /* background-color:#F55FFF;*/
}
div#zweiSpaltenRechts{
   /*background-color:#338866;  */
   padding:5px;
   padding-left:10px;
   margin-left:245px;
   border-left:1px;
   border-color:#999999;
   border-left-style:dotted;
}

div#zweiSpaltenClearer{
   clear:both;
}
div#unterbrecher{
   border-top:1px;
   border-top-color:#333333;
   border-top-style:dotted;
   height:20px;
   width:100%;
}
