body
{
  background-color:#E7F0F9;
  font-size: 12px;
  background-image:url(images/bg_body.jpg);
  background-repeat:repeat-x;
}

div#headNameFrame h1 {
  color: white;
}

div#mainFrame
{
    background:white; 
    background-image:url(images/wasserzeichen.jpg);
    border: 1px solid silver;
}

div#menuFrame
{
    background-color:#87CEFA;
    background:#87CEFA;
    border: 1px solid silver;
}

div#mainInfoFrame
{
    background:white; 
    background-image:url(images/wasserzeichen.jpg);
    border: 1px solid silver;
}

div#Fusszeile {
    background-color: #fed; 
    border: 1px solid silver;
}

div#Ticker {
	background-color: #eee;
    border: 2px solid silver;
}

div#Ticker h1 {
    background-color: red;
    color: white;
}

div#Ticker h2 {
	background-color: silver;
	color: black;
}

div#Info {
	background-color: #eee;
    border: 1px solid silver;
}

div#Info h1 {
    background-color: red;
    color: white;
}

div#Info h2 {
	background-color: silver;
	color: black;
}

div#albumShortview {
    border-width: 1px;
    border-style: solid;
    border-color: silver;
}

div#albumShortview p {
	color: grey;
}

