@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	background-image: url(grafik/kopfbanner.jpg);
	background-attachment: fixed;
	background-color: #CCC;
	background-repeat: no-repeat;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
}

h2   {
	text-align: left;
	font-size: x-large;
	border-bottom: solid 1px #CCC;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
table  {
	border: none;
	margin-left: 15px;
}
td  {
	border: none;
	padding: 0px 5px;
}

label {
	display: block;
	width: 150px;
	float: left;
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size:1.3em;
	padding-left: 15px;
}

.container {
	width: 1180px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 180px;
	background-color: #F9F9F9;
}

.navi_head {
	background-image: url(grafik/navi_head.png);
	height: 101px;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: bottom;
	font-size: 1em;
	padding-left: 20px;
}

.sidebar1 {
	float: left;
	width: 200px;
	background: #CCC49F;
	padding-bottom: 10px;
}
.content {
	padding: 10px;
	width: 740px;
	float: left;
	background-color:#F9F9F9;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #5b6822;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B6822;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px; 
	text-decoration: none;
	background: #95C032;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #02A901;
	color: #FFF;
}
.Veranstaltungsbutton  {
	background:#252BAD !important;
	color: #FFF;
}
.Veranstaltungsbutton:hover  {
	background:#AD2525 !important;
	color: #FFF !important;
}

.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.head {
	width: 1180px;
	background: #EEE;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
	text-align: right;
	font-size: 0.8em;
	font-weight: lighter;
}
.table_head  {
	background-color:#99CC666;	
}
.Filterbox  {
	float: right;
	background-color:#EEE;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border-radius: 2px;
	border:thin solid #CCC;
}
.Veranstaltung  {
	clear: both;
	position: relative;
	width: 90%;
	padding: 0px 15px;
	padding-top: 2em;
}
.Veranstaltungsbeschreibung  {
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom: 1em;
}
.Veranstaltungsbeschreibung h2 {
	padding: 1.7em 0px 0px 0px;
}
.Veranstaltungsbeschreibung p, .Veranstaltungsbeschreibung h3  {
	padding: 0px;
}
.Veranstaltungsdetails  {
	float:left;
	position: relative;
	min-width: 180px;
	width: 25%;
	background-color:#EEE;
	margin: 5px 5px 5px 15px;
	padding: 5px;
	border-radius: 2px;
	border:thin solid #CCC;
}
.Veranstaltungsdetails p, .Veranstaltungsdetails h3  {
	padding: 0px;
}
.Veranstaltungsdetails h3  {
	font-size: 1.1em;
}
.Sprungmarke  {
	clear:both;
}
.Banderole  {
	width: 100%;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
}
a.no_underline  {
	text-decoration:none; 
}
table.tabelle_schraffiert tr:nth-child(even) {
  background-color: transparent;
}

table.tabelle_schraffiert tr:nth-child(odd) {
  background-color: #EEE;
}
.Hilfe  {
	font-weight: bold;
	color: #830000;
}
.Hilfe:link  {
	font-weight: bold;
	color: #830000;
}
.Hilfe:visited  {
	font-weight: bold;
	color: #830000;
}
.Fehlermeldung_Info  {
	background-color: #9FF081;
}
.Fehlermeldung_Hinweis  {
	background-color: #79CBFF;
}
.Fehlermeldung_Fehler  {
	background-color: #FF3030;
}
.Fehlermeldung_Abbruchfehler  {
	background-color: #DD3BFE;
}
.Fehlermeldung_Info,.Fehlermeldung_Hinweis,.Fehlermeldung_Fehler,.Fehlermeldung_Abbruchfehler {
	padding: 5px 20px 20px 240px;
}
.Fehlermeldung_Info h2,.Fehlermeldung_Hinweis h2,.Fehlermeldung_Fehler h2,.Fehlermeldung_Abbruchfehler h2 {
	text-indent: -30px;
}
table.Standardtabelle tr:nth-child(odd) {
  background-color: transparent;
}

table.Standardtabelle tr:nth-child(even) {
  background-color: #EEE;
}
table.Standardtabelle th  {
	text-align:left;
}
table.Standardtabelle td,th {
	padding: 3px 10px;
}
table.Standardtabelle td {
	border-bottom: 1px solid #DDD;
}
.Funktionsbox{
	float: right;
	background-color:#EEE;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border-radius: 2px;
	border:thin solid #CCC;
}

ul.Programmauswahl  {
	list-style: none;
}

.Button_selektiertes_Programm  {
	border: 1px #CDCDCD solid;
	border-radius: 5px;
	background-color: #FF0000;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Button_unselektiertes_Programm  {
	border: 1px #CDCDCD solid;
	border-radius: 5px;
	background-color: #95C032;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

 a.Button_unselektiertes_Programm {
	text-decoration: none;
	color:#444;
}

.Button_Logout  {
	border: 1px #888 solid;
	border-radius: 5px;
	background-color: #C0D78A;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
}

 a.Button_Logout {
	text-decoration: none;
	color:#444;
}

.Button_Bezahlen  {
	border: 1px #888 solid;
	border-radius: 5px;
	background-color: #081284;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
}

 a.Button_Bezahlen {
	text-decoration: none;
	color:#FFF;
}

.Button_Anmelden  {
	border: 1px #C2D0BC solid;
	border-radius: 5px;
	background-color: #00B700;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
}

 a.Button_Anmelden {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.Button_Warteliste  {
	border: 1px #C2D0BC solid;
	border-radius: 5px;
	background-color: #F48900;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
}

 a.Button_Warteliste {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.Button_Standard  {
	border: 1px #888 solid;
	border-radius: 5px;
	background-color: #C0D78A;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px;
}

 a.Button_Standard {
	text-decoration: none;
	color:#444;
}

.Button_Standard_schmal  {
	border: 1px #888 solid;
	border-radius: 3px;
	background-color: #C0D78A;
	padding: 2px 5px 2px 5px;
	margin: 2px 5px;
}

 a.Button_Standard_schmal {
	text-decoration: none;
	color:#444;
}

.Hinweis  {
	padding: 0.25em;
	width:  100%;
}
