.stext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004c16;
	font-weight:normal ;
}

.stext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004c16;
	font-weight:normal ;
}

.ssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004c16;
	font-weight:normal ;
}

.errtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:normal ;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



.folder
{
  float: left;
  height: 260px;
  padding: 2px;
  
  text-align: center;
/* color, background, padding, etc */
}


.album
{
  float: left;
  height: 130px;
  padding: 2px;
  border: 1px solid 1px;
  border-color :#f2f2f2 ;
  
  
  text-align: center;
/* color, background, padding, etc */
}

.lokal
{
  float: left;
  height: 138px;
  padding: 2px;
  border: 1px solid 1px;
  border-color :#f2f2f2 ;
  text-align: center;
  cursor :pointer;
}

.leiste
{
  float: left;
  height: 88px;
  padding: 0px;
  padding-left:1px;
  border: 1px solid 1px;
  border-color :#b1c4a6 ;
  text-align: center;
}

.eventalbum
{
  float: left;
  height: 138px;
  padding: 2px;
  border: 1px solid 1px;
  border-color :#f2f2f2 ;
  text-align: center;
  cursor :pointer;
}

.presse
{
  cursor :pointer;
}

.team1
{
  float: left;
  height: 245px;
  padding: 2px;
  text-align: center;
}

.team2
{
  float: left;
  height: 218px;
  padding: 2px;
  text-align: center;
}

 .ajax__calendar_container { z-index : 1000 ; }
 
 
 .clear { 
    width: 100%; 
    clear: both !important; 
    display: inline-block; 
} 
.clear:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
* html .clear { 
    height: 1%; 
} 


#container{ position: absolute;
            width: 925px;
            height: 524px;
            left: 50%;
            margin-left: -462px;  /* Um die Hälfte der Breite nach links schieben */
            top: 50%;
            margin-top: -262px;   /* Um die Hälfte der Höhe nach oben schieben */
            background-color:#FFFFFF;
            border:0px solid #FF0000;}
