* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */


 
}

body {
  color: #333;
  text-align: center;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:justify;
  color:#717171;
  height:100%;
}

ul li {
	list-style:square;
	list-style-position:inside;
	line-height:18px;
	letter-spacing:1px;
	
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#999;
	letter-spacing:1px;
}

a:hover {
	text-decoration:underline;
	letter-spacing:1px;
}

.overlayBox {
	display:none;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index:1;
	background-color:#000000;
}




.ajaxContent1 {
	
	display:none;
	z-index:3;
	width:80%; /* Breite Content */

}

.ajaxContent1 .laden {

	background-image:url(spinner.gif);
	width:100%;
	height:auto;
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	text-align:center;
	height:60px;
}



a img {
	
	border:none;
	padding:0;
	margin:0;
	
}

.seite {
	
	width:1050px;
	height:auto;
	margin:auto;
	
	
}



.seiteLinks {
	
	float:left;
	width:350px;
	margin-right:30px;
	height:340px;
	min-height:340px;
	max-height:340px;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	margin-top:260px;
	text-transform:uppercase;
	letter-spacing:2px;
	background-position:bottom;
	background-repeat:no-repeat;
}


.seiteMitte {
	
	float:left;
	width:245px;
	max-width:245px;
	background-color:#efefda;
	height:100%;
	overflow:hidden;

}

.seiteMitteNavi {
	margin-top:84px;

}



.seiteRechts {
	
	float:left;
	height:auto;
	margin-left:40px;
	width:343px;
	max-width:343px;
	

}

.seiteRechts:after {

	clear:both;
}

hr {

	height:10px;
	background-color:#efefda;
	color:#efefda;
	border: 0;
	margin-bottom:13px;
	
}

.event_infos {
	border-bottom:1px dotted #aba487;
	line-height:26px;
	overflow:hidden; 
	white-space: nowrap;
}

.event_infos img {
	padding-top:7px;
}

.event_infos .left {
	float:left;
}
.event_infos .right {
	float:right;
}

fieldset {
	padding:6px;
	border:1px solid #CCC;
	
}

fieldset input {
	width:100%;
	
}

.fehler {
	padding:6px;
	color:#F00;
	border: 1px solid #F00;
	text-align:center;
	margin-bottom:10px;
	
}

.event_title, .event_title a {

	white-space:nowrap;
	overflow:hidden;
	font-size:11px;
	padding-left:1px;
	padding-right:1px;
	border-bottom:1px solid #d8d2ba;
	display:block;



}



.eventadmin {

	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
	padding:6px;
	border-top:1px solid red;
	border-bottom:1px solid red;
}

.eventadmin  a {
	margin-left:6px;
	margin-right:6px;
}




.kalenderDetails a:link,
.kalenderDetails a:visited,
.kalenderDetails a:active {
	color:#F90;
}

.kalenderDetails hr {
	height:2px;
	margin-bottom:6px;
	margin-top:6px;
}

.kalenderDetails span {
	color:#CCC;
	display:inline-block;
	margin-top:2px;
	margin-bottom:2px;
}


#cal {
 width:100%;

}


td a {
	color:#333 !important;
}

tr#days-of-week td { 
	background-color: #d8d2ba;
	height:20px !important;
	line-height:20px !important;
	font-size:12px;
	text-align:center;
	padding:0px;
	border:none;


	
}	



#cal td {

	background-color:#efefda;
	height:80px;
	width:120px;
	vertical-align:top;
	border-left:1px dotted #4d4d4d;
	border-top:1px dotted #4d4d4d;
	font-size:11px;

	 }
	 

#cal td .cal_tag{


	padding-left:2px;

	
 }	 
	 
#cal tbody td:hover {
   /* border:1px solid #e69f22 !important; */
   background-color:#fed792 !important; 


}
	 

	 


#cal thead td {


	height:20px;
	text-align:center;
	padding:0px;
	border:none;
	font-weight:bold;
	font-size:9px;



}



#cal .cal-prev-month-day, #cal .cal-next-month-day, .cal-prev-month-day:hover, #cal .cal-next-month-day:hover{
	color: #c6c2b0 !important;
	background-color:#4d4d4d !important;


}

.cal-current-day {

	background-color:#eedda1 !important;
	font-weight:bold;


}

