/*  =========================================================
    Stylesheet zur Formatierung am Bildschirm
    Datei: bildschirm.css
    Datum: 2008-08-07
    Autor: Miren Rodriguez - http://www.miro-webdesign.de
    ========================================================== */

@media screen {

/*  =========================================================
    CSS Reset
    ========================================================== */

* { padding: 0; margin: 0; }


/*  =========================================================
    Body, Grundlegende Formatierungen
    ========================================================== */


html,body{
  background-color: #f6f6f6;
  height:100%;
  margin:0;
  padding:0;
}

#vertical{
  float:left;
  height:50%;
  margin-top:-275px;/* half vertical height*/
  width:100%;
}

/*  =========================================================
    Schriftenformatierung für Überschriften
    ========================================================== */

h1, h2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}

h1 { font-size: 138.46%; color: #666; padding: 20px 0px 0px 0px;}
h2 { font-size: small; color: #de851d; padding: 5px 0px 0px 0px;}
/* h1 { font-size: 200% }        /* ca. 26px */
/* h2 { font-size: 184.62% }     /* ca. 24px */

h3, h4 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

h3 { font-size: 138.46%; color: #666; padding: 20px 0px 0px 0px;}
h4 { font-size: small; color: #de851d; padding: 5px 0px 0px 0px;}
/* h1 { font-size: 200% }        /* ca. 26px */
/* h2 { font-size: 184.62% }     /* ca. 24px */


/*  =========================================================
    Wrapper
    ========================================================== */

#wrapper {
  background-image: url(bg_wrapper.jpg);
  width:770px;
  margin-left:auto;
  margin-right:auto;
  height:550px;
  border:1px solid silver;
  overflow: auto;/* allow content to scroll inside element */
  text-align:left;
  clear:both;
}

/*  =========================================================
    Kopfzeile
    ========================================================== */

#header {
  color: #333;
  float: left;
  height: 140px;
  width: 770px;
}

/*  =========================================================
    Navigation
    ========================================================== */

#navigation {
  background-color: #fff;
  color: #333;
  float: left;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  height: 305px; /* wenn height verändert wird auch padding entsprechend anpassen */
  line-height: 25px;
  padding: 40px 0 0 0; /* wenn padding verändert wird auch die height entsprechend anpassen */
  width: 190px;
}

/*  =========================================================
    Inhalt
    ========================================================== */

#content {
  background-color: #fff;
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 20px;
  overflow: hidden;
  padding: 0 15px;
  width: 235px;
}

#contentbild {
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 5px;
  overflow: hidden;
  padding: 0 15px;
  width: 250px;
}

#contenteinbild {
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 20px;
  overflow: hidden;
  width: 540px;
}

#impressum {
  background-color: #fff;
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 20px;
  overflow: hidden;
  padding: 0 15px;
  width: 510px;
}

#pictures {
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 10px;
  width: 265px; /* nur IE 5.x */
  voice-family:"\"}\"";
  width: 265px; /* alle anderen User-Agents */
  voice-family:"\"}\"";
}

#content2 {
  background-color: #fff;
  color: #333;
  display: inline;
  float: left;
  height: 350px;
  margin-left: 10px;
  overflow: hidden;
  padding: 0 15px;
  width: 235px;
}

#footer {
  width: 470px;
  height: 40px;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 10px 0 0 250px;
}

#footermodells {
  width: 345px;
  height: 15px;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 10px 0 0 385px;
}

.footertext {
  color: #fff;
}

#dasteam {
  width: 470px;
  height: 40px;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 10px 0 0 250px;
}

p, pre{
  padding: 8px 0px 0px 0px;
  margin:0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 17px;
  color:#666;
  text-align: justify;
}

.kontaktdaten {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 17px;
  list-style-type: none;
  margin:0px;
  overflow: hidden;
  padding: 8px 0px 0px 0px;
  text-align: right;
}

.text2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 17px;
  list-style-type: none;
  margin:0px;
  overflow: hidden;
  padding: 8px 0px 0px 0px;
  text-align: left;
}


/*  =========================================================
    Links
    ========================================================== */

.markermenu {
  list-style-type: none;
  margin: 8px 0;
  padding: 0 0 0 20px;
  width: 150px;
}

.markermenu li a{
  border-bottom: 1px dotted #333;
  color: #696969;
  display: block;
  padding: 3px 0;
  padding-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

* html .markermenu li a{
  width: 130px;
}

.markermenu li a:visited, .markermenu li a:active {
  color: #696969;
}

.markermenu li a:hover{
  color: #333;
  background-color: #e6e6e6;
}

a {
  text-decoration: none;
  outline: none;
}

a img, a:link img { border: none; }

#impressumnavigation {
  margin-top: 5px;
}

#impressumnavigation li {
  display: inline;
  list-style-type: none;
  margin: 0px 20px 0px 0px;
  font-size: small;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#modellnav {
  margin-top: 0px;
}

#modellnav li {
  display: inline;
  list-style-type: none;
  margin: 0px 20px 0px 0px;
  font-size: small;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

a.whitelink:link { color: #fff; }
a.whitelink:visited { color: #fff; }
a.whitelink:hover, a.whitelink:focus { color: #ccc; }

a.greylink:link { color: #333; }
a.greylink:visited { color: #333; }
a.greylink:hover, a.greylink:focus { color: #de851d; }

a.orangelink:link { color: #de851d; }
a.orangelink:visited { color: #de851d; }
a.orangelink:hover, a.orangelink:focus { color: #333; }

/*  =========================================================
    Gallery
    ========================================================== */

#gallery {
  display: inline;
  float: left;
  height: 350px;
  margin-left: 20px;
  width: 500px; /* nur IE 5.x */
  voice-family:"\"}\"";
  width: 500px; /* alle anderen User-Agents */
  voice-family:"\"}\"";
}

#gallerymain {
  display: inline;
  float: left;
  height: 350px;
  list-style-type: none;
  margin-left: 20px;
  width: 540px; /* nur IE 5.x */
  voice-family:"\"}\"";
  width: 540px; /* alle anderen User-Agents */
  voice-family:"\"}\"";
}

#gallerylinks {
  display: inline;
  float: left;
  height: 350px;
  margin-left: 15px;
  width: 30px; /* nur IE 5.x */
  voice-family:"\"}\"";
  width: 30px; /* alle anderen User-Agents */
  voice-family:"\"}\"";
}

.gallerylist {
  list-style-type: none;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: small;
}

.gallerylist li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 4px 2px;
  text-decoration: none;
  margin-bottom: 7px;
}

.gallerymainlist li {
  list-style-type: none;
  display: inline;
}

* html .gallerylist li a{
  width: 20px;
}

.gallerylist li a:visited, .gallerylist li a:active {
  color: #fff;
}

.gallerylist li a:hover{
  color: #666;
  background-color: #fff;
}

} /* Ende @media - nicht löschen! */

/* =======================================
   E N D E  bildschirm.css
   ======================================= */
