/* ===== Seitenblöcke ===== */

/* -----  Allgemeine Layoutinformationen ----- */
/* Farbcodes:
#CC0000: rot
#E5EDF8: sehr helles blau
#B2C8EA: hellblau
#80A3DC: mittelblau
#0047B9: dunkles blau
*/


/* ----- Main ----- */
div#main {
  margin:auto;
  width:1000px;
  background-color:#FFFFFF;
}


/* ----- Header ----- */
div#headerblock {
    overflow: visible;
    height: 100px;
   position:relative;
}
div#headertopborder {
  background-image:url("/C125747A0020D03D/RepositoryFile/images/$File/TopBG.gif");
  background-repeat: repeat-x;
  line-height:11px;
}
div#sitelogo {
    position: absolute;
    left: 0;
    top: 1;
    z-index: 1;
    width: 252px;
    height: 89px;
    background-color: transparent;
}
div#sitelogo a {
    display: block;
}
p#skiplinks {
    display: none;
}
div#header {
    margin-left: 252px;
}
div#headerimage {
    height: 89px;
    background: #FFFFFF url("/C125747A0020D03D/RepositoryFile/images/$File/Banner_oben.jpg") no-repeat;
}
div#Welcome {
  float:right;
  background-color:#FFFFFF;
  font-size:90%;
  padding:5px 10px 5px 10px;
/*
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-bottom:1px solid #000000;
*/
  border:1px solid #000000;
}


/* ----- Search and Main Navigation ----- */
div#mainnavblock {
  width:100%;
  float:left;
  background-color: #CC0000;
   height:30px; 
}
div#searchblock {
    width: 252px;
    float: left;
   height:24px;
}
form#search {
    padding: 6px 0 0 12px;
    margin: 0;
}


/* ----- Marginalie -----  */
#marginal {
}
#marginal div.marginBox,
#marginal div.marginAktuell {
/*  width:164px; */
  width:172px;
  float:left;
  font-size:90%;
  word-wrap:break-word;
  margin-bottom:18px;
}
#marginal div.marginBox {
  border:1px solid #0047B9;
}
#marginal div.marginAktuell {
  border:1px solid #CC0000;
}
#marginal div.marginBox  div.header {
  width:100%;
  background-color:#4D7ECE;
}
#marginal div.marginAktuell  div.header {
  width:100%;
  background-color:#CC0000;
}
#marginal a:hover {
  text-decoration:underline;
}
#marginal h1 {
  line-height:200%;
  color:#FFFFFF;
  font-size:100%;
  padding-left:6px;
}
#marginal h2 {
  padding:4px 4px 4px 4px;
  font-weight:normal;
  font-size:100%;
}
#marginal h2 a {
  color:#000000;
}
#marginal p {
  padding:4px 4px 0 4px;
  font-weight:normal;
}
#marginal img.MA_Artikel {
  float:left;
  padding-right:5px;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:5px;
}


/*--- Startseite ---*/
div.HomeBlock {
  width:50%;
  float:left;
}
div.HomeTopThema {
}


/*--- linke Spalte der Startseite: dpa-Meldungen ---*/
#homeleftblock {
  padding:15px 10px 10px 10px;
}
#homeleftblock div.marginAktuell {
  width:232px;
  float:left;
  font-size:90%;
  word-wrap:break-word;
  margin-bottom:18px;
  background-color:#FFFFFF;
  border:1px solid #CC0000;
}
#homeleftblock div.marginAktuell div.dpaBlock{
  padding:5px 4px 5px 4px;
  font-weight:normal;
}
#homeleftblock div.marginAktuell  div.header {
  width:100%;
  background-color:#CC0000;
}
#homeleftblock div.marginAktuell h1 {
  line-height:200%;
  color:#FFFFFF;
  font-size:100%;
  padding-left:6px;
}
#homeleftblock div.marginAktuell  a {
  color:#000000;
  text-decoration:none;
}
#homeleftblock div.marginAktuell  a:hover {
  text-decoration:underline;
}


/*--- linke Spalte der Startseite: Banner ---*/
#homenavblock #BannerBlock div.Banner {
  padding-top:10px;
}


/* ----- Footer ----- */
div#footerlinks {
  display:block;
}
div#footerblock {
    overflow: visible;
    height: 11px;
   position:relative;
}
div#footerbottomborder {
  background-image:url("/C125747A0020D03D/RepositoryFile/images/$File/BottomBG.gif");
  background-repeat: repeat-x;
  line-height:11px;
}


