/* Stylesheet für Kiedels.com */

/* allgemeine Vorgaben */
body,h1,h2,p,a
            { font-family:Arial,Verdana,Helvetica 
            }   

body        {  background-color:rgb(0,0,100); 
               color:rgb(255,255,255) 
            }
 
            
/* Spezielle Vorgaben */
/*
a:link      {  color:#ff8000 
            }
a:active    {  color:#ff8080 
            }
*/
a:visited   {  color:#ff8040 
            } 
a:hover     {  color:#FFFFFF 
            }

/* */
.fuss       {  text-align:right; 
               color:#ff8000;
               font-weight:lighter;
               font-size:8pt;
                 vertical-align:bootom;
            }
.oben       {  vertical-align:top;
               width:33%
            }
.t5         {  width:15%;
               border-style:solid;
               border-width:0px;     
               vertical-align:top                          
            }            
.t3         {  width:33%
            }           
.t20        {  width:20%
            }           
.t60        {  width:60%;
               line-height:250%;
/*
               border-style:solid;
               border-width:2px;     
               vertical-align:top;
*/               
               text-align:center                                          
            }           

table.std   {  font-size:18pt;
               font-weight:bold;
               border-width:1px; 
               width:100%
            }
            
/* Nur für die Titelseite */
body.title  {  text-align:center 
            }
h1.title    {
            	font-weight: normal;
            	font-size: 16pt;
            	color: #ff8000;
            	line-height: 20pt;
            	letter-spacing: 4pt;
            }
h2.title    {  font-weight:normal; 
               font-size:24pt;
              	line-height: 60pt 
            }
table.title {  border-style:none; 
               border-width:0px; 
               width:100%; 
               height:100% 
            }
td.title    {  text-align:center 
            }


/* Nur für die Menüs */
table.menu  {  font-size:9pt;
               font-weight:bold;
               border-width:0px; 
               width:100%; 
               height:3%;
            }
td.menu     {  width:25%;
               text-align:center;
               background-color:rgb(0,0,140);
               border-style:solid;
               border-width:2px; 
               border-spacing:40px;   
               border-right-color: rgb(140,140,180);
               border-bottom-color: rgb(140,140,180);
               border-left-color: rgb(80,80,120);
               border-top-color: rgb(80,80,120)
            }
td.menuhl   {  width:25%;
               text-align:center;
               border-style:solid;
               border-width:2px; 
               border-spacing:40px;   
               border-right-color: rgb(80,80,120);
               border-bottom-color: rgb(80,80,120);
               border-left-color: rgb(140,140,180);
               border-top-color: rgb(140,140,180)
            }
            