/* ------------------------- LAYOUT ------------------------------------*/

html, body {
  font-family: arial;
  font-size: 12px;
  background-color: #447;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  behavior: url(csshover.htc);
}

#frame_header {
  position: relative;
  margin: auto;
  position: relative;
  padding-top: 10px;
  width: 930px;
  height: 100px;
  background-color: #DFDFE9;
  background-image: url("./grafik/bg_neu.png");
  background-repeat: repeat-y;
}

#frame_navigation {
  position: relative;
  margin: auto;
  margin-top: 0px;
  padding-left: 50px;
  height: 30px;
  width: 880px;
  background-color: #DFDFE9;
  background-image: url("./grafik/bg_neu.png");
  background-repeat: repeat-y;
  z-index: 20;
}

#frame_main {
  position: relative;
  margin: auto;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  width: 930px;
  background-color: #DFDFE9;
  background-image: url("./grafik/bg_neu.png");
  background-repeat: repeat-y;
  z-index: 10;
}
 
.frame_content {
  position:relative;
  margin-top: 20px;
  padding-bottom: 20px;
  width:744px;
  float:left;
}

.frame_pod {
  position:relative;
  margin-top: 10px;
  padding-bottom: 10px;
  width:156px;
  float:left;
}

.float_end {
  clear: both;
  display: block;
  height: 10px;
  font-size: 1px;
  background-image: url("./grafik/bg_foot.png");
  background-repeat: no-repeat;
}

a {
  color: black;
}
/* ---------------------------- Header ----------------------------------*/

.headline {
  display: block;
  text-align: middle;
  vertical-align: middle;
  width: 620px;
  margin-top: 20px;
  font-family: arial;
  font-size: 34px;
  color: black;
  float: left;
}

.header_left_image {
  display: block;
  width: 130px;
  margin: 5px;
  padding-left: 30px;
  float: left;
}

.header_right_image {
  width: 130px;
  margin: 5px;
  text-align: right;
  float: none;
}

/* -------------------------- Navigation --------------------------------*/

#frame_navigation ul {
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
}

#frame_navigation ul li {
  width: 80px;
  height: 20px;
  background-color: #FFF;
  list-style:none;
  float: left;
  border:1px solid #447;
  margin-left: 10px;
}

#frame_navigation ul li a {
  display: block;
  width: 80px;
  height: 18px;
  font: 13px arial;
  font-weight: bold;
  text-decoration: none;
  color: black;
  text-align: center;
  padding-top: 2px;
}

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

#frame_navigation ul li ul {
  display: none;
}

#frame_navigation ul li:hover ul {
  display: block;
  margin-left: 0px;
  padding: 0px;
}

#frame_navigation ul li:hover ul li {
  margin-left: -1px;
  border-top: 0px solid black;
  border-left: 1px solid black;
}

/* ------------------------- Überschriften Tabellen -----------------------*/

.TableHead {
  height: 20px;
  background-color: #FFF;
  text-align: left;
  font: 15px arial;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #447;
}

.DetailHead {
  height: 20px;
  background-color: #FFF;
  text-align: center;
  font: 15px arial;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #447;
}

th a:link, th a:visited {
  text-decoration: none;
  color: #000;
}

th a:hover {
  color: #447;
}

/* ----------------------------- pod ---------------------------------------*/

.pod_image {
  display: block;
  text-align: center;
}

.pod_name {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

/* ------------------------ eingabe ---------------------------------------*/

label {
  display: block;
  float: left;
  width: 100px;
  margin-bottom: 10px;
  text-align: right; 
  padding-right: 5px;
  padding-top: 2px;
}

input, select, textarea {
  display: block;
  float: left;
  width: 200px;
  margin-bottom: 3px;
}

#radio {
  display: block;
  float: left;
  width: 20px;
}

form br {
  clear: left;
}

input#submit {
  width: auto;
}

form {
  margin: auto;
  width: 400px;
  margin-bottom: 15px;
}

#bearbeitung {
  display: none;
}

.zeit {
  width: 20px;
}

.zeit_trenner1 {
  width: 16px;
  padding: 2px;
  float:left;
  text-align: center;
}

.zeit_trenner2 {
  width: 3px;
  padding-top: 2px;
  float:left;
  text-align: center;
}

#klein {            /* ----------- Beschreibung Bilder ----------------*/
  width: 100px;
  margin-left: 60px;
}

a.bilder {
  text-decoration: none;
}


/* ---------------------------- ausgabe-boxen ------------------------------*/

#posts_box_klein {
  margin: auto;
  width: 300px;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 3px double #447;
  padding: 5px 10px 10px 10px;
}

#posts_box_gross {
  margin: auto;
  width: 600px;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 3px double #447;
  padding: 5px 10px 10px 10px;
}

.TableHead {
  font-size: 14px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid #447;
  padding-bottom: 5px;
}

.posts_image {
  float: right;
  padding: 10px 10px 5px 10px;
}

.posts_edit {
  display: block;
  width: 500px;
  text-align: right;
}

#box_posts br {
  clear:left;
}

/* --------------------- News ----------------------------------------*/

.NewsHead {
  font-size: 16px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid #447;
  padding-bottom: 10px;
  text-align: center;
}

/* --------------------- Forum ----------------------------------------*/

.forum_topic {
  display: block;
  width: 300px;
  height: 40px;
  float: left;
  font-weight: bold;
}

a.kalender:link, a.kalender:visited {
  text-decoration: none;
  color: black;
}

p {
  display: none;
  position: absolute;
  margin-left: -2px;
  margin-top: 1px;
  padding: 8px;
  background-color: #FFF;
  border: 3px double black;
}

.OuterHeadline {
  display: block;
  font-size: 18px;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
