body {font-size:80%;}
#logo { position:absolute;right:5px;top:5px;border-style:none;}
#h1 {margin-top:40px;}
h1
{
 font-family:Arial;
 color:#000;
 padding-bottom:5px;
}
h1{ font-size:1.3em;}

h2{ font-size:4;}

pre {
 font-size:1.2em;
 color:#000;
 border:1px solid #bbb;
 background-color:#efefef;
 padding:5px;
 margin-top:20px;
}
/* User Defined */

.heading
{
	/* Heading of Columns*/
 font-family: Verdana;
 font-size:2;
 font-weight:bold;
 color:#000000;
  
}
.cellbackcolor
{
	background-color:#FFCC00;
}

.text
{
	font-family: Arial;
	font-size: small;
}







/* Allgemeine Hyperlinks */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-family:Arial;
  font-weight:normal;
  color:#003cd7;
  font-size:1em;
}
a:active, a:hover
{ 
  color:#f00;
}
/* Hyperlinks vorherige Seite */
a.prev
{
 padding-left:14px;
 background: url(../images/xprev.gif) no-repeat left;
}
a.prev:link, a.prev:visited, a.prev:hover, a.prev:active
{ 
 text-decoration:underline;
 font-weight:normal;
}