/* Struktur */
*{   
	margin: 0px;
	padding: 0px;
		word-wrap: break-word;
}
img {
	border:none;
		max-width:100%;
}
a:link, a:visited, a:hover{
	color: #003A81;
    text-decoration:underline; 
} 
.blau {color: #003A81;}
.grau {color: #666666;}
/* Struktur */
body {
	 background-color: #ffffff;
    font-family: Tahoma,Arial, sans-serif;
    font-size: 13px;
    color:#262626;;

}
#Rahmen {
	width:1000px; 
    margin:0px auto 0px auto;  
}
#Gesamt {
	width:1000px; 
    min-height:650px; 
    margin:0px auto 0px auto;     
	padding-bottom:0px;	
	
	 background-color: #ffffff;

}
#Header {
	position:relative;
    height:130px;
	
	padding-top:0px;
margin-top: 0.5em;
padding-left:16px;
}
#Inhalte {
background-image: url("/eventmanager-system/daten/images/shadow_main.gif");
    background-repeat: repeat-y; 	
   
	
    min-height:400px;
    position:relative;
padding-top:10px;


}
#Footer {

background-image: url("/eventmanager-system/daten/images/shadow_main.gif");
    background-repeat: repeat-y; 
	font-size:10px;  
    padding:20px;
    
}
#footerTop{
border-top: 1px dotted #A4A4A4;
margin-bottom:20px;
}
/* Inhaltsseiten */
/* Individuelle Einstellungen kÃ¶nnen jeweils Ã¼ber die ID vorgenommen werden */
.Inhalt {
	width:500px;
	float:left;
	margin-right:15px;
	margin-top:100px;
}

.Sidebar{
	margin-top:100px;
	width:230px;
	float:left;
}

.Sidebar h2 {
	font-size: 20px;
	border-bottom: 1px dotted #003b7f;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.Sidebar p {
	font-size: 16px;
}

.SidebarHtml {
	margin-bottom: 30px;
	box-sizing: border-box;
}

.FormStep, #InfoTabs .InfoStep {
	display: inline-block;
	float: none;
	height: auto;
	margin-bottom: 2px !important;
}

/* Allgemeiner Definitionen */
p {
	margin-bottom:10px;
}

h1 {
	color: #003A81;
	font-size:25px;
	margin:0;
	padding-bottom: 5px;
	margin-bottom:20px;
	font-weight: normal;
	border-bottom: 1px dotted #003b7f;
}

h2 {color: #003A81;
	font-size:15px;
	margin-top:0px;
	margin-bottom:3px;
font-weight: normal;
		border-bottom: 1px dotted #003b7f;
		padding-bottom: 5px;
}
h3 {color: #003A81;
	font-size:14px;
	margin-bottom:3px;
font-weight: normal;
			border-bottom: 1px dotted #003b7f;
		padding-bottom: 5px;
}
ul {
	margin-left:16px;
}
li {
	margin-bottom:12px;
}


/*Leftbar START*/

.Leftbar {
	float: left;
	width: 200px;
	margin: 0px 10px 0;
	min-height: 100px;
}

#NavEventLI > a {
	display: block;
	color: #003a81;
	border-bottom: 1px dotted #003b7f;
	padding-bottom: 5px;
	margin: 0 10px 20px;
	font-size: 25px;
	width: 900px;
	text-decoration: none;
}

#NavEventLI > a:hover,  #NavEventLI > a:focus, #NavEventLI > a:active {
	text-decoration: none;
}

#EventNav {
	margin-left: 10px;
}

#SecondLevelMenu li {
	list-style: none;
}

#EventNav li {
	margin-bottom: 0;
}

#EventNav li a:link, #EventNav li a:visited {
	display: block;
	padding: 5px 0px;
	color: #848484;
	text-decoration: none;
}

#EventNav li a:hover, #EventNav li a:focus, #EventNav li a:active {
	text-decoration: underline; 
}

#EventNav li a.Self {
	font-weight: bold;
}

