/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.
*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#4498ca;
}

a:hover {
  color:#333333;
}

body {
  background: #ffffff;
  border-color:#ffffff;
  margin-left: auto; 
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
}

.surround {
  background: #e8e9ea;
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
}

div.headermenu {
	color:#555555;
}

.headermenu a:link {
    color: #4498ca;
}

.headermenu a:visited {
    color: #4498ca;
}

.headermenu a:hover {
    color: #333333;
}

#logo { 
background: url('/ontt/logoRT.gif') no-repeat left top; 
/* background: url('images/logos/logo-music.png') no-repeat left top; */
height: 60px;  /* LB */
} 

