/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-family: Verdana;
  font-size: 14px;
  color: #252525;
}

body {
  background: #34526C url(images/bg.gif) repeat-x;
  padding: 0px;
  
  padding-bottom: 40px;
  
  margin: 0px;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ PAGE +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#page {
  width: 964px;
  
  margin: 0px auto;
}

#header {
  height: 139px;
  
  background: url(images/header.gif);
}

#contentumgebung {
  margin-top: 30px;  
  
  background: url(images/content_top.gif) repeat-x;
}

#contentinnerumgebung {
  padding-top: 20px;
  padding-bottom: 1px;
}

#content_bottom {
  height: 62px;
  
  background: url(images/content_bottom.gif);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#left_side {
  float: left;
  width: 198px;
  
  padding-left: 25px;    
}

#left_side .headline {
  padding-left: 10px;
  
  font-size: 13px;
  font-weight: bold;
  color: #435E77; 
}


#left_side ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  
  margin-bottom: 30px;
}

#left_side li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#left_side li a {
  display: block;
  width: 188px;
  height: 18px;
  
  padding-top: 5px;
  padding-left: 10px;
  
  margin-top: 3px;
    
  background: #D8D4D4;
  
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #61768A;
}

#left_side li a:hover {
  background: #61768A;
  color: #FFFFFF;
}

#content {
  float: right;
  width: 700px;
  
  padding-right: 20px;
  
  font-size: 11px;
  color: #435E77;
}

#content h2 {
  margin-top: 0px;
  
  font-size: 14px;
  color: #100B0B;
}

#footer {
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 15px;
  
  font-size: 11px;
  color: #FFFFFF;
}

#footer a {
  text-decoration: none;
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: underline;
}