body {
			height: 100%;
			background-color: #fff;
			color: #000;
			margin: 0;
			padding: 0; 
			font-family: arial, helvetica, sans-serif, sans;
		    font-size: 75%;
			}

#kopf {
			top: 0;
			}
			
#kopf2 {
display:none;
			}			

#nebennavi {
display:none;
}

.tx-macinasearchbox-pi1 {
display:none;
	}
			
#logo {
	display: block;
			}			

#lzglogo {
display:none;
}			

#breadcrums {
display:none;
	}

#navi_familie {
display:none;
		}		

#navi_familie_sub {
display:none;
		}			
			
#navi_fachkraefte {
display:none;
	}

#mitte {
	}			
	
#links {
	border-left: none;
		}

#rechts {
	height: auto;
		}	
		
#footer {
display: none;
	}		

/*Basic*/
h1 {
	font-size: 110%;
	margin-bottom: +0.5em;
	line-height: 1.5em;
	color: #B60367;
	}

h2 {
	font-size: 100%;
	margin-bottom: -1em;
	}

	
h3 {
	font-size: 100%;
	margin-bottom: -0.5em;
	}

p {
	line-height: 1.5em;
	padding: 0 2em 0 2em;
	}

a { 
	color: #777;
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	color: #777;
	font-weight: bold;
	text-decoration: underline;
	}

	
a img {
	border: none;
	}

img {
	border: none;
	padding: 0;
	margin: 0;
	}		
		
.none {
        display: none;
}


.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}					
