
body {
  color: black;
  background: url('/img/body_back.jpg') repeat-y white;
  margin: 0px;
  padding: 0px;
  font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
  margin-left: 50px;
}

#col1 {
  width: 120px;
  float: left;
}

#col2 {
  width: 600px;
  float: left;
}

#col2 .head {
  margin-top: 30px;
  font-size: 40pt;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  margin-bottom: 60px;
}

.spacer {
  clear: both;
  height: 0px;
  line-height: 0px;
}

.emisije {
  padding-left: 40px;
  float: left;
  width: 350px;
}

.emisije a, .emisije a:visited {
  text-decoration: none;
  color: #487FB5;
}

.emisije a:hover {
  text-decoration: underline;
  color: #003E7C;
}

.emisije .item {
  margin-bottom: 14px;
  background-color: #F5F5F5;
  padding: 5px;
}

.emisije .item .name {
  font-size: 12pt;
  border-bottom: 1px solid silver;
  width: 340px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.emisije .item .name .playlist {
  font-size: 10pt;
}

.emisije .item .data {
  margin-left: 12px;
  color: #A0A0A0;
}

.mail {
  text-align: right;
  float: left;
  width: 150px;
}

.mail a img {
  border: none;
}

.help {
  margin-bottom: 20px;
  color: gray;
}

.player {
  text-align: right;
}

