﻿/* System Containers */

#Top
{
   	background-image: url("/frontend/Graphics/Backgrounds/top-projekt.png");
}

#ContentInnerWrapper, #Footer
{
    border-color:#eb8335;
}

#ContentWrapper
{
    background-image: url("/frontend/Graphics/Backgrounds/content-projekt.gif");
}

/* Typografi - standard */

a, h1, h2, h3, h4
{
	color:#ec802f;
}


/* MainMenu */

#MainMenu a.selected, #MainMenu li.selected a, #MainMenu li.expanded a, #ManMenu li a.expanded:hover, #MainMenu a:hover
{
    color:#ec802f;
}


/* SubMenu */

#SubMenu ul a.selected, #SubMenu ul ul a.selected, #SubMenu ul ul a.expanded
{
	color: #ec802f;	
	background-image: url('/frontend/Graphics/Backgrounds/Submenu/linkbullet-projekt.gif');
}

/* Forms */

.viaButton
{
    border-color: #ec802f;
	color: #ec802f;
}


