a:link {
  text-decoration: none; 
  color: #005EA0;
  font-style: normal;
  font-weight: normal;
} 
a:active {
  text-decoration: underline; 
  font-style: normal;
  font-weight: normal;
} 
a:visited {
  text-decoration: none; 
  color: #A4A4A4;
  font-style: normal;
  font-weight: normal;
} 
a:hover {
  text-decoration: underline; 
  font-style: normal;
  font-weight: normal;
} 
p, li {
  font-family: Tahoma; 
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
} 
td, tr {
  font-family: Tahoma; 
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
} 
body {
  background-color: #ffffff; 
} 
.table {
  border-color: #DDDDDD;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
.tableheader {
  border-color: #DDDDDD;
  background-color: #EBF7FF;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
.textbox {
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  border: 1px solid #8FD1FF;
}
textarea {
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  border: 1px solid #8FD1FF;
} 
.button {
  color: #000000;
  font-family: Tahoma; 
  font-size: 10pt; 
  font-style: normal;
  font-weight: normal;
  background-color: #EBF7FF;
  border: 2px outset #8FD1FF;
}

select {
  background-color: #EBF7FF;
  color: #000000;
}

hr {
  width: 100%;
  color: #8FD1FF;
  height: 2px;
}

h1 {
  font-family: Tahoma;
  font-size: 24pt;
  color: #000000;
  font-weight: bold;
}

h2 {
  font-family: Tahoma;
  font-size: 16pt;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

/* index.php, Voransichten */
.foldercell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/Ordner.gif');
  background-repeat: no-repeat
}

.imagecell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/Rahmen.png');
  background-repeat: no-repeat;
}

.panorcell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/panRahmen.png');
  background-repeat: no-repeat;
}

.quickcell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/vidRahmen.png');
  background-repeat: no-repeat;
}

.audiocell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/audRahmen.png');
  background-repeat: no-repeat;
}

.videocell {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  background-image: url('scriptimages/vidRahmen.png');
  background-repeat: no-repeat;
}
/* showfile.php */
.bigPic {
  border: 1px solid #DDDDDD;
}

.spinfotitle {
  font-family: Tahoma;
  font-size: 10pt;
  font-style: normal;
  background-color: #EBF7FF;
}

.spinfoborder {
  font-family: Tahoma;
  font-size: 10pt;
  border: 1px solid #DDDDDD;
  padding: 0px 2px;
  background-color: #FFFFFF;
}

.EFolderActive {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  background-color: #EBF7FF;
  cursor: default;
}

.EFolderInactive {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  background-color: #FFFFFF;
  cursor: pointer;
}

/* der Link <link rel=stylesheet type="text/css" href="style.css"> */
/* oder <link rel=stylesheet type="text/css" href="../../style.css"> */
