/*******************************************************************
 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: #4faddc url('images/header-default.jpg') repeat-x center top;
  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:#09354D;
	background: url('images/logos/topo.png') no-repeat left top;
	height: 100px;
	margin-top:7px;
	margin-bottom:7px;
	width:957px;
	height:113px;
	padding-right:3px;
	padding-top:3px;
}

.headermenu a:link {
    color: #126D9E;
}
.headermenu a:visited {
    color: #09354D;
}
.headermenu a:hover {
    color: #666;
}