/*
 * Filename    : profil.css
 * Author      : Robert Cerny
 * Created     : 2003
 * Last Change : 2010-11-20
 */

body {
  padding: 0;
  margin: 0;
  color: #222222;
  background-color: #f9f9f9;
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menubar {
  position: absolute;
  top: 0;
  left: 50px;
  height: 9000px;
  width: 180px;
  background-color: #e5e5e5;
  z-index: 1500;
}

#menu {
  position: relative;
  top: 78px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1500;
}

#banner {
  border: none;
  position: absolute;
  left: -15px;
  top: -57px;
  height: 34px;
  width: 210px;
  z-index: 1500;
}

#banner img {
  border: none;
}

#menu_proper {
  width:130px;
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
}

#menu p {
  color: #888888;
  text-align: center;
  margin-top: 1em;
}

#d1 {
  text-decoration: none;
  font-size: 0.8em;
  color: #888888 !important;
}

#d1:hover {
  color: #3b3f8f !important;
}

#menu_proper p.menuheader, a.menuitem {
  width: 100% !important;
  text-transform: uppercase;
  text-align: left;
  color: white;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  text-decoration: none;
}

#menu_proper p.menuheader {
  background-color: #8f3b3f;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  border-bottom: solid 1px #e5e5e5;
}

#menu_proper a.menuitem {
  width: 100% !important;
  display: block;
  background-color: #888888;
  padding-left: 5px;
  border-bottom: solid 1px #e5e5e5;
}

#menu_proper a.menuitem:hover {
  background-color: #6f5b5a;
}

#content
{
  position: absolute;
  left: 280px;
  top: 0;
  width: 600px;
  z-index: 1000;
  font-size: 1em;
}

#content h2 {
  margin-top: 65px;
  font-weight: bold;
  font-size: 1.8em;
}

#content table {
  border-bottom: 1px solid #3b3f8f;
  margin-top: 0px;
}

#content h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

#content h3.time {
  font-size: 1em;
  margin-top: 1em;
}

#content p, #content div {
  margin-top: 0.5em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 1em;
}

#content a {
  color: #333333;
  text-decoration: underline;
  font-size: 1em;
}

div.time a {
  color: #777777 !important;
}

#content a.pin {
  color: #000000;
  text-decoration: none;
  font-size: 1em;
}

#content i {
  margin-left: 1em;
}

ul {
  list-style-type: square;
}

#footer {
  text-align: right;
  margin-top: 5px;
}

#name {
  font-size: 1em;
  color: #888888;
}

#download {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.8em;
}

#pdf-icon {
  vertical-align: middle;
  border: none;
}

.skill {
}

.time, .job-title {
  color: #777777;
}

.time, .job-title, .in {
  font-style: italic;
}

table.skill-details {
  margin: 0.5em  0 1em !important;
  border: none !important;
  border-collapse: collapse;
  color: #888888;
  display: none;
}

.skill-details tr {
  vertical-align: top;
}

td.project {
  white-space: nowrap;
  padding-right: 1em;
  width: 360px;
}

td.duration {
  width: 140px;
}

.skill-details-field {
  margin-left: 0 !important;
}

.skill-details-field span {
}

#skill-groups {
  margin: 0 !important;
}

