@charset "UTF-8";

/* CSS Document */

/* ================================================================================
Stylesheet für Beratungsstelle Psychotherapie Version V01 
Datei: 		bp_01.css
Version: 	V02
Datum:		25.03.2019
Autorin: 	Marianne Mast
Aufbau:		1. Kalibrierung und allgemeine Styles
			2. Styles für Layoutbereich
			3. Sonstige Styles
*/

/*==================================================================================
 	1. Kalibrierung und allgemeine Styles  
==================================================================================*/


* {padding: 0; margin: 0;}

html {height:101%;} /*erzwingt Scrollbar im Firefox */


body {
	color:#4B4B51; /*Schriftfarbe */
	background-image: url(../x_images/HG.png);
	background-color:#E6F3CC6; /*HGfarbe*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 170%;
	font-weight: normal;
	color: #ff6600;
	margin-top: 20px;
	}
	
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #ff6600;
	}
	
h3 {
	font-size: 120%;
	font-weight: bold;
	}
	
h1, h2 {
	margin-bottom: 15px;
	margin-left: 145px;
	width: 522px;

	}
	
h3 {
	margin-bottom: 15px;
	margin-left: 185px;
	}
	
p {
	margin-bottom: 20px;
	margin-left: 185px;
	width: 480px;
	}
	
.name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
	
	
/* .stoerer ist der orangefarbene Kasten zur Einführung der telefonischen Beratung zur Zeit von Corona 2020
wenn die zeit sich wieder normalisiert, kann der Störer deaktiviert werden !!! */
.stoerer {
	color: #ffffff; 
	background-color: #ff8533;
	
	width: 440px;
	margin-left: 185px;
 	margin-bottom: 20px;
	padding: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	}
/* ENDE */


.merkbox {
	border: 2px dotted;
	border-color: #ff8533;
	width: 440px;
	margin-top: 50px;
	margin-left: 185px;
 	margin-bottom: 20px;
	padding: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
.textmerkbox {
	margin-left: 14px;
	margin-bottom: 15px;
	width: 430px;
	font-size: 12px;
	}
	
.listmerkbox{
	/*margin: 15px;*/
	width: 420px;
	}
	
.listcontent
	{
	margin-left: 190px;
	width: 480px;
	}
	
ul {
	width: 512px;
	list-style:none;
	margin-left: 15px; 
	margin-bottom: 10px;
	}
	
ul li {
	background-image: url(../x_images/li_point.png);
	background-position: 0px 7px; 
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	}

.hervorhebung
	{
	font-weight: bold;
	}

/* .Hervorhebung_2 ist der Kasten bei Adresse der am 1.1.2018 wieder deaktiviert werden kann!!! */
.hervorhebung_2
	{
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	}
	
address {
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
}

/*Hyperlinks allgemein */

a {outline: none; }
a:link {color: #666600;}
a:visited {color: #996633;}
a:hover, a:focus { color: #99cc00;}
a:active { color: #99cc00;}

/*Hyperlinks navigation */

#navi a {
	color: #ffffff; 
	background-color: #7E7F88;
	display:block; /* ganze Fläche anklickbar machen */
	text-decoration: none; outline: none; 
	height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#navi a:hover, a:focus {color: #7E7F88; background-color: #ffffff;}

#ag_01_psychotherapie #naviA2 a, 
#ag_02_beziehung #naviA3 a, 
#ag_04_coaching #naviA5 a, 
#un_01_beratungsstelle #naviB2 a, 
#un_03_team #naviB3 a, 
#un_04_kosten #naviB4 a, 
#kon_01_adresse #naviC2 a, 
#kon_02_anfahrt #naviC3 a, 
#kon_04_impressum #naviC4 a {
	color: #7e7f88;
	background-color: #ffffff;
}

#bt_download a {
	color:#FFffff;
	background-color:#7E7F88;
	display:block; /* ganze Fläche anklickbar machen */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; outline: none; 
	width: 112px;
	height: 15px;
	margin-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
}	
	
#bt_download a:hover, a:focus {
	color: #ffffff;
	background-color: #ff8533;
	text-decoration: none; outline: none; 
}

/* Allgemeine Klassen und IDs */

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	z-index: 12;
	visibility: visible;
}

#logo {
	color: black;
	background-color: white;
	}



/*==================================================================================
  2. Styles für die Layoutbereiche 
==================================================================================*/


#wrapper {
	/* background-color:#ffffff; */
	position: relative;
	width: 750px; /*Breite des Inhaltbereichs */
	margin-top: 50px;
	margin-right: auto; /*Abstand rechts automatisch */
	margin-bottom: 10Px; 
	margin-left: auto; /*Abstand links automatisch */
}

#kopf {
	position: relative;
	color: #4B4B51;
	background-color: #ffffff;
	width: 750px;
	margin-bottom: 3px;
	height: 62px;
}

#navi {
	position: relative; /*positioniert, aber bleibt im Fluss */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 80px;
}

#naviA1 {
	position: absolute;
	left: 0px;
	background-color: #FF8533;
	width: 406px;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
}

#naviB1 {
	position: absolute;
	left: 421px;
	background-color: #FF8533;
	width: 178px;
	height:15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
}


#naviC1 {
	position: absolute;
	left: 614px;
	background-color: #FF8533; 
	width: 124px;
	height:15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;

}

#naviA2 {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 418px;
}

#naviB2 {
	position: absolute;
	left: 421px;
	top: 20px;
	width: 190px;
}

#naviC2 {
	position: absolute;
	left: 614px;
	top: 20px;
	width: 136px;
}

#naviA3 {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 418px;
}

#naviB3 {
	position: absolute;
	left: 421px;
	top: 40px;
	width: 190px;
}

#naviC3 {
	position: absolute;
	left: 614px;
	top: 40px;
	width: 136px;
}

#naviA4 {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 418px;
}

#naviB4 {
	position: absolute;
	left: 421px;
	top: 60px;
	width: 190px;
}

#naviC4 {
	position: absolute;
	left: 614px;
	top: 60px;
	width: 136px;
}

#content {
	position: relative;
	background-color: #ffffff;
	padding: 14px;
	padding-bottom: 30px;
	margin-bottom: 3px;
}

#bildleiste {
	margin-bottom: 0px;
}

#uk {
	position: absolute;
	left: 15px;
	top: 200px;
	width: 1px;
	hight: 120px;
	height: 1px;
	}

#footer {
	position: relative;
	color: #ffffff;
	background-color:#FF8533;
	padding: 15px;
}

/*==================================================================================
  3. Klassen
==================================================================================*/
