
/* Style for "Jana-Beyer.de" */

ul.aqua { list-style: url(aquadot.jpg) disc outside; }

img { border: solid white 1px; }
a:hover img { border: solid #0A246A 1px; background:white; }

a                        { white-space:nowrap; background:transparent; color:#0A246A; text-decoration:none; }
a:active                 { font-style:italic; }
a:hover                  { background:#0A246A; color:white; }
/* 
  these example work on mozilla but not on ie6:
	
  a[target="_blank"]:hover { background:green; color:white; }
  a[href^="http"] { color:green; }
  a:before {content:url(link.gif); color:#f00;}
  a:before {content:"<"; color:#f00;}
  a:after  {content:">"; color:#f00;}
*/

a.nav                    { background:transparent; color:black; }
a.nav:hover              { background:#0A246A; color:white; }

/*
  a.nav        { text-decoration:none; color:black; }
  a.nav:hover  { background:#0A246A; color:white; }
  a.nav:active { font-style:normal; font-weight:bold; }
*/

a.nav-alien              { text-decoration:none; background:transparent; color:silver; }
a.nav-alien:hover        { background:silver; color:white; }
a.nav-alien:active       { font-style:normal; font-weight:bold; }

img.thumbnail { border: solid rgb(122,122,122) 10px; }

td { vertical-align:top; }
th { text-align: left; vertical-align:bottom; }

form.searchform { margin-top:10px; margin-bottom:10px; }
body.searchform { font-size:10px; margin-top:18px; margin-left:18px; }
input.searchform { font-size:10px; }

body {
  font-family:Optima,Verdana,Geneva,Arial,Helvetica,sans-serif;
  color:black;
  background:white;
}

h1 {
  background:transparent; 
  color:#005A9C;
  font-weight:bold;
  white-space:nowrap;
}
h2, h3 {
  background:transparent; 
  color:#005A9C;
  font-weight:normal;
  white-space:nowrap;
}

.person {
  font-variant:small-caps;
  white-space:nowrap;
}

.nowrap {
  white-space:nowrap;
}