@charset "utf-8";
/* CSS Document */

* { /* entfernt Innen- und Außenränder aller Elemente*/
	padding: 0;
	margin:0;
}

img {
	border: none;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; /* rückz im IE5 die Seite in die Mitte*/
	background-color: white;
	margin-top: 10px;
}

#mother {
	width: 720px;
	text-align: left;
	background-color: white;
	padding: 40px 40px;
	margin: 0 auto; /* "auto" rückt die Seite in die Mitte des Fensters*/
}

#header {
	height: 60px;
	margin: 0 0 10px 0;
}

#menu {
	float: left; /* schwebt links*/
	width: 140px;
	background-color: white;
}

#main {
	background-color: white;
	padding: 0 0 0 40px;
	margin: 0 0 0 140px; /* 140px für das Menü freihalten*/
}

#footer {
	clear: both;
	padding-top: 3px;
	width: 500px;
	background-image:url(../img/line.jpg);
	background-repeat:repeat-x;
} 

#pic_240 {
	width: 240px;
	float: left;
	margin: 0 20px 0 0;
}

#text_240 {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}

#teamContainer {
	height: 120px;
	width: 500px;
	margin: 0 0 20px 0;
}

#passfoto {
	height: 120px;
	width: 90px;
	float: left;
	margin: 0 10px 0 0;
}

#footie {
	margin: 0 20px 20px 0;
	float: left;
}

#leistungenContainer {
	height: 80px;
	width: 500px;
	margin-bottom: 20px;
}

#pic {
	margin-right: 10px;
	float: left;
}

#kontakt_right {
	margin-left: 240px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#kontakt_right_l {
	margin-left: 240px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#imp {
	margin: 0 40px 20px 0;
}

#cont_speng {
	margin-bottom: 20px;
	height: 100px;
}

#cont_speng2 {
	margin-bottom: 10px;
	height: 100px;
}

#cont_speng3 {
	margin-bottom: 20px;
	height: 100px;
}

#cont_h170 {
	margin-bottom: 20px;
	height: 170px;
}

#cont_130_100 {
	width: 130px;
	height: 100px;
	margin-right: 10px;
	float: left;
}

#cont_130_170 {
	width: 130px;
	height: 170px;
	margin-right: 10px;
	float: left;
}

#cont_350_170 {
	width: 350px;
	height: 170px;
	margin-left: 10px;
	float: left;
	
}
