body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background-image: url(bg_verlauf.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	background-attachment: fixed;
	text-indent: 0px;
	font-size: 11px;
	font-weight: normal;
}

	
	#flashcontent {
	height: 400px;
	background-color: #FFFFFF;
	width: 600px;
	}
	#box_inhalt {
	position:absolute;
	height: 490px;
	width: 200px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 35px;
	overflow: visible;
	margin-top: 4px;
}

#box_inhalt p {
	text-align: left;
	text-indent: 0px;
}


strong {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 11px;
}
br {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #00CC00;
}

a:hover {
	font-size: 11px;
	color: #990000;
	list-style-type: none;
}
.aktiv {
	font-size: 11px;
	color: #990000;
	list-style-type: none;
}
.Rahmen {
	background-color: #FFFFFF;
	list-style-type: none;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 120px;
	background-repeat: no-repeat;
}
a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	list-style-type: none;
	text-align: left;
}
#adresse {
	font-size: 11px;
	color: #000000;
	margin-top: 3px;
	line-height: normal;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
}
#adresse p {
	font-size: 11px;
	line-height: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: baseline;
	text-decoration: none;
}
#adresse a {
	font-size: 11px;
	color: #000000;
	line-height: normal;
	margin-right: 0px;
}
#adresse a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
#adresse body {
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
.RahmenInhalt {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 515px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rahmentable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
li {
	list-style-type: none;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}


.inhalt {
	height: 800px;
	width: 900px;
	position: static;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}
.shadowleft {
	background-image: url(file:///Macintosh%20HD/Applications/XAMPP/xamppfiles/htdocs/pestalozzi/shadow-left.jpg);
	background-repeat: repeat-y;
}
.inhalt {
	height: 800px;
	width: 900px;
	position: static;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}
ul.menu, ul.menu ul {

    list-style-type: none;

}



ul.menu a {
	display: block;
	font-weight:normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}



ul.menu ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0px;
}



ul.menu li {
	padding:0;
	margin:0;
	background-image: none;
	float:left;
}



ul.menu ul {
	margin-left:0px;
	position: absolute;
	background-color: #FFFFFF;
	display:none;
	min-width:130px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}



/* IE-Hack für die Breite */

*html ul.menu ul {
	width:130px;
}




/* Zweite Ebene */

        ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #FFFFFF;
	display: none;
	width: 130px;
     }



   /* Zweite Ebene anzeigen */

       ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
   }

/* Dritte Ebene */

   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 123px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -13px; /* Höhe eines Listenelements */
        }



   /* Dritte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
   }








/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */

/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display:block;
}



ul.menu ul li {
	float:none;
	background-color: #FFFFFF;
	height: 19px;
}
.box_bild {
	width: 710px;
	margin-top: 35px;
	margin-left: 20px;
	height: 458px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.box_adressen {
	margin-top: 22px;
}
.li  .box_bild {
	background-color: #999999;
	list-style-type: circle;
	border: 1px dotted #006699;
}
.navigation {
	margin-left: 0px;
}
p {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
}
b {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.logo {
	margin-bottom: 7px;
}
#breadcrump {
	margin-left: 35px;
	margin-bottom: 0px;
	height: 10px;
}
.breadcrump_box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	height: 10px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
h2 b {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #333333;
}
div {
	padding-bottom: 10px;
}
input {
	clip: rect(auto,auto,auto,auto);
	position: static;
	margin-left: 130px;
}
label {
	position: absolute;
	color: #333333;
	font-weight: normal;
}
textarea {
	margin-left: 130px;
	position: static;
	width: 300px;
}
select {
	margin-left: 130px;
}
span {
	font-size: 11px;
}
td {
	font-size: 11px;
	color: #000000;
}

@charset "UTF-8";
#box_show /* CSS Document */

 {
	margin-left: 35px;
	height: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	width: 200px;
	position: absolute;
}
#box_show a {
	font-size: 11px;
	color: #666666;
	width: 200px;
}
#box_show a:hover {
	font-size: 11px;
	color: #990000;
	width: 200px;
	background-color: #CCCCCC;
}
#box_show  .aktiv {
	font-size: 11px;
	color: #990000;
	width: 200px;
	font-weight: bold;
}
.aktiv {
	font-size: 11px;
	color: #990000;
	list-style-type: none;
}#box_show ul {
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
#box_show li {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

