/* Stylesheet style.css */
/* www.weingut-hercher.de */

H1, H2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color : #000000;  
  }
  
BODY, P, TD{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color : #000000;
  }
TD.header{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color : #000000;  
	}
*.stand{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color : #000000;
  }
*.title{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color : #000000;
  }
*.subtitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color : #000000;
  }
A.navi:link    {color:#FFFFCC; font-weight: bold; text-decoration:none}
A.navi:visited {color:#FFFFCC; font-weight: bold; text-decoration:none}	
A.navi:hover	  {color:#FFFFCC; font-weight: bold; text-decoration:none}
A.navi:active  {color:#FFFFCC; font-weight: bold; text-decoration:none}

A.subNavi:link    {color:#FFFFCC; font-weight: normal; text-decoration:none}
A.subNavi:visited {color:#FFFFCC; font-weight: normal; text-decoration:none}	
A.subNavi:hover	  {color:#FFFFCC; font-weight: normal; text-decoration:none}
A.subNavi:active  {color:#FFFFCC; font-weight: normal; text-decoration:none}

A:link    {color:#006633; font-weight: bold; text-decoration:none}
A:visited {color:#006633; font-weight: bold; text-decoration:none}	
A:hover	  {color:#006633; font-weight: bold; text-decoration:underline}
A:active  {color:#006633; font-weight: bold; text-decoration:none}

INPUT.address, TEXTAREA.address{
    font-family : Verdana, Arial,Helvetica, sans-serif;
    font-size : 100%;

    color : #000033;
    background-color : #FFFFFF; 
    border : 1px;
    border-style : solid;
    border-color: #FFFFFF; 
  }


