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

}



/*NAV with PIC*/


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

/* EOF NAV with PIC*/

/* CONTENT*/

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

#text h1{
	text-align: center;
	font-size:large;
	font-weight: bold;
}

#text p {
	text-align: left;
	/*font-weight:bold;*/
}



/*first layout*/
td {
	width: 32%;
}

a.text {
	color: #663333;
	text-decoration: none;
	font-weight: bold;	
}
a:hover.text {
	/*background-color:#330099;*/
	color:#006600;
	padding: 0px;
}