/*------------------------------------------------------------------------------/*
/*										/*
/*		SITE-SPECIFIC FEATURES STYLE SHEET				/*
/*	Contains styles for adding different features to different sites	/*
/*										/*
/*------------------------------------------------------------------------------/*


/*----------------------------------------------*/
/*	Navigation Styles			*/
/*	-site-specific navigation styles	*/
/*	-determined by body-ids and classes,	*/
/*	 					*/
/*	 further finally determined by link ids	*/
/*	 					*/
/*	-this allows us to use the same menu	*/
/*	 or undermenu on corresponding sites	*/
/*	 without any javascript			*/
/*----------------------------------------------*/


/*..............................*/
/*	Header links		*/
/*..............................*/

/*..............................................................................................*/
/*												*/
/*			#mainMenuBodyId #link-subPage,...					*/
/*												*/
/*												*/
/*	The main menu item link is referenced through the main menu item's body id		*/
/*												*/
/*..............................................................................................*/


#home #link-home, #about #link-about, #solutions #link-solutions, 
#software #link-products, #technology #link-technology,
#contact #link-contact, #career #link-career
{
	background:url("../img/menu/over.gif");
	text-decoration:none;	
}


/*..............................*/
/*	Submenu links		*/
/*..............................*/

/*..............................................................................................*/
/*												*/
/*			#subMenuBodyClass #sublink-subPage,...					*/
/*												*/
/*												*/
/*	The sub menu item links are referenced through the sub menu item's body class		*/
/*												*/
/*..............................................................................................*/


.index-about #sublink-about, .brief #sublink-brief, .history #sublink-history, .partners #sublink-partners, .new #sublink-new, 
.index-solutions #sublink-solutions, .benefits #sublink-benefits, .projects #sublink-projects, 
.index-software #sublink-software, .modeler #sublink-modeler, .converter #sublink-converter, .integrator #sublink-integrator, 
.index-technology #sublink-technology, .kbe #sublink-kbe, .aml #sublink-aml, .modtech #sublink-modtech, .inttech #sublink-inttech, 
.index-contact #sublink-contact, .contactform #sublink-contactform, .support #sublink-support, 
.index-career #sublink-career, .students #sublink-students, .positions #sublink-positions
{		
	background:transparent url("../img/graphics/submenu-bg-blue.png") no-repeat top left;
	color:#DC241F;
}



/*----------------------------------------------*/
/*	Logo Styles				*/
/*----------------------------------------------*/



#home #logo-cont{
	min-height: 370px;
	background:url("../img/logo/top-home.jpg") no-repeat top left;
}

* html #home #logo-cont{height: 370px;}


#about #logo-cont{
	background:url("../img/logo/top-about.jpg") no-repeat top left;
}


#solutions #logo-cont{
	background:url("../img/logo/top-solutions.jpg") no-repeat top left;
}


#software #logo-cont{
	background:url("../img/logo/top-software.jpg") no-repeat top left;
}

#technology #logo-cont{
	background:url("../img/logo/top-technology.jpg") no-repeat top left;
}

#contact #logo-cont{
	background:url("../img/logo/Contact1_oppe_midlertidig.jpg") no-repeat top left;
}

#career #logo-cont{
	background:url("../img/logo/top-career.jpg") no-repeat top left;
}

#meta #logo-cont{
	min-height: 370px;
	background:url("../img/logo/top-meta.jpg") no-repeat top left;
}

#TestBodyId #logo-cont{
	background:url("../img/logo/top-test.jpg") no-repeat top left;
}


* html #meta #logo-cont{height: 370px;}


/*----------------------------------------------*/
/*	Content Styles				*/
/*	-site specific content styles		*/
/*----------------------------------------------*/


/*#home #content{
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #666;
}
*/


#about .right small{
	font-size: .75em;
}

/*----------------------------------------------*/
/*	Content Right Styles			*/
/*	-defines the right column's 		*/
/*	associated parts			*/
/*	-more in templates.css			*/
/*----------------------------------------------*/


.new #content-right a{
	text-decoration: none;
}


.index-software #content-right h4{
	text-decoration: underline;
}


#login {
	width:193px;
	overflow:hidden;
	margin-top:1em;
	font-size:85%;	
}


#login fieldset {
	margin:0.25em;
	border:1px solid #eee;
	background:url("../img/graphics/loginbg.gif") repeat-x bottom left;
}


#login ul, #contact #content-right ul {
	list-style:none;
}