header
{
	margin-left: -5px;
	margin-top: -8px;
	margin-right: -8px;
	height: 110px;
	background-color: #ffffff;
	color: #000000;
	font-size:1.0em; 
	font-family:arial;	
}
body
{
/*	width: 400px;*/
	font-size:1.0em; 
	margin-left: 5px;
	padding: 0px;
	background-color: #dddddd;
	color: #000000;
	font-family:arial;
}
/** Formulare **/
label {display: block; }
label span {display: inline-block; margin-left: 0px; font-weight: bold;}
input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=time], select
{
	background-color: #eeeeee;
	font-size:1.0em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #000;
	border-radius: 4px;
}
input[type=submit], input[type=button]
{
	color: #000000;
	background-color: #bbbbbb;
	font-size:1.1em; 
	font-weight: bold;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
}
input[type=submit]:hover
{
	color: #ffffff;
	font-weight: bold;
}
textarea
{
	vertical-align:middle;
	background-color: #eeeeee;
	color: #000000; 
	font-size:1.1em; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #000;
	border-radius: 4px;
	resize: none;
}

output
{
 	background-color: #ddffdd;
	font-size:1.0em; 
	color: #000000;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #000;
	border-radius: 4px;
}
.container
{
  width: 100%;
  height: auto;
  overflow: hidden;
}

