html, body { 
    height: 97%;
    width: 97%;
    font-size: 100.01%;
    margin: 0;
    padding: 1%;
    font-family: arial, helvetica, sans-serif;
}

h2 {
    padding: 0;
    margin: 20px 30px 20px 30px;
    text-align: center;
    color: white;
}

h3 {
    color: #FFFF00;
    margin: 0px 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

h4 {
    text-align: center;
    color: white;
    padding: 0;
    margin: 30px;
}

h5 {
    color: #660000;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
}

h6 {
    font-size: 25px;
    padding: 0;
    margin: 20px 30px 0 30px;
    text-align: center;
    color: black;

}

#page {
    background-color: #FFFFFF;
    height: auto;
    min-height: 680px;
    width: 950px;
    margin: auto;
    padding: 0;
}

#head {
    background: #660000;
    height: 150px;
    width: 200px;
    float: left;
    margin-bottom: 10px;
}

#headimg {
    background: url(../bilder/head1.jpg) no-repeat;
    width: 200px;
    height: 150px;
}

#header {
    background-color: #660000;
    background: url(../bilder/header.jpg) no-repeat;
    height: 150px;
    width: 740px;
    margin-bottom: 10px;
    float: right;
}

#content {
    background: url(../bilder/back.jpg) repeat-y;  
    width: 950px;
    min-height: 480px;
    clear: both;
}

#lefttab{
    background-color: #660000;
    min-height: 480px;
    width: 200px;
    float: left;
}

.rahmen {
    width: 188px;
    margin: 5px;
    border: 1px solid #FFFFFF;
    
}

.ntext {
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    width: 168px;
} 

.date {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    width: 168px;
    color: white;
    padding: 10px;
}

.probe {
    width: 188px;
    padding: 5px;
    margin: 60px 0 20px 0; 
    font-weight: bold;
}
    
#righttab {
    background: #FF6600;
    min-height: 480px;
    width: 740px;
    float: right;
}

#navi {
    background-color: #660000;
    background: url(../bilder/navi.jpg) no-repeat;
    width: 680px;
    height: 28px;
    position: relative;
    z-index: 100;
    border-bottom: solid #FFFFFF 1px;
    padding-left: 60px;
}

#navi ul li a, #navi ul li a:visited {
    display: block;
    text-decoration: none;
    color: #000000;
    width: 100px;
    height: 26px;
    text-align: center;
    margin: 1px 0 1px 1px;
    border: 1px solid #FFFFFF; 
    background: transparent;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
}

#navi ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navi ul li {
    float: left;
    position: relative;
}

#navi ul li ul {
    display: none;
}

#navi ul li:hover a {
    color: #FFFFFF;
    background: #660000;
}

#navi ul li:hover ul {
    display: block;
    position: absolute;
    top: 29px;
    left: 1px;
    width: 101px;
}

#navi ul li:hover ul li a {
    display: block;
    background: #FFFFFF;
    color: #000000;
    margin: 0;
    border: 1px solid black;
    border-top: none;
}

#navi ul li:hover ul li a:hover {
    background: #660000;
    color: white;
}

#frame {
    margin:  0;
    padding: 0;
    width: 740px;
}

.tabelle, .tabelleAdmin {
    width: 680px;
    margin-left: 10px;
    border-collapse: collapse;
    border-color: #000000;
}

.tabelleAdmin {
    margin-top: 20px;
}

.tabelle th, .tabelle tr, .tabelle td, .tabelleAdmin th, .tabelleAdmin tr, .tabelleAdmin td {
    border-color: #000000;
}

.tabelle tr {
    height: 26px;
}

.tabelleAdmin tr {
    height: 26px;
} 

#datum {
    width: 80px;
}

#ort {
    width: 360px;
}

#beginn {
    width: 80px;
}

#delete {
    width: 80px;
}

.htext {
    margin: 0 30px 20px 30px;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
}

.mtext {
    text-align: center;
    font-style: italic;
    font-size: 13px;
}

.tabellelinks {
    padding: 0;
    width: 325px;
    float: left;
    font-size: 13px;
    margin: 0 15px 30px 30px;
    line-height: 20px;
}

.tabellerechts {
    padding: 0;
    width: 325px;
    float: right;
    font-size: 13px;
    margin: 0 30px 30px 15px;
    line-height: 20px;
}

.tabellerechts span, .tabellelinks span {
    color: #660000;
}

.ctext {
    text-align: center;
    margin: 20px;
    padding: 0;
    font-size: 13px;
}

.ctext span {
    color: #660000;
    font-weight: bold;
    font-size: 14px;
}

.left {
    margin: 0;
    padding: 0;
    width: 162.5px;
    float: left;
    font-size: 13px;
}

.right {
    margin: 0;
    padding: 0;
    width: 162.5px;
    float: left;
    font-size: 13px;    
}

.clear {
    clear: both;
}

.gallery {
    margin: 30px;
    font-size: 13px;
}

