@import "base.css";      /* Standardeinstellungen für alle Browser */ 

body      { background-color: #ffc; color: #000; margin: auto}
h1,h2,h3  { font-family: Arial; text-align: center; }

p         { font-family: Times; text-decoration: none; }

.inhalt		 { width: 90%; margin: auto; max-width:1000px; }
.content	 { width: 90%; margin: auto; max-width:1000px; }

a            { color: #0080C0;   font-family: Times; text-decoration: underline; }
a:visited    { color: #0080C0; }
a:hover      { color: #FF0000; }
a:active     { color: #FF0000; }
a:focus      { color: #FF0000; }

	
/* found in: http://www.rikkertkoppes.com/thoughts/2004/10/27/#U20041215  
/* give each absolute path an external icon */
a[href^="http:"]:before {content: url('/grafik/extern.gif') ' '}
/* but not those in my domain */
a[href^="http://gym-raubling.de"]:before {display: none}
a[href^="http://ak.gym-raubling.de"]:before {display: none}
a[href^="http://ebr.gym-raubling.de"]:before {display: none}
a[href^="http://www.gym-raubling.de"]:before {display: none}
a[href^="http://os.gym-raubling.de"]:before {display: none}
a[href^="http://nt.gym-raubling.de"]:before {display: none}
a[href^="http://se.gym-raubling.de"]:before {display: none}
