/*
 *	css for echox.de
 */

body { font-family:Verdana,sans-serif; color:#000; background-color:#fff; font-size:12px; background-image:url("kokopelli.jpg");
background-repeat:no-repeat; background-attachment:fixed; background-position:center;
margin-left: 15px;
}
table { font-family:sans-serif; color:#444; background-color:#fff; font-size:12px;}

img { border:0px; }

h1 { font-size:16px; }
h2 { font-size:14px; text-decoration:bold; border-bottom:1px solid black;}
h3 { font-size:12px; }

a:link { text-decoration:none; color:blue;}
a:visited { text-decoration:line-through; color:blue; }
a:hover { text-decoration:none; background-color:yellow; color:blue;}

a.navbar:link { text-decoration:none; color:#884400; }
a.navbar:visited { text-decoration:none; color:#884400; }
a.navbar:hover { text-decoration:none; color:#bbaa33;}

h1.topic { color:#cc9922; }
h2.topic { color:#aa7700; }

pre { border:1px dashed grey; margin:20px; padding:10px; background-color:transparent;}

#header { margin-left:100px;padding-bottom:30px;margin-top:30px;} 
#content { width:600px;margin-left:200px; }

p { margin-left:7px; }

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  bottom: 5em;
/*  left: auto; */
  width: 8.5em;
  left: 3em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  border: 1px solid black;
	background-color:white;
  color: black;
}

div.banner a, div.banner em { display: block; margin: 0.2em 0.5em }
div.banner a:first-child { border-top: none }
div.banner em { color: black }

div.banner a:link { text-decoration: none; color: blue}
div.banner a:visited { text-decoration: none; color: blue }
div.banner a:hover { color: black }
