/* Webcam Übersicht */
div.galerie{
    padding: 3px;
    background-color:#ebebeb;
    border:1px solid #CCC;
    float:left;
    margin:10px 10px 0  0;
    font-family:Arial, Helvetica, sans-serif;
    height: 185px;
    width: 250px;
}
div.galerie:hover{
    border:1px solid #333;
}
div.galerie span{
    display:block;
    text-align:center;
    font-size:10px;
}
div.galerie a img{
        border:none;
}
div.file {
    padding:4px 4px 4px 30px;
}
div.file.even{
    background-color: #ebebeb;
}
div.file a {
    text-decoration:none;
}
div.file:hover {
    background-color:#CCC;
}
div#content {
   max-width: 680px;
}
div#something {
}

body {
  text-align: center;
  text-align: -moz-center;
}
/* Ende Webcam Übersicht  */