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

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

body {
  background: #A8CCEC url(images/bg.gif) repeat-x;
  padding: 0px;

  padding-bottom: 40px;

  margin: 0px;
}

h1 {
font-size: 16px;
font-family: Verdana;
font-weight: bold;
color: #252525;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

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

#page {
  width: 1000px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;

  margin: 0px auto;

  background: #FFFFFF;
}

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

#navigation {
  height: 29px;

  padding-left: 55px;
  padding-top: 8px;

  margin: 0px auto;

  background: url(images/navibg.gif);

  color: #FFFFFF;
}

#navigation ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

#navigation li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;

  margin-left: 7px;
  margin-right: 7px;

  color: #064701;
}

#navigation li a {
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #064701;
}

#navigation li a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++ CONTENTUMGEBUNG ++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentumgebung {
  margin-top: 1px;

  background: url(images/contentbg.gif) repeat-x;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ LEFT SIDE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#leftside {
  float: left;
  width: 199px;

  padding-top: 15px;
}

#leftside .headline {
  height: 22px;

  padding-left: 15px;
  padding-top: 5px;

  background: url(images/sidenavibg.gif);

  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

#leftside ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;

  margin-top: 4px;

  padding-bottom: 15px;
}

#leftside li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;

  padding-left: 15px;

  font-weight: bold;
}

#leftside li a {
  text-decoration: none;
  font-size: 13px;

  color: #252525;
}

#leftside li a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ CONTENT ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
  float: left;
  width: 499px;

  padding: 20px;

  font-size: 13px;
}

#content h2 {
  margin-top: 0px;
  margin-bottom: 10px;

  font-size: 16px;
  font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ RIGHT SIDE ++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#rightside {
  float: right;
  width: 261px;

  padding-top: 10px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ SIDEBOX KLASSEN +++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sidebox {
  width: 261px;

  margin-top: 30px;
}

.sideboxheadline {
  height: 23px;

  padding-top: 5px;
  padding-left: 15px;

  background: url(images/boxheadline.jpg);

  font-size: 13px;
  font-weight: bold;
}

.sideboxcontent {
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;

  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #E7EEF6;

  font-size: 13px;
  line-height: 20px;
}

.sideboxbutton {
  padding-left: 8px;
  padding-top: 15px;
}

.sideboxbutton a {
  display: block;
  width: 114px;
  height: 22px;

  padding-top: 3px;

  background: url(images/sideboxbutton.gif);

  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #252525;
}

.sideboxbutton a:hover {
  text-decoration: underline;
}

.sideboxbutton2 {
  padding-left: 2px;
  padding-top: 15px;
}

.sideboxbutton2 a {
  display: block;
  width: 165px;
  height: 22px;

  padding-top: 3px;

  background: url(images/sideboxbutton2.gif);

  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #252525;
}

.sideboxbutton2 a:hover {
  text-decoration: underline;   }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
  height: 22px;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;

  background: url(images/footerbg.gif);

  font-size: 11px;
  color: #252525;
}

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

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