/* copyright  Matthias Theobald 2002 */
/* DATEI: format.css */

/*Hintergrundfarbe:aktuell:6699CC */
/*oder		 hellblau  379FBF*/
/*oder		auch #0080FF*/
/* Schlumpfblau		#0099FF */

body { background-color: #0099FF;
	
	margin-top:0px;  	
        margin-bottom:0px; 	
        margin-left=0px;  	
        margin-right=0px;}

/* schrift global: Verdana */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
{font-family:Verdana,Arial,Helvetica, sans-serif; }

p,ul,ol,div,td,th,address,blockquote { 	color: #000000;
					font-weight: none;
					text-decoration: none	
					font-size:13px;
					margin-top: 10px; }

/* h1 welcome to www.odner.de */

h1 { font-size:26pt;  	
        color: #FF8000;  	
        font-weight:none; 	 
        text-decoration:none;
	margin-bottom: 18px }

/* Seitenüberschriften  z.B. thats me*/
h2 { font-size:16pt;  	
/* farbe gelb */
        color: #FFFF00;  	
        font-weight:none; 	 
        text-decoration:none;
	margin-bottom: 18px }


h3	{ font-size:16pt;  	
        color: #00FF00;  	
        font-weight:none; 	
        text-decoration:none; }

h4 
	{font-size:13pt;  	
        color: #FF0000;  	 
        font-weight:none; 	
        text-decoration:underline; }




p.klein 			{ 	margin-top:0px;  	
			           	margin-bottom:0px;   	
			            	color: #000000;
			           	font-size:8pt;  	
					font-weight:none; 	}   

a.klein 			{ 	margin-top:0px;  	
			           	margin-bottom:0px;   	
			            	color: #000000;
			           	font-size:8pt;  	
					font-weight:none; 	}   



a:link 	  { color:#000000; text-decoration:none; font-weight: bold;}
a:visited { color:#000000; text-decoration:none; font-weight: bold;}
a:active  { color:#FFFF00; text-decoration:none; font-weight: bold;}
a:hover   { color:#FFFF00; text-decoration:underline; font-weight: bold;}
