html {
	overflow-y: scroll;
}
body {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	background-color: #5D5D5D;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #323232;
}
h1 {
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 15px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}
a {
	color: #914545;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: auto;
}
#header1 {
	width: 960px;
	height: 133px;
	margin-top: 0px;
	text-align: center;
}
#menue {
	width: 960px;
	height: 50px;
	padding-top: 20px;
}
#content_top {
	width: 960px;
	height: 0px;
}
#content {
	width: 910px;
	padding: 25px;
	background-image:url(images/background.png);
}
#content_start {
	width: 910px;
	padding: 25px;
	background-color: #5D5D5D;
}
#content_bottom {
	width: 960px;
	height: 30px;
}
.footer {
	color: #CACACA;
}
.impressum {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.impressum {
	color: #CACACA;
}
.highlighted {
	color: #63B100;
}
.rot {
	border-style: dashed;
	border-width: 1px;
	border-color: #FF0000;
	padding: 10px;
	background-color: #FFDCDC;
}
.rotmarkiert {
	color: #FF0000;
}
.gruen {
	color: #468321;
}
.gallerie_l {
	background-image: url(images/gallerie_l.png);
}
.gallerie_l:hover {
	background-image: url(images/gallerie_l_hov.png);
}
.gallerie_r {
	background-image: url(images/gallerie_r.png);
}
.gallerie_r:hover {
	background-image: url(images/gallerie_r_hov.png);
}
#rotating-item-wrapper {
    position: relative;
    width: 910px;
    height: 400px;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
.smalltext {
	font-size: 13px;
}