/*	allgemeine Formatierungen fuer alle Bereiche   - - - - - - - - - -	*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
         font-size:12px; color:#999999}

.red { color: #B00000; }

/*	Ueberschriften fuer alle Bereiche  - - - - - - - - - - - - - - - -	*/
* h1 {
	font-size: 16px;
	color: #999999;
	font-weight: bold; }


* h2 {
	font-size: 10px;
	color: black;
	font-weight: bold; }

/*	Linkeigenschaften fuer alle Bereiche   - - - - - - - - - - - - - -	*/

* a:link, * a:visited {
	color:#999999;
	text-decoration: none;
	font-weight:normal;
	background-color:transparent;
}

* a:hover {
	color:#999999;
	text-decoration: none;
	font-weight:bold;
	background-color:#F9FA8E;
}

td a:link, td a:visited {
	font-size: 10px;
}

td a:hover {
	font-size: 10px;
	font-weight:normal;
}

/*	Eingabe- und Tabellenfelder  - - - - - - - - - - - - - - - - - - -	*/

* input	{
	font-size: 12px;
	background-color: #ffffff;;
	color:#000000;
}

* select {
	width: 110px;
/*	background-color: black; 
	color:#CFCFCF; */
	font-size: 10px;
}

* option {
/*	font-size: 12px;
	background-color: black;
	color:#CFCFCF;*/
}

* textarea {
	font-size: 12px;
	background-color: white;
	color: black; }

* td {
	font-size: 10px;
/*	vertical-align: top;
	background-color: transparent;
	color: #CFCFCF; */
}

/*	Bildeigenschaften fuer alle Bereiche   - - - - - - - - - - - - - -	*/
* img {
	border: none;
	background-color: transparent;
}

/*	Tabelleneigenschaften fuer alle Bereiche - - - - - - - - - - - - -	*/
* table {
	border: 1px solid #F9FA8E;
	border-spacing: 7px 3px;
	table-layout:fixed;
	text-align:left; }

* th {
	background-color: #F9FA8E;
}

/*	Formatierungen fuer html Bereiche  - - - - - - - - - - - - - - - -	*/
html, body {
	font-size: 100.01%;
	background-color: white;
	overflow: hidden; }

/*	Layerformatierungen - - - - - - - - - - - - - - - - - - - - - - - - */
#container{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 50%;
	left: 50%;
	/* Groesse festlegen            */
	width: 800px;
	height: 600px;
	/* Negativen Margin setzen           */
	margin: -300px 0 0 -400px;
	border: 1px;
	border-style: solid;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-color: white;
	z-index: 3; 
}

#title{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 145px;
	left: 70px;
	/* Groesse festlegen            */
	width: 250px;
	height: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #999999
}

#menu{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 160px;
	left: -150px;
	/* Groesse festlegen            */
	width: 230px;
	height: 350px;
	font-weight: normal;
	color: #999999;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/menu_bg.png);
	background-position: 60% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 10;
}

ul#team {
	list-style: none;
	background: url(images/AlleNeu.jpg) no-repeat 0 0;
	position: relative;
	width: 405px;
	height: 270px;
	margin: 0;
	padding: 0;
}

ul#team li {
	position: absolute;
}

ul#team li a{
	background-color: transparent;
	display: block;
	height: 100%;
}

#susanne {
	background-color: transparent;
	width: 38px;
	height: 45px;
	top: 20px;
	left: 141px;
}

#melanie {
	background-color: transparent;
	width: 37px;
	height: 40px;
	top: 23px;
	left: 220px;
}

#linda {
	background-color: transparent;
	width: 44px;
	height: 51px;
	top: 69px;
	left: 110px;
}

#claudia {
	background-color: transparent;
	width: 40px;
	height: 45px;
	top: 54px;
	left: 177px;
}

#hilke {
	background-color: transparent;
	width: 42px;
	height: 43px;
	top: 70px;
	left: 233px;
}

ul#team li a span {
	display: none;
	background-color: transparent;
}

ul#team li a:hover span {
	display: block;
	background-color: #DCCD94;
	text-align: center;
	color: #999999;
	width: 150px;
	position: absolute;
	top: 50px;
	left: -45px;
}

#menu a{
	font-size: 14px;
}

#menu:hover{
	position: absolute;
	top: 160px;
	left: -50px;
}

