body {
	background-color: #449CDB;
	background-image: url(../img/css/bgr_start_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
}
#content {
	background-image: url(../img/css/bgr_start_content.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
}
#navibox {
	width:168px;
	height:93px;
	margin-left:529px;
	margin-top:226px;
}
#btn_aupair a {
	width:168px;
	height:26px;
	float:left;
	display:block;
	background-image: url(../img/css/btn_aupair.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:8px;
}
#btn_aupair a:hover {
	background-image: url(../img/css/btn_aupair_over.png);
}
#btn_highschool a {
	width:168px;
	height:26px;
	float:left;
	display:block;
	background-image: url(../img/css/btn_highschool.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:7px;
}
#btn_highschool a:hover {
	background-image: url(../img/css/btn_highschool_over.png);
}
#btn_jobpraktikum a {
	width:168px;
	height:26px;
	float:left;
	display:block;
	background-image: url(../img/css/btn_jobpraktikum.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_jobpraktikum a:hover {
	background-image: url(../img/css/btn_jobpraktikum_over.png);
}

#footernavi {
	height: auto;
	width: 610px;
	padding-left:190px;
	margin-left: -400px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 620px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footernavi a {
	text-decoration:none;
	color: #002A55;
}
#footernavi a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
