* {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans Serif;
}

body {
  padding: 0px;
  margin: 0px;
  background: url('contentbackground.gif');
  color: #333;
}

#header {

}

a {
  text-decoration: none;
}

a img {
  border: 0px;
}

img[align=left] {
  padding-right: 8px;
}

h3, h4 {
  font-size: 120%;
  color: blue;
  padding: 0px;
  margin: 0px;
  color: black;
}
h3 a, h4 a {
  font-size: 120%;
  color: blue;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

h4, h4 a {
  font-size: 108%;
}

.t3_text {
  margin-bottom: 6px;
}

#header_topmenu {
  position: absolute;
  top: 0px;
  left: 55px;
  height: 27px;
  width: 802px;
  padding-left: 100px;
  background: #5b90b1;
  color: white;
  font-weight: bold;
}

#header_image {
  position: absolute;
  left: 0px;
  top: 25px;
}

#header_triangle {
  position: absolute;
  top: 0px;
  left: 20px;
}

#header_menu {
  position: absolute;
  top: 128px;
  left: 55px;
  height: 42px;
  width: 902px;
}

#main {
  background: blue;
  position: absolute;
  left: 194px;
  top: 220px;
  /*margin-left: 194px;
  margin-top: 220px;*/
  width: 780px;
  padding: 2px;
}

h1 {
  padding: 5px;
  margin: 0px;
  color: white;
}

#content {
  min-height: 400px;
  background: #ffffff;
  padding: 5px;
}

#breadcrumbs {
  font-weight: bold;
  position: absolute;
  left: 55px;
  top: 188px;
  padding-left: 16px;
}

#breadcrumbs a {
  text-decoration: none;
  color: black;
}

#breadcrumbs a:hover {
  text-decoration: underline;
  color: blue;
}

#submenu {
  position: absolute;
  left: 12px;
  top: 220px;
  width: 168px;
  background: blue;
  padding: 2px;
}

#submenu div {
  margin-top: 1px;
  padding: 5px;
  background: #ffffff;
  cursor: pointer;
}

#submenu div:hover {
  background: #e0e0ff;
}

#submenu div a {
  text-decoration: none;
  color: black;
}

h2 {
  padding: 5px;
  margin: 0px;
  color: white;
}

#sidebar {
  position: absolute;
  left: 796px;
  top: 0px;
  width: 150px;
  
}

.error {
  border: 1px solid red;
  background: #ffffe0;
  color: black;
  font-weight: bold;
  padding: 4px;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid white;
background: white;
overflow: hidden;
width: 100%;
color: white;
}

.mattblackmenu li{
display: inline;
color: white;
margin: 0;
}

.mattblackmenu li a{
display: block;
float: left;
padding: 6px 8px; /*padding inside each tab*/
text-decoration: none;
margin: 0;
color: white;
background: #414141;
height: 32px;
width: 164px;
text-align: center;
vertical-align: middle;
}

.indented {
  margin-left: 32px;
}

.vertical-spacer {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* calendar */

.calendarback {
    background-color: #538EB2;
    color: white;
    float: left; 
    width: 30px; 
    border-left: 1px solid white; 
    border-top: 1px solid white; 
    text-align: center;
}

#vadiv4 {
    border: 1px solid #888888;
    background-color: #538EB2; 
    float: right; 
    width: 190px;
    color: white;
}

#vadiv5 {
    width: 180px; 
    float: left;
}
#vadiv6 {
    border: 1px solid #888888; 
    background-color: white; 
    Xfloat: right;
    clear: both;
    padding: 4px;
    color: black;
}
#categoryselection {
    width: 171px;
}
#monat {
    width: 110px; 
    border: 1px solid black;
}
#jahr {
    border: 1px solid black;
}
#monatjahr, #categoryselection {
    width: 171px; 
    border: 1px solid black;
}
#valist1 {
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    clear: both; 
    display: block;
}
.htb_head {
  background: #f0f0f0;
  font-weight: bold;
}
.htb_listtd_2 {
  background: #cfdfef;
}
p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

.align-center {
  text-align: center;
}