BODY             {
                   margin-top:0px;
                   margin-bottom:0px;
                   margin-left:0px;
                   margin-right:0px;
                   margin:0px;
                  }

table			 {
				   table-layout:fixed;
				 }

.black { background-color:black; }
.red { background-color:lightblue; }
.yellow { background-color:yellow; }
.green { background-color:green; }
.blue { background-color:lightblue; }

#linksrechts {
  border-left-width:1cm;
  border-left-style:solid;
  border-left-color:red;
  border-right-width:1cm;
  border-right-style:solid;
  border-right-color:lightgreen;
  text-align:justify; }
#linksrechtstwo {
  border-left-width:1cm;
  border-left-style:solid;
  border-left-color:yellow;
  border-right-width:1cm;
  border-right-style:solid;
  border-right-color:blue;
  text-align:justify; }
#linksrechtsthin {
  border-left-width:1px;
  border-left-style:dashed;
  border-left-color:orange;
  border-right-width:1cm;
  border-right-style:solid;
  border-right-color:orange;
  text-align:justify; }
#obenuntenthin {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:blue;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:blue;
  text-align:justify; }
#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:yellow;
  text-align:justify; }
#rundrumtwo {
  border-width:1px;
  border-style:solid;
  border-color:lightblue;}
#rundrumthree {
  border-width:1px;
  border-style:dotted;
  border-color:magenta; }




/* Styles fŸr Links */

a:link, a:visited {color:#666666; text-decoration:none; font-size:14px; font-style:italic; font-weight:bold; font-family:Times, Arial, Helvetica, sans-serif; line-height:16px; }
a:hover {color:red; text-decoration:underline; font-size:14px; font-style:italic; font-weight:bold; font-family:Times, Arial, Helvetica, sans-serif;}
a:active {color:#FFFF33; text-decoration:underline; font-size:14px; background-color:red; font-style:italic; font-weight:bold; font-family:Times, Arial, Helvetica, sans-serif;}


/* Fliesstext ohne Rand, links oben*/

.text      {
            font-size:10px;
			color:#444444;
            margin-top:5px;
            margin-bottom:5px;
            margin-left:5px;
            margin-right:5px;
			line-height:13px;
			font-family:Verdana, Helvetica, sans-serif;
           }

.text2      {
            font-size:14px;
			color:#444444;
            margin-top:5px;
            margin-bottom:5px;
            margin-left:5px;
            margin-right:5px;
			line-height:13px;
			font-style:italic;
			font-family:Times, Arial, Helvetica, sans-serif;
           }		   
           
.titel     {
            font-size:16px;
			color:#FFFF33;
            margin-top:5px;
            margin-bottom:5px;
            margin-left:5px;
            margin-right:5px;
            line-height:18px;
            font-weight:bold;
            font-style:italic;
			font-family:Times, Arial, Helvetica, sans-serif;
           }
                      
.pic    {
            margin-top:5px;
            margin-bottom:5px;
            margin-left:5px;
            margin-right:5px;
           }
           

