/* ===================================
Stylesheet der WebSite www.kompass-so.ch

Stand:
Datei: kompass.css
Datum: 15.11.2007
Autor: Samuel Müller

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
=================================== */
/* ==================================
   1. Kalibrierung
   =============================== */

/* ==================================
   ENDE DES STYLESHEETS
   =============================== */
*{ padding: 0; margin: 0; border: 0; list-style: none; }

/* ==================================
   2. Allgemeine Styles
   =============================== */
html
{ height: 101%; } /* Erzwingt Scrollbar im Firefox */

/* ================
   Hyperlinks    */
a{
	font-size: 90%;
	text-decoration: none;
	outline-style: none;
}

acronym{ border-bottom: 1px dotted #DB203F; cursor: help; }

body{
	color: #4C4C4C;
	background: #FFFFFF;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 760px;
}

/* ==================================
   4. Sonstige Styles 
   =============================== */   
/* Kontaktformular */
   
form{
	width: 400px; /* Breite des Formulars */
	padding: 20px;
	border: 1px solid #8C8C8C;
	margin-bottom: 20px;
	color: #FFFFFF;
	background: #DB203F;
}

h1{ margin-bottom: 20px; font-size: 150%; }

h2{ margin-top: 40px; margin-bottom: 20px; font-size: 120%; }

h3{
	margin-bottom: 5px;
	margin-top: 20px; /*vorher: 40px*/
	font-size: 105%;
}

h4{ margin-bottom: 5px; margin-top: 20px; font-size: 95%; }

h5{ margin-bottom: 10px; }

hr{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid;
	color: #DB203F;
	background: #FFFFFF;
	height: 1px;
}

input:focus, textarea:focus{ background: #FFF8DC; }

label{ display: block;} /* Beschriftung auf eigener Zeile */

p.teaser a:link, p.teaser a:visited {
	background: url(../bilder/link-int_gruen.gif) no-repeat left #fff;
	margin-left: 2px;
	color: #009F4F;
	text-decoration: none;
	padding: 0 2px 0 15px;
	font-weight: bold;
	font-size: 1em;
}

p.teaser a:hover, p.teaser a:active {
	background: url(../bilder/link-int_gruen.gif) no-repeat left #009f4f; /* dunkles Grün */
	color: #fff;
	padding: 0 2px 0 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

p.teaser1 a:link,
p.teaser1 a:visited {
	background: url(../bilder/link-int_rot.gif) no-repeat left #fff;
	margin-left: 2px;
	color: #DB203F;
	text-decoration: none;
	padding: 0 2px 0 15px;
	font-weight: bold;
	font-size: 1em;
}

p.teaser1 a:hover,
p.teaser1 a:active {
	background: url(../bilder/link-int_rot.gif) no-repeat left #DB203F; /* kompass-Rot */
	color: #fff;
	padding: 0 2px 0 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#teaser ul li {list-style:circle;}

p.top a, #erziehungskurse p.top a { padding: 2px 3px; }

p.top a,
p.top a:link,
p.top a:visited,
#erziehungskurse p.top a,
#erziehungskurse p.top a:link,
#erziehungskurse p.top a:visited{
	color: #DB203F;
	background: #FFFFFF;
	font-size: 80%;
	text-decoration: none;
}

p.top a:hover,
p.top a:active,
#erziehungskurse p.top a:hover,
#erziehungskurse p.top a:active{
	color: #AB1832;
	background: #FFFFFF;
	font-size: 80%;
	text-decoration: none;
}

/* Nach oben-Link */

p.top,
#erziehungskurse p.top { margin: 40px 0 20px 0; text-align: right; }

textarea{ height: 8em; }

/* =====================
   Klassen und IDs    */
.adresse{
	margin-bottom: 30px;
	font-size: 90%;
	font-style: italic;
}

.adresse2{
	margin-bottom: 30px;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}

.altrow { background-color: #009F4F; color: #fff; }

.clear{ clear: both; }

.kompass{
	background-color: #fff;
	color: #DB203F;
    /*font-variant: small-caps;*/
}

/* Version nach Peter Müller */
/*
.skiplink {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
} */
.kompassfooter{
	background-color: #fff;
	color: #DB203F;
	/*font-variant: small-caps;*/
}

.kurstitel{
	background-color: #fff;
	color: #009f4f; /* dunkles Grün */
}

/* Namen der Teammitglieder */
.name{
	margin-top: 0;
	font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.randueberschrift{ border-left: 2px solid #DB203F; padding-left: 10px; }

.skiplink{ display: none; }

/* Quelle: Jens Meiert und Ingo Helmdach, Webseiten mit CSS, S.120 */
.tabellenrand {
	border: 1px solid #009F4F;
	padding: 5px;
	width: 420px;
	margin-bottom: 30px;
}

.tabellenrandbaby {
	border: 1px solid #009F4F;
	padding: 5px;
	width: 430px;
	margin-bottom: 30px;
}

#kursdaten table.baby {
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 0.9em;
}

/* Beide Eingabefelder gleich lang */
#absender,textarea{
	width: 400px;
	border: 1px solid #CF153A;
	margin-bottom: 1em;
}

/* Ende der Styles für Navigation
-----------------------------------------------------------------------------------------------------------*/
#content{ width: 600px; float: right; }

#content li a:link,
#content li a:visited,
#content1 li a:link,
#content1 li a:visited,
#content2 li a:link,
#content2 li a:visited{ color: #DB203F; background: #FFFFFF; }

#content li a:visited,
#content1 li a:visited{
	color: #DB203F;
	background: url(../bilder/checkbox.gif) no-repeat right center;
	padding-right: 20px;
}

#content li a:hover,
#content1 li a:hover,
#content2 li a:hover{ color: #FFFFFF; background: #DB203F; padding: 0 2px; }

#content p{
	margin-bottom: 15px;
	color: #727272;
	background: #FFFFFF;
	font-size: 95%;
}

#content p:first-letter{ font-size: 135%; font-weight: normal; }

#content1{
	float: left;
	width: 354px;
	padding-right: 0px;
}

