/*
Projekt: Nähatelier Lolita Ludwig

Erstellt am: 28.05.2005, mh
Zuletzt geändert: 28.05.2005, mh
www.duf.de

*/

/* >>>>>> Globale Tag-Selektoren <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

  * {
    font-size: 100%;
    margin:0;
    padding:0;
  }
   
  
  html {
    height:100%;
    width: 100%
  } 

    
  body {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size : 1em;
    height: 100%;
    background: #fff;
  }
  
  
  h1 {
    margin: 15px 10px 10px 25px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
  }
  
  
  h2 {
    margin: 15px 10px 10px 25px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
  }
  
  
  ul {
    margin: 0px 5px 15px 40px;
    color: #000;
  }
  
  
  li {
    
    list-style-type:disc;
    margin: 0 0.625em 0.4em 0;
  }
  
    

  img {
    border:0;
  }
    
  strong {
   color: #047BC1;
   font-weight: bold;
  } 
  
  
/* >>>>>> Global Classes <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
  
  .reader {
    display: none;
  }

  .clear {
    clear: both;
  }
  
  .subheadline {
    font-weight: bold;
    color: #F68031;
  }
  
  .absatz  {
	  margin-top: 8px;
  }

  
  .scriptmail{
    text-decoration:underline;
    color:#003A8D;
  }
  
  .mailformular {
    width: 300px;
    margin: 20px 0 30px 25px;
  }
  
  .mailformular td {
    vertical-align: top;
  }
  
  
  .impr a:link,.impr a:visited,.impr a:hover,.impr a:active {
    text-decoration:none;
    color:#fff;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 10px;
  }
  
    
  .duf a:link,.duf a:visited {
    text-decoration:none;
    color:#aaa;
  }
  
  .duf a:hover,.duf a:active {
    text-decoration:none;
    color:#000;
  }  
  
  .form-output{
    color: #828E79; 
    font-size: 1.2em;
  }
  
  input, textarea {
    border: 1px solid #84A6D6;
  }
  
  .button {
   margin: 10px 5px 0 0; 
   background-color:#84A6D6;
   color:#FFFFFF; 
   width:80px; 
   border:4px solid #DAEBF6;
   }
  
  .spaltenlink a:link,.spaltenlink a:visited,.spaltenlink a:hover,.spaltenlink a:active {
    text-decoration:none;
    color:#666;
   }           

  
/* >>>>>> ID Container <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */  
  
    
  #navi {
    text-align: left;
    margin: 40px 0 2px 0;
    padding: 8px 0;
    background-color: #84A6D6;
    font-size: 12px;
    font-weight: bold;
    width: 770px;
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	  width: 770px;
    }
    html>body #navi {
	  width: 770px;
  }
  
  #navi p {
    padding: 0 14px;
  }
  
  #navi .aktiv {
    color:#003A8D;
  }
  
  #navi a:link, #navi a:visited {
    text-decoration:none;
    color:#fff;
  }
  
  
  #navi a:hover,#navi a:active {
    text-decoration:none;
    color:#E6EDF7;
  }  
  
  
  
  #main {
    float:left; 
    width: 770px;
    background: #fff url(images/bg_spalten.gif) top right repeat-y;
  }
  
  
  #left {
    float: left;
    width: 478px;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  
  #bilder img {
   border-right: 2px solid white;
  }
  
  
  #content {
    color: #000;
  }
   
  #content p {
    margin: 0 20px 11px 25px;
  }
 
   
  #logospalte{
    float: right;
    width: 292px; 
    height: 446px;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.6em; 
    color: #000;
    background: #E6EDF7 url(images/bg_logo.gif) no-repeat bottom left;
  }
  
  #logospalte img{
    margin: 0;
    padding: 0;
    float: right;
    margin: 20px 0 0 0; 
  }

  #adresse{
    float: right;
    margin: 150px 8px 0 0;
  }  
  
  #footer {
    clear: both;
    margin: 0;
    padding: 8px 0 0 0;
    height: 24px;
    text-align: right;
    background-color: #84A6D6;
    border-top: 2px solid #fff;
    width: 770px;
  }
  
  
   #logospalte .scriptmail a:link, #logospalte .scriptmail a:visited {
    text-decoration: none;
    color:#003A8D;
  }
  
   #logospalte .scriptmail a:hover, #logospalte .scriptmail a:active {
    text-decoration:underline;
    color: #000;
  }  

  


  
  

  

  


