/*kotisivujen uusi tyyli, ei-taulukko layout, punainen navbar*/
body {
	margin: 5px 0;
	padding: 0px;
	background-color: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 86%;
}
strong {

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrap {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}
header {
	border: 2px solid #CCC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color:#FFFFFF;
	
}
#header {
	border: 2px solid #CCC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color:#FFFFFF;
}
header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
/* varsinainen sivu sis. footerin  */
#pagecell {
	border: 2px solid #CCC;
	margin-top: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 2;
}

#image {
	margin-bottom: 145px;

}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 60px;
	margin-top: 10px;

}
#sisalto {
	text-align: left;
	font-size: 90%;
	margin-right: 270px;
	margin-left: 60px;
	margin-bottom: 5px;
	z-index: 50;
}


/*  alatunniste */
#footer {
	text-align : left;
	z-index: 100;
	background-image: url(../assets/Kaaripalkki_keltainen.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 143px;
	margin-top: -1px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	
}
/*--linkit--*/
a:link, a:visited {
	text-decoration: underline;
	color: #005FA9;
}

a:hover {
	color: #005FA9;
	text-decoration: underline;
	background-color: #DDEEFF;
}

/*  ylatunnisteen ylavalikko  */
#globalNav {
	font: 80% Verdana,sans-serif;
	color: #FF0000;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#globalNav p {
	margin-top: 0px;
	padding-right: 5px;
}
#globalNav a {
	text-decoration: underline;
}

/************** ylatunnisteen toinen valikko tai esim kayttajatieto, tassa valilehdet*****************/
#utility{
	color: #F4F4F4;
	float: right;
	text-align:right;
	z-index: 11;
	margin-right: 5px;
}
#utility p {
	padding-right: 10px;
}
/*  valilehdet  */

.navlist{
	width: 100%;
	overflow: hidden;
	background: transparent;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
}

.navlist ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.navlist li{
	display: inline;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.navlist a, .navlist a:visited {
	float: right;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #E4E5E7;
	background-image: url(../assets/kulmavasen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.navlist a span{
	float: right;
	display: block;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../assets/kulmaoikea.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
}
.navlist a span{
	float: none;
}
.navlist a:hover, .navlist li.selected a{
	background-color: #FFE200; /*background color of tabs onMouseover*/
	color: #666;
	border-bottom: 1px solid #FFE200;
	text-decoration: none;
}
.navlist a:hover span{
	background-color: transparent;
	text-decoration:none;
}
.navlistdivider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #FFE200; /*background color of horizontal line*/
	border-top: 1px solid #FFF; /*Remove this to remove border between bar and tabs*/
}


/*---  ylapaavalikko---  */
#tabs {
	overflow : hidden;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
	white-space: nowrap;
	z-index: 20;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFE200;
}
/*  ylempi navigointivalikko  */
#maintab {
	border-bottom: 2px solid #E4E5E7;
	background-color: #FFE200;
	height: 100% /*IE7 beta2 fix*/;
	font: normal 12px Verdana;
	margin: 0px;
	padding: 0px;
}
#maintab ul	{
	padding: 0;
	list-style-type: none;
	background-color: #FFE200;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#maintab ul li{
	display: inline;
	
}

#maintab ul li a{
	color: #666;
	padding: 4px 7px 5px 7px;
	margin-right: 3px;
	display: block;
	float: left;
	text-decoration: none;
	background-color: #FFE200;
	font-weight: 600;
	
}

#maintab ul li a:hover{
	background-color: #E4E5E7;
	color:#EF3E42;
	border-bottom: #E4E5E7;
	font-weight: 600;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#maintab li.selected a{ /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
body#koti #maintab li#kotivakuutus a { /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
body#yksityisvahingot #maintab li#yksvah a { /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
body#yritysvahingot #maintab li#yrvah a { /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
body#yritysvakuutus #maintab li#yrvak a { /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
body#turvallinenyritys #maintab li#turva a { /*selected main tab style */
	border-color: #F4F4F4;
	color:#EF3E42;
	font-weight: 600;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#maintab li.selected a:hover {
	border-color: #CCCCCC;
	color:#EF3E42;
	background-color: #E4E5E7;
	font-weight: 600;
}
/*alavalikko*/

#tabcontent{ /*2nd level content wrapper*/
	border-bottom: 3px solid #D6D6D6;
	background-color: #E4E5E7;
	height: 100% /*IE7 beta2 fix*/;
	font: normal 11px Verdana;
}

