/* 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: Franklin gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/*color of the links*/
a {
	text-decoration: none;
	color: #199597;}
	 
/* image settings */	
img {border: 0px;}

/*headlines*/
h1 {color: #777777; font-weight: bold; font-size:22px; font-family:  Arial, serifArial; margin-bottom: 10px;}
h2 {color: #777777; font-weight: bold; font-size:20px; font-family: Arial; margin-bottom: 10px;}
h3 { font-size: 16px; color: #777777;  margin: 13px 0px 0px 0px; font-family: Arial;}
h4 {color: #777777; font-size: 12px; margin: 20px 0px 0px 0px; font-family: Arial; }



/*different headlines backgrounds*/
.greenBackground { background-color:#18A6A5;color:#fff; padding: 3px 0px 3px 3px; font-weight: bold;}

.grayBackground{ font-size: 11px; font-weight: bold; font-family: Arial; color:#000;background-color:#EFEFF7;padding: 3px 0px 3px 3px; border-bottom: 1px solid #B5B5B5; }

/*dotted border*/
.dotted{ border:dotted 2px #000 }


/* tables */
td.gray { background-color:#EFEFF7; border-bottom: 1px solid #B5B5B5; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
td.red { background-color:#EFEFF7; border-bottom: 3px solid #F71818; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
td.green { background-color:#EFF7F7; border-bottom: 1px solid #189694; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
table.border {border: 1px solid #b5b5b5;}

/* lists */
#content ul

li.red { color: #F71818; }
li.green { color: #189694; }

/*forms input fields general styles*/
input, textarea {border: 1px solid #E3E3E3; font-size: 11px; padding: 2px;}



/****************/
/*  div styles  */
/****************/


/*contains everything*/
#all {
	width: 930px;
	margin-left: 10px;
	margin-top: 10px;
	}


/*********************/
/* Header styles	 */
/*********************/

/*header, contains langueage bar, logo and top navigation*/
#header {
	background: #ffffff;
	height: 90px;
	}
#header h2 {color: #18A6A5; font-weight: bold; font-size:14px; font-family: Arial;}

/* sets languege bars styles and positions  */
#header .corcern {
	position: absolute;
	left: 20px;
	top: 25px;
	}


#header .corcern ul {font-size: 11px;}

#header .corcern ul li {
	display: inline;
	background: none;
	padding-left: 0px;
	color: #949494;
	}
#header .corcern 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;	
	}

/* Logotype for the iframed login-page */
#iframe_logo {
	position: absolute;
	left: 621px;
	margin-top: 62px;
	border: 0px solid orange;
	height: 51px;
	width: 222px;	
	}
	
/* sets konecranes text hidden from the logo  */	
#header #logo h1 {font-size: 40px; font-family: Arial;}
#header #logo h1 a {border: 0px solid #f00;}
#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;
	}

#header #navi ul li {
	display: inline;
	margin-left: 10px;
	background: none;
	padding-left: 0px;}

#header #navi ul li a {color: #4d4d4d;}
#header #navi ul li.activenavi a {color: #009999;}

/***************/
/* 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: 775px;
	_height: 775px;
	padding: 10px 0px 0px 10px;
	background: #ffffff url(../pics/bg-toppage.gif) no-repeat 0px bottom;
	}

/*Headlines in toppage*/
#toppage h5 {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	font-family: Arial;
	}
	
#toppage h4 {
	color: #4D4D4D; 
	margin-top: 8px;
	font-size: 11px;
	font-family: Arial;}

/*div -content contains left column of the top page*/

#content 
{
	position: relative;
	border: 0px solid orange;
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-bottom: 100px;
	}
#content h1.title{width: 480px; border: 0px solid blue;}
#content h1 span{ text-align:right; font-size: 11px; color:#999999; font-weight: normal; margin-left: 40px;}

#content #select_location {
	position: absolute;
	left: 574px;
	top: 126px;
	width: 118px;

	font-size: 11px;
}
	#content #select_location a{color: #199597;}
#content_sub{
	border: 0px solid orange;
	width: 680px;
	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: bold;
	padding: 15px 0px 15px 15px;
	}
#picture .picture_text h3 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #fff;
	font-family: Arial;}

/*Main categories of the content*/
#products, #services, #locations  {
	border: 0px solid gray;
	width: 210px;	
	padding-right: 0px;
	float: left;
	margin: 10px 0px 0px 10px;
	}

#products h5, #services h5, #locations  h5 { margin-bottom: 15px;}
#products p, #services p, #locations  p { margin-bottom: 2px;}
/*image settings for the main categories*/
#products img, #services img, #locations img {margin: 4px 0px 4px 0px;}


/*text settings for the main categories*/
#content p, #content_sub p {margin: 8px 0px 8px 0px;}





/*right column of the content, contains*/
#info_column {
	border: 0px dotted green;
	float: left;
	width: 220px;
	height: 100%;
	margin-right: 0px; 
	}
#info_column_login {
  border: 0px dotted green;
	width: 220px;
	height: 100%;
	margin: 20px auto 0;
}
	
