@import "intern-2.css";

html{ 
  text-align: center;
  background: #f8ffe9;
  font-family: Verdana,Arial,Helvetica,Sans;
  font-size: 13px;
  padding: 4px;
}

div#titelbild{ margin-bottom: 12px; }

div#hintergrundbild{ 
                     position: fixed;
                     margin-top: 140px;
                     left:0px;
                     bottom: 0px;
                     background: transparent url(bilder/untererRand-7.jpg) bottom left no-repeat;
                     }

p#platzhintergrund{ height:  400px;
                    width: 600px;
                    background: transparent;
                   }

body{ 
      margin: 4px auto;
      position: relative;
      text-align: left;
      width: 850px;

      }

div{ background: transparent;
     position: relative;
     }

h1{ 
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    margin: 18px 4px 12px 4px;
    padding: 6px 4px;
    color: #fff;
    background: #4b690e;    
    border: 1px solid #058576;
    border-width: 0px;
    }

h4{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0px 4px 8px;
    padding: 6px 4px;
    color: #fff;
    background: #4b690e;    
    border: 1px solid #058576;
    border-width: 0px 0px;
    }

h3{ 
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    margin: 0px 4px 4px;
    padding: 6px 21px;
    color: #684c01;
    background: transparent;
    background: transparent url(bilder/back.gif);
    }

h2{    
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    margin: 24px 4px 0px;
    padding: 8px 21px 0px;
    color: #000;
    background: transparent;    
    border: 1px solid #bdff14;
    border-width: 12px 0px;
    }

h5{    
    font-size: 16px;
    line-height: 20px;   
    font-style: normal;
    margin: 0px 4px 0px;
    padding: 8px 4px;
    color: #000;
    background: transparent;    
    border: 1px dotted #a596a5;
    border-width: 1px 0px 0px 0px;
    }

h6{
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 15px;
    margin: 0px 0px 8px 4px;
    padding: 0px;
    color: #666;
    background: transparent;    
    border: 1px double #a596a5;
    border-width: 0px;
 }

p{ 
   font-size: 13px;
   line-height: 16px;
   color: #000;
   background: #f8ffe9;
   margin: 0px 4px 2px;
   padding: 0px 4px 6px;
   }


img{ border: 0px;
     margin: 0px;
     padding: 0px;
     }

ul { list-style-type: disc;
     margin-left: 12px;
     background: transparent;
  }

li { margin: 2px 0px;
     line-height: 18px;
     padding: 2px 0px; 
    }

ul.menu { padding: 3px 0px 10px 4px;
    margin: 0px 10px 0px 6px;
    list-style-position: outside;
    list-style-type: none;
    background: transparent;
    }

ul.menu ul { list-style-type: none;
        margin-left: 6px;
        background: transparent;
  }

ul.menu ul ul { list-style-type: none;
           margin-left: 2px;
           background: transparent; }

ol {  list-style-type: decimal;  }

ol ol {  list-style-type: lower-latin;  }

li.menu { margin: 1px 0px;
    line-height: 18px;
    border: 1px solid #bdff14;
    border-width: 0px 0px 1px 0px;
    background: transparent;
    padding: 2px 0px; 
    }

li a {  text-decoration: none;
 }
strong{ font-weight:bold; }

table{ border-spacing: 7px; }

textarea { width:800px;
           min-height: 400px;}

input { width: 450px; }
input.button { width: 96px; }