#tabcontent ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
	display: block;
}

#tabcontent ul li a{
	color: black;
	padding: 3px 7px;
	margin-right: 3px;
	display: block;
	float: left;
	text-decoration: none;
}

#tabcontent ul li a:hover{
	background-color: #EF3E42;
	color:#FFFFFF;
	border-bottom: #EF3E42;
}
#tabcontent li.active a{ /*selected tab style */
	border-color: white;
	color:#EF3E42;
	font-weight: 600;
	text-decoration: none;
}

#tabcontent li.active a:hover {
	border-color: #CCCCCC;
	color:#EF3E42;
	background-color: #E4E5E7;
}
.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*  murupolku  */
#breadcrumb {
	font-size : 85%;
	text-align : left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	z-index: 21;
	color: #666666;
}
/*  sisältöosan otsikot  */
#sisalto h1 {
	color: #EF3E42;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1.35em;
	padding-left: 0px;
	/**/
}
#sisalto h2 {
	color: #EF3E42;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 20px;
}
#sisalto h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	padding-left: 15px;
	margin-top: 1px;
}
#sisalto h4 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 25px;
	color: #EF3E42;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sisalto h5 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 25px;
	color: #EF3E42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sisalto h6 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 35px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*  kappale ja listat */
#sisalto p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#sisalto ul {
	padding-left: 30px;
	margin-left: 30px;
	margin-right: 20px;
	padding-right: 20px;

}
#sisalto ul li {
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sisalto #search p {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

/*  alatunnisteen kappaleen tyyli  */
#footer p	{
	color: #666666;
	padding-left: 40px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-bottom: 2px;
	margin-top:1px;
	padding-top: 40px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}


/*---laskuri--*/
#counter {
	display: none;
}


/****haku***/
#search{
	background-color: #FFF;
	border: 2px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 400px;
	margin-left: 30px;
}

#search form{
 	margin: 0px;
 	padding: 0px;
}

#search label{
	margin: 1px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.buttonDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
}
/*logoon ei taustaväriä klikattaessa*/
a.logo:hover {

	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*taulukon tyyli*/
.vakTable .rowHead  {
	background-color: #FFE200;
	color: #F00;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
td  {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	}
	
.vakTable .rowOdd td {
	background-color: #DDEEFF;
	padding: 1px;
}
.vakTable .rowEven td {
	background-color: #FFFFFF;
	padding: 1px;
}
.vakTable {
	margin-left: 40px;
	margin-right: 10px;
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*---lisätietoja sisältöosassa---*/
.lisatieto {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lisatieto p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.lisatieto h1 {
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px;
	font-size: 0.9em;
	
	
}

.lisatieto ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.lisatieto ul li {
	color: #FF0000;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
.lisatieto a {
	background-color: #FFFFFF;
	
}

/* keltainen mainosboxi */
.bl {
	font-size: 90%;
	color:#EF3E42;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	width: 180px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFE200;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 0px;
}
.bl a:link, .bl a, .bl a:hover, .bl a:active, .bl a:visited	{
	color: #EF3E42;
	text-decoration: none;
	background: #FFE200;
}
.clear {
	clear: both;
}
/* reunan laatikot jossa pyöristetty reuna*/
.cssbox, .cssbox_body {
	background: #FFF;

}
.cssbox {
	width: 200px!important;
	margin-bottom: 10px;
	
}

.cssbox_head {
	border: 1px solid #CCC;
	background-color: #E4E5E7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
} 
.cssbox_head h1 {
	margin: 0; 
	border: 0;
	color: #FF0000;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: none;
}  
.cssbox_body {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 90%;
} 
.cssbox_body p {
	font-size: 85%;
	margin: 1px;
	line-height: 1.2em;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.cssbox form {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cssbox select {
	font-size: 11px;
}

/*list*/
.cssbox_body ul {
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
}
.cssbox_body ul li {
	color: #333333;
	margin-top: 0px;
	margin-right: 5px;
	list-style-position: outside;
	list-style-image: url(../assets/bullet.gif);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
}

.cssbox_body a {
	text-decoration: underline;
	color: #005FA9;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.cssbox_body a:hover {
	color: #005FA9;
	text-decoration: underline;
	background-color: #DDEEFF;
}
#wrap .sisennetty {
	padding-right: 50px;
	padding-left: 50px;
}
.ytiedot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
#sisalto #teksti .ytiedot td h2 {
}


.ytiedot td {
	padding: 5px;
	line-height: 130%;
}
.ytiedot h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FF0000;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 0px;
	margin-left: 0px;
}
#kokopalsta {
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 40px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 95%;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
}
#kokopalsta h1 {

	color: #EF3E42;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
}
#subheader {
	background-color: #FFFFFF;
	border: 2px solid #CCC;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
}
#subheader h1 {

	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
/*sisältö oikealla ja sidebar vasemmalla*/
#sidebarrg {
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 40px;
}

