body { background-color:#FFFFFF; 
       font-family:Arial,Verdana;
       color:000000; 
	   margin:0px; }
	   
/* ********************************************* */
/* Formatierungen für den Seitenkopf             */
/* ********************************************* */
	   
.logobox{ background-image:url(../images/logo.bg.gif); 
     background-repeat:repeat-x;
	 margin:0px; }
	 
img { background-color:rgb(255,255,255); 
     margin:0px; }
	 
td.head { font-size:14.0px;
   margin:0px 0px 0px 0px;
   padding:0px 40px 0px 0px; }
   
table.head { 
   margin:0px 0px 0px 85px; }
   
.HeadText { font-weight:bold;
   text-decoration:none;
   color:rgb(126,98,146); }

/* ********************************************* */
/* Formatierungen für den Content-Teil           */
/* ********************************************* */
   
table.content { 
   margin:0px 0px 0px 5px; }
   
p {font-size:13.0px;
   text-decoration:none;
   text-align:justify;}

p.normal { 
   margin:5px 0px 5px 10px; }
   
small {font-size:12.0px; }
   
p.item {
   margin:5px 0px 5px 35px; }
   
p.itemhead { 
   margin:15px 0px 0px 30px; }
   
h1 { font-size:15.0px;
   font-weight:bold;
   text-decoration:underline;
   margin:20px 0px 15px 0px;
   color:rgb(60,60,60); }
   
h2 { font-size:13.0px; 
   font-weight:bold; 
   text-decoration:underline;
   color:rgb(60,60,60);
   margin:15px 0px 0px 30px; }
   
ul { font-size:13.0px;
   text-decoration:none;
   text-align:justify;
   list-style-position: outside;
   margin-left: 0px; 
   padding-left: 0px; 
   margin-top: 0px;
   padding-top: 9px; }
   
ul.dl {
   list-style-image:url(../images/dreieck.gif);}
   
ul.lst {
   list-style-image:url(../images/strich.gif);}
      
li { margin-left: 65px; 
   margin-top: 6px; }
   
img.Picture {margin-left:40px;
   margin-top:50px;}

/* ********************************************* */
/* Formatierungen für den Fuss-Teil           */
/* ********************************************* */
      
.footbox{ background-image:url(../images/line.gif); 
     background-color:rgb(255,255,255);
     background-repeat:repeat-x;
	 margin:0px; }
	 
div.foot{position:fixed; bottom:0px;}

.foottext{font-size:9.0pt;
   margin:0px 40px 0px 5px; }
   
table.foot { 
   margin:5px 0px 5px 40px; }

/* ********************************************* */
/*  Links                                        */
/* ********************************************* */

/* Allgemein */

a:link { text-decoration:none;
   color:rgb(113,88,131); }

a:visited{ text-decoration:none;
   color:rgb(113,88,131); }

a:hover{ text-decoration:underline;
   color:rgb(38,97,216); }

a:active{ text-decoration:underline;
   color:rgb(38,97,216); }

a:focus{ text-decoration:underline;
   color:rgb(38,97,216); }
   
/* Normaler Text */

a.NormalLink {font-weight:normal; }
   
/* Seiten-Kopf */

a:link.HeadLink { 
   font-weight:bold; 
   text-decoration:none;
   color:rgb(167,153,174); }

a:visited.HeadLink { 
   font-weight:bold; 
   text-decoration:none;
   color:rgb(167,153,174); }

a:hover.HeadLink { 
   font-weight:bold; 
   text-decoration:underline;
   color:rgb(126,98,146); }

a:active.HeadLink { 
   font-weight:bold; 
   text-decoration:underline;
   color:rgb(126,98,146); }

a:focus.HeadLink { 
   font-weight:bold; 
   text-decoration:underline;
   color:rgb(126,98,146); }

/* Überschriften */
   
a:link.SecLink{ 
   font-weight:bold;
   text-decoration:underline;
   color:rgb(126,98,146); }

a:visited.SecLink{ 
   font-weight:bold;
   text-decoration:underline;
   color:rgb(126,98,146); }

a:hover.SecLink{ 
   text-decoration:underline;
   color:rgb(38,97,216); }

a:active.SecLink{ 
   text-decoration:underline;
   color:rgb(38,97,216); }

a:focus.SecLink{ 
   text-decoration:underline;
   color:rgb(38,97,216); }
