/* massnahme.eu legacy style-sheet */

/* Body Pump */

html, body {
  width: 100%;
  background-color: #fff;
  color: #300;
  height: 94%;
  width: 98%;
  }



/* Textformatierung */
  
h1, h2, h3, h4, p {
  color: #300;
  font-family: "Arial Narrow", Arial, SunSans-Regular, Sans-Serif, Verdana;
  font-size: 13pt;
  }

h1, h2 {
  font-weight: bold;
  page-break-after: avoid;
  }
  
p, pre{
  font-size: 11pt;
  }

img {
  border: 0;
  }

a { color: #300; background: transparent; }
a:visited { color: #300; background: transparent;}
a:hover { color: #300; background: transparent;}
a:active { color: #300; background: transparent;}



/* Logolette */

#logo {
  background: url(../img/massnahme.gif) 95% 100% no-repeat !important;
  background-color: #330000;
  }




/* Les Containers */

#middle {
  width:100%;
  background-color: #ecebe5;
  text-align: left;
  }




/* Sub-Navigation */

#left {
  text-align: left;
  background-color: #ecebe5;
  display: block;
  height: 32px;
  width: 100%;
  }

#leftpic {
  background-color: #ecebe5;
  float: left;
  border: 0;
  margin: 0;
  height: 316px;
  width: 270px;
  }

#left a {
  display: inline;
  margin-bottom: 10px;
  margin-left: 12px;
  }

 
  
/* Der Content */

#content {
  width: 100%;
  background-color: #ecebe5;
  }

.contentleft, .contentstoff {
  display: inline;
  width: 265px;
  float: left;
  }

.contentright {
  display: inline;
  text-align: left;
  }

.contentright p, .contentright h1, .contentright h2 {
  margin-left: 64px;
  }

.contentsingle {
  display: inline;
  text-align: left;
  padding: 0 0 0 12px;
  overflow: auto;
  }
  
.contentstoff div { display: none; }



/* Fußvolk: Die Hauptnavigation */

#footer {
  clear: both;
  background-color: #330000;
  width: 100%;
  padding: 15px 0 0 0;
  }

#footer img {
  float: left;
  display: inline;
  padding: 0 60px 0 0;
  }

