/* CSS Formate fuer die Webseite von der Kurt Matter Stiftung */


/* 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:#FFCC99;
}

h1 { font-size:32px;
     font-weight:normal;	
     line-height:normal;
	  text-align: center;
     color:#993333; 
}

h2 { font-size:18px;
     font-weight:normal;	
     line-height:normal;
	  text-align:center;
     color:#FFCC99;
}

p,h3,h4,ul,ol,li,div,tr,tt,td,th,tbody,address,blockquote,nobr,pre,b,i
   { font-size:11px;
     font-weight:normal;	
     line-height:normal;
     color:#FFCC99;
}

/* Layout */

body { margin-top:0px;
       margin-bottom:0px;
       margin-left:0px;
       background-color: #993333;
       height:101%;
}
 
/* Links */

a:link { color:#FFCC99; text-decoration: underline; font-size: 11px; font-weight: bold; }
a:visited { color:#FFCC99; text-decoration: underline; font-size: 11px; font-weight: bold; }
a:active { color:#FFCC99; text-decoration: none; font-size: 11px; font-weight: bold; }
a:hover { color:#FFCC99; text-decoration: none; font-size: 11px; font-weight: bold; }

td#navigation {
	     font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
        font-size: 11px;
		  text-decoration: none; 
        font-weight: bold;	
}

#navigation a {
	     display: block;
		  width:120px;
	     height:18px;
		  color:#993333;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
}

#navigation a:link { 
        color:#993333;
		  text-decoration: none;
		  font-size: 11px;
		  font-weight: bold;
}

#navigation a:hover { 
        color:#FFCC99;
		  text-decoration: none; 
		  font-size: 11px; 
		  font-weight: bold;
		  background-color: #993333;
}

