/*
  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: #333399;
}
h2{
  margin: 0em;
  margin-bottom: 1em;
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: bold;
  color: #CC0000;
}
h3{
  margin: 0em;
  margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: bold;
  color: #3366FF;
}

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;
}


/*
  The first part describes the layout of the whole Page
  many parts are deactivated for handheld view
*/
#surrounding{
  clear: both;
}

#columnRight,#columnLeft{  /* not needed in handhelds */
  display: none;
}


#top_right, #top_left{  /* not needed in handhelds */
  display: none;
}


.mainContent{
}

#header{    /* logo and probably a banner */
  display: none ! important;
}

#copyright{  /* Contains copyright information */
  display: none;
}

#navigation{  /* navigation */
  display: block;
  margin: 0em;
  padding: 0em;
  background-color: transparent;
}

#contentPart{  /* contains breadcrumb and content */
  float: none;
  width: auto;
}

#breadcrumb{  /* location and search form */

  background-image: none;
  background-color: transparent;
  border: 0;
}

#location{
  margin-top: 1em;
  display: block;
}


#searchForm{
  float: none;
  display: block;
  clear: both;
  text-align: left;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}

#content{
  float: none;
  line-height: 1.5em;
  background-image: none;
}

.contentBox, .contentBoxBorder{  /* each div in separate line, no border !!! */
  clear: both;
  display: block;
  margin: 0em 0em 0em 0em ! important;
  padding: 1em 1em 1em 0em ! important;
  color: #333;
  text-align: justify;
}

.contentHalf{  /* in handhelds each div in separate line */
  float: none;
}

.newLine{
}

.imageRight, .imageLeft{
  float: none;
  margin: 0em 0em 0em 0em
}

.contentRight{
  float: none;
}
.contentLeft{
  float: none;
}

.contentCenter{
  float: none;
}

/*
  contains impressum
*/
#footer{
  height: auto;
  width: auto;
  background-image: none;
}

/*
  Special styles for listview
*/
a.linkButton{
  display: inline;
  font-size: 1em;
  text-decoration: underline;
  color: #0000ff;
  margin: 0em 0em 0em 0em;

  padding-bottom: 0.2em;
  background-color: #ccc;
  width: auto;
  text-align: left;
  border: 0;
}
a.linkButton:hover, a.linkButton:focus{
  color: #ff0000;
  text-decoration: none;
}

img.thumbnail_200_150{  /* thumbnails in listview */
}


/*
  Information about all needed forms
*/
form{
  font-size: 1em;
  clear: both;
  margin: 0em;
  padding: 0em;
  display: block;
}

fieldset{
  margin: 0em 1em 1em 0em;
  padding: 1em 1em 1em 1em;
  clear: both;
  display: block;
  border: 0.1em black solid;
  font-weight: bold;
  background-color: #ddd;
}

/*
  search form
*/
.searchForm{
  font-size: 1em;
  margin: 0;
  padding: 0em;
}

.searchForm#text{
  width: 8em;
}

.searchForm#submitbutton{
}


.contactInput, .contactTextarea{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 8em;
}

.contactSelect{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 4em;
}

.contactTextarea{
  height: 4em;
}

.formError{
}

input, textarea{  /* global stuff ... */
}

/*
  Following handles the navigation with its 2 levels
*/
.navigationBorder, .navigationBorder#naviHead, .navigationBorder#naviFoot{  /* not needed in hanfdhelds */
  display: none;
  background-color: #fff;
}

#navContainer{
  width: auto;
}

/*
  First menu-level
*/
#navContainer ul{  /* used for uls in div#navContainer */
  margin: 0.5em 0 0.5em 1em;
  padding: 0em;
  list-style-type: disc;
}

#navContainer ul li{
  background-image: none;
  padding: 0.5em 0em 0em 0em;
  background-color: #ccc;
}

#navContainer ul li#li_nav1_open{
  background-image: none;
  background-color: transparent;
}

#navContainer ul li a{
  display: inline;
  height: 1em;
  padding-left: 0em;
  line-height: 1em;
  color: #0000ff;
  text-decoration: underline;
  font-weight: bold;
  background-image: none;
}

#navContainer ul li a#a_nav1_open, #navContainer ul li a:hover, #navContainer ul li a:focus{
  background-color: transparent;
  background-image: none;
  color: red;
  text-decoration: none;
}


/*
  Styles for menu level 2
*/
#navContainer li li{
  background-color: transparent;
  line-height: 1em;
  background-image: none;
}

#navContainer ul ul a{
  background-repeat: no-repeat;
  height: 1em;
  padding: 0em 0em 0em 0em;
  color: inherit;
  font-size: 1em;
  text-decoration: underline;
  font-weight: bold;
  background-image: none;
}

#navContainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open{
  color: red;
  background-image: none;
  text-decoration: none;
}


/*
  needed styles for the shop
*/
table.shop {
  width: auto ! important;
}

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

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

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

table.shop td.price, table.shop th.price, table.sum td.price{
  text-align: right;
}

table.shop td.amount, table.shop th.amount{
  text-align: center;
}

table.shop td.icon{
  padding: 0em 0em 0em 0em;
  text-align: right;
}

/*
  Needed styles for the blog
*/

table.tableMonthOverview{
  font-size: 1.0em;
  width: auto ! important;
  border: thin solid;
  margin: 0.5em 0 0.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tableMonthOverview th, table.tableMonthOverview td{
  text-align: center;
  border: thin solid;
  padding: 0.1em;
}

/*
  The breadcrumb
*/
a.locationCat{
  color: blue;
}

.error{
  color: red;
}

/*
  just a debug - style
*/
.debug{
  border: 0.1em red solid;	/*	debug	*/
}