@charset "utf-8";

/* -------------------------------------------------------------------------*/
/* A L L G E M E I N E   R E G E L N                                        */
/* -------------------------------------------------------------------------*/

/* Alle kritischen Werte für Ränder setzen */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* Rahmen um verlinkte Bilder entfernen */
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/* Farben und Hintergrund setzen */
body {
  color: #5d5d5d;
  background: #9b9d97 url(images/bg.gif) top left repeat-x;
}

/* Links und Anker */
a:link,
a:visited,
a:focus,
a:active {
  color: rgb(6,48,190);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(6,48,190);
  background-color: transparent;
  text-decoration: underline;
}

/* Überschriften */
h1, h2 {
  color: rgb(6,48,190);
  background-color: transparent;
}

h1 {
  font-size: 1.5em;
  margin: 1.5em 0 1em 0;
}

h2 {
  font-size: 1.2em;
}

/* Absätze */
p {
  margin: .8em 0;
}

/* Schriftgrösse kontrollieren */
body {
  font: normal 80% Verdana, sans-serif;
}
/*
td, th {
	f\ont-size: 100%
}
*/

strong {
  color: rgb(6,48,190);
}

td {
  padding-right: 1em;
  padding-top: 1em;
}

table {
  margin: .8em 0;
}
.hidden {
	visibility: hidden;
}

/* ---------------------------------------------------------------------------*/
/* B E S O N D E R E   B E R E I C H E                                        */
/* ---------------------------------------------------------------------------*/

/* Standardmäßig nicht sichtbare Inhalte zur Erleichterung der
   Orientierung mit assistiven Technologien */
.invisible {
  position: absolute;
  left: -9999px;
}

/** Hauptbereich
------------------------------------------------------------------------------*/
div#top {
  color: #5d5d5d;
  background-color: rgb(242,242,242);
  border: 1px solid #606060;
  border-top: 0;
  width: 667px;
  margin: auto; /* reicht eigentlich */
}
/* Für kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* Textausrichtung korrigieren */
  text-align: left;
}

/** globale Navigation
------------------------------------------------------------------------------*/
div#globnav {
	float: left;
	margin: 10px 0px 0 0;
	padding: 0 20px 0 0;
	height: 30px;
  background: rgb(242,242,242) url(images/globnav.gif) top right no-repeat;
}
#head ul {
	font-size: .9em;
	margin: .7em 0;
}
#head ul,
#head li {
  float: left;
  list-style: none;
}
#head ul a,
#head ul strong {
	padding: .2em 1em;
}
#head li.skiplink {
  padding: 0;
}
#head li.skiplink a {
  color: #EBE9DF;
  background-color: #EBE9DF;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}

/** Logo und Untertitel
------------------------------------------------------------------------------*/
h1#logo {
  background-color: rgb(255,227,46);
  text-align: right;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  
}
h2#subtitle {
  background-color: rgb(255,227,46);
  font-size: 1.3em;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
}

/** Seitenspalte
------------------------------------------------------------------------------*/
#sidebar {
/*  background-color: rgb(255,227,46);*/
  float: left;
  width: 150px;
  margin: 0 0 144px 0;
}

/** Navigation
------------------------------------------------------------------------------*/
ul#nav {
  margin: 0 0 0 20px;
  list-style: none;
}
a#buch {
  display: block;
  background: url(images/buch.gif);
  text-decoration: none;
  width: 100px;
  height: 100px;
  margin: 10px;
}
a:hover#buch {
  background: url(images/buch_hover.gif);
}
strong#buch {
  display: block;
  background: url(images/buch_active.gif);
  width: 100px;
  height: 100px;
  margin: 10px;
}
a#lehrmittel {
  display: block;
  background: url(images/lehrmittel.gif);
  text-decoration: none;
  width: 100px;
  height: 100px;
  margin: 10px;
}
a:hover#lehrmittel {
  background: url(images/lehrmittel_hover.gif);
}
strong#lehrmittel {
  display: block;
  background: url(images/lehrmittel_active.gif);
  width: 100px;
  height: 100px;
  margin: 10px;
}
a#bestellung {
  display: block;
  background: url(images/bestellung.gif);
  text-decoration: none;
  width: 100px;
  height: 100px;
  margin: 10px;
}
a:hover#bestellung {
  background: url(images/bestellung_hover.gif);
}
strong#bestellung {
  display: block;
  background: url(images/bestellung_active.gif);
  width: 100px;
  height: 100px;
  margin: 10px;
}

/** Inhaltsbereich
------------------------------------------------------------------------------*/
div#main {
	background: url(images/bg_main.gif) left bottom repeat-y;
}

/** Content
------------------------------------------------------------------------------*/
div#content {
  margin-left: 150px;
  padding: 10px 20px 40px 10px;
  /* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */
  height: 1%;
}
#content a {
  text-decoration: underline;
}

/** Fusszeile
------------------------------------------------------------------------------*/
p#footer {
  color: #4d6b10;
  background-color: rgb(255,227,46);
  font-size: .9em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
  clear: both;
}

/* ---------------------------------------------------------------------------*/
/* B E S O N D E R E   D O K U M E N T E                                      */
/* ---------------------------------------------------------------------------*/

/** Bild Hanna Müller
------------------------------------------------------------------------------*/p#hanna {
  float: right;
  padding-right: .5em;
  padding-left: .5em;
}

/** Titelbild Buch
------------------------------------------------------------------------------*/
p#buchtitelbild {
  float: right;
  padding-right: .5em;
  padding-left: .5em;
}
/** Inhaltsverzeichnis Buch
------------------------------------------------------------------------------*/
#content ol {
	margin-left: 2em;
  padding-left: 2em;
}
#content li {
  padding-bottom: .3em;
}

/** 1x1 Spiel
------------------------------------------------------------------------------*/
p#einmaleinsspiel {
  float: right;
  padding-right: .5em;
  padding-left: .5em;
}




