/* Stylesheet für www.urssepptroxler.ch // by Computerservice Luzern */

body {
font-family: Helvetica,Arial,sans-serif;
font-size: 1em;
color: #FFFFFF;
background-color: #000000;
}

body a:link {
color: #ACACAC;
text-decoration: none;
}

body a:visited {
color: #ACACAC;
text-decoration: none;
}

body a:hover {
color: #EAEAEA;
text-decoration: none;
}

body a:active {
color: #EAEAEA;
text-decoration: none;
}

img {
border: none;
}

p {
text-align: justify;
}

h1 {
position: absolute;
top: 20px;
left: 567px;
font-size: 2.5em;
color: #FFFFFF;
margin: 0;
} 


h2 {
font-size: 1em;
color: #FFFFFF;
margin: 5px 0 15px 0;
}

div#Main {
position: absolute;
left: 160px;
top: 110px;
width: 700px;
padding: 0 0 0 30px;
overflow: auto;
background-color: #000000;
}

div#Navigation {
position: fixed;
top: 0px;
left: 0px;
bottom:0px;
width: 160px;
/*height: 100%; */
padding: 110px 0 0 0;
line-height: 1.2em;
font-weight: bold;
background-color: #000000;
}

div#Navigation a {
 padding: 0.5em 1em;
 text-decoration: none;
 font-size: 0.8em;
 display: block;
}

div#Navigation a:link {
 color: #FFFFFF; background-color: #000000;
 }

div#Navigation a:visited {
 color: #FFFFFF; background-color: #000000;
 }

div#Navigation a:hover {
 color: #FFFFFF; background-color: #A6A6A6;
 }

div#Navigation a:active {
 color: #FFFFFF; background-color: #A6A6A6;
 }

pre {
font-family: Helvetica,Arial,sans-serif;
font-size: 1em;
color: #000000;
width: 535px;
}

.bit {
display: block;
text-align: center;
float: right;
margin: 0.6em 0.2em 0.6em 0.6em;
}