/*Leftbar END*/



/* Darstellung in Listen */
.VList{/* gÃ¼ltig fÃ¼r alle Listen ul-Tags, individuell Ã¼ber Einzelklassen */
	margin-left:0px;
	list-style-type:none;
}
.EndeLi{/* ÃœberhÃ¤ngende Floats beenden */
	clear:left;
} 
.ListIconEmptyDiv, .ListIconDiv{/* gÃ¼ltig fÃ¼r alle Icons in Listen */
	float:left;	
}
.ListDatenDiv{/* gÃ¼ltig fÃ¼r alle Datenbereiche in Listen */
	margin-left:10px;
	width:380px;
	float:left;
}
.ListPictureDiv{/* gÃ¼ltig fÃ¼r alle Vorschaubilder in Listen */
	margin-left:0px;
	float:left;
}
.ListEventName{/* gÃ¼ltig fÃ¼r alle Eventnamen in Listen  html-Tag h2*/
	margin-bottom:0px;
}
.ListDate{/* gÃ¼ltig fÃ¼r alle Datums-AbsÃ¤tze in Listen */
	margin-bottom:0px;
}
.ListLocation{/* gÃ¼ltig fÃ¼r alle Ortangaben in Listen */
	margin-bottom:0px;
}
.ListShortD{/* gÃ¼ltig fÃ¼r alle Kurzbeschreibungen in Listen */
	margin-bottom:0px;
}

/* Spezielle allgemeine Seiten-Elemente, oft mit identischem Aussehen */
.EventKontakt, .EventDownloads{
	width:240px;
	padding:10px 10 0 0;
	font-size:0.9em	
}
.GoogleMaps{/* allgemeiner Wrapper */
	
}
#GMap{
	width:490px;
	height: 367.50px;
}
#GoogleMapsForm #GMap{
	width:210px;
	height: 210px;
}
.GMapHide{ /*Blendet den Inhalt des MapFensters aus */
	visibility:
	hidden;
	width:1px;
	height:1px;
} 
.Print {/* allgemeiner Wrapper umschlieÃŸt die Print- Elemente  */
	margin-top:10px;
}
#Printbutton {
	width:190px;
	padding:10px;
	font-size:0.9em;
	color:#ffffff;
	background-color:#003A81;;
	text-align:center;
}
#Printbutton a:link, #Printbutton a:visited, #Printbutton a:hover{color:#ffffff;} 
.Link{ /* allgemeine Link Klasse  */
  	color:#003A81;
    text-decoration:underline; 	
}
.eventLink,.contaktLink,.documentLink {}

/* Einzeldarstellung von Veranstaltungen  */
.EventIconDiv{}
.EventPictureDiv{}
.LongDescription{
	margin-top:15px;
	clear: both;
}
.ShortDescription{}
.Salutation{ margin-bottom: 0px;}
.Salutation2{margin-top: 0px;}/* fallz Anrede in zwei Teilen  */
.EventName{
	margin-top:15px;
font-weight:bold;
font-size:1.1em;
}
.EventZeit{
	margin:0px;
}
.EventLocation{
	margin:0px;
}


/* Formulare  */

#Buchungsnummer{}         
#anmelden {}

          
.submit, a.nextPane, a.prevPane, a.PagebreaksInfoRegistrationLink { /* fÃ¼r alle submits  */
	background-color:#003A81;;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	border: none;
}

a.PagebreaksInfoRegistrationLink {
	text-align: center;
}

.submit:hover,.submit:focus,.submit:active, a.nextPane:hover, a.nextPane:focus, a.nextPane:active, a.prevPane:hover, a.prevPane:focus, a.prevPane:active, a.PagebreaksInfoRegistrationLink:hover, a.PagebreaksInfoRegistrationLink:focus, a.PagebreaksInfoRegistrationLink:active {
	cursor: pointer;
} 

.PaneButtons {
	margin-top: 20px;
	display: inline-block;
}

.PaneButtonCenterContent {
	width: auto;
}

