/* File: std.css */

body { margin-top:10px; margin-bottom:10px; margin-left:10px;
color : #ffffff;
background-color:#000000;
background-image : url('pic/gitcross.jpg');
background-position: center center;
background-repeat:no-repeat;
background-attachment:fixed; }

a,p,h1,h2,h3,h4,ul,ol,li,div,table, td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
h1, h2, h3, big { color:#996600; }
h1 { font-size:180%; nobreak;}
h2, big { font-size:140%; }
h3 { font-size:120%; }
td,li { font-size:100%; }
ul { margin:5px}
li { margin:5px}

a, big, b { font-weight:bold }
a.sm { font-weight:normal }
a.nm { font-weight:normal }

a:link { color:#FFBB00; }
a:visited { color:#DDAA22; }
a:active { color:#FFBB88; font-style:italic }

a:link.inv { color:#FFCCCC; }
a:visited.inv { color:#FF9999; }
a:active.inv { color:#FFFF88; font-style:italic }

.red { color:#FF0000; }
.white { color:#FFFFFF; }
.inv { color:#FFFFFF; }
.menu { font-size:120%; color:#E0E0E0;  font-weight:bold }
.menuthis { font-size:120%; color:#E04000; font-style:italic; font-weight:bold }
.submenu { font-size:80%; color:#A04000;  font-weight:bold }
.subthis { font-size:80%; color:#FF4000;  font-style:italic; font-weight:bold }
.bg { background-color:#ffffe0; }
.it { color:#a04040; font-style:italic }
.gt { font-size:130%; color:664400; }
.ngt { font-size:150%; color:996600; }
.mgt { font-size:180%; color:996600; }
.vgt { font-size:400%;font-weight:bold; }
.sm { font-size:80%;font-weight:normal; }
.vsm { font-size:60%;font-weight:normal; }
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview, .hoverbox a .previewbig
{
	display: none;
}

.hoverbox a:hover .preview, .hoverbox a:hover .previewbig
{
	display: block;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	align: right;
	float: right;
	vertical-align: top;
	margin: 5px;
	width: 87px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 350px;
	height: 400px;
}
.hoverbox .previewbig
{
	border-color: #000;
	width: 564px;
	height: 400px;
}

/* Horizontal Menu with Submenus*/

  div#Rahmen {
    width: 34.1em;
    padding: 0.1em;
    border: 1px solid black;
    background-color: silver;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 42em;
    w\idth: 42em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.2em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 1.1em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -1.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0.1em;
    position: absolute;
    top: 5.9em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    top: 6.5em;
    t\op: 6.5em;
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }

  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    font-weight:normal;
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    font-weight:normal;
    display: block;
    width: 8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 10em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    font-weight:normal;
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
  .rand {
    margin : 100px;
  }

