/* MagellanX Stylesheet */

body
	{
          background: white;
          font-family: sans-serif;
          font-size: 11pt;
         }
h1
	{
         font-size: 1.3em;
         border-bottom: 1px solid;
         margin: 0 0 15px 0;
         padding: 5px;
         text-align: left;
         }

#navigation
	{
          font-size: 0.9em;
          text-align: center;
          border: solid 2px yellow;
          width: 770px;
          padding: 3px;
          background: teal;
          color: yellow;
         }
#navigation ul
	{
          margin: 0;
          padding: 0;
          list-style-type: none;
         }
#navigation li
	{
          display: inline;
          margin: 0 0.4em;
         }
#navigation a
	{
          color: yellow;
          text-decoration: none;
         }
#navigation a:hover
	{
          background: silver;
          text-decoration: none;
         }
#navigation p
	{
          font-weight: bold;
          padding: 5px;
          margin: 0;
         }

#inhalt
	{
          padding: 25px;
         }

#frage
	{
          border: solid 1px black;
          width: 720px;
          padding: 10px;
          margin: 0;
         }
#frage img
	{
          margin: 5px;
	}
#frage tr
	{
          height: 1em;
         }

.ftext
	{
          padding: 25px;
         }

#fusszeile
	{
          width: 770px;
          font-size: 0.9em;
          margin-left: 0;
          border: solid 2px yellow;
          padding: 3px;
          color: yellow;
          background: teal;
         }
#fusszeile p
	{
          margin: 0;
          padding: 0;
         }
#fusszeile a
	{
          color: yellow;
	  text-decoration: none;
         }

#fusszeile a:hover
	{
          background: silver;
          text-decoration: none;
         }

.cl
	{
          clear: left;
         }
.links
	{
          float: left;
         }
.rechts
	{
          float: right;
         }
.tlinks
	{
          text-align: left;
         }
.trechts
	{
          text-align: right;
         }
.zentriert
	{
          text-align: center;
         }

.blge
	{
          background: blue; color: yellow;
         }
.siro
	{
          background: silver; color: red;
         }
.pgeschw
	{
          background: #FFFFCC; color: black;
         }
.schwor
	{
          background: black; color: orange;
         }
.weschw
	{
          background: white; color: black;
         }
.orgr
	{
          background: rgb(204,153,51); color: green;
         }
.tege
	{
          background: teal; color: yellow;
         }
.aqschw
	{
          background: mediumaquamarine; color: black;
         }
.dblro
	{
          background: navy; color: red;
         }
.brsi
	{
          background: #330000; color: silver;
         }


@media print
	{
          #navigation, #fusszeile {display:none;}
          #inhalt div {color: black;}
          #inhalt p   {color: black;}
          #frage {border: none;}
          #frage div {color: black;}
          #frage p   {color: black;}
          #frage {width: 100%; color: black;}
	}