body {
  background-color: #fff;
  font-size: 90%;
  font-family: Arial, sans-serif;
  color: #000;
  margin: 10px;
}

a {
  color: #0577c1;
  text-decoration: none;
}

a:hover {
  color: #0577c1;
  text-decoration: underline;
}

img {
  font-size: 10px;
  border: 0px;
}

h2 {
  font-size: 150%;
}

h3 {
  color: #FF8C00;
}
ul li {
  margin-left: -22px;
  list-style-type: square;
  list-style-image: url('../images/bullet.gif');
}

/* layout */
#canvas {
  width: 650px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  background: url('../images/bullets.gif') no-repeat 472px 230px;
}

#header {
  margin: 0;
}

#fleas {
  margin: 5px 15px;
  position: absolute;
}

/* menubar */
ul#menu {
  display: block;
  width: 648px;
  float: left;
  padding: 0;
  margin: 3px 0 16px 0;
  border: 1px solid;
  border-top-color: #212121;
  border-bottom-color: #212121;
  border-left-color: #737373;
  border-right-color: #737373;
  list-style-type: none;
  list-style-image: none;
  background: url('../images/bg-btn.jpg') repeat-x;
}

#menu li {
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #eee;
  text-align: center;
  width: 128px;
  list-style-type: none;
  list-style-image: none;
}

#menu li#last {
  border-right: 0;
  width: 129px;
}

#menu .active a  {
}

#menu a, #menu a:link, #menu a:visited {
  display: block;
  padding: 4px 0;
  color: #eee;
}

#menu a:hover {
  background: #4682B4;
  text-decoration: none;
}

#menu .active a:link, #menu .active a:visited, #menu .active a:hover  {
  background: url('../images/bg-btn-active.jpg');
  color: #1E4A59;
}

#main {
  float: left;
  width: 480px;
  padding-right: 20px;
  padding-top: 48px;
}

#home #main {
  padding-top: 24px;
}

#main * {
  line-height: 1.4em;
}

.teaser {
  font-family: 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.05em;
  color: #FF8C00;/*#1E4A59;*/
}
.intro:first-line {
  font-weight: bold;
  letter-spacing: 0.02em;
}
.support:first-line {
  color: #FF8C00;
}

#main h2 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 1px;
  margin: 16px 0 2px 0;
}

/* sidebar */
#sidebar {
  position: relative;
  padding: 10px;
  padding-top: 160px;
  top: 76px;
  font-family: Tahoma, 'Arial narrow', sans-serif;
  font-size: 80%;
  line-height: 150%;
  width: 128px;
  float: right;
  background: #f6f6f6 url('../images/logo.gif') no-repeat;
  border: 1px dotted #1E4A59;
}
#home #sidebar {
  background-image: url('../images/portret.jpg');
}
/* footer style */
#footer {
  clear: both;
  padding: 5px 0 30px 0;
  border-top: 1px solid #000;
  text-align: center;
}

#footer ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline;
  padding: 0 1em;
  margin: 0;
  border-right: 1px solid #000;
  text-align: center;
}

#footer li.last {
  border: none;
}

@media print{
  #sidebar {
    display: none;
  }
}

#menuhelper {
  position: absolute;
  display: block;
  top: 180px;
  width: 650px;
}

