/* @group General */

body {
color: #fbfbfb;
	background-color: #101010;
}

a:link, a:visited {
	/* color: teal; */
	color: #95c320;
	
}


#footerContainer {
	color: #808080;
	background-color: #101010;
	border-top-color: #484848;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}

/* @end */



/* @group Navigation */


#navcontainer #current,
#navcontainer a:link.currentAncestor,
#navcontainer a:visited.currentAncestor {
	color: #adadad;
}


#navcontainer a:link, 
#navcontainer a:visited {
	color: #ffffff;
}

#navcontainer a:hover, 
#navcontainer a:active {
	color: #cccccc;
		
}

#navcontainer ul ul {
	background-color: #ACD83E;
}

#navcontainer ul ul a:link, 
#navcontainer ul ul a:visited {
	color: #060B0F;
}

#navcontainer ul ul a:hover {
	color: #638422;
	background-color: #B4E241;
}

#navcontainer ul ul #current{
	color: #638422;
	background-color: #B4E241;
}

#navcontainer ul ul li {
	border-top-color: #BDED44;
	border-right-color: #9AC237;
	border-bottom-color:#9AC237;
	border-left-color: #9AC237;
}



/* @end */

/* @group FOOTER */


#footerContainer #current,
#footerContainer a:link.currentAncestor,
#footerContainer a:visited.currentAncestor {
	color: #808080;
}


#footerContainer a:link, 
#footerContainer a:visited {
	color: #808080;
}

#footerContainer a:hover, 
#footerContainer a:active {
	color: #cccccc;
	text-decoration: none;
		
}




/* @end */

.arrow {
background: url(http://www.softcolor.fi/css/arrow.gif);
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position:right;
padding-right: 10px;
padding-bottom: 1px;
}


#footerInfoBox{
position: relative;
width: 950px;
text-align: left;
height: 100px;
top: 0px;
}

#footerSoftColorInfo{
position: absolute;
width: 220px;
left: 60px;
}

#footerMenu{
position: absolute;
width: 600px;
left: 300px;

}

#footerMenu .menutopic
{
line-height: 25px;

}

#footerMenuAutomata
{
position: absolute;
top: -20px;
width: 150px;
}

#footerMenuPhotoEQ
{
position: absolute;
top: -20px;
left: 300px;
width: 150px;

}


#footerMenuBlockToolbox
{
position: absolute;
top: -20px;
width: 150px;
left:150px;
}




#footerMenuBlockSupport
{


}

#footerMenuBlockAbout
{
position: absolute;
top: -20px;
left: 450px;
width: 200px;

}


#footerMenu ul{
display: block;
float: none;
list-style-type: none;
left: auto;
}

#footerMenu li{

}

