body 
{ 
	color: gray; background: white; 
	font: 90% "Verdana", "Arial", sans-serif; 
	margin-left: 10%; margin-right: 10%;
}

h1 
{ 
	font: bold 150% "Arial", "Verdana", "Helvetica", sans-serif;
	color: #FF6600; background: white;
	margin-left: -8%; /*font-size: 200%;*/ 
} 

h2
{
	margin-left: -4%;
	color: #FF6600; background: white;
	font: small-caps 110% "Arial", "Verdana", "Helvetica", sans-serif;
}

h3,h4,h5,h6
{
	margin-left: -4%;
	color: #FF6600; background: white;
	font: small-caps 90% bold "Arial", "Verdana", "Helvetica", sans-serif ;
}

pre 
{ 
	font-family: monospace; 
}

p,ul, ol,a 
{ 
	color: gray; background: white;
	font: 90% "Verdana", "Arial", sans-serif; 
	text-align: justify;
}

a.tabelle 
{ 
	color: red; background: white;
	font: 100% "Verdana", "Arial", sans-serif; 
	text-align: justify;
}

li.yes
{
	color: gray; background: white;
	font: 100% "Verdana", "Arial", sans-serif; 
	text-align: left;
	list-style: url(basisbilder/plus.gif) disk;
}

li.no
{
	color: gray; background: white;
	font: 100% "Verdana", "Arial", sans-serif; 
	text-align: left;
	text-indent: 0;
	list-style: url(basisbilder/minus.gif) disk;
}

li.yes_spez
{
	color: gray; background: white;
	font: 90% "Verdana", "Arial", sans-serif; 
	text-align: left;
	text-indent: 4%;
	list-style: url(basisbilder/plus.gif) disk;
}

td, tr
{
	color: gray; background: white;
	font: 90% "Verdana", "Arial", sans-serif; 
}

tr.color1
{ 
	font: 90% "Verdana", "Arial", sans-serif; 
	color: #FFFFFF; background: #FF6600;
}

tr.color2 
{ 
	font: 80% "Verdana", "Arial", sans-serif; 
	color: #FF6600; background: #FFCC66; 
}

td.block
{
	color: gray; background: white;
	font: 90% "Verdana", "Arial", sans-serif; 
	text-align: justify;
}

img.oneside
{
	margin-right: 1em; margin-bottom: 1em;
} 

img.rightside
{
	margin-left: 1em; margin-bottom: 0em;
} 

p.picture
{
	margin-left: 8%; margin-top: 3em;
}

strong,b
{
	font: bold 90% "Verdana", "Arial", sans-serif; 
}

strong.tabelle
{
	font: bold 100% "Verdana", "Arial", sans-serif; 
}

:link 
{ 
	color: #FF6600; background: transparent;
}  /* for unvisited links */

:visited 
{ 
	color: #FF6600; background: transparent;
} /* for visited links */

:active 
{ 
	color: #FF6600; background: transparent;
} /* when link is clicked */

:hover 
{ 	
	color: gray; background: transparent;
} /* when mouse is over link */

:hover.tabelle 
{ 	
	color: gray; background: transparent;
} /* when mouse is over link */

table.leftside
{
	float:left; 
	margin-right:1em; 
	margin-bottom: 1em;
} /* Text soll links von der Tabelle fließen */