.PaneButtonCenterContent .PflichtfeldStern {
	display: inline;
}

.PflichtfeldHinweis {
	display: inline-block;
	margin-top: 20px;
}

li.PaneButtonRight {
	float: right;
	width: auto;
}

.submitBuchungsnummer{}
.submitAnmeldung{
	clear:left;
	margin-left:400px;
	float: right;
}

/* Buchungsnummer */
#EingabeBN {
	width:300px;
	float:left;
}
#WeiterBN {
	width:120px;
	float:left;
}
.Buchungsnr { /* ansonsten i.d.R. wie class Textinput */
	width:280px;
}
.BuchungsnrLabel {/* wird i.d.R. ausgeblendet */
	display:none;
}
/*Anmeldeformulare */

#FormTabs {
	background-color: #003a81;
	margin-bottom: 10px;
	width: 100%;
}

#FormTabs a:link, #FormTabs a:visited {
	color: #fff;
	text-decoration: none;
}

#FormTabs a:hover, #FormTabs a:focus, #FormTabs a:active, #FormTabs a.active {
	font-weight: bold;
}

#TestEMail{/* blendet das spezielle Honycomb E-Mail Feld aus */
	display:none
} 

.PflichtfeldStern{
	color:#003A81;
	font-weight:bold;
}

.GroupFieldsetAttendance .PflichtfeldStern {
	display: block;
}

.GroupFieldset{/* fÃ¼r alle FragensÃ¤tze */
	padding:10px;
	margin-top:10px;
	border: 1px solid rgba(132,132,132,0.3);
}
.GroupFieldsetAttendance{/* Teilname */

}
.GroupFieldsetApplicant{/* Teilnehmer */

}
.GroupFieldsetEscort{ /*speziell fÃ¼r das Ausblenden der Begleitpersonen Fragen*/
	display:none;
}           
.GroupFieldsetQuestions{/* alle Zusatzfragen */
	
}
.RadioGroupFieldset {
	display:block;
	margin-bottom:3px;
	border:none;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldset .LabelRadiogroupInput{ /* Zeilenweise Darstellung der Radios fÃ¼r "normale" FragensÃ¤tze */
	display:block;
}
#Attendance{
	clear:left;
	border:none;
	padding-top:10px;
}  
#Attendance h2 {
	margin-top:0px;
}
#Attendance .LabelRadiogroupInput {
	display:block; /* Zeilenweise Darstellung der Radios fÃ¼r "Teilname" */
	margin-bottom:3px;
}
.Frage { /*umschlieÃŸt jede Einzelfrage */
	padding-top:3px;
	padding-bottom:13px;
}
.LabelTextInput,.LabelRadioGroup,.LabelTextarea {
	margin-bottom:3px;
	width:180px;
	display:block;
	float:left;
}
.LabelCheckboxInput{}
.Buchungsnr,.TextInput,.EmailInput,.UrlInput,.NumberInput,.TextareaInput {
	width:280px;
	padding-left:2px;
	padding-top:2px;
	background: none repeat scroll 0 0 #FFFFFF;;
    border-color: #BAC0C3 #BAC0C3 #BAC0C3 #BAC0C3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}
.TextareaInput{
	height:200px;
}
.CheckboxInput{}
#LabelDatenschutz{
	clear:left;
	display:block;
	width:400px;
	padding-top:20px;
	float:left
}
#EndeFormular{clear:both;}

.errorMessage{
	display:none
}
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#fed700;
	border:1px solid #e3001b;
	font-size:11px;
	color:#e3001b;
	padding:3px 10px;
	margin-left:10px;
	margin-top:-1px;
	/* CSS3 spicing for mozilla and webkit */
	border-radius:4px;
	border-radius-bottomleft:0;
	border-radius-topleft:0;

	box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}


#TextMiddle{
	display:block
}
#OffeneVeranstaltungen{
	clear:left;
	margin-top:10px;
}


