/*www.new-media-artists.de - stylesheet */

/*---------------------------------------------------------------------------------------------*/
/* standartbody */
           body          {
                                font-family:Arial,sans-serif;
                                color:#5C5C5C;                                
                                background-color:#FFFFFF;
                                margin-top:0px;
                                margin-bottom:0px;
                                margin-left:0px;
                                margin-right:0px;
                         }

/*---------------------------------------------------------------------------------------------*/
/* schrifttags definition */

p,ul,ol,li,div,address,blockquote,nobr,b,small
                        {
                                font-family:Arial,sans-serif;
                                color:#5C5C5C;
                                line-height:150%;
                                text-align:left;

                        }
p                       {
                                font-size:8pt;                                
                        }
p.blau                  {
                                font-size:8pt;
                                font-weight:bold;
                                color:#ACB2DC;
                        }
p.white                  {
                                font-size:8pt;
                                font-weight:bold;
                                color:#FFFFFF;
                        }
strong                  {                               
                                font-size:16px
                        }
small                   {
                                font-size:7pt;                                
                                font-weight:bold;
                        }
li			{
				font-size:8pt;
			}  
                      
                        
h1,h2,h3,h4,h5
			{
				font-weight:bold;
                                color:#ACB2DC;                                
                        }

h1                      {
                                font-size:16pt;                                                               
                        }

h2                      {
                                font-size:14pt;                                                                
                        }
h3                      {
                                font-size:12pt;                                
                        }
h4                      {
                                font-size:11pt;
                                color:#FF9A16;
                        } 
h5                      {
                                font-size:11pt;                                                               
                        }
center			{
				font-size:8pt;
			}


/*---------------------------------------------------------------------------------------------*/
/*links definition*/


a:link                  {
                                color:#ACB2DC;
                                text-decoration:none;
                                font-size:8pt;
                                font-weight:bold;

                        }
a:visited               {
                                color:#ACB2DC;
                                text-decoration:none;
                                font-size:8pt;
                                font-weight:bold;

                        }
a:active                {
                                color:#ACB2DC;
                                text-decoration:none;
                                font-size:8pt;
                                font-weight:bold;

                        }



/* a:link = Verweise zu noch nicht besuchten Seiten */

/* a:visited = Verweise zu bereits besuchten Seiten */

/* a:active = Verweise, die gerade angeklickt werden */


/*---------------------------------------------------------------------------------------------*/
/*tabellen definition*/


/* Table Column generell*/



td                       {                                
                                font-family:Arial,sans-serif;
                                color:#5C5C5C;
                                font-size:8pt; 
                                margin-top:0px;
                                margin-bottom:0px;
                                margin-left:0px;
                                margin-right:0px;
                         }
td.right                 {                                
                          	text-align:right;      
                         }
td.center                {                                
                          	text-align:center;      
                         }