dialog{
	width: 300px;
	position: absolute;
	margin-top: 300px;
	margin-left: 0px;
	padding: 15px;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
}
.dialog_info {color: #000000; background: #00ff00;}
.dialog_fehler {color: #ffffff; background: #ff0000;}
.dialog_exit {color: #000000; background: #ffffff;}

.dialog_button
{
	color: #000000;
	background-color: #ffffff;
	font-size:1.1em; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-radius: 4px;
	cursor: pointer;
}
h1{	font-size: 1.5em; font-weight:bold;}
h2{font-family: Arial; font-size: 1.2em;font-weight:bold;}
h3{font-size: 1.1em; font-weight:bold;}

/** Navigation **/

nav ul
{
	max-width: 700px;
	font-size: 1.0em;
	font-weight:bold;
	margin-left:-40px;

}
nav li 
{
	width: 140px;
	line-height: 25px;
	display: inline-block;
	background-color: #008dd2;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

nav li a
{
	display: block;
	color: #ffffff;
	border-radius: 10px;
    text-decoration: none;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
nav li a:hover
{
	background-color: #ddddff;
	color: #000000;


}
nav li v2
{
	
	background: #ddddff;
	color: #000000;
	display: block;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/** Tabelle Apps **/
app_css ul
{
	font-size: 0.9em;
	font-weight: bold;
	margin-left: -40px;
}
app_css li
{
	border: 1px solid #000000;
	width: 110px;
	line-height: 25px;
	border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;

}
app_css li a
{
	background-color: #008dd2;
	color: #ffffff;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
app_css li a:hover
{
	background-color: #ddddff;
	color: #000000;
}
app_css li v2
{
	background: #ddddff;
	color: #000000;
	display: block;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;

}
app_css li v3
{
	border: 0px solid #000000;
	background: #dddddd;
	color: #aaaaaa;
	display: block;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
app_1_css
{
	font-size: 1.1em;
}
app_1_css table
{
	border-spacing: 0px 5px;
}
app_1_css th
{
	text-align: left;
	font-weight: bold;
	color: #000000;
}
app_1_css td
{
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
app_1_css td a
{
	display: block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
}
app_1_css td a:hover
{
	background-color: #008dd2;
	color: #ffffff;
}
app_2_css
{
	font-size: 1.1em;
}
app_2_css table
{
	border-spacing: 0px 5px;
}
app_2_css th
{
	text-align: left;
	font-weight: bold;
	color: #000000;
}
app_2_css td
{
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
app_2_css td a
{
	display: block;
	background-color: #008dd2;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
}
app_2_css td a:hover
{
	background-color: #ddddff;
	color: #000000;
}
anl_pfl_css
{
	font-size: 1.1em;
}
anl_pfl_css table
{
	border-spacing: 0px 5px;
}
anl_pfl_css th
{
	text-align: left;
	font-weight: bold;
	color: #000000;
}
anl_pfl_css td
{
	color: #000000;
	border-radius: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
anl_pfl_css td a
{
	display: block;
	background-color: #008dd2;
	border-radius: 5px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
}
anl_pfl_css td a:hover
{
	background-color: #ddddff;
	color: #000000;
}
/** Tabelle Termine **/
tab_css
{
	font-size: 1.1em;
}
tab_css ul
{
	margin-left: -40px;
	margin-bottom: -15px;
	font-size: 1.1em;
}
tab_css lh
{
	font-weight: bold; 
	text-align: left;
	border: 0px solid black;
	margin-bottom: 5px;
}
tab_css li
{
	display: inline-block;
	width: 50px;
	height: 20px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 6px;
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
tab_css li a
{
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
tab_css li a:hover
{
color: #ffffff;
}
tab_css li2
{
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/** Liste Termine **/
liste_css
{
	font-size: 1.1em;
}
liste_css ul
{
	margin-left: -40px;
	margin-bottom: -15px;

}
liste_css li
{
	width: 500px;
	display: block;
	border: 1px solid black;	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
liste_css li a
{
	display: block;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
liste_css li a:hover
{
color: #888888;
}
liste_css lh
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

/** td Klassen für Termintabelle **/
li.frei {background: #00bb00; color: #000000;}
li.frei a {color: #000000;}
li2.frei {background: #00cc00; color: #000000;}
li.zukurz {background: #ffffff; color: #888888;}
li.zukurz a {color: #000000;}
li2.zukurz {background: #ffffff; color: #888888;}
li.belegt {background: #ff0000; color: #ffffff;}
li.belegt a {color: #ffffff;}
li2.belegt {background: #ff0000; color: #ffffff;}
li.folgend {background: #ff2200; color: #888888;}
li.folgend a {color: #ff0000;}
li2.folgend {background: #ff2200; color: #888888;}
li.leer {background: #cccccc; color: #000000;}
li.leer a {color: #000000;}
li2.leer {background: #cccccc; color: #000000;}
li.nicht {background: #ffffff; color: #000000;}
li.nicht a {color: #000000;}
li2.nicht {background: #ffffff; color: #000000;}


.t0{width: 300px; vertical-align: top; margin-left: 3px;}
.t1{width: 200px; vertical-align: top;}
.t2{width: 100px; vertical-align: top;}
.t3{width: 50px; vertical-align: top; text-align: center;}
.t4{width: 100px; vertical-align: top; text-align: right;}

.w0{vertical-align: top;}
.w_minuten
{	
	width: 70px;
	vertical-align: middle;
	text-align: center;
}
.w_menge
{
	width: 70px;
	vertical-align: middle;
	text-align: center;
}
.w_anliegen
{
	width: 400px;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #ddddff;
	text-align: left;
}
.w_anliegen_2
{
	width: 400px;
	font-weight: bold;
	text-align: left;
}
.w0{width: 250px;}
.w1{width: 100px; vertical-align: middle;}
.w2{width: 150px; vertical-align: middle;}
.w2_top{width: 150px; vertical-align: top; margin-top: 8px;}
.w3{width: 200px; vertical-align: middle;}
.w4{width: 250px; vertical-align: middle;}
.w5{width: 450px; text-align: left;}
.w6{width: 50px; vertical-align: middle;}
.w7{width: 35px; vertical-align: middle;}
.w_system{width: 400px;}
.w_ort{width: 200px;}
.w_vorname{width: 200px;}
.w_nachname{width: 200px;}
.w_preis{width: 70px;}
.w_email{width: 300px;}
.w_iban{width: 250px;}
.w_bic{width: 150px;}
.w_benutzer_id{width: 50px;}
.w_kennwort{width: 200px;}
.w_strasse{width: 200px;}
.w_usergroup{width: 100px;}
.w_bank{width: 300px;}
.w_anrede{width: 100px;}
.w_c1{width: 100px; vertical-align: middle;}
.w_captcha_bild {width: 150px; vertical-align: middle;}
.w_plz{width: 50px; margin-right:200px;}
.w_label_plz{width: 180px;}

.input_benutzer{width: 300px;}
.input_kennwort{width: 300px;}
.captcha_text{width: 120px; vertical-align: middle; font-size:1.5em; }
.css_label_kennwort{width: 140px;}
.css_input_email{width: 300px;}
.css_label_captcha{width: 140px; vertical-align: middle;}
.css_ticket_name{width: 175px;}
.css_label_email_tageskarte{width: 60px;}
.css_label_email_saisonkarte{width: 60px;}
.css_output_ergebnis{width: 60px; text-align: right;}
.css_input_menge{width: 50px; text-align: right; padding-right: 5px;}
.plus_minus{width: 30px;}


/** Meldungen **/

.text_info {
	position: absolute;
	margin-top: 200px;
	margin-left: 5px;
	width: 645px;
	font-size: 1.0em;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 10px;
	padding-top: 0.2em ;
	padding-right: 0.5em ;
	padding-bottom: 0.2em ;
	padding-left: 0.5em ;

}
.text_info button {
	width: 50px;
	font-size: 1.0em;
	background-color: #00ff00;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 5px ;
	padding-right: 5px ;
	padding-bottom: 5px ;
	padding-left: 5px ;

}
.text_info kopf {
  font-weight: bold;
  font-size: 1.1em;
}
.infotext
{
	width: 500px;
	height: 200px;
	background-color: #ffffff;
	color: #000000; 
	font-size:1.1em; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 4px;
}
.aufgabe_beschreibung
{
	width: 800px;
	height: 400px;
	background-color: #00ff00;
	color: #000000; 
	font-size:1.1em; 
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 200px;
	margin-bottom: 3px;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 4px;
}
index_text {
	display: inline-block;
	max-width: 700px;
	margin-top: 5px;
	border: 0px solid #000000;
	border-radius: 3px;
	color: #000000;
	background-color: transparent;
}
.container img
{
	max-width: 700px;
	height: 100%;
	width: 100%;
}
/* Navbar container */
.navbar {
  overflow: hidden;
  font-weight: bold;
  background-color: #008dd2;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 8px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color: #000000; background-color: #ddddff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.footbar {
  overflow: hidden;
  font-weight: bold;
  background-color: none;
  font-family: Arial;
}
.footbar a
{
float: left;
font-size: 16px;
color: #000000;
text-align: center;
padding: 10px 8px;
text-decoration: underline;
cursor: pointer;
}