/* Allgemeine Angaben zu Brauhaus Joh.Albrecht */

/* Linkfarben */
a:link {color: #052683; text-decoration: none;}
a:visited {color: #052683; text-decoration: none;}
a:active {color: #7EA8DA; text-decoration: underline;}

body
{
  background-color: #FFEAC1;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

/* allg. Schriftart und Groesse */
h1,h2,h3,h4,td,th,li,p,b,i
{
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 9pt;
}

h1 {font-size: 15pt;}
h2 {font-size: 13pt;}
h3 {font-size: 11pt;}
h4 {font-size:  9pt;}

#winzig {font-size: 5px;}
#klein  {font-size: 7pt;}
#normal {font-size: 9pt;}
#gross  {font-size: 11pt;}

/* Schriftfarben */
#blau	  {color: #052683; background-color: #F2DEB7}

/* fuer leere td's */
td.leer {line-height : 1px;}

/* Klasse Aehre und Links der Startseite*/
td.aehre
{
  width: 100px;
  text-align: right;
  line-height : 51px;
}

td.link
{
	width: 224px;
  text-align: left;
  line-height : 51px;
}

td.clink
{
  font-size: 7pt;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
}

