/*
	Pranke Consulting - Site Style Sheet

	2002-01-28 / DaG	Creation

	Colors:
		V1:		blue and grey
			#179446		- deep blue
			#e1e1e1		- logo gray	(very light)

		V2:		brown
			#179446		- kack brown
			#e1e1e1		- logo gray	(very light)
*/

BODY{
  background-color : white;
  font: 12pt arial, helvetica, sans-serif;
}

TD.Heading{
  font: 16pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  font-style: italic;
  /* color : #179446; */
  color : #179446;
}

TABLE.HeadNavFrame{
  /* background-color : #179446; */
  background-color : #179446;
}

/* 	TD.HeadNav{ */

TD.HeadNav{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : white;
  background-color : #179446;
}

TD.HeadNav A{
  color: white;
  text-decoration: none;
}

TD.HeadNav A:HOVER{
  color: green;
  text-decoration: underline;
}

TD.pbcNav A{
  color: white;
  text-decoration: none;
}

TD.pbcNav A:HOVER{
  color: white;
  text-decoration: underline;
}
TD.pbcNav{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : white;
  background-color : #179446;
}



TD.HeadNavHR{
  background-color : #e1e1e1;
}

TD.SideNav{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : white;
  background-color : #179446;
}

TD.SideNavItem{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : white;
  background-color : #179446;
}

TD.SideNav A{
  color: white;
  text-decoration: none;
}

TD.SideNavItemSelected{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : #179446;
  background-color : #e1e1e1;
}

TD.SideNavTitle{
  font: 10pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : black;
  background-color : #e1e1e1;
}

TD.SideNavTitle A.SideNavTitle{
  color: black;
  text-decoration: underline;
}

TD.Body{
  font: 11pt arial, helvetica, sans-serif;
/*font-weight: bold; */
}

TH.Body{
  font: 10pt arial, helvetica, sans-serif;
  font-weight: bold;
  background-color : #DCDCDC;
}

TH{
  font: 8pt arial, helvetica, sans-serif;
  font-weight: bold;
  background-color : #DCDCDC;
}

TD{
  font: 8pt arial, helvetica, sans-serif;
  /*font-weight: bold;*/
  /*background-color : #DCDCDC;*/
}

/*
LI{
  font: 11pt arial, helvetica, sans-serif;

}
*/

H1{
  font: 16pt arial, helvetica, sans-serif;
  font-weight: bold;
  color: black;
/*  background-color: #e1e1e1; */
  padding-left: 0pt;
  padding-right: 10pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
}

H2{
  font: 14pt arial, helvetica, sans-serif;
/*  font-weight: bold;*/
  color: black;
  padding-left: 0pt;
  padding-right: 10pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
}

H3{
  font: 12pt arial, helvetica, sans-serif;
  font-weight: bold;
  color: black;
  padding-left: 0pt;
  padding-right: 10pt;
  padding-top: 2pt;
  font-style: italic;
}

.Abspann {
  font: 8pt arial, helvetica, sans-serif;
  color: black;
}

TD.PathInfo{
  font: 8pt tahoma, arial, helvetica, sans-serif;
  font-weight : bold;
  color : black;
}

TD.PathInfo A{
  color: black;
  background-color: #e1e1e1;
}

/* Formatierung für Beispielblöcke in Manuals */
.example{
  font: 8pt courier new, courier, tahoma;
  background-color : #FEFFD2;
}

/*

HR{
  color: #666666;
  height: 3px;
}

P{
  color: white;
}

A{
  color: #FFFFFF;
  text-decoration: none;
}
A:VISITED{
  color: #DDDDDD;
  text-decoration: none;
}
*/
/*
A:HOVER{
  color: #FFFFFF;
  text-decoration: underline;
}
A:ACTIVE{
  color: #000000;
  text-decoration: none;
}
UL{
  color: #000000;
/*  list-style-image : url(l_stain1.gif);*/
/*  list-style-position: outside;*/
}
*/


