@charset "utf-8";
/* CSS Document */
a {
	font-style:italic; 
}
a:link {
	color: #FA9440;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FA9440;
}
a:hover {
	text-decoration: none;
	color: #FA9440;
	font-style: normal;
}
a:active {
	text-decoration: none;
	color: #676767;
}
body {
	background-color: #FEE3CD;
	font-family: Arial;
	/*word-spacing: 4px;*/
	color: #FA9440;
	font-size: 12px;
	font-style: normal;
	margin-top: 50px;
}
h1 {
	font-size: 20px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #676767;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
}
textarea, input {
	font-family: Arial;
	/*word-spacing: 4px;*/
	font-size: 12px;
	color:#666666;
	border: 1px solid #666666;
}
.WorkshopTitel {
	font-family: Arial;
	/*word-spacing: 4px;*/
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FA9440;
}
.WorkshopFusszeile {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FA9440;
}
.Bild
{
	border:solid 1px #666666;
	/*border-style:none;
	border-width:1px;
	border-color:#666666;*/
}
