/* GENERAL Navigation */
.nav {
	float:left;
	width:181px;
}
.navtopsubcontainer {
	height:54px;
	width:770px;
	margin-left:220px;
}
.navtopmaincontainer {
	height:56px;
	margin-left:220px;
}
.mainheader {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:23px;
	text-align:left;
}
.logo {
	background-image:url(../bilder/layout/logo.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:220px;
	height:110px;
}
/* 	SIDE Navigation SPECIALS */
.navside {
	list-style:none;
}
.navmain a {
	display:block;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	text-decoration:none !important;
	margin-left:0.5em;
}
.navmain {
	background-image:url(../bilder/layout/buttons/sidenav_main_false.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:161px;
	height:18px;
	margin:0.1em 0em 0em 0em;
}
.navmain :hover {
	background-image:url(../bilder/layout/buttons/sidenav_main_true.png);
	background-position:right center;
}
.nactive {
	background-image:url(../bilder/layout/buttons/sidenav_main_true.png);
	background-position:right center;
}
.navsub {
	background-image:url(../bilder/layout/buttons/sidenav_sub_false.png);
	background-repeat:no-repeat;
	width:161px;
	height:18px;
}
.navsub :hover {
	background-image:url(../bilder/layout/buttons/sidenav_sub_true.png);
	background-repeat:no-repeat;
}
.sactive {
	background-image:url(../bilder/layout/buttons/sidenav_sub_true.png);
	background-repeat:no-repeat;
}
.navsub a {
	display:block;
	vertical-align:middle;
	font-size:14px;
	padding-left:30px;
	text-decoration:none !important;
}

/*	TOP Navigation MAIN SPECIALS */
.toplinktarget {
	float:left;
	display:inline;
}
.logolayer {
	width:200px;
	height:110px;
	float:left;
	display:inline;
}
.home {
	background-image:url(../bilder/layout/buttons/topnav_home.png);
	height:56px;
	width:98px;
	display:block;
	float:left;
}
.home:hover {
	background-image:url(../bilder/layout/buttons/topnav_home_true.png);
}
.team {
	background-image:url(../bilder/layout/buttons/topnav_team.png);
	height:56px;
	width:83px;
	display:block;
	float:left;
}
.team:hover {
	background-image:url(../bilder/layout/buttons/topnav_team_true.png);
}
.physio {
	background-image:url(../bilder/layout/buttons/topnav_physio.png);
	height:56px;
	width:169px;
	display:block;
	float:left;
}
.physio:hover {
	background-image:url(../bilder/layout/buttons/topnav_physio_true.png);
}
.kontakt {
	background-image:url(../bilder/layout/buttons/topnav_kontakt.png);
	height:56px;
	width:100px;
	display:block;
	float:left;
}
.kontakt:hover {
	background-image:url(../bilder/layout/buttons/topnav_kontakt_true.png);
}
.none{
	display:none;
}
/* TOP Navigation SUB SPECIALS */
.navtopsub {
	background-image:url(../bilder/layout/karteikarten/bg.png);
	background-position:left bottom;
	height:22px;
	list-style:none;
	float:right;
	font-size:16px;
	padding-right:1em;
	display:inline;
}
.navtopsub > li {
	display:inline;
	background-image:url(../bilder/layout/karteikarten/bg.png);
	height:22px;
}
.navtopsub > li :hover{
	display:inline;
	background-image:url(../bilder/layout/karteikarten/bg_true.png);
	height:22px;
}
.navtopsub > li > a {
	padding-left:0.4em;
	text-decoration:none !important;
}
/* BREADCRUMP NAVIGATION */
.locationbar {
	font-size:x-small;
	padding:0em;
	margin:0em;
}
.locationbar a {
	text-decoration:underline !important;
}
/* Navigationsunterpunkte im Contentbereich */
.navibox {
	width:220px;
	height:220px;
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:20px;
}
.naviboxheader {
	height:20px;
	background-image:url(../bilder/layout/boxen/220-header.png);
	background-repeat:no-repeat;
	vertical-align:middle;
}
.naviboxheader h1 {
	margin-left:10px;
	margin-top:5px;
	padding:0em !important;
	font-size:15px;
}
.naviboxcontent {
	height:160px;
	background-image:url(../bilder/layout/boxen/220-content.png);
	background-repeat:repeat-y;
}
.naviboxcontent a {
	width:100%;
	height:100%;
	display:block;
}
.naviboxcontent a img {
	margin-left:30px;
}
.naviboxfooter {
	height:30px;
	background-image:url(../bilder/layout/boxen/220-footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}
.naviboxfooter a {
	font-site:20px;
	display:block;
	height:20px;
	width:100%;
}

/* FUSSZEILE */
.top {
	background-image:url(../bilder/layout/buttons/top_false.png);
	height:30px;
	width:109px;
	display:block;
	margin:0 auto;
}
.top:hover {
	background-image:url(../bilder/layout/buttons/top_true.png);
}