/* Cascading Style Sheets für
 * www.spielleiterbuch.de
 * (c) Florian Berger
 * begonnen 07. Juni 2008
 */

/* --- Allgemeines --- */

img 
    {border:none;
    }

body
    {background:rgb(230, 223, 207) ;
     font-family:Georgia,serif ;
     font-size:11pt ;
     color:rgb(64, 54, 32) ;
     padding:0px ;
     margin:0px ;
    }

/* --- Überschriften --- */

h1
    {font-size:200% ;
     margin:1.5ex 2ex 6pt 3ex ;
    }

h2
    {border-top:   solid 1px rgb(64, 54, 32) ;
     border-bottom:solid 1px rgb(64, 54, 32) ;
     font-size:100% ;
     font-weight:bold ;
     margin:2em 0 1em 0 ;
    }

h3
    {font-size:90% ;
     font-weight:bold ;
    }

/* --- Link Impressum --- */

div.impressum
    {position:absolute ;
     top:1.5ex ;
     right:6ex ;
     font-size:90% ;
    }

/* --- Navigation --- */

div.navi
    {background:rgb(218, 211, 195) ;
     border-top:   solid 1px rgb(64, 54, 32) ;
     border-bottom:solid 1px rgb(64, 54, 32) ;
     padding-left:26% ;
    }

table
    {border-spacing:0px ;
    }

div.navi td
    {vertical-align:top ;
     padding:2px 2ex ;
     border-left:solid 1px rgb(64, 54, 32) ;
    }

td.ausgewaehlt
    {background:rgb(230, 223, 207) ;
    }

/* --- Hyperlinks --- */

a
    {font-family:Verdana,sans-serif ;
     font-size:80% ;
     text-decoration:underline ;
    }

div.navi a
    {text-decoration:none ;
    }

a:link
    {color:rgb( 92,  92, 161) ;
    }

a:hover
    {color:rgb( 82,  82, 229) ;
    }

a:visited
    {color:rgb( 66,  66, 115) ;
    }

/* --- Textinhalt --- */

p
    {margin:0 0 2ex 0 ;
    }

p.widerruf
    {font-weight:bold ;
     font-size:90% ;
    }

div.inhalt
    {padding:6ex ;
     line-height:140% ;
    }

div.text
    {float:right ;
     width:50% ;
     margin-top:1ex ;
    }

.leuchtend
    {color:rgb(242, 169, 0) ;
     font-weight:bold ;
     font-size:180% ;
    }

/* --- Formular --- */

form table
    {margin-bottom:2ex ;
    }

form th
    {font-size:80% ;
     font-weight:normal ;
     text-align:left ;
     padding: 2px 4ex 2px 2px ;
    }

form td
    {padding: 2px 4ex 2px 2px ;
     background:rgb(218, 211, 195) ;
    }
