body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#center {
	position: relative;
	width: 760px;
	margin-left: auto;
    margin-right: auto;
	background: url("../_img/global/background.gif");
	background-position: center;
	background-repeat: repeat-y;
	color: #666; font-size: 12px; font-family: Helvetica, verdana, Arial, SunSans-Regular, sans-serif; line-height: 18px;
}

/*CONTENT AREAS*/
#inhalt {
	background: #fff7c6;
	text-align: left;
}
#foto {
	background: #fffad9;
}
#nav {
	background: #fffad9;
}

/*MAIN TEXT FORRMATTING*/
p, form {
	font:  12px/18px Helvetica, Verdana, sans-serif;
	color: #666;
	padding: 0 12px 0 12px;
}
ul { color: #666; font: 12px/18px Helvetica, Verdana, sans-serif; text-indent: -1em; margin-left: 1em; padding-left: 1em; list-style-type: disc; list-style-position: inside; }
b {
	font-weight: 900;
	color: #eb690a;
}
a:link, A:visited {
	COLOR: #eb690a;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #d45e08;
	TEXT-DECORATION: underline;
}
a:active {
	COLOR: #c25608;
	TEXT-DECORATION: underline;
}
h1 {
	font: 900 12px/18px Helvetica, Verdana, sans-serif;
	color: #666;
	padding: 0 12px 0 12px;
}
h2 { font: 900 12px/18px Helvetica, Verdana, sans-serif; color: #eb690a; background-color: #fce4ba; padding: 5px 12px 3px; display: block; margin: 0 0 -3px; }
h3 {
	font: 900 12px/18px Helvetica, Verdana, sans-serif;
	color: #666;
	padding: 5px 12px 3px 12px;
	display: block;
	background-color: #fffad9;
	margin: 0 0 -3px 0;
}
h5 { color: #eb690a; font: 900 14px/18px Georgia, "Times New Roman", Times, serif; background-color: #fce4ba; display: block; margin: 0 0 -3px; padding: 5px 12px 3px; }
/*RIGHT COLUMN (FOTO) BOX FORMATTING*/
h4 {
	font: 900 12px/18px Helvetica, Verdana, sans-serif;
	color: #eb690a;
	padding: 5px 12px 3px 12px;
	display: block;
	margin: -6px 42px -7px 37px;
	text-align: left;
}
p.gelb-box { color: #666; font: 12px/18px Helvetica, Verdana, sans-serif; background-color: #fff4c1; text-align: left; display: block; margin: -6px 42px -7px 37px; padding: 5px 12px 3px; }
ul.gelb-box { color: #666; font-size: 12px; line-height: 18px; background-color: #fff4c1; text-align: left; text-indent: -1em; margin: 0 42px 0 37px; padding: 0 12px 5px 2em; list-style-type: disc; list-style-position: inside; }
ul.orange-box { color: #666; font-size: 12px; line-height: 18px; background-color: #fde6ba; text-align: left; text-indent: -1em; list-style-type: disc; list-style-position: inside; margin: 0 42px 0 37px; padding: 5px 12px 5px 2em; }
p.orange-box { color: #666; font: 12px/18px Helvetica, Verdana, sans-serif; background-color: #fde6ba; text-align: left; display: block; margin: -6px 42px -7px 37px; padding: 5px 12px 3px; }
h4.orange-box { background-color: #fde6ba; padding: 5px 12px 3px; }
h4.gelb-box {
	background-color: #fff4c1;
}
/*LEFT NAV*/
a#home img {
	background: url("../_img/nav/home-aus.gif") top left no-repeat;
}
a#home:hover img {
	background: url("../_img/nav/home-ruber.gif") top left no-repeat;
}
a#praxis img {
	background: url("../_img/nav/praxis-aus.gif") top left no-repeat;
}
a#praxis:hover img {
	background: url("../_img/nav/praxis-ruber.gif") top left no-repeat;
}
a#konzept img {
	background: url("../_img/nav/konzept-aus.gif") top left no-repeat;
}
a#konzept:hover img {
	background: url("../_img/nav/konzept-ruber.gif") top left no-repeat;
}
a#angebot img {
	background: url("../_img/nav/angebot-aus.gif") top left no-repeat;
}
a#angebot:hover img {
	background: url("../_img/nav/angebot-ruber.gif") top left no-repeat;
}
a#team img {
	background: url("../_img/nav/team-aus.gif") top left no-repeat;
}
a#team:hover img {
	background: url("../_img/nav/team-ruber.gif") top left no-repeat;
}
a#kontakt img {
	background: url("../_img/nav/kontakt-aus.gif") top left no-repeat;
}
a#kontakt:hover img {
	background: url("../_img/nav/kontakt-ruber.gif") top left no-repeat;
}

/*FOTO BOXEN*/
.top_left_border {
	background: url("../_img/foto/.gif") top left no-repeat;
}
.top_border {
	background: url("../_img/foto/top.gif") top left repeat x;
}
.top_left_border {
	background: url("../_img/foto/top_left.gif") top left no-repeat;
}
.left_border {
	background: url("../_img/foto/left.gif") top left repeat y;
}
.right_border {
	background: url("../_img/foto/right.gif") top left repeat y;
}
.bottom_left_border {
	background: url("../_img/foto/bottom_left.gif") top left no-repeat;
}
.bottom_border {
	background: url("../_img/foto/bottom.gif") top left repeat x;
}
.bottom_right_border {
	background: url("../_img/foto/bottom_right.gif") top left no-repeat;
}
table { color: #666; font-size: 12px; font-family: Helvetica, verdana, Arial, SunSans-Regular, sans-serif; line-height: 18px; }

