@font-face {
 font-family: 'MisoLight';
 src: url('/fonts/miso-light.eot');
 src: local('Miso Light'), local('Miso-Light'), url('miso-light.woff') format('woff'), url('miso-light.ttf') format('truetype');
}
 @font-face {
 font-family: 'DroidSansRegular';
 src: url('/fonts/DroidSans.eot');
 src: local('Droid Sans Regular'), local('DroidSans'), url('DroidSans.woff') format('woff'), url('DroidSans.ttf') format('truetype');
}
 @font-face {
 font-family: 'DroidSansBold';
 src: url('/fonts/DroidSans-Bold.eot');
 src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('DroidSans-Bold.woff') format('woff'), url('DroidSans-Bold.ttf') format('truetype');
}
* {
	margin: 0;
	padding: 0;
}
body {
	color: #39C;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-image: url(../images/zwecke/Bilder/lauk.gif);
	font-style: normal;
	background-color: #39C;
}
#wrapper {
	width: 810px;
	margin: 20px auto;
}
#intro {
	padding-bottom: 10px;
}
#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.scroll {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #39c;
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}
.inside {
	padding: 10px;
	border: 1px none #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.inside p {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #ffcc00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ccc;
}
.scrollButtons {
	position: absolute;
	top: 200px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -70px;
}
.scrollButtons.right {
	right: -70px;
	text-decoration: none;
}
.hide {
	display: none;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
.copy {
	font-size: 13px;
	font-style: normal;
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: #FFF;
}
h6 {
	color: #FFF;
	font-size: 12px;
	font-variant: normal;
}
