/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-family: Verdana;
}

body {
  background: url(images/bg.jpg) repeat-x #232323;
  padding: 0px;
  padding-bottom: 50px;
  margin: 0px;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ TOPBAR ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bar {
  height: 148px;
}

#header {
  width: 820px;
  height: 108px;
  
  margin: 0px auto;
  
  padding-left: 20px;
  padding-right: 20px;
}

#header h1 {
  font-size: 24px;
  color: #343434;
}

#header h2 {
  font-size: 14px;
  padding: 0px;
}

#header span {
  font-size: 11px;
  font-weight: bold;
  color: #515151;
}

#navigation {
  width: 820px;
  margin: 0px auto;
  
  height: 25px;
  
  padding-top: 5px;
  margin-top: 5px;
  
  background: url(images/navibg.jpg) repeat-x;
}


#navigation ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

#navigation li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  
  margin-left: 30px;
  font-size: 11px;
}

#navigation li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#navigation li a:hover {
  color: #393939;
}

#content {
  width: 820px;
  margin: 0px auto;
  
  padding-top: 25px;
  
  text-align: justify;
  color: #CFCFCF;
}

#content h1 {  
  margin: 0px;
  
  font: small Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FF9000;
}

#content h2 {
  margin: 0px;
  
  margin-bottom: 10px;
  
  font: small Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #EAEAEA;
}

#content span {
  font: small Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#content a {
  color: #FF9000;
}

ul {
  font: small Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

ul.moeglichkeiten b {
  color: #FF9000;
}

.vergleichstabelle {
  font: small Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.vergleichstabelle td {
  padding-left: 10px;
}

#bookmark {
  width: 805px;
  margin: 0px auto;
  
  padding-top: 40px;
  padding-bottom: 40px;
  
}

#footer {
  margin: 0px auto;
  
  margin-top: 26px;
    
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  
  background: #727272;
  
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

#footer .content {
  width: 820px;
  margin: 0px auto;
}

#footer a {
  text-decoration: none;
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: underline;
}
