

/* Standard elements */

BODY {
  background-color: #FFFFFF;
  font-family:verdana;
  font-size:11px;
  line-height:14px;
  margin: 0px;
  padding: 0px;
  color: #293133;
}

H1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size:14px;
  color:#F22D94;
  margin-bottom:10px;
  margin-left: 0px;
  margin-top: 0px;
}

A {
  color: #293133;
  font-size: 11px;
  text-decoration:none;
}

A:hover {
  text-decoration:underline;
}

P {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Page elements */

#mainContainer {
  position: relative;
  /*border: 30px solid #EFE7BC;*/
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width : 565px;
  clear: both;
}


.topLinks {
  margin-left: 305px;
  margin-bottom: 5px;
  margin-top: 15px; 
}

.header {
  margin-bottom: 10px;
}

.intro {
  margin-top: 5px; 
  margin-bottom: 10px; 
  padding-left: 10px;
  padding-right: 5px;
}


.catalogEntry {
  margin-bottom: 5px;
  margin-top: 0px; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #E0E0E0;
}

.catalogEntryText {
  margin-bottom: 5px;
  margin-top: 0px; 
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #E0E0E0;
}

.catalogEntryText a {
  font-weight: bold;
}

.tracks {
  margin-top: 15px; 
  margin-bottom: 15px; 
  color: #455F55;
}

.back a{
  margin-top: 0px; 
  margin-bottom: 15px; 
  color: #959595;
}


.arrow {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 5px;
}

.coverPhoto {
  margin-left: 0px;
  margin-right: 0px;
}

.coverInfo {
  color: #293133;
  margin-left: 10px;
  margin-right: 3px;
}

.coverNr {
  margin-left: 3px;
  margin-right: 10px;
}

.footer {
  /*background-color: #EEE;*/
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 480px;
}


