/*
www.sonata-siukstiene.de
Design und Umsetzung: sunshineIT, Inh. B. Schröder
Jegliche Änderung oder Vervielfältigung vorbehalten
  */

*
 {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

body
    {
    background-color: #f4deb0;
    font-family: Arial, Verdana;
    font-size: 0.8em;
}

a {
  text-decoration:none;
  color: #8f6614;
}

a.text:hover{
             background-color: #f4deb0;
}

a.top_and_home{
               color: #8f2814;
}

a.top_and_home:hover{
                      color: #8f2814;
                      background-color: #f4deb0;
}

div {
   background-color: #ffffff;
}

input{
      border-bottom: 1px dotted #8f2814;
      background-color: #f4deb0;
      padding: 2px;
      margin: 0.17em;
}

input.button{
            margin: 10px 10px 0px 0px;
            border: 1px solid #8f6614;
            color: #8f2814;
}

textarea{
         background-color: #f4deb0;
         padding: 2px;
         margin: 0.17em;
}

ul{
   margin: 10px 0px 10px 30px;
   line-height: 1.5em;
}

div.container
   {
   float:left;
   display: inline;
   width: 970px;
   position: relative;
   left: 0px;
   background-color: #ffffff;
   background-image: url(images/schatten.gif);
   background-position: right;
   background-repeat: repeat-y;
}

/* Einstellungen für das Menu */

div.menu {
         width: 150px;
         margin: 20px 20px 0px 30px;
         display:inline;
         float: left;

}

p.menu_top{
           width: 140px;
           font-size: 1em;
           padding: 4px 5px;
           margin: 5px 0px 2px 0px;
           -moz-border-radius: 3px;
           background-color: #8f2814;
           color: #ffffff;
}

p.menu_sub{
           width: 125px;
           margin: 2px 0px 0px 0px;
           position: relative;
           left: 15px;
           padding: 4px 5px 4px 5px;
           color: #505050;
           background-color: #ffffff;
           border-bottom-style: dashed;
           border-bottom-width: 1px;
           border-bottom-color: #8f8f8f;

}

p.menu_top:hover{
  background-color:#db9c1f;
  -moz-border-radius: 3px;
  color:#ffffff;
}

p.menu_sub:hover{
  background-color:#db9c1f;
  border-bottom-color: #db9c1f;
  -moz-border-radius: 3px;
  color:#ffffff;
}

a.menu_top{
       text-decoration: none;
       color: #ffffff;
}

a.menu_sub{
       text-decoration: none;
       color: #505050;
}
a.menu_sub:hover{
       text-decoration: none;
       color: #ffffff;
}

/* Einstellungen für den eigentlichen Seiteninhalt */

div.inhalt {
           width: 690px;
           display:inline;
           margin: 20px 70px 0px 0px;
           float: right;
           color: #505050;
}

h1{
   font-weight: normal;
   font-size: 1em;
   width: 690px;
   background-color: #8f2814;
   color: #ffffff;
   padding: 4px 0px 4px 5px;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
   margin: 5px 0px 10px 0px;
}

h2{
   font-size: 1em;
   font-weight: normal;
   border-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #8f2814;
   color: #8f2814;
   margin: 20px 0px 15px 0px;
}

h3{
   font-size: 1em;
   text-decoration: none;
   font-weight: bold;
   color: #8f2814;
   margin: 30px 0px 5px 0px;
}

p.text{
       text-align: justify;
       line-height: 1.5em;
}

p.eingerueckt{
              margin: 10px 0px 10px 50px;
              text-align: justify;
              line-height: 1.5em;
}


/* Einstellungen für den footer */
p.link2home{
            clear: both;
            text-align: right;
            margin: 10px 30px 0px 0px;
}

div.footer{
           clear: both;
           margin: 0px 70px 0px 30px;
           width:870px;

}