/* CSS Formate fuer die Webseite von C-Design */


/* 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: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
     color:#FFFFFF;
}

h1 { font-size:36px;
     font-weight:bold;	
     line-height:normal;
	  text-align: center;
     color:#666666; 
}

h2 { font-size:13px;
     font-weight:bold;	
     line-height:normal;
	   text-align:left;
     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:14px;
     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: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
        font-weight: bold;	
}

#navigation a {
	     display: block;
		 width:120px;
	     height:24px;
		 color:#666666;
         border-top: 1px dotted #666666;
         text-decoration: none;
         font-size: 14px;
         font-weight: bold;
}

#navigation a:link { 
          color:#666666;
		  text-decoration: none;
		  font-size: 14px;
		  font-weight: bold;
}

#navigation a:hover { 
          color:#FFFFFF;
		  border-top: 1px dotted #FFFFFF;
		  text-decoration: none; 
		  font-size: 14px; 
		  font-weight: bold;
		  background-color: #666666;
}


td#navigation_klein {
	    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
        font-size: 12px;
        font-weight: normal;	
}

#navigation_klein a {
	     display: block;
		 width:120px;
	     height:18px;
		 color:#666666;
         border-top: 1px dotted #666666;
         text-decoration: none;
         font-size: 12px;
         font-weight: normal;
}

#navigation_klein a:link { 
          color:#666666;
		  text-decoration: none;
		  font-size: 12px;
		  font-weight: normal;
}

#navigation_klein a:hover { 
          color:#FFFFFF;
		  border-top: 1px dotted #FFFFFF;
		  text-decoration: none; 
		  font-size: 12px; 
		  font-weight: normal;
		  background-color: #666666;
}

