/*  =========================================================
Stylesheet für "Agrarforschung Schweiz"
Datei:  styles.css
Datum:  27. November 2009
Autor:  Simon Häni, Internet Services Häni
========================================================== */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11pt;                              
}
h1 {   
padding-top: 10px;
font-size: 20px; 
}  


#Kopfbereich,
#Hauptnavigation,
.SponsorGross,
#Sponsoren,
#Logo,
.SponsorKlein,
.Impressionen { 
   display: none; 
}

#Drucktitel{
	text-align: center;
	font-weight: normal; 
	padding-bottom: 16px; 
	color: #000000; 
	font-size: 21pt;
	line-height: 26pt;
}

/* Link gleich farbig */
a { 
   color: black ; 
   text-decoration: none; 
}


/* [URL] nach dem Linktext */
/*
a[href]:after { 
   content:" [Adresse: "attr(href)" ] "; 
} 
*/
