﻿@import url(layout.css);
body {
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 0.8em;
  color: #000000;
  background-color: #aabbcc;
}
#container {
  margin: 0 auto;
  width: 720px;
  background-image: url(../images/schatten.gif);
  background-repeat: repeat-y;
  background-attachment: scroll;
}
#masthead {
  margin: 0 10px;
  overflow: auto;
  width: 700px;
  height:100;
  background-color: white;
  text-align:center;
  font-family:"MV Boli";
  color:#CC0000
}
#sidebar {
  width: 120px;
  position: relative;
  margin-left: 13px;
  margin-top:3px;
  color: #ffff99;
  float: left;
  background-color: #cc0000;
  clear: both;
  display: block;
  text-align: left;
}
#content {
  padding: 10px;
  float: right;
  width: 554px;
  margin-top: 3;
  margin-right: 10px;
  margin-left: 0;
  background-color: silver;
  position: relative;
  height:auto;
}
#footer {
  padding: 0;
  overflow: auto;
  text-align: center;
  clear: both;
  width: 700px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #cc0000;
}
#masthead img {
  float: left;
  alt="logo";
  height="56";
  width="112";
}
#masthead p {
  font-size: 0.8em;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
}
#sidebar li {
  border: 1px solid #d3d3d3;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  display: block;
}
#sidebar a {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #ffff99;
  display: block;
}
#sidebar a:hover {
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
  text-decoration: none;
  color: #111188;
  background-color: #cccccc;
}
#footer p {
  margin: 2px;
  padding: 2px;
  font-size: 0.8em;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}