#TextTop,#TextTopMe,#TextTopFormular, #TextTopMeForm,#TextTopConfirmation,
#Formular, #MeFormList,#Confirmation{
	margin-left:0px; 
}
#EventStartFormular{margin-top:20px;}

#barcode{
	background-color:#ffffff;
	width:520px; 
}                                                

.MeLongDescription{clear:both;margin-top:10px;margin-bottom:10px;}
.AnmeldungTagesordnung{clear:left;}
.InputFieldPicture{clear:both;display:block}
.EventStart{line-height:1.3em;margin-bottom:20px;}
.EventConfirmationStart{margin-bottom:20px;}
.EventPicture {margin-top:10px;margin-bottom:10px; margin-right:20px;float:left;}
.ConfirmationPictureYes,.ConfirmationPictureNo{float:right;}
div#shadow_top {
    background-image: url("/eventmanager-system/daten/images/shadow_top.gif");
    background-repeat: no-repeat;
    height: 17px;
}
div#shadow_bottom {
    background-image: url("/eventmanager-system/daten/images/shadow_bottom.gif");
    background-repeat: no-repeat;
    height: 31px;
}

#DataSummeryParticipation h2 {
	border-bottom: none;
}


#Answers {margin-top:20px;margin-bottom:20px;}
#Answers h2 {margin-top:10px;}
#Answers h3 {margin-top:10px;}
.AnswerEventName {font-weight:bold; margin-bottom:5px;}
.AnswerItem .AnswerEventName{ margin-bottom:2px;}
.AnswerEventZeit { margin-bottom:5px;}
.AnswerItem .AnswerEventZeit { margin-bottom:2px;}
.AnswerEventLocation { margin-bottom:5px}
.AnswerItem .AnswerEventLocation { margin-bottom:2px}
.AnswerItem h3 {margin-top:5px;}
.AnswerAntwort{margin-bottom:5px;font-size:13px;}
.AnswerAntwort span { color: #262626; }
.AnswerAntwortHL { 
	color: #003A81;
  font-size: 14px;
  margin-bottom: 3px;
	margin-top: 10px;
  font-weight: normal;
	border-bottom: 1px dotted #003b7f;
  padding-bottom: 5px;
}
.AnswerItem .AnswerAntwort{margin-bottom:2px}
.AnswerBottom {font-size:4px;margin:0px;padding:0px; height:6px;}
#Answerlist .AnswerPerson{margin:0;}
.AnswerPerson{margin-top:0;margin-bottom:10px;}

#Zahlungspflicht{
	clear:left;
	padding-top:10px;
	margin-bottom:10px;}



.LabelAlignleft,.LabelRadioGroupAlignleft{float: none;width:auto}
.InputfieldAlignleft{width:95%;}
.CheckboxInput {float:left;margin-left:35%;margin-right:1%}
.LabelCheckboxInput {display:block;width:55%;float:left}
.CheckboxInputAlignleft {float:left;margin-left:0%;margin-right:1%}
.LabelCheckboxInputAlignleft {display:block;width:90%;float:left}
.RadiogroupInputAlignleft,.RadiogroupInputStandard {display:inline;}
.LabelRadiogroupInputAlignleft,.LabelRadiogroupInputStandard {display:inline !important; margin-right:15px;}
.RadioGroupFieldsetStandard,LabelRadioGroupMultirow{}
.RadioGroupFieldsetStandard{}
.RadioGroupFieldsetMultirow{}
.RadiogroupInputMultirow,.RadiogroupInputMultirowalignleft,.RadiogroupInputPriceCategory, .RadiogroupInputMultirowPriceCategory   {display:block;float:left;clear:left;margin-right:1%}
.LabelRadiogroupInputMultirow,.LabelRadiogroupInputMultirowalignleft{display:block;width:95%;float:left;padding-bottom:5px;}

