@charset "utf-8";
body {
	background-color: #d1d1d2;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div, p, a, li, td { -webkit-text-size-adjust:none; }
#menu {
	width: 977px;
	height: 46px;
	position:fixed;
	left: 50%;
	margin-top: 0px;
	margin-left: -488px;
	z-index: 2;
	background-color:#d1d1d2;
}
#logo {
	float:left;
	margin-right: 100px;
}
#submenu {
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	vertical-align: bottom;
	margin-top: 20px;
	background-color:#d1d1d2;
}
#submenu a {
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}
#submenu a:hover {
	color: #000;
}
#submenu img {
	vertical-align: top;
}

#main {
	width: 977px;
	background-color: #fff;
	position:absolute;
	left: 50%;
	margin-left: -488px;
	margin-top: 46px;
	z-index: 1;
	text-align: center;
}
#start {
	margin-top: 67px;
}
#persoenlich {
	width: 400px;
	text-align: left;
	margin: 0 auto;
	margin-top: 67px;
}
#ausbildung {
	margin-top: 67px;
}
div.hr {
  height: 1px;
  background: #fff url(images/punkte.jpg) center;
}
.center{
	margin:0 auto;
}
a{
	color:#000;
}

#header {
	color: #FFF;
	background-color: #D1D1D2;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	margin-top: 9px;
	margin-bottom: 9px;
}
.box {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	width: 287px;
	height: 79px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top:70px;
	float: left;
}
.boxkontakt {
	background-image: url(images/bg_kontakt.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 221px;
	text-align: left;
	padding-left: 55px;
	font-size: 12px;
	line-height: 18px;
	margin-top:70px;
	float: left;
}