html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 12px;
	color: #404040;
	background: #0d2265 url(images/bg_koodi3.jpg) no-repeat fixed;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#container {
	width: 650px;
	margin: 0px 0px 0px 217px;
	padding: 0px;
	background-color: #fff
}

#header {
	height: 101px;
	margin: 0px;
	padding:0px;
	border: 0px;
	background: url(images/bg_ylapalkki.gif) repeat-x;
}

#logo {
	margin-top: 35px;
	position: relative;
	padding-left: 10px;
		}
		
#valikko_r1  {
	position: relative;
	left: 250px;
	top: -40px;
}

#valikko_r2  {
	position: relative;
	left: 250px;
	top: -49px;
}

.mainnav li { 
    display: inline;
    list-style-type: none;
    margin-left: .5em;
    background-color: #3367a0;
 }
.mainnav a:link { 
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  }

.mainnav a:visited { 
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  }
  
.mainnav a:hover { 
  color: #ccc;
  font-weight: normal;
  text-decoration: underline;
  }

.mainnav a:active { 
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  }

li#nykyinen {
      border-bottom: 1px solid #fff;
  }
  
#content {
	width: 440px;
	margin: 0px;
	padding: 0px;
}
  
#yrityskuvaus {
	padding: 0px 0px 15px 0px;
	width: 400px;
	margin: 20px 0px 0px 15px;
	border-bottom: solid 2px #779aba;
}

#oikeapalsta { 
	position: absolute; 
	top: 100px;
	padding: 0px;
	margin: 0px 0px 0px 430px;
	width: 200px;
	}

#uutiset {
	width: 190px;
	background-image: url(images/bg_uutiset2.gif);
	background-repeat: repeat-x;
	font-size: 90%;
	padding: 5px;
	margin: 25px 0px 25px 0px;
	border: solid 1px #cccccc;
}

#uutiset h1 {
	font-size: 100%;
		}
	
.uutisotsikko {
        font-size: 130%;
	color: #fff;
	font-weight: bold;
	margin: 3px 0px 3px 5px;
	padding: 0px;
}

.uutispvm {
    font-size: 90%;
}

.tuotekuvaus {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 20px 0px;
	border-bottom: dashed 2px #cccccc;
	height: 150px;
}

.selostus {
    vertical-align: top;
	padding-left: 10px;
    padding-right: 10px;
}

.selostus h3 {
	margin-top: 10px;
}

#yhteystiedot {
	margin-left: 30px;
}		

#laskin {
	padding: 15px;
}

code {
    display: block;
    border: 1px solid black;
    clear: both;
    margin-left: 24px;
    padding: 4px 8px 4px 8px;
    background-color: lightblue;
}


