/* CSS Formate fuer die Webseite von Spymag */


/* Allgemeines wie Schriftdeklaration */

body,p,h1,h2,h3,h4,ul,ol,li,div,tr,tt,td,th,tbody,address,blockquote,nobr,pre,b,i  {
	 font-family: Arial,Helvetica,sans-serif; 
     color:#FFFFFF;
}

h1 { font-size:4em;
     font-weight:bold;	
     line-height:normal;
	 text-align: center;
     color:#666666; 
}

h2 { font-size:24px;
     font-weight:normal;	
     line-height:normal;
	 text-align:center;
     color:#666666;
}

p,h3,h4,ul,ol,li,div,tr,tt,td,th,tbody,address,blockquote,nobr,pre,b,i
   { font-size:12px;
     font-weight:normal;	
     line-height:normal;
     color:#666666;
}

#p_fett
   { font-size:12px;
     font-weight:normal;	
     line-height:normal;
	 font-weight: bold;
     color:#666666;
}

/* Layout */

body { margin-top:0px;
       margin-bottom:0px;
       margin-left:0px;
       height:101%;
}
 
/* Links */

a:link { color:#666666; text-decoration: underline; font-size: 12px; font-weight: bold; }
a:visited { color:#666666; text-decoration: underline; font-size: 12px; font-weight: bold; }
a:active { color:#666666; text-decoration: none; font-size: 12px; font-weight: bold; }
a:hover { color:#666666; text-decoration: none; font-size: 12px; font-weight: bold; }

td#navigation {
	    font-family: Arial,Helvetica,sans-serif; 
        font-weight: bold;	
}

#navigation-no-border a {
	     display: block;
		 width:128px;
	     height:18px;
		 color:#666666;
         text-decoration: none;
         font-size: 12px;
         font-weight: bold;
		 text-indent: 5px;
}

#navigation-no-border a:link { 

}

#navigation-no-border a:hover { 
		  color:#FFFFFF;
		  background-color: #666666;
}

#navigation a {
	     display: block;
		 width:128px;
	     height:18px;
		 color:#666666;
         border-top: 1px solid #666666;
         text-decoration: none;
         font-size: 12px;
         font-weight: bold;
		 text-indent: 5px;
}

#navigation a:link { 

}

#navigation a:hover { 
		  color:#FFFFFF;
		  background-color: #666666;

}


td#navigation_klein {
	    font-family: Arial,Helvetica,sans-serif; 
        font-size: 12px;
        font-weight: normal;	
}

#navigation_klein a {
	     display: block;
		 width:128px;
	     height:18px;
		 color:#666666;
         border-top: 1px solid #666666;
		 text-decoration: none;
		 font-weight: normal;
		 text-indent: 10px;
}

#navigation_klein a:link { 

}

#navigation_klein a:hover { 
		  color:#FFFFFF;
		  background-color: #666666;
}
