    body {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    div#page {
        width: 780px;
        margin:  0 auto 0 auto;
        padding: 0;
        text-align: left;
    }
    
    
        div#header {
            margin: 0;
            padding: 0;
            height: 264px;
            /*background: transparent url(../uploads/images/header.gif) no-repeat 0 0; */
            /*background: transparent url(../uploads/images/ff-header8schrift.jpg) no-repeat 0 0; */
            text-align: left;
            border-bottom: 1px black solid;
        }
    
    
        div#content {

        }
        
        div.content{
                   border: solid;
                   border-width: 2px;
                   border-color: #B40000;
         }
        div.content p{
                  padding-left: 10px;
        }
        
            div#main {
                   margin-left: 10px;
                  
        }
            
            div#sub {
                
            }
    
        div#footer {
            text-align: justify;
        }

        div#footer p {
            font-size: 1.0em;
            font-weight: bold;
            margin: 0 2px 2px 0;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 3px;
            padding-bottom: 3px;
            height: 30px;
            color: #B40000;
            
        }

div.breadcrumbs {
   padding-top: 10px;
   padding-left: 10px;
   text-align: left;
   font-size: 90%;
 }

img.content{
  border-style: solid;
  border-color: #F42727;
  border-width: 2px;
}
/*kalender*/
.kal-prev a{
  color: #fff;
}
.kal-next a{
  color: #fff;
}
.kal-monat{
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

/*Weekday*/
.kal_gr_tabelle{
  text-align: center;
  width:14%; 
  vertical-align:top; 
  height:15px; 
  font-size: 2;
  color: #fff;
}

.kal_gr_tabelle_th_wochenende{
  border: 1px;
  border-style: solid; 
  border-color: #fff;
  background-color:#800000;
}
.kal_gr_tabelle_th_werktag{
  border: 1px;
  border-style: solid; 
  border-color: #fff;
  background-color:#000080;
}

/*Days*/
.kal_gr_tabelle_td_blank{
  
}
.kal_gr_tabelle_td_ohnetermin{
  border: 1px;
  border-style: dotted; 
  border-color: #fff;
  vertical-align:top;
}

.kal_gr_tabelle_td_termin{
  border: 1px;
  border-style: dotted; 
  border-color: #fff;
  font-weight: bold;
}

/*Listen*/
hr.kal_list_hr{
  color: #fff;
}

p.kal_list_d{
  }

div.kallistitem{
  background-color: silver;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  margin: 0 5px 5px 5px;
}

/*lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
