@charset "UTF-8";

body{
	font-family: 'Arial', Helvetica, sans-serif;
}

.header{
	/* main */
	background-color: #006293;
	vertical-align: middle;
	/* outside */
	margin: 10px;
	margin-bottom: 0px;
	/* inside */
	padding-left: 10px;
}

.header p{
	line-height: 2.6em;
	color: #fff;
	font-weight: bold;
}

/*##################### FORMULAR ############################### */
.formular_suche{
	/* main */
	width: 380px;
	height: 110px;
	background: #006293; /* Old browsers */
	background: -moz-linear-gradient(top,  #006293 0%, #1b92c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006293), color-stop(100%,#1b92c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006293 0%,#1b92c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006293 0%,#1b92c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006293 0%,#1b92c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006293 0%,#1b92c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006293', endColorstr='#1b92c1',GradientType=0 ); /* IE6-9 */
	/* inside */
	padding-left: 10px;
	/* outside */
	float: left;
}

.formular_suche p{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 15px;
}
.formular_suche input{
	font-size: 0.8em;
	width: 175px;
	font-style: italic;
}

.formular_warenkorb{
	/* main */
	width: 300px;
	height: 110px;
	background-color: #EDEDED;
	/* inside */
	/* outside */
	float:left;
	margin-left: 20px;
}

.formular_warenkorb table{
	color: grey;
}

.formular_warenkorb table td:last-child{
	text-align: right;
	padding-right: 10px;
}

.formular_warenkorb img{
	float: left;
	margin: 15px;
}

.formular_warenkorb_content {
	padding-top: 10px;
}

.formular_warenkorb_content p{
	display: inline;
	margin-top: 10px;	
	margin-bottom: 5px;
	font-size: 1.2em;
	color: grey;	
}

.trennlinie{
	width: 290px;
	height: 3px;	
}

.trennlinie img{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.formular_head{
	/* main */
	height: 140px;
	width: 720px;
}	

.formular_result{
	/* main */
	clear: left;
}

.formular_table{
	font-size: 0.8em;
	color: grey;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	width: 700px;
}

.formular_table_header{
	margin-bottom: 10px;	
	color: grey;
}

.formular_table_header th{
	text-align: left;
	font-size: 1.2em;
	padding: 10px;
	line-height: 5px;	
}

.formular_table td{
	padding: 10px;
}

.formular_table .bg_orange{
	background-color: #006293;
	color: #FFF;
	padding: 5px;
}

.formular_table .bg_grey{
	background-color: #EDEDED;
	color: grey;
	padding: 5px;
}

.formular_table_header .table_vertical_splitter{
	border-right: 2px solid #EDEDED;
}

/*##################### DIALOGFENSTER ########################## */

/* Detailfenster für Kartenauswahl + Bestellung */
div.detail_internet, div.detail_intranet {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 575px;
  height: inherited;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  background-color: white;
  box-shadow: 0px 0px 22px #b2b2b2;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 8px;
}

div.overlay_internet, div.overlay_intranet 
{
  position:absolute;
  top: 0;
  left: 5 !important;
  z-index: 9999999;
  width: 560px;
  height: 50px;
  visibility: hidden;
}


div.overlay_close_mitte {
	z-index: 9999999;
	position: absolute;
	text-align: right;
	font-size: 12px;
	width:650px;
	margin-top: 20px;
}

.dialog{
	/* main */
	position: relative;
	width: 560px;
	/* outside */

	/* inside */
	padding: 0px;
}

.dialog_el {
	width: 745px !important;
}

.header{
	/* main */
	background-color: #006293;
	vertical-align: middle;
	/* outside */
	margin: 10px;
	margin-bottom: 0px;
	/* inside */
	padding-left: 10px;

}

.header p{
	line-height: 2.6em;
	color: #fff;
	font-weight: bold;
}

.content{
	/* main */
	/* outside */
	margin: 10px;
	/* inside */
}

.content_el {
	width: 725px;
}

.content.scrollable{
	position: relative;
	overflow: auto;
	height: auto;
	margin: 0px;
	margin-bottom: 10px;
}

.event_logo{
	position: relative;
	width: 540px;
	height: auto;
}

.event_logo_el {
	width: 725px;
}

.div_on_logo{
	/* main */
	width: 520px;
	height: 115px;
	background: rgba(255, 255, 255, 0.80);
	z-index: 1;
	/* outside */
	top: 10px;
	margin: 10px;
	/* inside */
}

.div_on_logo_el {
	width: 705px;
}

.div_on_logo_left{
	/* main */
	width: 360px;
	height: auto;
	/* inside */
	float: left;
	color: grey;
}
.div_on_logo_left p, .div_on_logo_left button{
	margin-left: 15px;
}
.div_on_logo_right{
	/* main */
	width: 100px;
	height: auto;
	float: right;
	/* outside */

	/* inside */
	font-size: 0.8em;
	padding-top: 5px;
}

.div_on_logo_right .bg_orange{
	/* main */
	width: 80px;
	height: 46px;
	background-color: #006293;
	/* outside */
	margin: 0px;
	/* inside */
	color: #fff;
	padding: 6px;
}

.div_on_logo_right .bg_grey{
	width: 80px;
	height: 46px;
	background-color: #EDEDED;
	margin: 0px;
	padding: 6px;
	color: grey;
}

.title{
	/* main */
	background-color: #EDEDED;
	vertical-align: middle;
	/* outside */
	margin-bottom: 0px;
	/* inside */
	padding-left: 10px;
}
.title img{
	vertical-align: middle;
}
.title p{
	line-height: 2em;
	color: grey;
	font-weight: bold;
	vertical-align: middle;
}
.title.orange{
	background-color: #006293;
}
.title.orange p{
	line-height: 2.6em;
	color: #fff;
}
.event_content{
	height: inherit;
	width: auto;
}

.event_description{
	/* main */
	float: left;
	width: 360px;
	height: inherit;
	/* outside */
	margin-top: -10px;
	/* inside */
	color: grey;
	font-size: 0.8em;
	vertical-align: top;
}
.event_description:last-child{
	font-size: 0.7em;
}

.event_detail table{
	/* main */

	/* outside */
	margin-left: 320px;
	/* inside */
	color: grey;
	font-size: 0.8em;
}

.event_detail_el table {
	/* outside */
	margin-left: 515px;
} 

.event_detail table th{
	float: left;
}

.anfahrt_content p{
	font-size: 0.8em;
	color: grey;
}

.ort_beschreibung p{
	font-size: 0.8em;
	color: grey;
}
.table_1 {
	/* main */
	
	/* inside */
	color: grey;
	font-size: 0.8em;
	text-align: left;
}

.table_1  td{
	font-style: italic;
}

.table_1 td:last-child{
	float: right;
}

.table_buttons {

}
.table_buttons td {
width:100px;
}

/* BUTTONS */
a .button.orange{	
	line-height: 25px;
	border-radius: 0px;
	border: 0px;
	font-weight: bold;
	color: #fff;
}
a .button.orange:hover{
	box-shadow: 0px 0px 2px black;			
}

button {
	line-height: 25px;
	border-radius: 0px;
	border: 0px;
	font-weight: bold;
	color: #fff;
}

input.button.orange{
	line-height: 25px;
	border-radius: 0px;
	border: 0px;
	font-weight: bold;
	color: #fff;	
}

input.button.orange:hover{
	box-shadow: 0px 0px 2px black;					
}

input.button_schliessen {
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
}

.formular_suche .button{
	border-radius: 0 0;
	border: 0;
	font-size: 0.8em;
	line-height: 20px;
	vertical-align: middle;
	background-color: grey;
	color: #FFF;
	font-style: normal;
	margin-top: 10px;
}
.formular_suche .button:hover{
	box-shadow: 0px 0px 2px black;				
}

button:hover{
	box-shadow: 0px 0px 2px black;	
}

.button.orange{
	background-color: #006293;
}
.button.grey{
	background-color: #EDEDED;
}
.button.small{
	font-weight: normal;
	font-size: 0.8em;
	line-height: 20px;
}
.button.alignLeft{
	float: left;
}
.button.alignRight{
	float: right;
}
.button.uebersicht{
	float:right;
	margin-right: 10px;
}

.clear.left{
	clear: left;
}

.navbar{
	/* main */
	min-width: 540px !important;
	background-color: #EDEDED;
	vertical-align: middle;
	/* outside */
	margin: 10px;
	margin-bottom: 0px;
	/* inside */
	padding: 0px;	
}

.navbar_el {
	/* main */
	background-color: #EDEDED;
	vertical-align: middle;
	/* outside */
	margin: 10px;
	margin-bottom: 0px;
	/* inside */
	padding: 0px;	
	width: 725px;
}

.navbar a{
	text-decoration: none;
	color: #fff;
}

.nav{
	float:left;
	width: 170px !important;
	font-size: 0.95em;
	font-weight: bold;
	color: grey;
	line-height: 45px;
	vertical-align: middle;
}

.nav img{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 2.5px;
}

.nav.splitter{
	width: 15px !important;
	float:left;
	line-height: 45px;
	vertical-align: middle;
}
.nav.splitter img{
	margin: 0px;
	padding: 0px;	
}

.nav.aktiv{
	background-image: url(../../vorlagen/veranstaltungsmanager/gelb/bilder/nav_warenkorb.png);
	width: 170px;
	height: 45px;
}
.nav a{
	color: grey;
}
.nav.aktiv a{
	color: #fff;
}

.nav.aktiv.mitte{
	background-image: url(../../vorlagen/veranstaltungsmanager/gelb/bilder/nav_dateneingabe.png);
}
.nav.aktiv.ende{
	background-image: url(../../vorlagen/veranstaltungsmanager/gelb/bilder/nav_bestellung.png);
}

.formular_table.dialog{
	width: 540px;
	border: 0;
	border-bottom: 1px solid grey;
}

.table_dialog_el{
	width: 725px !important;
}

.formular_table.dialog th{
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	padding-left: 10px;	
}
.formular_table.dialog td input{
	width: 110px;
}
.formular_table.dialog td select{
	width: 110px;
}

.align_right{
	text-align: right;
	margin: 10px;
}

.land_id_pflicht_internet{
	width: 153px;
}
.plz_internet{
	display: inline;
	width: 50px;
}
.ort_internet{
	display: inline;
	width: 100px;	
}
.adressdaten_table{
	width: 540px;
	color: grey;
	font-size: 1em;
}

.adressdaten_table_el{
	width: 725px;
}

.adressdaten_table td{
	width: auto;
}
.pflichtfeld{
	color:grey;
	font-size: 0.6em;
}
.fehlermeldung{
	width: 530px;
	height: auto;
	border: 1px solid #FF0000;
	background-color: #FFDCDC;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
.erfolgsmeldung{
	width: 530px;
	height: auto;
	border: 1px solid #989898;
	background-color: rgb(60,188,99);
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
.box.grey{
	height: auto;
	border: 1px solid #989898;
	background-color: #EDEDED;
	padding: 5px;
	margin-top: 10px;
}
.text.kursiv{
	font-style: italic;
	font-size: 1em;
}
.text.grey{
	color: grey;
	font-size: 1em;
	padding-left: 10px;
}
.text.grey img{
	text-align: right;
	line-height: 1.2em;
	vertical-align: middle;
}
#WARENKORB_LINK{
	display: inline;
	width: 100px;
}

.fehler_internet {
	margin: 10px 10px 0px 10px;
	font-size: 0.8em;
	color: #FF0000;
}

td.subheader_el {
	font-family: 'Open Sans',sans-serif;
	font-size: 1.5em;
	color: grey;
	padding-left: 10px;
}

div.subheader_internet {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	float: left;
}

input.vorname {
	width: 225px;
}

input.name {
	width: 225px;
}

input.strasse {
	width: 225px;
}

input.plz {
	width: 60px;
}

input.ort {
	width: 160px;
}

input.telefon {
	width: 225px;
}

input.mobil {
	width: 225px;
}

input.email {
	width: 225px;
}

input.gebdatum {
	width: 225px;
}

input.vorname_pflicht {
	width: 225px;
}

input.name_pflicht {
	width: 225px;
}

input.strasse_pflicht {
	width: 225px;
}

input.plz_pflicht {
	width: 60px;
}

input.ort_pflicht {
	width: 160px;
}

input.telefon_pflicht {
	width: 225px;
}

input.mobil_pflicht {
	width: 225px;
}

input.email_pflicht {
	width: 225px;
}

input.gebdatum_pflicht {
	width: 225px;
}

div.listen_el_internet {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 100;
}

div.content_left
{
	float:left;
	width:200px;
	padding-right:10px;
}

div.content_main
{
	float:left;
}

div.nav.kategorien
{
	background-color:#EDEDED;
	padding:5px;
	margin-bottom:2px;
	line-height: 20px;
}

div.nav.kategorien:hover 
{ 
	font-weight:bold;
	background-color:#006293;  
}

div.nav.kategorien.aktiv 
{ 
	font-weight:bold;
	background-color:#006293;
	height: 20px; 
}

a.kategorien
{
	color:grey;
	font-size:0.8em;
	text-decoration:none;
}

div.kategorie
{
	margin-bottom:30px;
	border: 1px dotted #006293;
	padding:15px;
	color: grey;
	width:680px;
}

div.kategorie_bild
{
	max-width:680px;
	max-height:300px;
	overflow:hidden;
}

div.kategorie_bezeichnung
{
	font-size:1.2em;
	padding-top:15px;
}

div.kategorie_beschreibung
{
	font-size:0.8em;
	font-style:italic;
	padding-top:10px;
}

div.anmeldung,
table.anmeldung
{
	color: grey;
	font-size: 1em;
}

a.anmeldung
{
	font-size: 0.8em;
}

p.anmeldung.desc
{
	font-size: 0.8em;
	margin-left:20px;
	margin-top:5px;
}

div.anmelden
{
	margin-top:20px;
	float:right;	
}

table.verantwortlichen
{
	font-size: 0.8em;
	color:grey;
	margin-bottom:10px;
	text-align:left;	
}

td.verantwortlichen.name
{
	font-size: 1.2em;
	color:grey;
	text-decoration:underline;	
}

img.breite {
	width: 540px;
}