body {
	margin : 0px;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
    color: #0060F1;
	background-color : #0060F1;
}

a {
  font-size: 12px;
  text-decoration: none;
  color: #0060F1;
}

a.link {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #0060F1;
  color: #0060F1;
}

a.link:hover {
  border-bottom: 1px solid #0060F1;
}

a.menu {
  color: #0060F1;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

a.header {
  font-size: 14px;
  font-weight: bold;
  color: #0060F1;
  text-decoration: none;
}

a.header:hover {
  border-bottom: 1px solid #0060F1;
  text-decoration: none;
} 

table {
  margin: 0px;
  padding: 0px
}

td.ueberschrift {
  color: #white;
  font-size : 12px;
  padding: 0px;
  margin: 0px;
}

td {
  font-size : 12px;
  padding: 0px;
  margin: 0px;
}

th {
  text-align: left;
	font-size : 12px;
}

th.right {
  text-align: right;
  font-size : 12px;
}

td.listing {
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}

span.listing_small {
  font-size: 10px;
}

td.listing_album {
  text-align: center;
  vertical-align: middle;
}

img.preview {
  border: 1px solid #0060F1;
}

hr {
  border: 1px solid #0060F1;
  height: 1px;
}

span.msg_error {
  font-color: red;
}

h1 {
  font-weight: bold;
  color: #0060F1;
  font-size: 14px;
}
