/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Reset margins */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

/* Format basic elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
}
abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}
blockquote, q {
  quotes: none;
}
fieldset, img {
  border: 0;
}
li {
  list-style-type: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}
a {
  color: #00f;
}
:focus {
  outline: 0;
}

/* Font settings */
body     { color: #666; font-size: 13px; font-family: Helvetica }
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}
pre, code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  
}
h1 {
  font-size: 22px;line-height: 24px;
}

.ce_text h2 {line-height: 24px;}
h2 {
  font-size: 20px;line-height: 16px;
}
h3 {
  font-size: 18px;line-height: 16px;
}
table {
  font-size: inherit;
}
caption, th {
  font-weight: bold;
}

/* Default margins */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, ul, form  { margin-bottom: 12px }

/* Tiny MCE CSS */
.einleitung     { background-color: #efefef; background-image: url(/tl_files/Layout/bg_teaser.jpg); background-repeat: repeat; background-position: 0 top; padding: 4px; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; border-left: 1px solid #efefef }
.zelle { font-size: 12px; margin: 2px; padding: 2px; border: solid 1px #ccc }
.infobox  { color: #999; background: #efefef url(/tl_files/Layout/ausruf.gif) no-repeat left 15px; margin-bottom: 1.5em; padding: 6px 6px 6px 54px; border-top: 2px solid #09c; border-bottom: 2px solid #09c }
.rechts {float:right}
a.daihatsu:link {color: #f00; border-bottom: 1px dotted #f00;text-decoration: none}
a.daihatsu:link  { color: #f00; background-image: url(/tl_files/Layout/pfeil.gif); background-repeat: no-repeat; background-position: left center; display: inline-block; margin-right: 4px; padding-left: 12px }
a.daihatsu:visited {color: #f00; border-bottom: 1px dotted #f00;text-decoration: none}
a.daihatsu:visited  { color: #f00; background-image: url(/tl_files/Layout/pfeil.gif); background-repeat: no-repeat; background-position: left center; display: inline-block; margin-right: 4px; padding-left: 12px }
a.daihatsu:hover   { color: #f00; background-color: #efefef }
a.daihatsu:active { color: #f00 }

a.hyundai:link  { color: #000080; text-decoration: none; border-bottom: 1px dotted #000080 }
a.hyundai:link   { color: #000080; background-image: url(/tl_files/Layout/pfeil.gif); background-repeat: no-repeat; background-position: left center; display: inline-block; margin-right: 4px; padding-left: 12px }
a.hyundai:visited  { color: #000080; text-decoration: none; border-bottom: 1px dotted #000080 }
a.hyundai:visited   { color: #000080; background-image: url(/tl_files/Layout/pfeil.gif); background-repeat: no-repeat; background-position: left center; display: inline-block; margin-right: 4px; padding-left: 12px; border-bottom: 1px dotted #000080 }
a.hyundai:hover    { color: #000080; background-color: #efefef }
a.hyundai:active  { color: #000080 }

a.mazda { background-image: url(/tl_files/Layout/pfeil.gif); background-repeat: no-repeat; background-position: left center; display: inline-block; margin-right: 4px; padding-left: 12px }
a.mazda  { text-decoration: none; border-bottom: 1px dotted #09c }
a.mazda:hover    { color: #09c; background-color: #efefef }