* {
  margin: 0px;
  padding: 0px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: white;
}





/* BASICS */
body {
  background-color: #A41D21;
  background-image: url( ../files/css/milocotango.fond.kachel.gif );
}

a {
  color: white;
  text-decoration: none;
  /* text-transform: uppercase; */
  letter-spacing: 0.2em;
}

a * {
  letter-spacing: 0em;
}

a:hover {
  border-bottom: 1px dotted white;
}

a:hover * {
  color: #CC927A;
}


h1, h2, h3, h4 {
  clear: left;
}

h1, h2 {
  font-size: 110%;
  text-transform: uppercase;
}
h3 {  
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.1em;
}
h4 {  

}

h1 a, h2 a {
  letter-spacing: 0em;
}


ul {
  list-style-type: none;
}

img {
  border: none;
}







/* ADMIN */
tbody tr:hover {
  background-color: #CC927A !important;
}

form.admin textarea {
  width: 400px !important;
}

.admin_menu a:hover,
.admin_menu a:hover * {
  color: black !important;
}








/* FORMS */
input, textarea {
  color: black;
}

label, .label {
  clear: left;
  display: inline;
  float: left;
  width: 80px;
}

label:after, .label:after {
  content: ":";
}
















/* CLASSES */
.fett {
  /* color: black; */
  font-weight: bold;
}

.black {
  color: black;
}

.abstand_oben {
  margin-top: 15px;
}

.link {
  margin-top: 5px;
  padding-left: 10px;
}
.link * {
  color: black;
}
.link a:before {
  content: url( ../files/css/mlt.atr.gif );
  padding-right: 5px;
}

.link a:hover {
  border-color: black;
}












/* AREAS */
div#backgroundimage {
  
}



div#main {
  background-image: url( ../files/css/milocotango.fond.gif );
  background-repeat: no-repeat;

  width: 560px;
  padding: 80px 10px 0 78px;
  
  position: absolute;
  left: 0px;
  top: 0px;

  /* border: 1px solid white; */
}


div#main .termine h3 {
  text-transform: uppercase;
  color: black;
}


div#main .termine .nummern {
  margin-top: 5px;
  padding-left: 10px;
}







div#side {
  width: 240px;
  padding: 0px 10px 15px; 10px;

  position: absolute;
  left: 680px;
  top: 0px;
}



div#side h1 {
  clear: left;
  
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.2em;

  background: black;
  padding: 1px 10px 1px 10px;
  margin-top: 20px;
}



div#side div {

}


div#side div#termine ul {
  list-style-type: none;
  /*
  list-style-image: url( ../files/css/mlt.atr.gif );
  list-style-position: inside;
  */
}

div#side div#termine li {
  padding-left: 25px;
}




/* NAVIGATION */
#navigation {  
  float: left;

  border: 1px solid #C57866;
  background-color: white;
  
  padding-top: 3px;
  margin-bottom: 15px;
}

#navigation li {
  clear: left;
  float: left;
}

#navigation li a,
#navigation li.current {
  display: block;
  float: left;

  width: 220px;
  
  padding: 3px 5px 3px 10px;
  background-color: #CC927A; /*BE523E;*/
  
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0em;
  
  border: none;
  border-top: 1px dotted #A5131D;
  color: black;
  letter-spacing: 0em;
}

#navigation li:first-child a {  
  border-top: none;
}
#navigation li a:hover {  
  background-color: #C8704D;

  color: white;
}

#navigation li.current {
  color: #A5131D;
}
#navigation .offline a, #navigation .hidden a {

}
#navigation .file, #navigation .hidden a {

}





#navigation li.languages ul {
  margin-left:	165px;
}

#navigation li.languages ul li {
  clear: none;
}

#navigation li.languages ul li a {
  float: left;
  clear: none;
  
  width: 26px;
  height: 20px;
  background: white;
  
  border: 1px solid white;
  padding: 0;
  margin: 0 0 4px 4px;
  
  text-indent: -9999px;
  
  background-image: url( ../files/icons/de.off.gif );
  background-repeat: no-repeat;
}

#navigation li.languages ul li a:hover {
  background-image: url( ../files/icons/de.gif );
  border: 1px solid #999;
}


#navigation li.languages ul li a#en {
  background-image: url( ../files/icons/en.off.gif );
}

#navigation li.languages ul li a#en:hover {
  background-image: url( ../files/icons/en.gif );
}






a.file {
  display: block;
  height: 33px;
  padding: 18px 0 3px 48px;
  
  background-image: url( ../files/icons/unk.png );
  background-repeat: no-repeat;
  background-position: 0px 3px;

  border: 1px solid #C57866;
  background-color: #CC927A;
  
  letter-spacing: 0em;
}

a.file:hover {
  border: 1px dotted white;
  /* background-color: #C8704D; */
}

a.file:hover span {
  color: white;
}

a.file span.title {
  font-weight: bold;
}

a.file:hover span.title {
  color: black;
}

a.jpg {
  background-image: url( ../files/icons/jpg.png );
}

a.pdf {
  background-image: url( ../files/icons/pdf.png );
}

a.zip {
  background-image: url( ../files/icons/zip.png );
}

a.mp3 {
  background-image: url( ../files/icons/mp3.png );
}

a.doc {
  background-image: url( ../files/icons/doc.png );
}

a.txt {
  background-image: url( ../files/icons/txt.png );
}














p#copyright {
  clear: left;
  
  margin-top: 20px;
  margin-bottom: 15px;
}

p#copyright,
p#copyright * {
  line-height: 14px;
  font-size: 95%;
  color: black;
}










/* RECORDS */
.record {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted white;
  
  overflow: hidden;
}

.record div.copy {
  margin-top: 10px;
}

.record div.copy p {
  margin-bottom: 3px;
}

.record div.copy img {
  margin: 3px 8px 3px 0;
  float: left;
  
  border: 1px solid #C57866;
}

.record div.copy ul {
  margin: 5px 0 6px 10px;
}




div.frame {
  border: 1px solid #C57866;
  padding: 3px 10px 3px 10px;
  background-color: #CC927A; /*BE523E;*/
}

div.frame p {
  color: black;
}

div.frame b {
  color: #A5131D;
}





ul.audio {
  padding-left: 20px;
}

ul.audio li {
  border-top: 1px dotted #CC927A;

}

ul.audio li div.copy {
  margin-top: 0px;
}








div.record .datum {
  color: #D0B1B2;
  margin-bottom: 10px;
}








.gallery {
  padding: 5px 0 5px 20px;
  overflow: hidden;

}

.gallery a:hover {
  border: none;
}

.gallery .thumbnail {
  width: 150px;
  height: 260px;
  padding: 5px;
  margin: 0 5px 5px 0;
  float: left;
  
  border: 1px solid #C57866;
  background-color: #CC927A; /*BE523E;*/
}

.gallery .thumbnail:hover {
  border: 1px dotted white;
}

.gallery .image img {
  border: 1px solid #C57866;
}




















/* LIST NAVIGATION */
.list_nav {
  margin-top: 10px;
  margin-bottom: 2px;
}
.list_nav:before {
  content: "[ ";
}
.list_nav .current {
  font-weight: bold;
}
.list_nav li {
  display: inline;
  list-style-type: none;
}
.list_nav li:first-child:before {
  content: " ";
}
.list_nav li:before {
  content: " | ";
}
.list_nav:after {
  content: " ]";
}