/*Hyperlinks im Text, ohne Listen*/
#content1 a:link,
#content1 a:visited{ color: #DB203F; background: #FFFFFF; }

#content1 a:visited{ color: #DB203F; }

#content1 a:hover{ color: #FFFFFF; background: #DB203F; padding: 0 1px; }

/*Formatierung der Listen*/
#content1 ul{
	font-size: 80%;
	padding-left: 30px;
	margin-bottom: 20px;
}

#content1 ul.themen li{
	background-color: #fff;
	color: #727272;
	list-style: circle outside;
}
#stellen #content ul.themen li{
	background-color: #fff;
	color: #727272;
	list-style: circle outside;
    margin-left: 20px}

#content1 ul.themen1 li {
	background-color: #fff;
	color: #CC0000;
	list-style: disc;
}
/* Rechte Spalte mit Teaser und Teaser1 */
#content2{
	float: right;
	width: 200px;
	height: auto;
	padding-top: 0;
}

#content2 h3{ margin-bottom: 30px; }

#content2 li a:visited{
	color: #DB203F;
	/*background:url(../bilder/checkbox.gif) no-repeat right center #FFFFFF;*/
	padding-right: 25px;
}

#content2 ul{ font-size: 75%; padding-left: 20px; }

#erziehungskurse h4 a:link,
#erziehungskurse h4 a:visited {
	padding: 0 2px;
	color: #009F4F;
	background-color: #fff;
	font-size: 1.2em;
}

#erziehungskurse h4 a:hover,
#erziehungskurse h4 a:active {
	padding: 0 2px;
	color: #fff;
	background-color: #009F4F;
	font-size: 1.2em;
}

#erziehungskurse h5 a:link,
#erziehungskurse h5 a:visited,
#erziehungskurse p a:link,
#erziehungskurse p a:visited {
	background: url(../bilder/link-int_gruen.gif) no-repeat left;
	margin-left: 2px;
	color: #009F4F;
	background-color: #fff;
	text-decoration: none;
	padding: 0 2px 0 15px;
	font-weight: bold;
	font-size: 1em;
}

#erziehungskurse h5 a:hover,
#erziehungskurse h5 a:active,
#erziehungskurse p a:hover,
#erziehungskurse p a:active {
	background: url(../bilder/link-int_gruen.gif) no-repeat left;
	background-color: #009F4F;
	color: #fff;
	padding: 0 2px 0 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#erziehungskurse ul#irma { float: right; width: 210px; }

/* Fussbereich */
 
#footer{
	clear: both;
	font-size: 85%;
	width: 350px;
	padding: 0;
	margin-top: 50px;
}

#footer a:link,
#footer a:visited{
	background: #FFFFFF;
	color: #DB203F;
	text-decoration: none;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
}

#footer a:hover,
#footer a:active{
	color: #FFFFFF;
	background: #DB203F;
	text-decoration: none;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
}

/* Kopfbereich */
#header{ width: 760px; height: 80px; margin-top: 20px; }

#impressum h2 { margin: 0 0 10px 10px; }

#impressum p.abstandunten { margin: 0 0 30px 20px; }

/* Ende der Styles für Tabelle */
 #kontaktseite #content p {
	background-color: #fff;
	color: #DB203F;
	font-size: 0.7em;
}

      #kontaktseite #content,
      #team #content,
      #downloads #content,
      #links #content,
      #stellen #content,
      #stellen_pflegefamilien #content,
      #standorte #content,
      #impressum #content,
      #kursdaten #content,
      #spenden #content,
      #organisation #content { width: 550px; margin-left: 40px; }