.listgalleries, .listphotos {
    width: 680px;
    padding: 2px;
    border: 1px solid white;
    margin-bottom: 30px;
    vertical-align: middle;
}

.listgalleries {
    height: 25px;
}

.listgalleriesAdmin {
    width: 380px;
    padding: 2px;
    border: 1px solid white;
    margin-bottom: 30px;
}

.gallerytable {
    width: 100%;
    border: none;
}

.gallerytable tr {
    height: 20px;
}

.gallerytablehead {
    text-align:left;
}

.galleryformular {
    width: 380px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 2px;
}

.phototable {
    width: 680px;
    border: none;
}

.phototablehead {
    background-color: #660000;
    text-align: left;
    color: white; 
}

.photocellleft {
    width: 115px;
    text-align: left;
    vertical-align: top;
}

.photocellright {
    min-width: 115px;
    text-align: right;
    vertical-align: top;
}

#newphoto {
    width: 680px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 2px;
    height: 30px;
}

.cellright {
    text-align: right;
}

.linktext {
    text-decoration: none;
    color: black;
}

.deleteButton {
    color: blue;
}

.photoname {
    color: yellow;
}

.bigphotoname {
    text-align: center;
    margin: 20px;
    padding: 0;
    font-size: 14px;
    color: yellow;
}

.photodate {
    font-size: 9pt;
    font-family:Arial;
}

.galleryphoto {
    cursor: pointer;
    border: 1px solid white;
}

.galleryPhotoBig {
    margin: 0 50px;
    border: 2px solid black;    
}

.galleryPhotoEdge {
    margin: 0 0 0 208px;
    border: 2px solid black;
}

.nospaces {
    padding: 0px;
    margin: 0px;
}

.login {
    clear: both;
    width: 200px;
    margin: 30px 0 20px 270px;
    font-size: 13px;
    text-align: center;
}

.kontform {
    clear: both;
    width: 400px;
    margin: 30px 0 20px 170px;
    font-size: 13px;
    text-align: center;    
}

.kontaktuell {
    width: 450px;
    font-size: 13px;
    float: left;
    margin: 30px;
    padding: 2px;
    text-align: left;
}

.loginout, .loginout2 {
   border: 1px solid silver;
   text-decoration: none;
   cursor: pointer;
   font-weight: bold;
   background-color: #eeeeee;
   font-family: Arial;
   font-size: 12px;
   color: black;
   margin-top: 5px;
   margin-bottom: 10px;
   float: right;
}

.loginout2 {
    float: left;
    margin: 5px 0 0 10px;
}

.logout {
    background: transparent;
    border: none;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    margin-top: 4px;
    cursor: pointer;
} 

#yellow {
    color: yellow;
}

.standardsubmitbutton, .standardsubmitbutton2 {
    width: 120px;
    border: 1px solid silver;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 12px;
    color: black;
    padding: 1px;
    margin: 10px 0 1px 120px;
    text-align: center;
    overflow: visible;
}

.standardsubmitbutton2 {
    margin: 1px 0 1px 120px;
}

.standardfield {
   border: 1px solid blue;
   background-color: white;
   font-family: Arial;
   font-size: 12px;
   color: black;
   padding: 2px;
   width: 150px;
   margin: 1px;
}

.standardsubmit, .standardsubmit2, .standardsubmit3 {
   border: 1px solid silver;
   text-decoration: none;
   cursor: pointer;
   font-weight: bold;
   background-color: #eeeeee;
   font-family: Arial;
   font-size: 12px;
   color: black;
   padding: 1px;
   margin: 1px;
   margin-left: 5px;
}

.standardsubmit2 {
    margin: 5px 1px 1px 8px;
}

.standardsubmit3 {
    margin: 0;
}

.standardselect {
   border: 1px solid silver;
   font-weight: bold;
   background-color: #eeeeee;
   font-family: Arial;
   font-size: 100%;
   color: black;
}

#bildnavi {
    margin: auto;
}

#imgcellleft {
    width: 76px;   
}

#imgcellmiddle {
    width: 30px;
}

#imgcellright {
    width: 58px;
}

#footerlinks {
    height: 30px;
    width: 200px;
    background: #660000;
    margin-top: 10px;
    padding: 0;
    clear: both;
    float: left;    
}

.zaehler {
    margin-left: 20px;
    color: white;
    line-height: 26px;
    float: left;
}

.cimg {
    width: 15px;
    height: 19px;
    margin-top: 4px;
}

#gruppenfoto {
    width: 680px;
    height: 295px;
    margin-bottom: 10px;
}
#plakat {
    width: 678px;
    height: 959px;
    margin: 0; 
}

#test {
    width: 1200px;
    height: 1600px;
    margin: 0;
}

#footerrechts {
    height: 30px;
    width: 740px;
    background: #660000;
    margin-top: 10px;
    padding: 0;
    clear: right;
    float: right;    
}