#sisaltolf {
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 60px;
	margin-bottom: 100px;
	margin-left: 270px;
	font-size: 90%;
}
/*tekstiosa jossa pyöristetyt kulmat ja varjostus sekä taustakuva*/
#sisalto #teksti {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: none;
	background-repeat: no-repeat;
}
/*taustakuvat*/

#yleinen #sisalto #teksti {
	background-image: none;
	background-repeat: no-repeat;
}
#koti #sisalto #kohdataan {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	background-image: url(../siteimages/kohdataan.jpg);
	background-repeat: no-repeat;
}

#koti #sisalto #teksti1 {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/isajatyttorannalla.jpg);
	background-repeat: no-repeat;
}
#koti #sisalto #teksti2 {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/pusu.jpg);
	background-repeat: no-repeat;
}
#koti #sisalto #teksti3 {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/floristi.jpg);
	background-repeat: no-repeat;
}
#koti #sisalto #teksti4 {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/aitijatyttorannalla.jpg);
	background-repeat: no-repeat;
	}
#koti #sisalto #teksti5 {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/floristikukat.jpg);
	background-repeat: no-repeat;
}
#ajoneuvot #sisalto #teksti {
	background-image: url(../siteimages/ajoneuvo.jpg);
	background-repeat: no-repeat;
}

#yritys #sisalto #teksti {
	background-image: url(../siteimages/floristihymy.jpg);
	background-repeat: no-repeat;
}
#yritysvakuutus #sisalto #teksti {
	background-image: url(../siteimages/floristi.jpg);
	background-repeat: no-repeat;
}
#yritysvakuutus #sisalto #omaisuus {
	background-image: url(../siteimages/kerrostalo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
}
#yritysvakuutus #sisalto #henkilosto  {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/floristihymy.jpg);
	background-repeat: no-repeat;
}
#yritysvakuutus #sisalto #maajussi {
	text-align: left;
	border: 1px solid #999;
	width: 600px;
	padding-bottom: 15px;
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	margin-top: 10px;
	z-index: 50;
	background-image: url(../siteimages/farmarikadet.jpg);
	background-repeat: no-repeat;
}
#turvallinenyritys #sisalto #teksti {
	background-image: none;
	background-repeat: no-repeat;
	
}
#yritysvahingot #sisalto #teksti {
	background-image: none;
	background-repeat: no-repeat;
}

#yksityisvahingot #sisalto #teksti {
	background-image: url(../siteimages/nappis.jpg);
	background-repeat: no-repeat;
}
/*kotisivujen menulinkit*/

#menu {
	background-color: #FFFFFF;
	width: 200px;
	margin-bottom: 0px;
	
}

#menu ul
{
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#menu li {
	font-weight: bold;
	color: #FF0000;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}

#menu a
{
	display: block;
	padding: 5px;
	color: #333;
	background-color: #D0CCCD;
	text-decoration: none;
	font-weight: normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E4E5E7;
}

#menu a:hover
{
	color: #fff;
	background-color: #EF3E42;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D0CCCD;
}
#menu li.active a {
	text-decoration: none;
	color: #FF0000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EF3E42;
}
#menu li.active a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #D0CCCD;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EF3E42;
}

#menu li.active a.current {
	text-decoration: none;
	color: #FF0000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #Ef3E42;
}
#menu li a.current {
	text-decoration: none;
	color: #FF0000;
	font-weight: 500;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EF3E42;
}
#menu a.current:hover {
	text-decoration: none;
	color: #000000;
	background-color:  #D0CCCD;
}
/*alavalikko*/

#menu ul ul li {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	margin-top: 1px;
}
#menu ul ul {
	margin-bottom: 0px;
}


#menu ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
color: #333;
background-color: #F4F4F4;
text-decoration: none;
}

#menu ul ul a:hover
{
color: #CCCCCC;
background-color: #EF3E42;
text-decoration: none;
}

#menu ul ul li.active a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #F4F4F4;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EF3E42;
}
#menu h1 {
	display: block;
	width: 190px;
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

