/* GLOBAL BROWSER RESET */
@import "reset.css";

/* COMMON STYLE */
body {
	background: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #758b32;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4f654f;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #3f3f3f;

	}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #626e7f;
	padding: 15px 0 0 0;
	}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #435643;
	}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	}
.icoarrow {
	list-style-image: url(../image/ico.arrow.gif);
	margin-left: 33px;
	padding: 0 auto;
}
.icoarrow2 li {
	list-style-image: url(../image/ico.arrow.gif);
	margin-left: 33px;
	padding: 0 0 15px 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.maincontent ul
{
	margin-left: 14px;
	padding: 15px 0 10px;
}
.maincontent ul li
{
	margin: 4px 0;
}

/* STRUCTURE */
/* HEADER */
#header {
	background: #222e3e url(../images/bg.headerbar.jpg) repeat-x top center;
	height: 93px;
	border-bottom: 4px solid #dedfde;
}

#header .wrap {
	margin: 0 auto;
	width: 960px;
	height: 93px;
	}
#header .left {
	width: 195px;
	height: 93px;
	float: left;
	background:transparent url(/images/logo.ger.jpg) no-repeat;
	}
#header .left span { display: none }
#header .right {
	width: 620px;
	float: right;
	padding-top: 62px;
	}
	
/* MAIN MENU */
#nav {
	margin: 0; padding: 0;
	background: url("images/menu_versio_oikea.gif") no-repeat;
	width: 620px; 
	height: 21px;
    }
#nav span {
    display: none;
    }
#nav li, #nav a {
	height: 21px;
	display: block;
	margin-right: 10px;
    }
#nav li {
	float: left;
	list-style: none;
	display: inline;
    }
.nav-etusivu {
	width: 70px;
	}
.nav-yritys {
	width: 62px;
	}
.nav-ratkaisumme {
	width: 100px;
	}
.nav-menestystarinoita {
	width: 130px;
	}
.nav-ura {
	width: 110px;
	}
.nav-yhteytta {
	width: 86px;
	}

.nav-etusivu-active{
	background: url("images/menu_versio_oikea.gif") 0px -21px no-repeat;
	width: 70px;
}
.nav-yritys-active {
	background: url("images/menu_versio_oikea.gif") -80px -21px no-repeat;
	width: 62px;
	}
.nav-ratkaisumme-active {
	background: url("images/menu_versio_oikea.gif") -152px -21px no-repeat;
	width: 100px;
	}
.nav-menestystarinoita-active {
	background: url("images/menu_versio_oikea.gif") -262px -21px no-repeat;
	width: 130px;
	}
.nav-ura-active {
	background: url("images/menu_versio_oikea.gif") -402px -21px no-repeat;
	width: 110px;
	}
.nav-yhteytta-active {
	background: url("images/menu_versio_oikea.gif") -522px -21px no-repeat;
	width: 86px;
	}

	
.nav-etusivu a:hover, body#etusivu .nav-etusivu {
	background: url("images/menu_versio_oikea.gif") 0px -21px no-repeat;
	}
.nav-yritys a:hover, body#yritys .nav-yritys {
	background: url("images/menu_versio_oikea.gif") -80px -21px no-repeat;
	}
.nav-ratkaisumme a:hover, body#ratkaisumme .nav-ratkaisumme {
	background: url("images/menu_versio_oikea.gif") -152px -21px no-repeat;
	}
.nav-menestystarinoita a:hover, body#menestystarinoita .nav-menestystarinoita {
	background: url("images/menu_versio_oikea.gif") -262px -21px no-repeat;
	}
.nav-ura a:hover, body#ura .nav-ura {
	background: url("images/menu_versio_oikea.gif") -402px -21px no-repeat;
	}
.nav-yhteytta a:hover, body#contact .nav-yhteytta {
	background: url("images/menu_versio_oikea.gif") -522px -21px no-repeat;
	}

/* CONTENT */
#content {
	margin: 0 auto;	
	width: 960px;
	line-height: 16px;
	}
.contentothers {
	margin: 0 auto;	
	width: 960px;
	padding-top: 19px;
	}

/* HOME */
/* Text Home */
.homespecial {
	margin: 0 auto;
	width: 960px;
	padding-top: 19px;
	}
.titlehomespecial {
	margin: 0px 19px 0 16px;
	}
.texthomespecial {
	margin: 0px 0px 0 16px;
	}
.homespecial p {
	/* margin: 8px 19px 0 16px; */
	}

/* Content Home */
.homespecial2 {
	margin: 0px 0px 0px 16px;
	width: 944px;
	padding-top: 19px;
	overflow: hidden;
	}

#content .hs-left,
#content .hs-center,
#content .hs-right
{
	padding: 110px 10px 0px 10px;
	margin: 0 auto;
	width: 282px;
	/*height: 120px;*/
	float: left;
	border-right: #666 1px dotted;
}


#content .hs-left {
	/*background: url(images/svk.png) no-repeat top left;*/
	margin: 0 auto;
	width: 282px;
	border-right: #666 1px dotted;
}

#content .hs-center {
	/*background: url(images/manager.png) no-repeat top center;*/
	width: 300px;
	border-right: #666 1px dotted;
}


#content .hs-right {
	/*background: url(images/visual.png) no-repeat top right;*/
	margin: 0 auto;
	float: left;
	border-right:none;
}


.hs-left p {
	margin: 10px 10px 0px 6px !important;
}
.hs-left h3 {
	margin-left: 6px !important;
}
	
.hs-center h3 {
	margin: 0px 8px 0 8px;
	}
.hs-center p {
	margin: 10px 0px 0px 8px;
	}
.hs-right h3 {
	margin: 0px 20px 0 20px;
	}
.hs-right p {
	margin: 10px 0px 0px 20px;
	}
.hs h3
{
	margin: 0 8px;
}
.hs p
{
	margin: 10px 0 0 8px;
}
.homespecial2 a {
	text-decoration: none;
	font-weight: bold;
	color: #4f654f;
}
.homespecial2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #758b32;
}
.homespecial2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
.homespecial3 {
	background: #e0e1dd url(images/laatikkotop.png) top center no-repeat;
	margin: 28px 0px 0px 16px;
	width: 925px;
	padding-top: 12px;
	overflow: hidden;
	}
.hs3-bottom {
	background: url(images/lattikkobottom.png) top center no-repeat;
	height: 11px;
	width: 925px;
	margin: 0px 0px 0px 16px;
	clear:both;
}
#content .hs-left-bottom {
	margin: 0 auto;
	padding: 0px 25px 0px 15px;
	width: 263px;
	float: left;
	}
.hs-left-bottom p {
	margin: 7px 5px 10px 0px;
	}
#content .hs-right-bottom {
	margin: 0 auto;
	padding: 0px 0px 0px 29px;
	width: 582px;
	float: left;
	}
.hs-right-bottom p.titlenews {
	margin: 7px 5px 0px 0px;
	}
.hs-right-bottom p {
	margin: 0px 5px 10px 0px;
	}
.hs-right-bottom a {
	text-decoration: none;
	font-weight: bold;
	color: #435643;
}
.hs-right-bottom a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #758b32;
}
.hs-right-bottom a:visited {
	text-decoration: none;
	font-weight: bold;
}

.hs-right-bottom h2 { padding-top: 0 }

/* OTHER PAGES */
.splash {
	margin: 0 auto;
	width: 914px;
	overflow: hidden;
	}
.splash img {
	float: left;
	}
.contentothers .submenu {
	float: left;
	width: 247px;
	padding: 5px 20px;
	text-align: right;
	}
.contentothers .maincontent {
	float: left;
	width: 642px;
	padding: 13px 10px;
	}
.contentothers .maincontent p {
	padding: 15px 0px 10px 0px;
	}
.position {
	margin-left: 50px;
	}
.position p {
	margin: 0 0 0 0;
	}
.titleposition {
	font-weight: bold;
	font-size: 14px;
	}
.logoplacer {
	margin: 15px 0 10px 0;
	}
.download {
	border-bottom: 1px dotted #bababa;
	overflow: hidden;
	}
.download-left {
	width: 487px;
	float: left;
	overflow: hidden;
	padding: 10px 0 10px 0;
	}
.download-icon {
	width: 25px;
	float: left;
	overflow: hidden;
	padding: 10px 0 10px 5px;
	}
.download-right {
	width: 125px;
	float: left;
	overflow: hidden;
	padding: 10px 0 10px 0;
	}
.download a {
	text-decoration: none;
	font-weight: bold;
	color: #4f677e;
}
.download a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
.download a:visited {
	text-decoration: none;
	font-weight: bold;
}
/* Sub Menu */
.submenu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	padding-bottom: 40px;
}
.submenu li {
	display: block;
	padding-left: 0px;
	padding-right: 9px;
	padding-bottom: 10px;
	font-weight: normal;
}
.submenu a {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #5b701c;
	font-size: 15px;
	display: block;
	padding: 5px 0px 2px 0px;
	text-decoration: none;
}
.submenu a:hover {
	font-weight: normal;
	color: #30406c;
	text-decoration: none;
}
.submenu .active {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 15px;
	display: block;
	padding: 5px 0px 2px 0px;
	text-decoration: none;
	}
	
/* Content Toggler */
.linetoggler {
	border-top: 1px dotted #bababa;
	margin-left: 50px;
	}
.element img {
	float: left;
	color: #ff0000;
	width: 88px;
	padding-top: 15px;
	padding-right: 15px;
}
.element p {
	overflow: hidden;
	}


/* FOOTER */
#footerhome {
	margin: 0 auto;	
	width: 924px;
	overflow: hidden;
	}
#footer {
	margin: 0 auto;	
	width: 924px;
	border-top: #dadada 1px solid;
	}
div.copyright {
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	float: left;
	}
.disclaimer {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	width: 290px;
	float: left;
	text-align: right;
	}
.disclaimer a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}
.disclaimer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #758b32;
}
.disclaimer a:visited {
	text-decoration: none;
	font-weight: normal;
}
.link {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	width: 45px;
	float: left;
	text-align: right;
	}
		
#nav a, #nav a:visited, #nav a:active {
	color: #fff;
}
#nav a:href {
	text-decoration: none;
}

.submenu a.currentpage { color: #000; font-weight: bold }


/*
*	CONTACTFORM
*
*/
.contactform {
margin-top: 30px;	
}
.contactform .contactsubmit {
background: #ddd;	
color: #000;
padding: 5px;
float:right;	
}

.contactform .contactsubmit:hover {
background: #ddd;	
color: #000;
padding: 5px;
}

.contactform textarea {
padding-top: 6px;
border: 0;
padding-left: 5px;
background: url(assets/contact.png) no-repeat;	
color: #212121;
height: 110px;
width: 300px;
}
.contactform label {
	padding-right: 50px;
}
.contactform input {
padding-top: 6px;
border: 0;
padding-left: 5px;
background: url(assets/bar_small.gif) no-repeat;	
color: #212121;
height: 30px;
width: 150px;
}

.error,
.contactsucces {
	border-left: 3px solid #64161c;
	margin-left: 50px;
	padding-left: 30px;
	color: #64161c;
	font-weight: bold;
}


/*
*	HOVER FX
*
*/
.hs { background: transparent none no-repeat top left; }

#anderslabs { background-image: url(images/anderslabs-bg.png); }
#anderslabs:hover { background-image: url(images/anderslabs-bg-hover.png); }

#anderssolutions { background-image: url(images/anderssolutions-bg.png); }
#anderssolutions:hover {background-image: url(images/anderssolutions-bg-hover.png); }

#andersvisual { background-image: url(images/andersvisual-bg.png); }
#andersvisual:hover { background-image: url(images/andersvisual-bg-hover.png); }