#container
{
	margin: auto;
	background-image: url(img/flemming_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 740px;
	height: 416px;
}

#content
{
	width: 445px;
	height: 235px;
	position: absolute;
	top: 143px;
	left: 230px;
}

#copyright
{
	bottom: 0.3em;
	color: #FFF;
	font-family: Arial;
	font-size: 0.6em;
	position: absolute;
	right: 5em;
/*
	width: 425px;
*/
}


.print { display: none; }

a.menu {
	display: block;
	width: 146px;
	height: 33px;
}

#anfahrt
{
	position: absolute;
	top: 173px;
	left: 44px;
}
#anfahrt:hover
{
	background-image: url(img/buttons_high_anfahrt.jpg);
	background-repeat: no-repeat;
}

#methodik
{
	position: absolute;
	top: 220px;
	left: 44px;
}
#methodik:hover
{
	background-image: url(img/buttons_high_methodik.jpg);
	background-repeat: no-repeat;
}
#indikationen
{
	position: absolute;
	top: 267px;
	left: 44px;
}
#indikationen:hover
{
	background-image: url(img/buttons_high_indikationen.jpg);
	background-repeat: no-repeat;
}
#behandlung
{
	position: absolute;
	top: 314px;
	left: 44px;
}
#behandlung:hover
{
	background-image: url(img/buttons_high_behandlung.jpg);
	background-repeat: no-repeat;
}
#mitgliedschaft
{
	position: absolute;
	top: 360px;
	left: 44px;
}
#mitgliedschaft:hover
{
	background-image: url(img/buttons_high_uebermich.jpg);
	background-repeat: no-repeat;
}
















#home:active
{
/* 	background-image: url(img/button_action.jpg); */
/* 	background-repeat: no-repeat; */
/* 	outline: black solid 10px; */
}
