body {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #003300;
}
h1 {
	font-family: "Century Gothic";
	font-size: 20px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #003300;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.workshop_title {
	font-family: "Bradley Hand ITC";
	font-size: 36px;
	font-weight: bold;
}

.workshop_klein {
	font-family: "Bradley Hand ITC";
	font-size: 26px;
	font-weight: bold;
}.klein {
	font-size: x-small;
	text-align: center;
}
.titel {
	background-image: url(../images/titel.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 1000px;
	position: relative;
	top: 0px;
/*	left:50%;
	margin-left: -500px;*/

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	background-color: transparent;
}



#menu {
	margin-top: 105px;
	margin-left: 205px;
	position:absolute;
	top:10px;
	left:0px;
}
}
