@charset "UTF-8";
/* CSS Document */

html, body {
  background-image:url(../images/background/bg_sae.jpg);
  padding: 0;
  margin: 0;
  color: #0000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


/* Links */


a:link {
  color: #1f6fb6;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #1f6fb6;
}
a:hover {
  text-decoration: underline;
  color: #1f6fb6;
}
a:active {
  text-decoration: none;
  color: #1f6fb6;
}


/* Zentriert */

div#wrapper {
  width: 1130px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 1;

  box-shadow: 3px 3px 10px #8888;
  -webkit-box-shadow: 3px 3px 10px #8888;
  -moz-box-shadow: 3px 3px 10px #8888;
}

div#shadow_right {
  background-image: url(../images/layout/shadow_right.png);
  margin: 0;
  padding: 0;
  width: 1000px;
}

div#shadow_bottom {
  background-image: url(../images/layout/shadow_bottom.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* Header */

div#header {

  width: 1000px;
  height: 373px;

  background-image:url(../images/layout/header.png);

}


/* Navigation */

div#navigation {

  position: absolute;

  padding: 0;
  margin: 270px 0 0 0;

  height: 25px;
  width: 980px;

}

div#navigation ul li {
  list-style-type: none;
}

div#navigation ul li a:link,
div#navigation ul li a:visited {

  background-image: url(../images/layout/nav_buttons.png);
  background-position: top right;

  color: #f9ff6b;
  font-size: 12px;

  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;

  margin: 0 0 0 10px;
  padding-top: 15px;

  display: block;
  float: left;

  width: 125px;
  height: 25px;
}

div#navigation ul li a:hover,
div#navigation ul li a:active {

  background-image: url(../images/layout/nav_buttons.png);
  background-position: top left;

  color: white;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;

  margin: 0 0 0 10px;
  padding-top: 15px;

  display: block;
  float: left;

  width: 125px;
  height: 25px;

}


/* Content */

div#content {
  width: 990px;
  height: auto;

  background-color: #FFFFFF;
}

div#con_left {
  float: left;

  width: 650px;
  height: auto;

  padding: 0 0 0 50px;
}

div#con_right {
  float:right;

  width: 230px;
  height: auto;

  padding: 0 0 0 10px;
}

div#con_complete {
  float: left;

  width: 900px;
  height: auto;

  padding: 0 0 0 50px;
}

div.clear {
  clear: both;
}

/* Textformatierung */

div#con_left h1 {
  margin: 0 0 25px 0;

  color: #1f6fb6;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

div#con_complete h1 {
  margin: 0 0 20px 0;

  color: #1f6fb6;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.direkt_behind_h1 {
  color: #1f6fb6;
  padding: 0;
  margin: 0;
  height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.kleintext {
  font-size: 10px;
}

div#con_left ul {
  list-style-type: none;
  margin-left: -20px;
}

div#footer {
  margin: 30px 0 0 0 ;
  padding: 0 10px 10px 0;

  text-align: right;

  font-size: 10px;
}

.blauefarbe {
  color: #1f6fb6;
}