#menu_shelter{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 160px;
	left: -180px;
	/* Groesse festlegen            */
	width: 179px;
	height: 350px;
	font-size: 16px;
	font-weight: normal;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-color: white;
	z-index: 100;
}

#menu_items{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 85px;
	left: 50px;
	/* Groesse festlegen            */
	width: 110px;
	height: 170px;
	font-size: 20px;
	font-weight: normal;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-color: white;
	z-index: 15;
}

#content{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 180px;
	left: 80px;
	/* Groesse festlegen            */
	width: 720px;
	height: 340px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	font-size: 16px;
	z-index: 5;
}

#content_links{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 180px;
	left: 80px;
	/* Groesse festlegen            */
	width: 390px;
	height: 340px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#list_left{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 160px;
	left: 20px;
	/* Groesse festlegen            */
	width: 200px;
	height: 200px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#list_right{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 160px;
	left: 220px;
	/* Groesse festlegen            */
	width: 200px;
	height: 200px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}


#content_rechts{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 180px;
	left: 480px;
	/* Groesse festlegen            */
	width: 320px;
	height: 340px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#wir_bild1{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 0px;
	left: 0px;
	/* Groesse festlegen            */
	width: 95px;
	height: 95px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#wir_bild2{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 0px;
	left: 105px;
	/* Groesse festlegen            */
	width: 95px;
	height: 95px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#wir_bild3{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 0px;
	left: 210px;
	/* Groesse festlegen            */
	width: 95px;
	height: 95px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#wir_bild4{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 105px;
	left: 47px;
	/* Groesse festlegen            */
	width: 95px;
	height: 95px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#wir_bild5{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 105px;
	left: 152px;
	/* Groesse festlegen            */
	width: 95px;
	height: 95px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 5;
}

#willkommen{
	font-family: Bradley Hand ITC, Arial, Verdana, Helvetica, sans-serif; 
    font-size:16px;
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 15px;
	left: 170px;
	/* Groesse festlegen            */
	width: 300px;
	height: 20px;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 4;
}

#header{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 0px;
	left: 0px;
	/* Groesse festlegen            */
	width: 798px;
	height: 173px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-color: transparent;
	z-index: 3;
}

#header a{
	background-color:transparent;
}

#header h1 {
	padding-bottom: 20px;
}

#header_bg_left{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 39px;
	left: 0px;
	/* Groesse festlegen            */
	width: 35px;
	height: 101px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/header_bg_left.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 3;
}

#header_bg_middle{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 39px;
	left: 35px;
	/* Groesse festlegen            */
	width: 728px;
	height: 101px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/header_bg_middle.png);
	background-position: left;
	background-repeat: repeat;
	background-color: transparent;
	z-index: 3;
}

#header_bg_right{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 39px;
	left: 763px;
	/* Groesse festlegen            */
	width: 35px;
	height: 101px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/header_bg_right.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 3;
}

#header_logo{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 0px;
	left: 306px;
	/* Groesse festlegen            */
	width: 188px;
	height: 180px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/header_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 3;
}

#header_name1{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 55px;
	left: 40px;
	/* Groesse festlegen            */
	width: 270px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 3;
}

#header_name2{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 55px;
	left: 490px;
	/* Groesse festlegen            */
	width: 270px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 3;
}

#header_name3{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 90px;
	left: 40px;
	/* Groesse festlegen            */
	width: 270px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 3;
}

#header_name4{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 90px;
	left: 490px;
	/* Groesse festlegen            */
	width: 270px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	z-index: 3;
}

#footer{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 460px;
	left: 0px;
	/* Groesse festlegen            */
	width: 800px;
	height: 140px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-image: url(images/footer.png);
	background-position: left;
	background-repeat: repeat;
	background-color: transparent;
	z-index: 1;
}

#footer a{
	background-color:#FAEBD7;
}

#footer h1 {
	padding-bottom: 20px;
}

#facebook{
	/* Positionieren der linken oberen Ecke       */
	position: absolute;
	top: 100px;
	left: 270px;
	/* Groesse festlegen            */
	width: 260px;
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	/* Sonstige Formatierungen, die nicht die Positionierung betreffen */
	background-color: transparent;
	z-index: 1;	
}

#facebook a{
	background-color: transparent;
	color: white;
}
