html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#root {
	width: 684px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	text-align: left;
}

#content {
	margin-top: 20px;
}

#kampfkunst {
	width: 212px;
	float: left;
}

#kampfkunst_header {
	width: 100%;
	height: 102px;
	background: url(../../img/enter/enter_kampfkunst.jpg) no-repeat;
}

#kampfkunst_tongue_closed {
	display: block;
	width: 100%;
	height: 46px;
	background: url(../../img/enter/kampfkunst_tongue_closed.jpg) no-repeat;
}

#kampfkunst_tongue_opened {
	display: block;
	width: 100%;
	height: 298px;
	background: url(../../img/enter/kampfkunst_tongue.jpg) no-repeat;
}

#administration {
	float: left;
	margin-left: 22px;
	width: 213px;
}

#administration_header {
	width: 100%;
	height: 102px;
	background: url(../../img/enter/enter_projekte.jpg) no-repeat;
}

#administration_tongue_closed {
	display: block;
	width: 100%;
	height: 46px;
	background: url(../../img/enter/administration_tongue_closed.jpg) no-repeat;
}

#administration_tongue_opened {
	display: block;
	width: 100%;
	height: 298px;
	background: url(../../img/enter/projekte_tongue.jpg) no-repeat;
}

#member {
	float: left;
	margin-left: 22px;
	width: 212px;
}

#member_header {
	width: 100%;
	height: 102px;
	background: url(../../img/enter/enter_member.jpg) no-repeat;
}

#member_tongue_closed {
	display: block;
	width: 100%;
	height: 46px;
	background: url(../../img/enter/member_tongue_closed.jpg) no-repeat;
}

#member_tongue_opened {
	display: block;
	width: 100%;
	height: 298px;
	background: url(../../img/enter/member_tongue.jpg) no-repeat;
}