/*features of the columns infoboxes*/
.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 interactive design tools in info_column*/
#info_column table.idt a { color: #000;}
#info_column table.idt a:hover { color: #199597;}
/*Info_columns genereal styles*/
#info_column h3, #info_column_login h3 {color: #717171; font-size: 12px; margin-bottom: 9px; margin-top: 0px;  font-family: Arial;}	
#info_column p, #info_column_login p {margin: 10px 0px 0px 0px;}	
#info_column img {margin: 0px 4px 0px 0px;}
#info_column table td {font-size: 10px;}
#info_column  ul{margin: 10px 0px 10px 0px; list-style-type: none;}
#info_column  ul li{
	background: transparent url(../pics/bg-li.gif) no-repeat 0px 5px;
	padding-left: 10px;}
#info_column input.button, #info_column_login input.button {
	background: transparent;
	border: 0px solid #f00;
	color: #199597;
	font-size: 10px;
	width: 40px;
	}
	
/* general styels for first box, if including stock information */
#info_column .first {margin-top: 0px;}
#info_column .first p span, #info_column .second p span{color: #FF0000; font-size: 10px; }
#info_column .first h3 span {
	font-size: 10px; 
	color: #666666; 
	font-weight: normal;
	}

#info_column .first td.red { 
	color:#f00; 
	font-weight: bold; 
	padding-top: 15px;
	}

#info_column .forth select, #info_column .fifth select  {
	border: 1px solid #B8B8B8;
	width: 195px;
	font-size: 11px;
	color: #4D4D4D;
	padding: 2px;
	margin: 3px 0px 3px 0px;
	}
	
#info_column .forth input {
	width: 193px;
	margin: 6px 0px 0px 0px;
	}
	
#info_column .forth input.button {
	background: transparent;
	border: 0px;
	color: #199597;
	font-size: 10px;
	width: 40px;
	margin: 0px;
	}

/***********************/
/*    toppage ends     */
/***********************/


/*******************/
/*  Footer starts  */
/*******************/
#footer {
	border: 0px dotted black; color: #000;
	background: #fff;
	height: 33px;
	margin: 20px 0px 40px 0px;
	padding-left: 5px;
	}
	
#footer ul {
	padding-top: 5px;
	float: left;}

#footer ul li { 
	display: inline;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	}

#footer ul {padding-top: 5px;}

#footer ul li a {
	color: #000;
	} 
#footer a:hover {color: #999999;}	

#footer ul li.ww a {color: #199597; }
	
#footer ul.language {float: right; margin-right: 10px;}
#footer ul.language li.active  {color: #f7181d;}
/****************/	 
/* 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: 650px;
	_height: 625px;
	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 usualle right one*/
#column_one{
	float: left;
	border: 0px solid gray;

	}
/*Inside the column_two is page content. So here is some customized styles for content.*/
#column_two {
	float: right;
	width: 450px; 
	border: 0px solid orange;
	}
#column_two p {
	line-height: 1.4em;
	}
#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.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;
	 }

#column_two table {margin: 5px 0px 10px 0px;}
#column_two td {padding: 5px 5px 5px 5px;}

/* 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 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: #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;
	padding: 7px 10px 7px 10px;
	}
	
.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;
}

/* 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,
#mouseover_right a,
.startpageEntranceElement a {
	color:#000000;
}
#mouseover_left a span,
#mouseover_right a span,
.startpageEntranceElement a span { 
	color:#259B9C; 
	display: block;
	padding-bottom: 10px;
}
#mouseover_left a:hover,
#mouseover_right a:hover,
.startpageEntranceElement a:hover {
	color:#259B9C;
}

#mouseover_left h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	font-family: Arial;
}

/* LEFT - mousover links for news and contact --ÁKSZ 2007-06-14 */
#mouseover_left_lc{
	float: left;
	width: 220px;
	border: 0px solid green;	
}
#mouseover_left_lc h5, #mouseover_right_lc h5 {
	margin-top: 20px; 
	margin-bottom: 6px;
	color: #333333;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
}

#mouseover_left_lc p {
	margin-bottom: 0px;
}

#mouseover_left_lc a { color:#259B9C; }
#mouseover_left_lc a span{ 
	color:#259B9C; 
	line-height: 24px;
}

#mouseover_left_lc p span {
	color: #ff0000;
	font-size: 10px;
}

#mouseover_left_lc a:hover { color:#259B9C; }

#mouseover_left_lc h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	font-family: Arial;
}


#mouseover_right {
	float: left;
	width: 220px;
	border: 0px solid green;	
}

#mouseover_right h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	font-family: Arial;
}


/* RIGHT - mousover links for news and contact --ÁKSZ 2007-06-14 */
#mouseover_right_lc {
	float: left;
	width: 220px;
	border: 0px solid green;	
}
#mouseover_right_lc a { color:#259B9C; }

#mouseover_right_lc a span { 
	color:#259B9C; 
	line-height: 24px;
}

#mouseover_right_lc p span {
	color: #ff0000;
	font-size: 10px;
}

#mouseover_right_lc p {
	margin-bottom: 0px;
}
	
#mouseover_right_lc a:hover { color:#259B9C; }

#mouseover_right_lc h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	font-family: Arial;
}



/* mikbac add */
#info_column .first table td {
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
}

