body {
	background-color: rgb(233,244,255);
	width: 100&;
	height: 100&;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 16;
}

.borderless {
	border: none;
}

#rahmen {
	position: relative;
	width: 800px;
	height: 800px;
	align: center;
	margin: auto;
	margin-top: 50px;
}

#header {
	background-image: url(../images/header.png);
	width: 100%;
	height: 170px;
}

#body {
	width: 800px;
	height: 480px;
}

#navigation {
	float: left;
	background-color: white;
	width: 30%;
	height: 480px;}

#inhalt {
	float: right;
	background-color: white;
	width: 70%;
	height: 480px;
}

#portrait {
	position: absolute;
	width:  300px;
	left: 470px;
	top: 350px;
}

#praxis {
	position: absolute;
	width:  450px;
	left: 250px;
	top: 200px;
}

#footer {
	background-image: url(../images/footer.png);
	width: 100%;
	height: 50px;
}

ul#navi {
	list-style-type: none;
}

a.link {
	color: black;
}