/*
  This stylesheet uses relative values for sizes in almost all cases.
  This means the screen can be resized, and all elements will resize as well
  not only fonts and texts.
*/



/*
  Start with some global parameters
*/
html{
  font-family: Tahoma, sans-serif;
}

body{
  font-size: 0.8em;
  background-color: #ccc;
  font-family: Tahoma, sans-serif;
  margin: 1em 0em 1em 1em;
  padding: 0em;
}

a{
  text-decoration: underline;
  color: #0000ff;
}
a:hover, a:focus{
  text-decoration: none;
  color: #ff0000;
}

code{
  font-family: courier, monospace;
  font-style: italic;
}

h1{
  margin: 0em;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
h2{
  margin: 0em;
  margin-bottom: 1em;
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: bold;
  color: #333;
}
h3{
  margin: 0em;
  margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: bold;
}

img{
  border: 0em;
}

table.shop {
  font-size: 1.0em;
  border-spacing: 0em;
  border-collapse: collapse;
}

table.shop td,th {
  margin: 0em;
  padding: 0.1em 1em 0.1em 0em;
  border-bottom: 0.1em solid black;
  text-align: left;
}

table.shop th {
  border-bottom: 0.2em solid black;
}

ul{
  margin: 0.5em 0em 0em 1em;
  padding: 0em;
}

ul.links{
  list-style: none;
  list-style-type: disc;
}

ul.links li{
  padding: 0em 0em 0em 0.7em;
}

hr{
  display: block;
  clear: both;
  background-color: black;
  border-color: black;
  color: red;
  margin: 0em;
  padding: 0em;
}

div{
  width: auto ! important;
  height: auto ! important;
  display: block ! important;
  max-width: 100% ! important;
}

.noScreen{  /* This class is not shown on screen */
  float: none;
  display: block;
}

.handheld{  /* This class in only seen in handheld */
  display: block;
}

.h1navi {
	color: #DDECFF;
}
