a {
	color: #00a2ff;
	text-decoration: none;
}

a:hover {
  color: #484848;
	text-decoration: underline;
}


/*=============================
  Page-Tools (boomark, print this page etc...)
=============================*/

#page-tools {
	color: #9D9D9D;
}

#page-tools a{
		color: #9D9D9D;
}

#page-tools a:hover{
		color: #9D9D9D;
}




/*=============================
        Content-Pane
=============================*/

#content-pane {
	color: #4f4e4e;
}

#content-pane .page-title {  
  color: #00258f;  
}

#content-pane-main h1{  
  color: #00258f;  
  font-style: italic;
  font-size: 155%;
}

#content-pane h2{
  color: #009df7;
}

#intro-text-image {
  float: right;
  margin: 15px 0 0 20px;
}



/*=============================
        Bottom-Pane
=============================*/
#bottom-pane {
  background: #eeeeee;  
}

#bottom ul a:link, 
#bottom ul a:visited {
	border-right: 1px dotted #8C8C8C;
	color: #6A6A6A;
}


.#bottom-pane li a:hover {
	color: #6A6A6A;
}


/*=============================
Panelet - intro-text
=============================*/

#intro-text-text {
  width: 430px;
  float: left
}














