/*
############################## www..at ################################### 

<!-- |#############################################################################| -->
<!-- | powered by                                                                  | -->
<!-- |      _ _      _   _                                                    _    | -->
<!-- |   __| (_) ___| | | | ___  _ __ ___   ___ _ __   __ _  __ _  ___   __ _| |_  | -->
<!-- |  / _` | |/ _ \ |_| |/ _ \| '_ ` _ \ / _ \ '_ \ / _` |/ _` |/ _ \ / _` | __| | -->
<!-- | | (_| | |  __/  _  | (_) | | | | | |  __/ |_) | (_| | (_| |  __/| (_| | |_  | -->
<!-- |  \__,_|_|\___|_| |_|\___/|_| |_| |_|\___| .__/ \__,_|\__, |\___(_)__,_|\__| | -->
<!-- |                                         |_|          |___/                  | -->
<!-- | mailto:office@diehomepage.at                        web: www.diehomepage.at | -->
<!-- |#############################################################################| -->  

Wichtige Farben:

*/
   
/* ###################### Allgemeine Formatierungen ###################### */    

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    color: #4F4F4F;
    background-color: #EFEFEF; /* muß auch in mittig #td-zent eingestellt werden */
     
}
 
h1{
font-size: 150%; 
}

h2{
font-size: 130%; 
}

h3{
font-size: 120%; 
}

ul {
  margin: 0;
  padding: 4px;
  margin-left: 12px; 
  list-style: square;
  }

ul li{
 font-size: 90%;
 margin: 0 0 0px; 
 padding-left: 0px; 
}



.note{
font-size: 85%; 
}                                                                                                                                                            
                                                                                                                                                              

 #header h1 {
 padding: 0px;
 margin: 0px;
}


A:link {text-decoration: none; color: black; }
A:visited {text-decoration: none; color: #EF7F01;} 
A:active {text-decoration: none; color: #EF7F01;} 
A:hover {text-decoration: underline; color: #EF7F01;} 

/* ###################### Layoutformatierungen ###################### */  
/*
#wrap {
 min-width:750px;
 max-width:980px;

 width:expression(document.body.clientWidth < 900? "750px": "980px" && document.body.clientWidth > 900? "980px": "980px");
 background-color: red;
} 
*/ 
#wrap {
 min-width:990px;
 max-width:1000px;
 min-height: 500px;

} 

/* Kopf */
#logo {
    position: absolute;
    left: 740px; 
   
}
#logo a img{
 height: 150px;
 width: 260px;
 
}



/* Header */
#header{
    width:  1000px;
    height: 150px;
    background:url('../sysbilder/kopfbildneu_03.jpg') repeat-x;
}

   #cupweiter #header,
   #cup #header
   
   {
    width:  1000px;
    height: 150px;
    background:url('../sysbilder/kopfbildneu_regatta_03.jpg') repeat-x;
}
   #yachtencharter #header,
   #yachtcharter #header,
   #kojencharter #header,
   #charterweltweit #header,
   #hausboote #header
   
   {
    width:  1000px;
    height: 150px;
    background:url('../sysbilder/kopfbildneu_charter_03.jpg') repeat-x;
}


#breadcrumbs1 {
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #7a7a7a;
  font-style: italic;
  font-weight:bold;
}

.block .weiter a {
  color: #717e9e;
  font-size: 12px; 
}

#content ul li a {
  color: #004C7D;
  font-size: 16px; 
  
}

#breadcrumbs1 a:link { color:#004C7D;  text-decoration: none;  }
#breadcrumbs1 a:visited { color:#004C7D; text-decoration: none; }
#breadcrumbs1 a:focus {  color:#004C7D; text-decoration: underline; }
#breadcrumbs1 a:hover {  color:#004C7D; text-decoration: underline; }





#breitcontent {
 float: right;
 width: 95%; /* 100% für volle Breite */
 font-size: 95%;
 line-height: 1.2em;
 /* min-height hack for ie6 */
 min-height: 420px;
 height: auto !important;
 height: 420px;
 padding:20px;
 
}

  
/* Tabelle in CSS Kugelsicher */
.forums {
      line-height: 1.0em;
      background: #919191;
      }
    
.forums table {
      width: 99%;
      position: relative;
      top: -4px;
      left: -4px;
      border: 1px solid #000;
      background: #fff;
      font-size: 80%;
      }
.forums table caption {
      margin: 0;
      padding: 8px 20px;
      text-align: left;
      border: 1px solid #000;
      border-bottom: none;
      background: #fff;
      font-size: 120%; 
      }
      
.forums table th, .forums table td {
      margin: 0;
      padding: 8px 20px;
      text-align: center;
      border-bottom: 1px solid #b5b5b5;
      font-size: 100%;
      }
            
.forums table th {
      color: #999;
      font-size: 110%;
      }
.forums table .name {
      text-align: left;
      }
.forums table tr {
      background: #e6e6e6;
      }
.forums table tr.alt {
      background: #f1f1f1;
      }
.forums table td a {
      display: block;
      font-weight: lighter; 
    
      }

.forums table td.img img {
      float: left;
      margin: 0 8px 0 0;
      padding: 4px;
      border: 1px solid #D9E0E6;
      border-bottom-color: #C8CDD2;
      border-right-color: #C8CDD2;
      background: #fff;
      }



/* Formulare 
div.myform {border: 1px solid; padding: 0.5em;}
label.left {float: left; width: 10em;}
div.row {margin-bottom: 1em; clear: left;}
div.element {padding-left:10em;}
ul.errors {color: red; list-style-type: square; margin-top: 0.2em; padding-left: 1em;}  */  



/* footer */
#footer {
margin-top: 20px;
clear: both;

}
#footer p{
 clear: both;
 background: #1A5D9D;
 height: 20px;
 line-height: 2em;
 color: white;
 margin-bottom: 0;
 margin-top: 4px;
 text-align: center;
 font-size: 10px;

}

/* copyright */
#copyright {
    font-size: 60%;
    text-align: center;
    padding:0;
    margin:0;
}

#copyright a{
    color: #CFCFCF;
    text-decoration: underline;
}

#copyright a:hover{
    color: #000;
    text-decoration: none;
} 

/*   hier kommt jetzt die Yachtcharter definition */
#yachtcharter_temp{
 width: 310px;
 
 float: left;
 font-size: 11px;

}
* + html #yachtcharter_temp{
 width: 320px;
 float: left;
     padding:0px;
    margin: 0px;
}

#yachtcharter_temp fieldset {
    background-color: #EFEFEF; 
   
}

* + html #yachtcharter_temp fieldset {
    font-weight: bold;
    font-size: 11px;
    background-color: #fff;
    padding:0px;
    margin: 0px;
    text-align: center;
   
    
     
}
 #yachtcharter_temp legend {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 13px;
    font-weight: bolder;
    
}
* + html #yachtcharter_temp legend {
    
    padding: 0px;
    margin: 0px;
   
    
}


#yachtcharter_temp select{
 width: 300px;
 padding: 2px;
 margin: 2px;
 
}


.kabinenanzahl{
 width: 100px;
 float: left;

}

#button{
float: left;
vertical-align: top;
padding: 0px;
padding-right: 120px;
margin-top: 0px;
padding-top: 0px;
}



/* ende der Yachcharter Definition */