html,
body {
	margin: 0;
	padding: 0;
}

body	{
	color: #333;
}

/* #wrapper */

#wrapper {
	position: relative;
	background: #e8e0e9 url(../images/interface/column_back.gif) repeat-y right top;
}


/* header / logo */

#header	{
	height: 171px;
	width: 100%;
	background: white  url(../images/interface/header_home.jpg) no-repeat right top;
}
#page_home #header {
	background-image: url(../images/interface/header_therapievormen1.jpg);
}
#page_therapie1 #header {
	background-image: url(../images/interface/header_therapie1.jpg);
}
#page_therapie2 #header {
	background-image: url(../images/interface/header_therapie2.jpg);
}
#page_therapievormen1 #header {
	background-image: url(../images/interface/header_therapievormen1.jpg);
}
#page_therapievormen2 #header {
	background-image: url(../images/interface/header_therapievormen2.jpg);
}
#page_therapievormen3 #header {
	background-image: url(../images/interface/header_therapievormen3.jpg);
}
#page_therapievormen4 #header {
	background-image: url(../images/interface/header_therapievormen4.jpg);
}
#page_therapievormen5 #header {
	background-image: url(../images/interface/header_therapievormen5.jpg);
}
#page_therapievormen6 #header {
	background-image: url(../images/interface/header_therapievormen6.jpg);
}
#page_therapeut #header {
	background-image: url(../images/interface/header_therapeut.jpg);
}
#page_intake #header {
	background-image: url(../images/interface/header_intake.jpg);
}
#page_contact1 #header,
#page_contact2 #header {
	background-image: url(../images/interface/header_contact.jpg);
}


#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 245px;
	height: 198px;
}
#header h1 a	{
	display: block;
	width: 245px;
	height: 198px;
	text-indent: -999em;
	text-decoration: none;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 245px;
	height: 198px;
	background: url(../images/interface/logo_xpansion.png) no-repeat left top;
}
#payoff {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;
	height: 130px;
	background: url(../images/interface/payoff.gif) no-repeat center center;
}


/* anchors */
a	{
	color: #6c276a;
}
a:hover	{
	color: #a277a1;
}

.more {
	font-weight: bold;
	font-style: normal;
	color: #6c276a;
}
a.noLine {
	text-decoration: none;
}

/* #content */

#content {
	position: relative;
	margin: 0; padding: 0;
	width: 100%;
	min-height: 380px;
	background: url(../images/interface/vlinder_back.gif) no-repeat left 10px;
}
* html #content {
	height: 380px;
}

/* primaryContent */

#primaryContent {
	margin: 0; padding: 0;
	margin: 10px 210px 0 261px;
}
* html #primaryContent {
	height: 0.1em;
}
#primaryContent .wrapper {
	padding: 15px;
	max-width: 650px;
}

/* secondaryContent */

#secondaryContent {
	float: right; display: inline;
	margin: 0; padding: 0;
	width: 210px;
	font-size: 0.9em;
}
#secondaryContent .wrapper {
	padding: 15px 20px 90px 20px;
}


/* #menu */

#menu {
	position: absolute;
	left: 0; top: 137px;
	width: 100%; height: 34px;
	background: #bc9fbc;
}	
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	position: absolute;
	bottom: 0;
}
#menu ul li {
	position: relative;
	float: left; display: inline;
	margin-right: 5px;
	background: #bc9fbc;
}
#menu ul li.first {
	margin-left: 261px; 
}
#menu li a {
	display: block;
	padding: 2px 15px;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#menu li a:hover,
#menu li:hover a {
	color: #6c276a;
}

#menu li.active {
	background: #e8e0e9 url(../images/interface/tab_left.gif) no-repeat left top;
}
#menu li.active a {
	background: url(../images/interface/tab_right.gif) no-repeat right top;
	color: #6c276a;
}

/* submenu */
#menu ul li ul {
	display: none; /* initial hide submenu */
	position: absolute;
	top: 25px; left: 0;
}
#menu ul li:hover ul,
#menu ul li.hover ul { /* show submenu if hover on mainmenu (see also menu.js for IE6) */
	display: block;
}
#wrapper #menu ul li ul li {
	clear: both;
	float: left; display: block;
	margin: 0; padding: 0;
	background: white;
}
#wrapper #menu ul li ul li a {
	clear: both;
	float: left; display: block;
	width: 13em;
	padding: 5px 5px 5px 15px;
	border: 1px solid white;
	border-top-color: #e8e0e9;
	line-height: 15px;
	font-weight: normal;
	font-size: 12px;
	background: white;
	color: #6c276a;
}
#wrapper #menu ul li ul li a:hover {
	background: #bc9fbc;
	color: white !important;
}

#menuCurve {
	position: absolute;
	top: 137px;
	left: 0;
	width: 261px;
	height: 85px;
	background: url(../images/interface/menu_curve.gif) no-repeat left top;
}


/* address */

address {
	font-style: normal;
}
address span.spacer {
	display: block;
	font-size: 0px;
	line-height: 60%;
	height: 8px;
}
address span.label {
	display: block;
	float: left;
	width: 1.5em;
	white-space: nowrap;
}

/* #footer */

#footer	{
	position: relative;
	width: 100%;
	background: #bc9fbc;
	font-size: 11px;
	line-height: 125%;
	color: #e8e0e9;
}
#footer .wrapper {
	padding: 10px 20px;
}
#footer a	{
	font-weight: bold;
	text-decoration: none;
	color: #e8e0e9;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: white;
}

#footer #copyright {
	float: right;
	display: inline;
}

/* various classes */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.2em;
	background: url(../images/interface/bullet.gif) no-repeat 0.15em 0.5em;
	margin-bottom: 0.2em;
}
#content #secondaryContent li {
	background: url(../images/interface/bullet_submenu.gif) no-repeat 0.12em 0.45em;
	margin-bottom: 0.5em;
	line-height: 15px;
	font-size: 11px;
}
#content #secondaryContent li a {
	text-decoration: none;
}
#content #secondaryContent li.active a {
	font-weight: bold;
}

hr,
h2 {
	display: none;
}
#primaryContent h2,
#secondaryContent h2,
#primaryContent hr,
#secondaryContent hr {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}

.border img,
img.border {
	border: 1px solid #333;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* specific */


/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */