
/* minimazing paddings and margins*/
* {
	margin: 0px;
	padding: 0px;
	}

/**********************/
/* general styles     */
/**********************/

/*sets fonts and bg-properties. Also sets similar styles in whole service*/
body {
	background: #EBEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/*color of the links*/
a {
	text-decoration: none;
	color: #199597;}

/* image settings */	
img {border: 0px;}

/*general list styles*/

td ul li { margin-left:15px;}
	
/*forms input fields general styles*/
input { border: 1px solid #E3E3E3; font-size: 11px; padding: 2px;}

.button, input.txtLeipa  { 
	 background: #43AAA9; 
	 border-top: 2px groove #43AAA9;
	 border-left: 2px groove #43AAA9;
	 border-bottom: 2px solid #066E6D;
	 border-right: 2px solid #066E6D;
	 padding: 2px 5px 2px 5px; 
	 width: auto; 
	 text-align:center; 
	 color: #fff; 
	 font-weight: bold; 
	}

#column_two table { background-color:#FFFFFF; }

/****************/
/*  div styles  */
/****************/


/*contains everything*/
#all {
	width: 930px;
	}

/*********************/
/* Header styles	 */
/*********************/
#concern { position: absolute;
	left: 20px;
	top: 15px; }

#concern { position: absolute;
	left: 20px;
	top: 15px; }

/*header, contains langueage bar, logo and top navigation*/
#header {
	background: #ffffff;
	height: 90px;
	}

/* sets languege bars styles and positions  */
#header .language {
	position: absolute;
	border: 0px solid #f00;
	left: 19px;
	top: 25px;}
	
#header .language ul {font-size: 10px;}

#header .language ul li {
	display: inline;
	background: none;
	padding-left: 0px;
	color: #949494;
	}
#header .language ul li a {
	color: #949494;
	text-decoration: none;}
	
#header .language ul li.activelang a{color: #F71818;}

/*Logo, it is also a link to startpage*/
#header #logo {
	position: absolute;
	left: 706px;
	margin-top: 16px;
	border: 0px solid orange;
	background: transparent url(/pics/logo-konecranes.gif) no-repeat 0px 0px;
	height: 51px;
	width: 222px;	
	}
/* sets konecranes text hidden from the logo  */	
#header #logo h1 {font-size: 40px;}
#header #logo h1 a { width:222px; height:70px; }
#header #logo h1 a span {visibility: hidden;}


/*Navigation*/
#header #navi {
	position: absolute;
	top: 75px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}

#header #navi ul li {
	display: inline;
	margin-left: 9px;
	background: none;
	padding-left: 0px;}

#header #navi ul li a {color: #717171;}
#header #navi ul li.activenavi a {color: #199597;}

/***************/
/* header ends */
/***************/




/*******************/
/* Toppage starts  */
/*******************/

/*toppage is div around the whole top of the page*/
/* notice the _height for ie only */
#toppage {
	border: 0px solid blue;
	margin-top: 10px;
	min-height: 721px;
	_height: 721px;
	padding: 10px 0px 0px 10px;
	background: #ffffff url(../pics/bg-toppage.gif) no-repeat 0px bottom;
	}

/*Headlines in toppage*/
#toppage h5 {
	color: #737373;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	background: transparent;
	margin-left: 0px;
	padding-left: 0px;
	}

/*div -content contains left column of the top page*/

#content {
	border: 0px solid orange;
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-bottom: 100px;
	}
#content_sub{
	border: 0px solid orange;
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
	}
#content_sub_no{
	border: 0px solid orange;
	width: 890px;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
	}
	
/*speacial place for picture*/

#picture {
	width: 680px;
	height: 185px;
	border: 0px solid blue;
	margin: 0px;
	margin-bottom: 10px;}

#picture .picture_text {
	width: 300px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;

	padding: 2px 0px 15px 15px;
	}
#picture .picture_text h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica;
	font-weight:bold;
	color: #fff;}

/*Main categories of the content*/

#products, #services, #latest_news  {
	border: 0px solid gray;
	width: 210px;	
	padding-right: 0px;
	float: left;
	margin: 10px 0px 0px 10px;
	color: #717171;
	}
#products{
	margin: 10px 0px 0px 0px;
	}
/*image settings for the main categories*/
#products img, #services img, #latest_news img {margin: 4px 0px 4px 0px;}


/*text settings for the main categories*/
#products a,  #services a {color: #199597; line-height: 29px;}
#content p, #content_sub p {margin: 5px 0px 0px 0px; }

/*Latest news has some special features*/
#latest_news a {}
#latest_news h4, #products h4, #services h4 {margin-top: 6px;	color: #4D4D4D; 
		font-size: 11px;}
#latest_news h3, #products h3, #services h3 {margin-top: 6px;	color: #737173; 
		font-size: 14px;}
#latest_news h5{margin-bottom: 10px;}
#latest_news p {margin: 0px 0px 0px 0px;}

/*features of the columns infoboxes*/
.ticker, .first,  .second,  .third,  .forth, .fifth  {
	background: #E8F5F5;
	padding: 10px 7px 13px 7px;
	margin-top: 5px;
		}
/*feature for the last box  */
.fifth {margin-bottom: 10px;}
/*feature for ticker space*/
.ticker {
	height: 100px;
	background: #E8F5F5 url(http://www.euroland.com/clcharts/sf-kci/ticker.asp) no-repeat 7px 12px;}

/***********************/
/*    toppage ends     */
/***********************/


/**************************/
/*   bottompage starts    */
/**************************/

#bottompage {
	border: 0px dotted blue;
	margin-top: 20px;
	color: #717171;
	}

/* sets dotted border for special places where needed */
#bottompage .border {
	background: transparent url(/pics/bg-highlights.gif) repeat-x 0px 0px;
	height: 3px;
	margin-top: 0px; margin-bottom: 0px;
	}

/* bottompage general styles */
#bottompage h3{color: #717171; font-size: 12px; margin-bottom: 8px; font-family: Arial, Helvetica;}
#bottompage h4{color: #717171; font-size: 11px; margin-bottom: 8px; font-family: Arial, Helvetica;}		
#news_highlights span {color: #f00; font-size: 10px;}
#news_highlights table {margin-bottom: 0px; margin-top: 0px;}
/*news highligts styles*/
#news_highlights {
	border: 0px dotted orange;
	width: 450px;
	margin-right: 10px;
	float: left;
	}
.tablehighlights {
	background-color:#EBEEF0;}
.tablehighlights:hover {
	background-color:#FFFFFF;}
/* special class for left side table cells */	
#news_highlights td.left_td_high{
	padding-right: 30px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	 }
#news_highlights td.right_td_high {
		padding-top: 15px;
		padding-bottom: 15px;
		} 
#news_highlights td.left_td_high a{color: #000;} 
#news_highlights td.right_td_high a{color: #000;} 

/* Column2 is right side column in pagebottom.  */
#column2 {
	border: 0px dotted navy;
	width: 458px;
	float: left;
	margin-right: 10px;
	}
	
/*  freespace is for anything updater wants to show there */
#freespace td.rightspace{margin-right: 10px;}
#freespace td img {margin-right: 10px;}
#freespace  a {color: #717171;}
#freespace  a:hover {color: #A3A3A3;}

/* extranavigation in bottompage  */
#navigate {
float: left;
width: 220px;
border: 0px solid #f00;}

/*  List styles for bottom navigation */
#navigate ul {list-style-type: none;}

#navigate ul li {
	background: transparent url(../pics/bg-btm-navi.gif) no-repeat 0px 4px;
	padding-left: 20px;
	line-height: 17px;}

#navigate ul li a{color:#333333; }
#navigate ul li a:hover{color:#999999; }
	 
#subscribe {float: left;
	width: 220px;
	border: 0px solid blue;}


/********************/
/*  bottompage ends */
/********************/

/*******************/
/*  Footer starts  */
/*******************/
#footer {
	border: 0px dotted black; color: #000;
	background: #fff;
	height: 42px;
	margin: 20px 0px 30px 0px;
	padding-left: 5px;
	}
	
#footer ul {padding-top: 5px;}

#footer ul li { 
	display: inline;
	background: none;
	padding-left: 6px;
	}
	
#footer ul {padding-top: 5px;}

#footer ul li a {
	color: #000;
	} 
#footer ul li a:hover {
	color: #999999;
	} 
/****************/	 
/* footer ends  */
/****************/





/********************************/
/*   styles in subpages			*/
/*   div order and styles are 	*/
/*   different in subpages		*/
/********************************/

/*toppage is div around the whole top of the page. Different min-height in subpages*/
#toppage_sub{
	border: 0px solid blue;
	margin-top: 10px;
	min-height: 657px;
	_height: 657px;
	padding: 10px 0px 0px 10px;
	background: #ffffff url(/pics/bg-toppage.gif) no-repeat 0px bottom;
	}

/* Navipath in subpages tells where you are */
#navipath {
	height: 30px; 
	color: #636363; 
	border: 0px solid #f00;
	}
	
#navipath span a {color: #F7262A}

/*columns in the toppage_sub, one is usually left one  and two usuallyright one*/
#column_one{
	float: left;
	border: 0px solid gray;
	}
	
#column_two {
	float: right;
	width: 650px; 
	border: 0px solid orange;
	line-height: 1.4em;
	position:relative;
	}

#column_two a:hover {
	color: #199597;}
#column_two p {
}
#column_two table {border-collapse:collapse; }
 

#column_two ul {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	 }
#column_two ul li {
	background: transparent url(/pics/bg-li-seagreen.gif) no-repeat 0px 5px;
	padding-left: 16px;
	display: block;
	 }

#column_two ol {
	margin-left: 32px;
	list-style-type:decimal;
	margin-bottom: 15px;
	margin-top: 5px;
	}
#column_two ol li {
	padding-left: 0px;
	 }

/* Fix for content with fixed table and table cell widthts */
#column_two table, #column_two td {
	width: auto;
	padding: 2px;
}

#column_two_no {
	float: right;
	width: 640px; 
	border: 0px solid orange;
	line-height: 1.4em;
	}
#column_two_no a:hover {
	color: #199597;}
#column_two_no p {
}
#column_two_no table {border-collapse:collapse; }
 

#column_two_no ul {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	 }
#column_two_no ul li {
	background: transparent url(/pics/bg-li-seagreen.gif) no-repeat 0px 5px;
	padding-left: 16px;
	display: block;
	 }

#column_two_no ol {
	margin-left: 32px;
	list-style-type:decimal;
	margin-bottom: 15px;
	margin-top: 5px;
	}
#column_two_no ol li {
	padding-left: 0px;
	 }

/* Fix for content with fixed table and table cell widthts */
#column_two_no table, #column_two_no td {
	width: auto;
	padding: 2px;
}

/* left sides navigation on subpages */	
#sub_navi {
	width: 220px;
	border: 0px solid gray;
	margin-bottom: 20px;
	}

#sub_navi h2 {
	font-size:16px;
	color: #199597;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-left: 4px;
	margin-top: 4px;
	}

#sub_navi h4 {
	margin-left:4px;
	margin-top:15px;
	}

#sub_navi ul {
	padding: 0px 4px 0px 0px; 
	width: 220px;
	}
	
#sub_navi ul li {
	background: #E8F5F5 url(/pics/bg-subnavi.gif) no-repeat 212px 6px; 
	margin: 2px 0px 2px 0px;
	display: block;
	border: 0px solid orange;
	}
	
#sub_navi ul li a { 
	line-height: 18px; 
	color: #313131;
	padding-left: 5px;
	}
	
	
#sub_navi ul ul {
	width: 220px;
	_width:216px;
	border: 0px solid red;
	background-color:#fff;
	}

#sub_navi ul ul li{
	background-color:#fff;
	}

#sub_navi ul ul ul {
	width: 220px;
	_width: 50px;
	border: 0px dotted yellow;
	background: #fff;
	}
	
	#sub_navi ul ul ul ul{
	width: 220px;
	_width: 50px;
	border: 0px dotted green;
	background: #fff;
	}
	
#sub_navi ul li ul li {
	display: block;
	margin: 2px 0px 2px 0px;
	padding-left: 15px;
	width: 150px;
	border: 0px solid orange;
	background: #fff url(/pics/bg-li-li.gif) no-repeat 11px 6px; 
		}
#sub_navi ul li a:hover {color: #999999;}

/* styles for search box in the left column */
.search {
	background: #E8F5F5;
	border: 0px solid #f00;
	padding: 3px 15px 5px 5px;
	}
	
.search input.button {
	background: transparent;
	border: 0px solid #f00;
	color: #199597;
	font-size: 10px;
	width: 40px;
	}

/* pictureplace in subpages, different size in subpages as in frontpage */
#subpage_picture {
	width: 450px;
	height: 149px;
	margin-bottom: 20px;
	}

/* mouseover links */

#mouseover_left{
	float: left;
	width: 220px;
	border: 0px solid green;	
	}
#mouseover_left h5, #mouseover_right h5 {
	margin-top: 20px; 
	margin-bottom: 6px;
	color: #333333;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	}
	
#mouseover_left a { color:#000000; }
#mouseover_left a span{ 
	color:#259B9C; 
	line-height: 24px;}
#mouseover_left a:hover{ color:#259B9C; }

#mouseover_left h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	}
	
#mouseover_right{
	float: left;
	width: 220px;
	border: 0px solid green;	
	}
#mouseover_right a { color:#000000; }

#mouseover_right a span{ 
	color:#259B9C; 
	line-height: 24px;}
	
#mouseover_right a:hover{ color:#259B9C; }

#mouseover_right h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	}

/*investor styles*/
#investorareas {
	width: 220px;
	border: 0px solid #f00;
	float: left;
	}
#investorareas h4 {
	color: #737173;
	font-weight: bold;}
#investorareas .inv_areas {
	height: 100px;}
#investorareas img{margin: 0px 10px 10px 0px;}
#investorareas a {color: #4d4d4d;}
#investorareas a:hover {color: #189694;}

#results_releases {float: right;	border: 0px solid #f00;
	width: 210px;
		color: #737173;}
#results_releases h4 {
	color: #737173;}
	
/*formdesigner tyylej?*/


legend {font-size: 12px; color: #4d4d4d;}
fieldset{border: 0px solid #bbbbbb; padding: 0px 0px 10px 10px;   }
input .checkbox  {border: 0px; }
break2 { background-color: #eee; border: 5px solid #f00;}
field{ background-color: #FEFFF2; border: 1px solid #171717; margin-bottom: 20px; width: 99%; }
field input {border: 1px solid #8E8E8E; }
field textarea{border: 1px solid #171717; width: 300px; height: 120px;} 
input .checkbox  {border: 0px; height: 40px;}

field h5 {	padding: 0px; margin: 0px; padding-left: 10px;
  			font-size:14px;
 			font-weight:bold; 
  			background-color:#F7F3E7;
  			line-height: 22px;
  			color:#215994; margin-bottom: 10px;}