@charset "utf-8";
/* CSS Document */
#laufband
{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255, 205, 150, 0.5);
	position: absolute;
	top:106px;
	width:785px;
	margin-left:auto;
	height: 100px;
	background:url('/images/laufband.png') repeat-x;
	-moz-animation: movx 40s linear infinite; /* Firefox */
	-webkit-animation: movx 40s linear infinite; /* Safari and Chrome */
	-o-animation: movx 40s linear infinite; /* Opera */
	-ms-animation: movx 40s linear infinite; /* IE 10 */
	animation: movx 80s linear infinite;
}


@-moz-keyframes movx /* Firefox */
{
	100% { background-position: 0px 0px; }
	0% {background-position: 3093px 0px;}
}

@-webkit-keyframes movx /* Safari and Chrome */
{
	100% { background-position: 0px 0px; }
	0% {background-position: 3093px 0px;}
}

@-o-keyframes movx /* Opera */
{
	100% { background-position: 0px 0px; }
	0% {background-position: 3093px 0px;}
}

@-ms-keyframes movx /* IE 10 */
{
	100% { background-position: 0px 0px; }
	0% {background-position: 3093px 0px;}
}

@keyframes movx
{
	100% { background-position: 0px 0px; }
	0% {background-position: 3093px 0px;}
}

div#seite
{
	margin: 0 auto;
	width: 800px;
	background-color: #EDEDED;
}

div#header
{
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
	font-size: 175%;
	font-weight: bolder;
	font-style: italic;
}

div#header p#language
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: right;
	font-size: small;
	font-style: normal;
}

div#header p#language img
{
	border: 0;
}

div#header p#language a:link, div#header p#language a:visited, div#header p#language a:focus, div#header p#language a:hover, div#header p#language a:active
{
	text-decoration:none;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

div#content
{
	clear:both;
	margin: 0 1em;
	padding: 0.5em;
	background-color: #FFFFFF;
}

div#errormessages
{
	clear: both;
	margin: 0 0.8em;
	padding: 0.5em;
	background-color: #EDEDED;
	text-align: center;
	border-width: 2px;
	border-style:solid;
	border-color: #FF0000;
}

div#messages
{
	clear:both;
	margin: 0 0.8em;
	padding: 0.5em;
	background-color: #EDEDED;
	text-align: center;
	border-width: 2px;
	border-style:solid;
	border-color: #0000FF;
}

div#footer
{
	margin: 0 1em;
	padding: 1em;
	clear:both;
	text-align: center;
	font-size: 85%;
}

div.news
{
	clear: both;
	margin: 0 0.8em;
	padding: 0;
	background-color: #EDEDED;
}

div.news p.datum
{
	margin: 0;
	padding: 0.3em;
	float: left;
	width: 200px;
	font-size: 80%;
}

div.news p.verfasser
{
	margin: 0;
	padding: 0.3em;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 80%;
}

div.news div.inhalt
{
	clear: both;
	margin: 0;
	padding: 8px;
}

div.newsnav
{
	clear: both;
	margin: 0 0.8em;
	padding: 0;
}

div.newsnav p.zurueck
{
	margin: 0;
	padding: 0.3em;
	float: left;
	width: 200px;
}

div.newsnav p.weiter
{
	margin: 0;
	padding: 0.3em;
	float: right;
	width: 200px;
	text-align: right;
}

div.text
{
	clear: both;
	margin: 0 0.8em;
	padding: 8px;
	background-color: #EDEDED;
}

.zeile1
{
	background-color: #EAEAEA;
}

.zeile2
{
}

a.liste
{
	display: block;
	clear: both;
	margin: 0 0.8em;
	padding: 0.5em;
	background-color: #EDEDED;
	text-decoration: none;
}

a.liste span.spalte1
{
	float:left;
	display: inline;
	cursor: pointer;
}

a.liste span.spalte1 span.titel
{
	margin-left: 2em;
	font-size: 150%;
	font-weight: bolder;
}

a.liste span.spalte2
{
	float: right;
	width: 202px;
	display:inline;
	text-align: right;
	cursor: pointer;
}

a.liste span.admin
{
	clear: both;
	display: block;
}

p.hinweis
{
	font-size: 80%;
	font-weight: bolder;
	font-style: italic;
}

div#angebotvideo
{
	clear: both;
	text-align: center;
}

div#angebotbild
{
	float: left;
	margin: 0.5em;
	height: 350px;
	width: 300px;
	border: thin dashed #D8D8D8;
	background-color: #EDEDED;
	background-position: center;
  background-repeat: no-repeat;
	overflow: hidden;
}

div#angebotdaten
{
	float: left;
	margin: 0.5em;
	padding: 8px;
	height: 334px;
	width: 400px;
	border: thin dashed #D8D8D8;

}

div#angebotdaten tr.titel
{
	font-size: 120%;
	font-weight: bolder;
}

div#angebottext
{
	clear: both;
	margin: 0.5em;
	padding: 8px;
	border: thin dashed #D9D9D9;
	background-color: #EDEDED;
	/*white-space: pre;*/
}

div.angebotnav
{
	clear: both;
	margin: 0 0.5em;
	padding: 8px;
}

.linktitel
{
	font-size: 120%;
	font-weight: bold;
}

.linktext
{
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: black;
}