.LabelRadioGroupMultirowalignleft {float: none;width:auto}
.DateSelectInputDay{width:50px;text-align:right;}
.DateSelectInputHour,.DateSelectInputMinute{width:70px;text-align:right;}
.DateSelectInputMonth{width:60px;text-align:right;}
.DateSelectInputYear{width:50px;text-align:right;}
option {padding-right:10px;}
.Dateinput{float:left;padding-bottom:5px;}
.DateSeperator,.TimeSeperator{font-weight:bold;}
.DatetimeSeperator{font-weight:bold;}



#HauptMenu {width:840px;}
#HauptMenu ul {
   
    margin: 0 0 40px 20px;
list-style-type:none;
}
#HauptMenu li {
   
    margin: 0;
    padding: 1px 0;
    padding-left:20px;
display:inline;
}
#HauptMenu li a {
    
    font-size: 100%;
    font-weight: bold;
   text-decoration:none;
    padding: 6px 3px;
}
#HauptMenu li a:hover {
        font-size: 100%;
    font-weight: bold;
    height: 1%;
    padding: 6px 3px;
color:#003A81;
text-decoration:underline;

}
#HauptMenu li a.Self {color:#003A81;text-decoration:underline;}
#HauptMenu li a.InSelf {color:#003A81;text-decoration:underline;}
#HauptMenu li #MenueLevel2 {
    
    border: medium none;
    font-size: 100%;
    margin: 0 0 -1px;
    padding: 0;
    width: 100%;
}
#HauptMenu li li {
    border-bottom: 0 none;
    border-top: 1px solid #FFFFFF;
    
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    width: auto;
}
.Navigation {width:860px;min-height:40px;position:absolute;top:120px;left:150px;text-align:right;}

#NavigationTop{height:16px;position:absolute;top:23px;left:860px;z-index:100;}
#NavigationTop #TopMenu ul{margin:0;padding:0;}
#NavigationTop #TopMenu ul li {
float:left;color: #848484;text-decoration:underline;
list-style-type:none;
padding:3px;
padding-left:5px;padding-right:20px;
height:16px;
margin:0;
}

#NavigationTop #TopMenu ul li a:link,
#NavigationTop #TopMenu ul li a:visited,
#NavigationTop #TopMenu ul li a:hover{
color: #848484;
}
#NavigationTop #TopMenu ul li a.Self:link,
#NavigationTop #TopMenu ul li a.Self:visited,
#NavigationTop #TopMenu ul li a.Self:hover{
color: #848484;text-decoration:underline;
}

#LogInOut{padding-left:10px;border-left:solid 1px #cccccc;
position:absolute; top:0;left:895px;
font-size:10px;
height:100px;
}
#LogInHeader h2 {margin:0;padding:0;font-size:12px;padding-top:5px;padding-bottom:10px;}

.inputLogIn {width:120px;}
.inputLogInU {width:140px}
.inputLogInP {width:100px;}
.submitLogIn{float:none;width:100px;}
#LogInButton{float:right !important;width:100px;}
#LogOutButton {float:none;}

#Navigation{display:block;}
#NavigationTop{display:block;}
#LogInOut{display:none;}


.iass{color: #003A81;

}

#LocaleSwitch {margin-bottom:20px;margin-left:auto;margin-right:0; width:48px;}
#LocaleSwitch ul {margin:0;padding:0;list-style-type:none}
#LocaleSwitch ul li {list-style-type:none;float:left;margin:0;}
#LocaleSwitch ul li a {background-repeat:no-repeat;display:block}
#LocaleSwitch ul li a:hover img {visibility: hidden;}
#FormularSearch{display:none}
.InhaltConf6E71 .DoubleOptInEventName, .InhaltConf6E71 #Answers, .InhaltConf7E61 .DoubleOptInEventName, .InhaltConf7E61 #Answers,.InhaltConf1E59 .DoubleOptInEventName, .InhaltConf1E59 #Answers  {display:none}

#EMailHint p:first-of-type {
    border-bottom: 1px dotted #003b7f;
    padding-bottom: 5px;
}



#ReturnHint p:first-of-type {
    margin-bottom: 0px;
}