﻿#id_eventerfassung {
	 display:none;
	overflow:auto;
	height:100%

}
#id_eventH1 {
	text-align:center;
}

#id_wrapperevent {
	float:left; 
	width:100%;
	height:100%;
	overflow:auto;
	background-color:beige

}

#id_formevent {
	width            :99,5%; 
	display          :inline-block; 
	background-color :gray; 
	padding          :2px; 
	/*border           :3px outset darkgray;	*/
	float:left;

}

#id_wrappertermin {
	float:left; 
	width:80%;
	overflow:auto;

}


#id_terminart {
	size=1;
	width: 200px;
}
#id_zeitvon {
	size:2px;
	width: 60px;
}

#id_terminhalt {
	float:left;
	width:80%;

}
#id_titel {
    height:20px;
	max-width:930px;
	
}
*/
#id_terminhalt textarea {

	max-width:830px;
	
}

#id_wrappertermin label {
	width:60px; 
	display:inline-block;
}

#id_submit  {
	float:right;
	width:210px; 
	overflow:auto;


}

#id_submit input {
	width: 170px;
	height:30px;
	clear:both;
	margin-bottom:10px;
}

#id_freigabe {
	 float:right; 
	 width:210px;

}


#id_freigabe label {
	width:160px; 
	display:inline-block;
}

/*  --------------  Formatierunge der EventListe  */
#id_aktivitaeten {
	background-color:white;
	height:100%;
	overflow:auto;
}

#id_aktivitaeten table {
	width:100%;
    border:1px solid green;
   /* border-collapse:separate ;*/
}

#id_aktivitaeten td {
    border:1px solid grey;
}

#id_aktivitaeten .listcontent1 td {
    border-bottom:0px;
}
#id_aktivitaeten .listcontent2 td {
    border-top:0px;
}

#id_upload {
	margin-left:20px;
}

#id_login, #id_pdf,
#id_newevent , #id_vorschau , #id_vorschauaus, #id_upload {
 /* width            :60px;  */
  font-size        :14px;
  background-color :#E2EAD3;
  padding          :2px;
  margin-top       :2px;
  margin-right     :5px;
  border           :1px solid grey;
 
}
#id_pdf {
	width:30px; 
	border           :2px solid  red;
	font-weight:bold;
}
#id_login a , #id_logout a , #id_newevent a, #id_vorschau a, #id_vorschauaus a , #id_upload a , #id_pdf a {
   display         :block;
   text-decoration :none;
   color           :black;
   width           :100%;
   margin          :auto;
   font-size:14px;
}

#id_login input, #id_logout input {
	height:14px;
}
#id_logout_div table {
	
	border-collapse:separate
}
#id_logout_div .logout1 {
  text-align       :center;  	
  font-size        :14px;
  background-color :#E2EAD3;
  padding          :1px;
  margin-top       :1px;
  margin-right     :5px;
  border           :1px solid grey;
}
#id_logout_div a {
	
   display         :block;
   text-decoration :none;
   color           :black;
   width           :100%;
   margin          :auto;
   font-size:14px;
} 

#id_logout_div .logout2 {
   font-size:12px;

}