a:link     { text-decoration:none; color:#05F; }
a:visited  { text-decoration:none; color:#80F; }
a:hover    { text-decoration:underline; }
a:active   { text-decoration:underline; }
a:focus    { text-decoration:underline; }

/* CSS3, vom IE noch nicht unterstützt
a:link[href^="http://www.philippschaeufele.de/"]
{ color:#ABF; }
a:visited[href^="http://www.philippschaeufele.de/"]
{ color:#FBF; }
*/

a.intLink:link  { color:#ABF; }
a.intLink:visited { color:#FBF; }

/* Pfeilsymbol zu externen Links hinzufügen */
a.extLink { padding-right: 12px;
            background-repeat: no-repeat;
            background-position: right;     
          }
a.extLink:link    { background-image: url('./Symbols/ext_link_blue.gif'); }
a.extLink:visited { background-image: url('./Symbols/ext_link_lila.gif'); }


img { border:none; }

body { margin-left:25px;
       font-family: Gill Sans, Futura, sans-serif; 
       color:#FFEEAA; 
       background-color:#000000; } 

h1 { font-size:180%;
    margin-left:10px;
    margin-top:0px;    } 

h2 { font-size:150%;
     margin-left:10px;
     margin-top:1.5em; } 

h3 { font-size:115%;
     margin-left:10px; } 

h4 { font-size:100%;
     margin-left:10px; }      
     
h5 { font-size: 100%;
     margin-left: 10px;
     margin-bottom: 0em; } 
     
p { text-align: justify; 
    font-size: 90%; 
	  margin-left: 20px;
    margin-top: 0.3em;
    margin-bottom: 0.1em; } 
    
q { quotes: "„" "“" "‚" "‘" }
q:before {content:open-quote}
q:after  {content:close-quote}

abbr { color: #FEA; /* #DAD; <== helllila! */
       border-bottom: .1em dotted;
       cursor: help; }    
       
table { margin-left: 20px;
        font-size: 90%; }
        
table.guestbook { border: 2px #FEC solid;
                  border-collapse:collapse;
                  margin-bottom:1em;
                  padding: .4em; }
td.guestbook_left  { border:1px #EDA solid;
                     vertical-align: text-top;
                     padding: .4em; }
       
td.guestbook_right { border:1px #EDA solid;
                     padding: .4em; }
       
#lastMod { font-size: 70%; color:#7F7755;
           clear: both; }

#main { width:600px; }

#email { color: #05F; }



.noscript { color: #F00; }

