/* Layout fuer beckers-im-netz.de */

body {
   background:#EFB8A0;
   color:#EFB8A0;
   font-family: arial;
   font-size: 12px;

}


#oben {
  width:950px;
  height:100px;
  padding: 0px;
  margin: 0px;
  /*background-color:#FF7F00;*/
}

#inhalt {
  width:950px;
  background-color:#732626;
  min-height:450px;
}

* html #inhalt {
  width:950px;
  background-color:#732626;
  height:450px;
}
 

#links {
  float:left;
  width:250px;
  min-height:450px;
  text-align: left;
  background-color:#732626;
  padding-left:5px;
}

#mitte  {
  min-height:450px;
  background-color:#732626;
  text-align:left;
}

* html #mitte  {
  height:450px;
  background-color:#732626;
  text-align:left;
}


#rechts {
  float:right;
  width:200px;
  min-height:450px;
  background-color:#732626;
  text-align:left;
  padding-right:5px;
  padding-left:15px;

}

#unten {
  clear:both;
  width:950px;
  height:25px;
  background-color:#DE8C18;
}

h1 {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: #DE8C18;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0px;
  padding-top:10px;

}

h2 {
  font-family: arial;
  font-size: 14px;
  /*font-weight: bold;*/
  color:#DE8C18;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top:10px;
  padding: 0px;
  border-width:1px;
  border-color:#808080;
  border-style:solid;
}


div.newsheader {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  background-color:#8763D4;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  margin-bottom: 0px;
  margin-top:10px;
  padding: 0px;
  border-width:1px;
  border-color:#808080;
  border-style:solid;
  border-bottom-style:none;
}

div.newsbody {
  font-family: arial;
  font-size: 12px;
  background-color: #DE8C18;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top:0px;
  padding: 3px;
  border-width:1px;
  border-color:#808080;
  border-style:solid;
}

a:link, a:visited, a:active{
  color:#EFB8A0;
  text-decoration: underline; 
  border:0px;
}

a:hover {
  color:#8763D4;
  text-decoration: underline; 
  border:0px;
}

a.menu1 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #EFB8A0;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0px;
  padding: 0px;
}

a.menuact1 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #DE8C18;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0px;
  padding: 0px;
}

a.menu2 {
  font-family: arial;
  font-size: 12px;
  #font-weight: bold;
  color: #EFB8A0;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0px;
  margin-left:15px;
  padding: 0px;
}

a.menuact2 {
  font-family: arial;
  font-size: 12px;
  #font-weight: bold;
  color: #DE8C18;
  text-decoration: none;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0px;
  margin-left:15px;
  padding: 0px;
}

p.newstext {
 color:#646464;
}
