/*
  CSS Datei für cargas-lueneburg.de
  2007-08-14T04:55:00+0200
  Update: 2007-10-15T20:25:00+0200
  Roland Schenke, Stefan Lenz / K+L Internet Service Lüneburg
  
  Standardlayout
  Hinweis:
  --------
  IE >= 5 liest noch eine weitere CSS Datei ein und überschreibt Werte aus id 'header' und 'navi'
*/
@import url("./templates/css/template.css"); /* CSS Anfrageformular */

body
{
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  background-image: url(./images/hintergrund.jpg);
  background-repeat: repeat;
  background-position: 0px 270px;
}

#noscript
{
  font-size: 10px;
  text-align:center;
  background-color: #ffff00;
  margin-bottom: 10px;
}

A {
 color: #000000;
 text-decoration: underline;
}

h1
{
 font-size: 95%;
 font-weight:bold;
 background: url(./images/dreieck.gif) no-repeat left 2px;
 padding-left: 15px;
}

.wichtig {
 font-size: 110%;
 font-weight: bold;
}

#container
{
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  position:relative;
  left: 0px;
  top: 0px;
  height: auto;
}

#header
{
  position: relative;
  left: 0px;
  top: 0px;
  height: 125px;
  background-image: url(./images/header.gif);
  background-repeat: no-repeat;
}

/* -----------------navi-------------------- */
#navi
{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  float: left;
  line-height: normal;
  font-size: 95%;
}

#navi UL
{
  /*navi-start von links:*/
  margin-left: 10px;
  padding: 0px;
  list-style-type: none;
}

#navi LI
{
  margin-right: 15px;
  padding-left: 16px;
  background: url(./images/navi/left.gif) no-repeat left top;
  float: left;
}

#navi A
{
  display: block;
  background: url(./images/navi/right.gif) repeat right top;
  float: left;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  /* 20/12= breite des orangen*/
  padding: 3px 16px 3px 10px;
}

#navi A:hover
{
 text-decoration: none;
 background: url(./images/navi/right_hover.gif) repeat right top;
}

/* --------------content----------------------- */

#content
{
  margin-top: 0px;
  border: 1px solid #ffcc33;
  height: 500px;
  font-size: 95%;
  background-color: #FFFFFF;
}

#content_kontakt
{
  margin-top: 0px;
  border: 1px solid #ffcc33;
  height: 1300px;
  font-size: 95%;
  background-color: #FFFFFF;
}

.content_kontakt_nojs
{
  height: 1775px !important;
}

#content_autogas
{
  margin-top: 0px;
  border: 1px solid #ffcc33;
  height: 1060px;
  font-size: 95%;
  background-color: #FFFFFF;
}

#content_links
{
  margin-top: 0px;
  border: 1px solid #ffcc33;
  height: 540px;
  font-size: 95%;
  background-color: #FFFFFF;
}

#columns
{
  position:relative;
}

#columnLeft
{
  width: 370px;
  position:absolute;
  top: 30px;
  left: 20px;
  height: auto;
}

#columnLeft_kontakt
{
  width: 300px;
  position:absolute;
  top: 30px;
  left: 20px;
  height: auto;
}

#columnRight
{
  width: 370px;
  position:absolute;
  top: 30px;
  left: 410px;
  height: auto;  
}

#columnRight_kontakt
{
  width: 450px;
  position:absolute;
  top: 0px;
  left: 300px;
  height: auto;  
}

/* nur für home/Links eine spalte: */
#one_column
{
  width: 740px;
  position:absolute;
  top: 30px;
  left: 20px;
  height:auto;
}

#footer
{
  font-size: 80%;
  padding-top: 5px;
}

#copyright
{
  position: absolute;
  left: 300px;
}

#imprint
{
  position: absolute;
  left: 680px;
}

#imprint A
{
  text-decoration:underline;
  color: #000000;
}
