
/* Body */
body
{
  background-color:#FFFFFF;
  color:#000000;
  font-family:Arial;
  font-size:12px;
}

/* Aufzählung */
ul
{ margin-left: 0px;
}


/* Aktiver Link */
a:link
{
  color:#000000;
  text-decoration:none;
}


/* Bereits besuchter Link */
a:visited
{
  color:#000000;
  text-decoration:none;
}


/* Gerade angeklickter Link */
a:active
{
  color:#000000;
}


/* Link wenn Mauszeiger darauf zeigt */
a:hover
{
  color:#000000;
  text-decoration: underline;
}



/* Überschriften der Berufe */
.navihauptpunkt
{
 font-family:Segoe Print;
 font-size: 16pt;
 line-height: 2;
 font-weight:  bold;
 text-align: left;
 color:red;
}

/* Überschriften des Berufmottos */
.naviunterpunkt
{
 font-family:Segoe Print;
 font-size: 12pt;
 font-weight:bold;
 text-decoration: undeline;
 text-align: left;
 color:red;
}




h1
{
  font-size:24pt;
}

h2
{
  font-size:20pt;
}

h3
{
  font-size:16pt;
}

h4
{
  font-size:12pt;
}

h5
{
  font-size:10pt;
  font-weight:bold;
}

h6
{
  font-size:4pt;
}


/* Normaler Text */
.normaltext
{
  font-size:10pt;
  font-weight:normal;
}

table {
	border:1px;
	cellpadding="0";
	cellspacing="0"
	}