/* Obolus.css 

WB 12/2009 ff */

@charset "utf-8"; 

/* Hintergrund Eierschale: */
body { background-color : #ffffe7; }

H1 {  font-family:Arial, Helvetica, sans-serif; } 
H2 {  font-family:Arial, Helvetica, sans-serif; } 
H3 {  font-family:Arial, Helvetica, sans-serif; } 
p  {  font-family:Times,serif; }

/* p {  font-family:Arial,sans-serif; }  */
/* p:first-letter { font-size:300%; color:red }  */
 
/* Text mit Initiale in grau */
p.text  {  font-family:Times,serif; } 
p.text:first-letter { font-size:200%; color:#707070; font-weight:bold; padding: 0px; float: none; } 

/* W3 sagt, Folgendes soll funktionieren in CSS 2.1, -- IE 7 macht aber nix:
p.text:before { content: "Note: " }   
Knnte gut als Mini-Content-Managment benutzt werden, z.B. fr Fusszeile  */

/* Listen */
/*  ul  { list-style-type:circle; } */
ul { list-style-type:square; }
li { font-family:Times,serif; }

/* Das Wort Obolus in fett + blau */
font.blue { font-weight: bold; color:#0000FF; }

/* ======= Fr Seite Marketing =========== */

li.blau { font-family:Arial, Helvetica, sans-serif; 
         font-size: 17px;
	   font-weight: bold;
         color:#1e33f8;
        }

p.blau { font-family:Arial, Helvetica, sans-serif; 
         font-size: 17px;
	   font-weight: bold;
         color:#1e33f8;
        }

/*  ============ Fr Seite mit den Links ===================== */

p.links { line-height: 1.4em; }

/* ======= Fr Fuzeile mit FAW, JAW, JC =========== */

.foot {
font-family:Times,serif; 
color:#0033FE;
}


/* =========== Beschriftung der Button ============== */

/* IE6 kann keine Transparenz von PNGs darstellen,
   deshalb umgewandelt in GIF! 14.12.09
*/ 

.Knopf{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 17px;
font-weight: bold;
color:#000000;
text-align: center;
vertical-align: middle;
background-image:url(pics/Button18a.gif);
background-position:0px 3px;
text-decoration:none;
padding: 0px;
margin:0px;
height: 59px;
width: 139px;
display: block;
line-height: 1.2em;
}

.Knopf:visited {
color:#133edc;
}

.Knopf:hover {
font-style: oblique;
color:#F94952;
}


/* Text-Links - Farben */
.my { font-weight:bold; color:#202020; text-decoration:underline; } 
.my:visited { font-weight:bold; color:#133edc; text-decoration:underline; } 
.my:focus { font-weight:bold; color:red; text-decoration:underline; } 
.my:active { font-weight:bold; color:#133edc; text-decoration:underline; } 
.my:hover { font-weight:bold; color:red; font-style: oblique; text-decoration:underline; } 


/* Tabelle fr die Galerien mit 3D-Rahmen rundherhum */ 
Table.gal {
width:400px;
border-width:4px; 
border-color:#54b5f3; 
border-style:groove; 
padding:5px; 
}


