/**********************
 * 1. AUFBAU DOKUMENT *
 **********************/

/* Vertikalen Scrollbar immer einblenden */
html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0; padding-bottom: 10px;
	text-align: center;
	background: white url(../images/body.gif) repeat-x top left;
}

#all {
	position: relative;
	width: 720px;
	margin: 0px auto;
	text-align: left;
}

#head {
	height: 350px;
	padding: 0 10px;
	background: url(../images/head.gif) repeat-y top center;
}

#headleft_1, #headleft_2, #headleft_3, #headleft_4, #headleft_5, #headleft_6 {
	float: left;
	width: 251px; height: 350px;
	background: no-repeat top left;
}

#headleft_1 { background-image: url(../images/head_index_left.gif); }
#headleft_2 { background-image: url(../images/head_psychotherapie_left.gif); }
#headleft_3 { background-image: url(../images/head_systemisch_left.gif); }
#headleft_4 { background-image: url(../images/head_person_left.gif); }
#headleft_5 { background-image: url(../images/head_organisation_left.gif); }
#headleft_6 { background-image: url(../images/head_kontakt_left.gif); }

#headright_1, #headright_2, #headright_3, #headright_4, #headright_5, #headright_6 {
	float: left;
	width: 449px; height: 350px;
	background-repeat: no-repeat;
	background-position: top left;
}

#headright_1 { background-image: url(../images/head_index_right.jpg); }
#headright_2 { background-image: url(../images/head_psychotherapie_right.jpg); }
#headright_3 { background-image: url(../images/head_systemisch_right.jpg); }
#headright_4 { background-image: url(../images/head_person_right.jpg); }
#headright_5 { background-image: url(../images/head_organisation_right.jpg); }
#headright_6 { background-image: url(../images/head_kontakt_right.jpg); }

#sheet {
	background: url(../images/sheet.gif) repeat-y top center;
}

#left {
	float: left;
	width: 259px; height: 400px;
}

#left #padding {
	padding: 0px 0px 0px 20px;
}

#colspacing {
	float: left;
	width: 2px; height: 300px;
	overflow: hidden;
	background: url(../images/colspacing.gif) no-repeat top left;
}

#right {
	float: left;
	width: 449px;	
}

#right #padding {
	padding: 10px;
}

#foot {
	padding: 5px 20px 5px 20px;
	background: url(../images/foot_top.gif) no-repeat top center;
}

#sheetbottom {
	position: relative;
	width: 720px; height: 14px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/foot_bottom.gif) no-repeat top center;
}

/********************
 * 2. BLOCKELEMENTE *
 ********************/

/* Aufheben von float left bzw. right */
.clear, .clear20 {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Menü 
   ---- */
#menu {
	width: 249px; height: 200px;
}

#menu a, #menu a:visited {
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
}

a#psychotherapie {background-image: url(../images/menu_psychotherapie.gif);}
a#systemisch {background-image: url(../images/menu_systemisch.gif);}
a#person {background-image: url(../images/menu_person.gif);}
a#organisation {background-image: url(../images/menu_organisation.gif);}
a#kontakt {background-image: url(../images/menu_kontakt.gif);}

#menu a:hover {
	background-position: bottom left;
}

#menu a span {
	display: none;	
}

/* Zahlen-Menü 
   ----------- */

#menustory {
	height: 45px;
}

#menustory #padding {
	padding: 10px 0;
}

#menustory a, #menustory a:visited {
	display: block;
	float: left;
	width: 25px; height: 25px;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: top center;
}

#menustory a#six {margin: 0;}

a#one {background-image: url(../images/story_menu_1.gif);}
a#two {background-image: url(../images/story_menu_2.gif);}
a#three {background-image: url(../images/story_menu_3.gif);}
a#four {background-image: url(../images/story_menu_4.gif);}
a#five {background-image: url(../images/story_menu_5.gif);}
a#six {background-image: url(../images/story_menu_6.gif);}

#menustory a.chapter, #menustory a.chapter:visited {
	background-position: center;
}

#menustory a:hover {
	background-position: bottom center;
}

#menustory a span {
	display: none;	
}

/********************
 * 3. ÜBERSCHRIFTEN *
 ********************/

h1 {
	height: 123px;
	margin: 0 1px 0 10px;
	padding: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	display: block;
	height: 111px;
	font-size: 1px;
	font-weight: normal;
	color: white;
}

h1 a span {
	display: none;	
}

h2 {
	overflow: hidden;
	height: 45px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

h2 div {
	padding-top: 45px;	
}

h2#index {background-image: url(../images/h2_index.gif);}
h2#psychotherapie {background-image: url(../images/h2_psychotherapie.gif);}
h2#systemisch {background-image: url(../images/h2_systemisch.gif);}
h2#person {background-image: url(../images/h2_person.gif);}
h2#praxis {background-image: url(../images/h2_praxis.gif);}
h2#organisation {background-image: url(../images/h2_organisation.gif);}
h2#kontakt {background-image: url(../images/h2_kontakt.gif);}
h2#impressum {background-image: url(../images/h2_impressum.gif);}

h3 {
	padding-bottom: 2px;
	font-size: 10pt;
	color: #5a8eca;
	background: url(../images/h3_border.gif) repeat-x bottom left;
}

h4 {
	padding-left: 15px;
	font-size: 10pt;
	color: #888;
	background: url(../images/h4_border.gif) no-repeat center left;
}

/***********************
 * 4. TEXTFORMATIERUNG *
 ***********************/

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #444;
}

#foot {
	font-size: 9pt;
	color: #888;
}

.top	{ margin-top: 0; }

.bottom	{ margin-bottom: 0; }

.topbottom {
	margin-top: 0;
	margin-bottom: 0;
}

img	{ border: none; }

/*****************
 * 5. HYPERLINKS *
 *****************/

a, a:visited {
	text-decoration: none;
	color: #ff5504;
}

#foot a, #foot a:visited {
	color: #888;
}

a:hover, #foot a:hover {
	color: #ff5504;
	text-decoration: underline;
}