/******************************************************************************/
/*                                                                            */
/*                      Stylesheet für BMU-Rechtsquellen                      */
/*                        2007/2008 Sunbeam GmbH                              */
/*                       Anna Kleinow, Joeran Fliege                          */
/*                                                                            */
/******************************************************************************/


/********************************* ALLGEMEIN **********************************/
html,body {
  margin: 0;
  padding: 0;
}

html {
  /* height: 101%; erzwungenen scrollbalken verhindern */ 
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 76%;
  color: #282828;
  width: 100%;
}

/* Text Layout */
a, a:visited {
  color: #282828;
  text-decoration: underline;
}
a:hover, a:focus, a:active { color: #dd5800; }

p {
  line-height: 1.8em;
  margin: 0 0 1 0;
  padding: 0px;
}

h1 a, h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active  {
  color: #fff;
  line-height: 1em;
  position: relative;
  top: 20px;
  text-decoration: none;
}
h1.csc-firstHeader { margin: 0; }

h2.csc-firstHeader { margin: 0; }
h2 {
  font-size: 1.5em;
  margin: 1em 0;
}

h3 {
  font-size: 1.1em;
  background: url(img/bullet_ueberschrift.gif) no-repeat 0 0.5em ;
  padding: 0.3em 0 0.5em 1.3em;
  /*margin: 1em 0;*/
  margin: 1.5em 0pt 0em 0em;
}

h4 {
  font-size: 1.2em;
  color: #444;
  margin: 1em 0 0.5em 0;
  padding-left: 0em;
}

.boxweiss h4 {
  padding-left: 0.7em;
}


/********************************** HEADER ************************************/
#header {
  position: relative;
  background: url(img/headerbild_kachel.jpg) repeat-x top left;
}

#header h1 {
  height: 84px;
  line-height: 80px;
  margin: 0;
  /* width: 820px; */
  padding-left: 232px;
  padding-top: 60px;
  background: url(img/headerbild.jpg) no-repeat 200px 0;
  color: #fff;
  font-size: 2em;
}

#header img { float: left; }
#header a img { border: none; }


/*********************************** SUCHE ************************************/
#suche {
  float: right;
  background: none;
  width: 24%;
  height: 11.5em;
  margin: 0;
  padding: 0;
}
#suche span {
  margin: 1em 0 0 0;
  display: block;
}


/*********************************** SUCHE ************************************/
#start #bmusuche {
  background: #E1E1E1;
  color: #444;
  padding-top: 1em;
}

#start #bmusuche p {
  font-weight: bold;
  line-height: 1.4em;
}
#start #bmusuche td p { margin-left: 1em; }

#bmuSubmit {
  background: #554c43 url(img/bg_suchbutton.gif) repeat-x 0 0;
  margin: 0;
  padding: 0.4em 0.5em 0.3em 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
}


/********************************* HAUPTMENU **********************************/
#mainmenu {
  width: 200px;
  list-style-type: none;
  border-top: 1px solid #e4e4e4;
  float: left;
  margin-left: -100%;
  padding: 0;
  margin-top: 0;
}

#mainmenu li {
  line-height: 2em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}

#mainmenu li a {
  padding: 0 1em 0 1.8em;
  display: block;
  text-decoration: none;
}
#mainmenu li a:link, #mainmenu li a:visited { color: #282828; }
#mainmenu li a:hover, #mainmenu li a:focus{
  color: #fff;
  font-weight: bold;
  background: url(img/bg_navi_hover.gif) repeat-x top left #b4b4b4;
}
#mainmenu li a:active {
  color: #282828;
  background: url(img/bg_navi_hover.gif) repeat-x top left #b4b4b4;
}


/********************************** CONTENT ***********************************/
#hauptwrap {
  background: url(img/bg_grey_start.gif) repeat-y 200px 0px;
  margin-top: 2px;
}

#wrapper {
  float: left;
  width: 99.9%; /* ansonsten vertikaler scrollbalken FF */
}

#content {
  margin: 0 34% 0 200px;
  background: #f4f4f4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: #f5f5f5 url(img/bg_content_schatten.gif) repeat-x 0 0;
  padding: 2.6em;
}

/* Tabellenstyles */
table {
  margin: 1em 0;
}
tr {
  text-align: left;
  background-color: #fff;
}
th {
  color: #444;
  padding: 0.3em 0.8em;
  background-color: #e1e1e1;
}

td {
  padding: 4pt 4em 4pt 2em;
  line-height: 1.6em;
  background: #fff;
}


/*********************************** MARGI ************************************/
#margi {
  float: left;
  width: 34%;
  margin-left: -34%;
  background: #fff;
}

#margi p, #margi h4, #margi img {
  padding: 0 1.5em 0 1.5em;
}

#margi .csc-textpic-text p {
  display: table;
}

#margi h3 {
  background: #dedede url(img/bg_margi_header.gif) repeat-x 0 0;
  height: 1.6em;
  padding: 0.4em 1.5em 0 1.5em;
  margin: 0;
}

/* Newsstyles */
#margi .news-latest-item h4 {
  padding-left: 1.2em;
}
#margi .news-latest-date {
  float: left;
  margin-right: 0.2em;
  font-weight: bold;
}


/********************************* BMU_SUCHE **********************************/
table#bmusuche {
  margin: 1em 0 0 0;
  padding: 0;
}

table#bmusuche th {
  width: 12em;
  margin: 0;
  padding: 0 0 0 1em;
}
table#bmusuche th p { line-height: 1.4em; }

table#bmusuche td {
  width: 20em;
  margin: 0;
  padding: 0;
  background: #e1e1e1; 
}
table#bmusuche td select {
  border: 1px solid #aaa;
  width: 95%;
}

input#bmuSubmit {
  width: 10em;
  background: url(img/bg_suchbutton.gif) repeat-x top left;
  margin: 0 1em 2em 1em;
  padding: 0.1em 0.5em;
  color: #fff;
  border: none;
  font-weight: bold;
  float: right;
}


/********************************** FOOTER ************************************/
.clearing {
  height: 0;
  clear: both;
  font-size: 0;
  display: none;
}

#footer {
  background: #f26f25;
  border-top: 1px solid #f46904;
  color: #fff;
  clear: left;
  width: 100%;
}

#footer p {
  margin: 0;
  padding: 0 0 0 19.2em;
}



/*************************** NEWSLETTERANMELDUNG ******************************/
#directmail-subscription form fieldset legend { display: none; }
#directmail-subscription form fieldset {
  border: none;
  margin-left: 1em;
}
*html #directmail-subscription form fieldset { margin-left: 1.2em; }

#directmail-subscription label {
  /*width: 122px;*/ 
  display: block;
  float: left;
  margin: .25em 0;
}
#directmail-subscription input {
  width: 11em;
  display: block; 
  margin-bottom: .5em;
  margin-left: 122px;
}
#directmail-subscription select {
  width: 11.3em;
  display: block;
  margin-bottom: .5em;
  margin-left: 122px;
}
#directmail-subscription .error { 
  color: #E10A13;
  width: 99%;
  float: none;
}
#directmail-subscription p {
  line-height: 1.3em;
}

#directmail-subscription .submitButton {
  background: #554c43 url(img/bg_suchbutton.gif) repeat-x 0 0;
  margin: 0 0 1em 12.6em;
  padding: .3em .5em;
  color: #fff;
  width: 15.4em;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
}