@import url(aqua-rte.css);
/*
#348AA8;  Blue - aqua
#86B40B;  Green - erhvervsudlejning
#FF9900;  orange - konference
#705656;  purple - kursus


This stylesheet overrides the default values from master-stylesheet.css, for the color specific selectors defined below.
There are also a few site specific selectors in the aqua-rte.css file, that must be set for each subsite. 
(aqua-rte.css defines colors that are shown in the backend rich text editor - which the selctors below do not). 
*/

#header {
	border-top:3px #348AA8 solid;
}

#logo {
	width: 198px;
}

#logo #headline {
	background:transparent url('../images/logo-aqua-197x70.gif') no-repeat;
}

.subsitename {
	background: transparent url('../images/blue-dot-5x5.gif') no-repeat left center;
	left:92px;
	width:200px;
	overflow:hidden;
	text-align:left;
}

#navi li a.submenuactive { 
	background-color:#348AA8; 
}
.csc-sitemap ul li a:hover	{
	background-color:#348AA8;
}
ul.submenu li a:hover	{
	background-color:#348AA8;
}
ul.submenu li a.current	{
	background-color:#348AA8;
}

.news-latest-container H2 {
	background-color:#348AA8; 
}
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	border:1px solid #348AA8;
}

#search .button, .submit, .csc-mailform-submit {
	background-color:#348AA8;
}

