/* style sheet for ximido.de */

* { 
padding: 0;
margin: 0;
color: lightgrey;
background-color: black;
font-family: sans-serif
}

body {
margin: 20px;
width: 800 px;
font-size: 1em;
}

h1 {
font-size: 1em;
margin: 1.5ex 0 1ex 0;
}

a:link, a:visited {
color: #3B6EEF;
text-decoration: none;
}

a:hover {
color : #76DCFF;
}

pre {
font-family: courier;
margin: 1ex 0 1ex 1em;
}

ul {
margin-left: 1.75ex;
}

li {
list-style-position: inside;
}

#header {
color: #3B6EEF;
font-size: 2em;
height: 50px;
}

#topbar {
font-size: .8em;
text-align: left;
text-indent: 25%;
background: #444;
margin-bottom: 5px;
height: 22px;
}

#navigation {
font-size: .8em;
width: 20%;
line-height: 1.4em; 
}

#navbar {
background: #222;
margin-top: 10px;
height: 22px;
}

#navigation li {
list-style-type: none;
list-style-position: outside;
border-bottom-width: 1px;
border-bottom-style: dotted;
}

#main {
width: 75%;
float: right;
font-size: .8em;
}

#footer {
margin-top: 20px;
text-align: center;
font-size: .8em;
}

#pub {
margin: 1ex 0 1ex 1em;
}

#books {
}

#books td {
padding-top: 2ex;
}

#book {
margin-left: 2ex;
vertical-align: top;
}
