/* DATEI: esplumoir.css */
/* Formatierung der gesamten Homepage esplumoir */

body { font-family:Calibri,sans-serif; background-color:#222; color:#999; }
 a:link { color:#CCC; text-decoration:none; font-weight:bold; }
 a:visited { color:#700000; text-decoration:none; font-weight:bold; }
/* a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; } */
 a:hover { color:#FFFFFF; text-decoration:none; text-shadow:white 3px 2px 4px; font-weight:bold; }
/* a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; } */

h1 { font-size:300%; text-shadow:white 3px 2px 4px; }
h2 { font-size:200%; text-shadow:white 3px 2px 4px; }

#editor { white-space:pre; }

#kopf {
text-align:center;
margin: 20px 20px 20px 20px;
}

#vollinhalt {
margin: 80px 20px;
}

#navigation {
font-size:150%;
float:left;
border-width:2px;
border-style:solid;
border-color:#999;
padding: 10px 25px 10px 10px;
margin-right:50px;
margin-bottom:40px;
min-height:15em;
}

#inhalt {
min-width: 16em;
font-size:120%;
}

#trailer {
margin: 20px 20px;
}

