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

}

/*NAV with PIC FARBDEFINITIONEN OK*/

#nav_pic {
	background-color: #993333;/*farbe*/
	border-color: #663333;
	border-bottom: 3px solid #ECC47E;
}
*html #nav_pic {
	background-color:/*#993333;farbe*/
}
#pic img {
	border: 0px solid #eedfb4;
}

#add { 
	background-color: #993333;
}
/*Vor dem IE-mac verstecken \*/
*html #add { 
	background-color: #993333;
}
/*Verstecken beenden*/


/* EOF NAV with PIC*/

/* CONTENT*/

#content {
	background-color: #993333;/*farbe*/
}
*html #content {
	background-color: #993333;/*farbe*/
}

#text {
	background-color: #ECC47E/*#eedfb4*/;
	color : #993333;/*farbe*/
	border: 0px solid #993333;
}

#text h1{
	text-align: center;
	font-size:large;
	font-weight: bold;
}
#text p {
	text-align: left;
	/*font-weight:bold;*/
}


a.text {
	text-decoration: none;
	font-weight: bold;
	color: #993333;
}
a:hover.text {
	background-color:#993333;
	color:#FFCC99;
	padding: 6px;
}