@CHARSET "ISO-8859-1";

h1, h2, h3, h4, h5 {

}

h1 {
  height: 139px;
  width: 770px;
  background-image: url('../img/header.gif');
}

h1 span#title {
  display: none;
}

h1 span#desc {
  float: right;
  font-size: 10px !important;
  font-family: verdana;
  font-weight: normal;
}

h2 {
  font-size: 18px;  
}

h3 {
  font-size: 14px;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  /*
  background-color: #332A26;  
  background-image: url('../img/bg.png');
  background-repeat: repeat-y;
  */
}

#main {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#main p,
#main ul li {
  text-align: justify;
  line-height: 1.7em;
}

.buzz1, .buzz2, .buzz3,
.buzz4, .buzz5 {
  line-height: 1.1em; 
}

.buzz1 {
  font-size: 3em;
}

.buzz2 {
  font-size: 2.5em;
}

.buzz3 {
  font-size: 2em;
}

.buzz4 {
  font-size: 1.5em;
}

.buzz5 {
  font-size: 1em;
}

#menu {
  background-color: #f00;
  border: 1px solid #f00;
}

#menu ul, 
#menu li {
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  list-style: none;
}

#menu li a {
  display: block;
  padding: 5px 0 5px 0;
  width: 120px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
}

#menu li a:hover {
  background-color: #900;
  text-decoration: none;
}

#menu li a.active {
  background-color: #fff;
  color: #000;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}

table td {
  vertical-align: top;
}

table td h3:first-child,
table td p:first-child {
  margin-top: 0;
}

td.oikea {
  padding-left: 20px;
}

td.vasen img {
  margin-bottom: 20px;
}

a {
  color: #f00;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #600; 
}

#cv h3 {
  clear: both;
  margin-top: 2em;
  border-bottom: 1px solid #ccc;
}

#cv .employer,
#cv .period,
#cv .jobtitle {
  font-weight: bold;
}

#cv .jobtitle,
#cv .item p {
  clear: both;
  display: block;
}

.vasen a img {
  border: 2px solid #f00;
}
