/* Stylesheet- Vorlage für www.tutorialpage.de */

/* *** Allgemeine definitionen *** */
body,a,h1,h2,h3,h4,table,td,tr,li,ul,ol,p
{
		font-family:     Tahoma,Arial;
}

body		
				{       
					background-color:	#C1DCE6;
                font-size:        	10pt;
                margin:           	0pt;
            }

p				
				{	text-align:			justify;
					font-size:			10pt;
				}
              
/* *** Tabellendefinitionen *** */            
table         
				{
					font-size:        10pt;
				}                           

td.block		
				{
					background-color:	#fcfcfc;
				}
table.black		
				{
					background-color:	#000000;
				}             

/* Codetabellen */
tr.code         
				{      
            	 background-color: #F3EFDA;
            }            
            
           
/* *** Spezielle Links für den Heise-Newsticker *** */                
a.heise1
                {      	color:           #0000A0;
                		font-weight:	 lighter;
                        font-size:       8pt;                        
                }
a.heise2
                {      	color:           #008000;
                		font-weight:	 lighter;
                        font-size:       8pt;                        
                }                                
/* ********************************************** */


/* *** Linkdefinitionen *** */
a.link,a
                {      	color:           #3333FF;
                        font-weight:     bold;
                        font-size:       10pt;                        
                        text-decoration: none;
                }
                
a:active        {       font-style:      italic; }

a:hover         {       text-decoration: underline;
                }
a.tinyl         {      font-size:        8pt;                  
                       font-weight:      lighter;
                       text-decoration:  none;
                }



a.fot           {       color:            #0000A0;
                }

/* ***	Überschriften *** */              
h1,.h1              
					{       text-align:		  left;
                        font-size:        15pt;
                        font-weight:      900;
                        color:            #00008B;
                        font-family:      Bookman,Arial,Helv;
                }

h2, .h2         {
                        margin:           0px 0px 0px 0px;
                        font-size:        13pt;
                        font-weight:      800;
                        color:            #0000BF;
                        font-family:      Bookman,Arial,Helv;
                }

h3,.h3           
					{
                        margin:           10px 0px 0px 0px;
                        font-size:        11pt;
                        text-align:       left;
                        color:            #303030;
                        font-family:      Bookman,Arial,Helvetica;
                        font-weight:      500;
                }
h4, .h4
					{
                        margin:           10px 0px 0px 0px;
                        font-size:        10pt;
                        text-align:       left;
                        color:            #606060;
                        font-family:      Bookman,Arial,Helvetica;
                        font-weight:      500;
					}
                                        

/* *** Fusszeilen *** */
a.fotm, .fotm          
					{       color:            #000080;
                        font-size:        8pt;
                        font-weight:      lighter;
                }

/* *** C - Codesamples *** */
pre             {       margin:           0 0 0 0;
                }
.keyw           {       color:            #0000FF;
                        font-family:      "Courier New";
                        font-size:        10pt;
                        font-weight:      bold;
                }
.code           {       color:            #000000;
                        font-family:      "Courier New";
                        font-size:        10pt;
                        background-color: #F3EFDA;
                }
.comment        {       color:            #008000;
                        font-family:      "Courier New";
                        font-size:        10pt;
                }

/* *** Special Header *** */
.red            {       color:            #EE0000;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                        font-weight:      bold;
                }
.lred           {       color:            #EE0000;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                }

.green          {       color:            #008000;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                        font-weight:      bold;
                }
.lgreen          {       color:            #008000;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                }
                                
.blue           {       color:            #000080;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                        font-weight:      bold;
                }
.lblue          {       color:            #000080;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                }

.white          {       color:            #FFFFFF;
                        font-family:      Tahoma,Arial,Helvetica;
                        font-size:        10pt;
                        font-weight:      bold;
                }

.tiny, td.tiny, tr.tiny, table.tiny
                {       font-family:      Tahoma,Arial,Helvetica;
                        font-size:        8pt;
                }

/* *** Linien *** */
hr              {       size:             1; }

input			{ 		font-size: 		10pt;
							
                }