/* print.css
   linke Spalte nicht drucken, mittlere- und rechchte- Spalte untereinander drucken
*/
 
#centerColumn {
  padding: 0;
  margin-left: 0em;
  margin-right: 0px;
}

#rightColumn {
  position: static;
  margin: 0;
  padding: 0;
  width: 100%;
  right: 0;
  border-left:0px solid #AABBCC;
}

#leftColumn { display : none;
}

#headerBackground{ display :none;}

#picHeaderLogo{ 
  display:block;
  position: absolute;
  width:100%;
  text-align:center;
  top: 0px;
  left: 0px;
  margin:0px;
  padding:0px;
}

#boxColumnPaging, #boxColumnPaging2 {
 	display : none;
}

#boxColumButton { 
  display:none;
}

#picStartPage{
width:100%;
}

.picGewerbegebiet{
width:100%;
}


body {
  background-color:#FFFFFF;
}

.mainContainer {
background-color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
   border-bottom:1px solid #AABBCC;
}

#centerColumn {
   border-top: 0px solid #A2A3D8;
   border-bottom: 0px solid #A2A3D8;
}

#leftColumn, #rightColumn {
  background-color: #FFFFFF;
  border-top: 0px solid #A2A3D8;
  border-bottom: 0px solid #A2A3D8;
}

#rightColumn {
   page-break-before: always;
}

#footer{
	display:none; 
}


#p7TMnav {
	background-color: #ffffff;
}

.banner {
	background-color: #ffffff;
	border-bottom: 1px solid #AABBCC;
}

.picture-right, .picture-left{
	border:0px solid #AABBCC;
}

.boxFloat {
	border:0px solid #AABBCC;
	color:red;
} 

#picGewerbegebiet{
width:100%;
}


.picContainerLeft
{
float: left;
margin-right:20px;
margin-bottom:10px;
}

.picContainerRight
{
float:left;
margin-right:20px;
margin-bottom:10px;
}

.txtContainerLeft
{
float: left;
margin-right:20px;
margin-bottom:10px;
}




