/**
 * THW OV Frankfurt Stylesheet
 * @author Jens Hatlak <jh@junetz.de>
*  @author Christoph Reeg <thw@reeg.net>
 */


/*** Defaults ***/

body {
  margin: 0em;
  font: 11pt Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,h7 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

ul,ol {
  list-style-position: inside;
}

/*** Top frame ***/

#top {
  position: fixed; left: 0em; top: 0em; z-index: 3;
  background-color: #039; color: white;
  height: 5em; width: 100%;
}
#top table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
#top td {
  font: 14pt Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#logo {
  width: 200px;
  vertical-align: top;
  border-width: 0px;
}
#logo img {
  position: absolute; left: 0px; top: 0px;
  border-width: 0px;
}
#skyline {
  text-align: center;
}
#bathw {
  width: 200px;
  vertical-align: top;
  text-align: right;
  border-width: 0px;
}
#bathw img {
  position: absolute; right: 0px; top: 0px;
}

/*** Left / main menu ***/

#left {
  position: fixed; left: 0em; top: 0em; z-index: 2;
  width: 10.85em; height: 100%;
  background-color: #039; color: white;
}
#menu {
  position: absolute; left: 0em; top: 6em; z-index: 3;
  padding: 0; margin: 0; width: 100%;
}
#menu table {
  width: 100%; z-index: 5;
  border-width: 0em;
  border-spacing: 0px;
  border-collapse: collapse;
}
#menu td {
  font: 11pt Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  border: 1px solid white;
}
#menu td a {
  display: block;
  width: 100%;
  color: white;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
}
#menu td a:hover {
  color: #ff6;
  font-size: 11pt;
  background-color: #436EB2;
  background-position: 0em 6em;
  background-image: url(/bilder/menubg-hover.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#menubg {
  position: fixed; left: 0em; top: 6em;
}


/*** Top / submenu ***/

#submenu {
  position: fixed; left: 0em; top: 4.5em; z-index: 4;
  padding: 0em;
  background-color: #039; color: white;
  border-top: 1px solid white;
  width: 100%; height: 1.4em;
}
#submenu table {
  position: absolute; left: 12em; z-index: 4;
  font-size: 11pt;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 0.2ex;
}
#submenu td:first-child {
  font: 10pt Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  border-left: none;
}
#submenu td {
  font: 10pt Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid white;
}
#submenu td a {
  display: block;
  background-color: #039; color: white;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
#submenu td a:hover {
  background-color: #436EB2; color: #ff6;
}
#langswitch {
  position: absolute; top: 0.5ex; right: 1em;
}


/*** Content frame ***/

#mainbg {
  position: fixed; left: 10.85em; top: 6em; z-index: 1;
}
#main {
  font-size: 11pt;
  position: absolute; left: 10.85em; top: 6em; z-index: 1;
  padding: 1em; margin: 0;
}


/*** Individual pages ***/

#kfzblatt {
  width: 800px;
}
#kfzblatt table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}
#kfzblatt td {
  border: 1px solid black;
  padding-left: 1ex;
}
#kfzblatt th {
  border: 1px solid black;
  text-align: left;
  padding-left: 1ex;
  background-color: #eee; color: black;
}
#kfzname {
  font: 16pt Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
#kfzaltname {
  font: 12pt Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
#kfzschild {
  text-align: center;
}
#kfzuebersicht, #kfzuebersicht > tbody > tr > td {
  border: 0px none white !important;
}
#kfzbild {
  text-align: center;
}
#kfzausstattung th {
  width: 33%;
}

/*** imagelist ***/
#imagelistTable { 
  float: right;
  width: 230px;
  border-width: 0;
  border-collapse: collapse;
  background-color: #E5EAF5;
  color: black;
}
#imagelistTable table { 
  border-collapse: collapse;
  border-width: 0;
  width: 100%;
}
#imagelistHead { 
  background-color: #039;
  color: white;
  font-weight: bold;
  padding: 5px;
}
#imagelistLink { 
  background-color: #E5EAF5;
  color: white;
  text-align: left;
  padding: 5px;
  padding-top:  20px;
}
#imagelistLink a  { 
  background-color: #E5EAF5;
  color: blue;
}
td.imagelistImage { 
  background-color: #E5EAF5;
  color: black;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 7px;
}
td.imagelistDescr { 
  background-color: #E5EAF5;
  color: black;
}