/*#############################################################
Name: parken & meer
Date: 2009-02
Author: mk-media

#############################################################*/

/* standard elements */
html {
  min-height: 100%;
}

a {
  TEXT-DECORATION: none
}

a:hover {
  color: #000066;
}

body {
  color: #4e4d4d;
  font: normal 70%  Verdana;
  background-color: #FFFFFF;
}

table {
  margin-left: auto;
  margin-right: auto;
}

h4 {
  color: #da8d00;
  font: bold 95% Verdana;
}

/* structure */
#container {
  width: 1000px;
  height: auto;
  margin: auto;
  position: center;
  font-size: 1.1em;
  background-color: #FFFFFF;
}

#logo {
  width: 165px;
  height: 136px;
  margin: auto;
  float: left;
  background-image: url(img/logo.png);
  background-color: #FFFFFF;          /*  #3d6183  */
}

#banner {
  width: 835px;
  height: 133px;
  margin: auto;
  float: right;
  background-image: url(img/banner.png);
}


#nav {
  width: 162px;
  height: 480px;
  margin: auto;
  float: left;
  background-image: url(img/links_bg.png);
}

#linie_links {
  width: 3px;
  height: 480px;
  margin: auto;
  float: left;
  background-image: url(img/links_linie.png);
}

#linie_oben {
  width: 825px;
  height: 3px;
  margin: auto;
  float: left;
  background-image: url(img/oben_linie.png);
}


#content {
  width: 555px;
  height: auto;
  margin-left: 50px;
  float: left;
}

#footer {
  width: 1000px;
  height: auto;
  margin: auto;
  position: center;
  float: right;
}

#menu {
  width: auto;
  height: auto;
  float: right;
}

#menu a {
  color: #da8d00;
  font-size: 1.0em;
  line-height: 1pt;
  font: bold;
}

#menu a:hover {
  color: #FFFFFF;
}

#menu_b {
font: bold;
text-align: right;
color: #FFFFFF;
line-height: 18pt;
margin-top: 15pt;
font-size: 1.0em;
  }

#sidebar {
  width: 180px;
  height: auto;
  float: right;
  margin-right: 0px;
}

#sidebar a {
  color: #da8d00;
}

.tablecontent {
  font-size: 11px;
}

.tablecontent a {
  text-decoration: none;
  color: #da8d00;
}

.buchung {
  background-color: #CCCCCC;
}

.nav {
  margin-right: 0px;
}

