/* -- INDEX -- */
#home { 
	width: 650px;
	border: 0px dashed blue;
	margin: auto;/*in diesem Fall,richtet mittig aus*/
	position: relative;
	left:0px;
}



#slideshow img {
	/*border: 1px solid #9e711e;*/
	border: 4px solid /*#663333*/#713800;
	border-right:3px solid #ECC47E;
	border-bottom: 3px solid #ECC47E;

}

/*NAV with PIC*/

#nav_pic {
	background-color: #713800;/*farbe*/
	background-image:url(../bilder/pfote_beige.gif);
	border-color: #713800;
}
*html #nav_pic {
	background-color:/*#024000;farbe*/;
	border-color: #713800;
}
#pic img {
	border: 0px solid #eedfb4;
}

/* EOF NAV with PIC*/

/* CONTENT*/

#content {
	background-color: #713800;/*farbe*/
	border-color: #713800;
	/*background-image:url(../bilder/pfote_beige.gif);*/
}
*html #content {
	background-color: #713800;/*farbe*/
	border-color: #713800;
}


#add img {
	margin:10px;
	padding: 0px;
	border: 0px solid #eedfb4;
}
#add { 
	position: relative;
	width: /*230*/px;
	float: left;
	top: 10px;
	left: 10px;
	border: 0px solid #663333;
	display: block;
}
* html #add { 
	position: relative;
}
#text {
	background-color: #ECC47E;
	color : #713800;/*farbe*/
}

#text h1{
	/*background-image:url(../bilder/text_h.gif);*/
	text-align: center;
	font-size:large;
	font-weight: bold;
}
#text p {
	/*background-image:url(../bilder/text_p.gif);
	font-weight:bold;*/
	margin: 5px;
	padding: 10px 20px;
}

a.text_ges,
a.text_info,
a.text_bild,
a.text_ged {
	color:#713800;
	text-decoration: none;
	font-weight: bolder;	
}
a:hover.text_ges {
	color: #930000;
	padding: 0px;
}
a:hover.text_info{
	color: #993333;
	padding: 0px;
}

a:hover.text_bild{
	color: #9F5009;
	padding: 0px;
}
a:hover.text_ged{
	color:#006600;
	padding: 0px;
}

#foot p{
	background-color: #713800;
	margin: 0px;
	padding: 20px;
}

td {
	width: 30%;
}