@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/bgmain.png);
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.event {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #008ed2;
	letter-spacing: 0.2em;
}

hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #008ed2;
 border-bottom: transparent;
}

.angebote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
	font-size: 13px;
	text-align: left;
}

.notice {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008ed2;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008ed2;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008ed2;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008ed2;
	font-weight: normal;
	text-decoration: underline;
}

a.footertext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.footertext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.footertext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}

a.footertext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.bgheader {
	background-image: url(../images/bgheader.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bgfooter {
	background-image: url(../images/bgfooter.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
}

.bgleft {
	background-image: url(../images/bgleft.png);
	background-repeat: repeat-y;
	background-position: right;
}

.bgright {
	background-image: url(../images/bgright.png);
	background-repeat: repeat-y;
	background-position: left;
}

.header {
	font-family: Arial Black;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #008ed2;
	background-image: url(../images/arrow.png);
	background-repeat: repeat-x;
	background-position: center;
}

.specialred {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #F00;
}

.specialblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #008ed2;
}

.afterwork {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-color: #008ed2;
	text-align: center;
}

.moreinfos {
	text-align: center;
	background-color: #F00;
}

a.moreinfos:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.moreinfos:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.moreinfos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}

a.moreinfos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.banner {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #008ed2;
}

.infocorner {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #89b23e;
}

.borderleft {
	border-left-color: #89b23e;
	border-left-width: thin;
	border-left-style: groove;
}

.borderright {
	border-right-width: thin;
	border-right-color: #008ed2;
	border-right-style: groove;
}

.contentright {
	background-image: url(../images/contentright.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

.content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
}

