/*
  a
  img

  body
  body.header
  body.box
  body.box.innen
  body.box.innen.left
  body.box.innen.left.suche
  body.box.innen.left.devider
  body.box.innen.left.menuMain
  body.box.innen.left.bannerLinksUnten
  body.box.innen.menuMeta
  body.box.innen.content
  body.box.innen.content.themen
  body.box.innen.content.nachricht_oben
  body.box.innen.content.nachricht_unten_li
  body.box.innen.content.nachricht_unten_re
  body.box.innen.content.deviderVorSchlagzeilen
  body.box.innen.content.schlagzeilen
  body.box.innen.right
  body.box.innen.bottom

  typo3-editPanel
*/

/* a, img */
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #666666; /* grau */
  color: #F66014;
}
a:active, a:hover {
  color: #F66014;
}

img {
/*  behavior: url(fileadmin/templates/main/styles/pngbehavior.htc); */
/*  behavior: url(pngbehavior.htc);*/
  border:0;
  vertical-align: middle;
}

/* body */
body  {
  margin:0;
  padding:0;
  font-size:1em;
  font-family:'arial', sans-serif;
  background:#f0f0f0 url(images/header_rand.jpg) left top repeat-x;
  text-align:center; /* Ordnet DIVs mittig an */
  width:100%;
}

/* body.header */
#header {
  height:180px;
  width:975px;
  margin:0 auto;
  padding:0;
  }
*html #header {
  margin-bottom:-7px;
  m\argin-bottom:-7px;
}
#header h1  {
  margin:0;
  padding:0;
  text-align:center;
}

/* body.box */
#box {
  margin:0;
  padding:0;
  width:100%;
  height:auto;
  background:#FBFBFB url(images/bottom_rand.jpg) bottom center repeat-x;
  clear:both;
}

/* body.box.innen */
#innen  {
  text-align:left;
  margin:0 auto;
  padding:0;
  width:975px;
  height:auto;
  background:transparent url(images/content.jpg) top center repeat-y;
  }

*html #innen {
  padding-top:4px;
  p\adding-top:4px;
}

/* body.box.innen.left */
#left {
  margin:0px;
  padding:0 5px;
  width:178px;
  height:auto;
  float:left;
  overflow:hidden;
}
*html #left {
  /* padding ausgleichen */
  width:188px;
  w\idth:188px;
}

/* body.box.innen.left.suche */
div#suche,
div.suche {
  padding:0;
}

/* body.box.innen.left.menuMain */

/* body.box.innen.left.bannerLinksUnten */
div.bannerLinksUnten {
  margin:0;
  padding:20px 0px 0px 0px;
  overflow:hidden;
  text-align:center;
}
div.bannerLinksUnten div {
}
div.bannerLinksUnten div table { /* Typo3 */
  width:100%;
}
div.bannerLinksUnten div table td { /* Typo3 */
  text-align:center;
  width:100%;
}

/* body.box.innen.menuMeta */
#menuMeta {
  margin:0 0 0 10px;
  padding:0 5px;
  height:auto;
  width:570px;
  border-bottom:1px solid #bfbfbf;
  font-size:70%;
  text-align:right;
  float:left;
  overflow:hidden;
  }
*html #menuMeta {
  width:580px;
  w\idth:580px;
}

/*
  | 180 | 10 | 180 | 10 | 180 |   = 560
  |      370       | 10 | 180 |   = 560
*/
/* body.box.innen.content */
#content {
  margin:20px 0 0 10px;
  padding:0 5px;
  width:570px;
  overflow:hidden;
  height:auto;
  float:left;
  top:0;
  font-size:0.9em;
  position:relative; /* IE: Ohne position kann Text nicht markiert werden */
}
*html #content {
  width:580px;
  w\idth:580px;
}

#content ul {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* body.box.innen.content.themen */
#themen { /* siehe content.css */
  width:180px;
  height:auto;
  margin:0;
  padding:0;
  float:right;
  background:transparent;
  overflow:hidden;
}
#themen div.thema { /* siehe content.css */
  width:100%;
  height:auto;
  margin:0 0 10px 0;
  padding:0;
  overflow:visible;
  background:#E3E3E3;
  display:block;
}

/*
  body.box.innen.content.nachricht_oben
  body.box.innen.content.nachricht_unten_li
  body.box.innen.content.nachricht_unten_re
*/
#nachricht_oben {
  width:370px;
  height:auto;
  padding:0 5px;
  overflow:hidden;
}
*html #nachricht_oben {
  width:380px;
  w\idth:380px;
}
#nachricht_unten_li,
#nachricht_unten_re {
  height:auto;
  float:left;
  overflow:hidden;
  padding:14px 5px 0px 5px;
  width:180px;
}
#nachricht_unten_li {
  float:left;
}
#nachricht_unten_re {
}
*html #nachricht_unten_li,
*html #nachricht_unten_re {
  width:190px;
  w\idth:190px;
}

/*  body.box.innen.content.deviderVorSchlagzeilen */
div.deviderVorSchlagzeilen { /* siehe content.css */
  height:10px;
  overflow:hidden;
  clear: both;
}

/* body.box.innen.content.schlagzeilen */
/* schlagzeilen = Seite 18 / Home */
/* tx-ttnews-schlagzeilen = Seite Pressemitteilungen */
#schlagzeilen { /* siehe content.css */
  font-size:1em;
  margin:0;
  text-align:left;
  padding:0px 5px;
  clear: both;
}

/* body.box.innen.right */
#right  { /* siehe right.css */
  margin:0 0 0 788px;
  padding:0;
  width:180px;
  height:auto;
  top:0;
  }
*html #right {
  margin:-14px 0 0 785px;
  m\argin:-14px 0 0 785px;
  overflow:hidden;
  o\verflow:hidden;
}

/* body.box.innen.bottom */
#bottom {
  width:975px;
  height:4px;
  margin:0 auto -14px auto;
  text-align:center;
  padding:0;
  background:transparent url(images/bottom.jpg) top left no-repeat;
  clear:both;
  bottom:0;
}
*html #bottom {
  height:18px;
  h\eight:18px;
}

/* Typo3 Editpanel */
table.typo3-editPanel {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
td.typo3-editPanel-controls {
  background-color: #BFBFBF;
  margin: 0px;
  padding: 0px;
}