/************************
** Grundformate
**/
/**********************************************************************/
        
            /*     Schriftart            */
            td,a,li { font-family: Arial, Arial, Arial; font-size:12px;}
            
            hr { border:0; height:2px; background-color:lightgrey; }

            /*     ATTRIBUTE FUER ALLE LINKS            */
            a:link { font-style: normal; text-decoration: none;}
            a:hover { font-style: normal; text-decoration: none;}
            a:visited { color:#aa00aa; font-style: normal; text-decoration: none;}
            a:active { color:#0a3e75; font-style: normal; text-decoration: none;}
            span { font-weight: bold;}
            img { border:0;}


	/* interne, externe und Email-Links */

		a.emaillink {
			/* background-image: url(http://www.fz-juelich.de/portal/lw_resource/datapool/layout/go_mail.gif); */
			background-image: url(go_mail_db.gif);
            		background-repeat: no-repeat;
/*             		background-position:left center; */
            		background-position:0px 4px;
            		padding-left:12px;
 			color: #0000FF; 
		}
        
        /**********************************************************************/
        
        span.unsichtbar {
            position:absolute;
            left:-1000px;
            top:-1000px;
            width:0;
            height:0;
            overflow:hidden;
            /* display:inline; */
            
        }

/*
** Grundformate
*************************/            
          
/************************
** Top Menus
**/  
            
    /* ### grundlegende Listenausrichtung ### */            
    
        div#header ul
        {
            margin:0px;
            padding:0px;
            border:0px;
            list-style-type:none;
        }
        
        div#header li
        {
            margin:0px;
            padding:0px;
            border:0px;
            /* display:inline; */
        }


    /* ### Langlink ### */            
    
        div#header div#langlink a 
        {
            color:#005B82;
            font-size:12px;
            text-decoration:none;
        }
        
        div#header div#langlink a:hover
        {
            color:#000000;
            text-decoration:underline;
        }
    
    /* ### Titel & Institut ### */            
    
        div#bereich span
        {
            color:#FFFFFF;
            font-size:18px;
        }

        div#institut span
        {
            color:#005B82;
            font-size:14px;
            font-weight:bold;
        }
    
/*
** Top Menus
*************************/     
    
/************************
** linke Navigation
**/
    
    /* ### Grundformatierung ### */           
            
        div#navbox 
        { 
            padding:0px; 
            margin:0px;
            margin-left:20px;
            margin-top:5px;
            width:200px;
            height:1%;
            
        }  
    
        div#navbox a
        {
            padding-left:10px;
            font-size:13px;
        }
/*
** linke Navigation
*************************/

/************************
** Hauptbereich
**/
    
    /* ### Haupttext ### */

        div#main 
        { 
            position:relative;
            /*border-left:08px #004E6B solid;*/
            height:1%;
            font-size:12px;
        }
        
        div#main hr
        {
            border:0;
            height:1px;
            background-color:#797979;
            margin-bottom:10px;
        }
        
        div#main h1, div#main2 h1
        {
		font-size:18px;
		font-weight:bold;
            margin-bottom:10px;
        }

	
	div#main h2, div#main2 h2
	{
		font-size:16px;
		font-weight:bold;
	}
	
	h1, h2, h3
	{
		color:#494949;
	}

        p.legende
        {
            font-size:11px;
            color:#797979;
            line-height:14px;
        }

	div#main span.headline
	{
		font-size:18px;
		font-weight:bold;
        	margin-bottom:10px;
		color: #000000; 
	}


	div#main span.headline2
	{
		font-size:12px;
		font-weight:bold;
        	margin-bottom:10px;
		color: #000000; 
	}
/*
** Hauptbereich
*************************/





