@charset "utf-8";
/* CSS Document */

#logo {
	background-image: url(../../images/sundhedshuset/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#firstLevelNavigationContainer {
	background-color:#d86a0c;
	background-image: url(../../images/sundhedshuset/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuHeadlineRightCollum {
	background-color:#dbe3d6;
	background-image: url(../../images/sundhedshuset/menuHeadlineRightCollum.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contactHeadlineRightCollum {
	background-color:#dbe3d6;
	background-image: url(../../images/sundhedshuset/contactHeadlineRightCollum.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentHeadline {
	background-image: url(../../images/sundhedshuset/pageIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Format */

#contentHeadline  h1{
	color:#d7690b;
}

/* Navigation */

#firstLevelNavigation .selected .left {
	background-image: url(../../images/sundhedshuset/1levelSelectedLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#firstLevelNavigation .selected .right{
	background-image: url(../../images/sundhedshuset/1levelSelectedRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#firstLevelNavigation .selected .item{
	background-image: url(../../images/sundhedshuset/1levelSelected.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

#firstLevelNavigation ul li a{
	color:#FFFFFF;
}

#firstLevelNavigation ul li a:hover{
	color:#f8a243;
}


#firstLevelNavigation ul li.selected a{
	color:#cf6103;
}

/* Second */

#secondLevelNavigation ul li a:hover{
	color:#d86a0c;
}

/* Third */

#thirdLevelNavigation li a {
	color:#4f5348;
}

#thirdLevelNavigation li a:hover {
	color:#c25a01;
	text-decoration:none;
}

#thirdLevelNavigation li a.selected {
	color:#c25a01;
}

a {
	color:#c25a01;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.frontBoxLink a:hover{
	color:#FFFFFF;
}