#kursdaten #content li.kursdaten{
	font-size: 0.9em;
	list-style-image: url(../bilder/link-exh.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 20px;
}

/* Tabelle auf der Seite 03elternkurse_daten.html */
#kursdaten #content1{ float: left; width: 500px; }

#kursdaten #content1 { margin-left: 50px; }

#kursdaten #content1;
	#downloads #content1 { float: left; width: 500px; }

/* Styles zu den Seiten mit Elternkursen und Kursdaten
03elternkurse.html und 03elternkurse_daten.html
 */
#kursdaten h3{ font-size: 105%; margin-bottom: 10px; margin-top: 10px; }

#kursdaten span.gruen { color: #009F4F; }

#kursdaten table {
	border-collapse: collapse;
	/*table-layout: fixed;*/
	font-size: 0.9em;
	width: 420px;
}


#kursdaten th {
	background: #fff url(../bilder/thhintergrund.gif) repeat-x;
	color: #fff;
	border-bottom: 1px solid #009F4F;
	border-top: 1px solid #009F4F;
}

#kursdaten th,
#kursdaten td { padding: 2px 3px; }

/*---------------------------------------------------------------------
Styles für die Navigation */
#navi{ float: left; width: 150px;} /*vorher 124 px */ 

#navi a{
	display: block;
	background: #FFFFFF;
	color: #DB203F;
	font-size: 0.7em;
	line-height: 1.2em;
	width: 140px;
	padding: 0.2em;
	border-bottom: 1px solid #ECECEC;
}

#navi a:link{ color: #DB203F; background: #FFFFFF; }

#navi a:visited{ color: #DB203F; }

/* Styles für die Checkbox im Navigationsmenü */
#navi a:hover,
#navi a:active,
#startseite #navi01 a,
#erziehungskurse #navi02 a,
#familienbegleitung #navi03 a,
#platzierung #navi04 a,
#team #navi05 a,
#organisation #navi06 a,
#downloads #navi07 a,
#links #navi08 a,
#standorte #navi09 a,
#spenden #navi10 a,
#stellen #navi11 a,
#stellen_keine #navi11 a,
#stellen_pflegefamilien #navi11 a,
#pflegefamilien_profil #navi12 a,
#kontaktseite #navi13 a,
#kontaktseite #navi14 a
{/*background: url(../bilder/checkbox.gif) no-repeat right center #DB203F;*/
	background-color: #DB203F;
	color: #FFFFFF;
	font-weight: bold;
}

/* Styles zur Seite 08standorte.html */
#standorte #content1 img{ width: 346px; padding: 1px; border: 1px solid #808080; }

#standorte .kompass{
	color: #DB203F;
	/*font-variant: small-caps;*/
	font-size: 110%;
}

#standorte address{ font-size: 95%; margin-bottom: 30px; }

#standorte h4{ margin-bottom: 15px; margin-top: 40px; }

#standorte p{ margin-bottom: 50px; }

/* Styles zu den Seiten 09stellen_keine.html und 09stellen_keine.html */
#stellen h3,
#stellen_pflegefamilien h3 { background: #F0F0F0; text-align: left; padding: 3px; }

#stellen h3.angaben{
	background: #F0F0F0;
	font-size: 140%;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #DB203F;
	-moz-border-radius: 15px;
}

#stellen_keine .randueberschrift{
	border-left: 2px solid #DB203F;
	padding-left: 10px;
	margin-bottom: 100px;
	margin-left: 50px;
}

#stellen_pflegefamilien #content1,
	#organisation #content1,
	#links #content1{ width: 500px; float: left; }

#team #content1{
	width: 400px;
	float: left;
}


/* Styles für auf externe Sites verweisende Links */
#team #content1 li.organigramm,
#organisation #content1 li.organigramm,
#links #content1 li,
#downloads #content1 li,
#stellen_pflegefamilien #content1 li.organigramm,
#content2 li{
	font-size: 1.0em;
	line-height: 1.2em;
	list-style-image: url(../bilder/link-exh.gif);
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 10px;
}

#teaser h3,
#teaser1 h3 {
	color: #DB203F;
	background-color: #fff;
	margin: 0;
	padding: 0 0 10px;
}

#teaser p,
#teaser1 p { margin: 0; padding: 0 0 10px; font-size: 0.8em; }

#teaser,
#teaser1{
	border: 1px dotted #DB203F;
	padding: 5px;
	width: 180px;
	margin-top: 30px;
}

/* ==================================
   3. Styles für Layoutbereiche
   =============================== */
#wrapper{
	/*background: url(../bilder/backgroundkompass.jpg) no-repeat;*/
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

