/*
The CROSSOVER License

Copyright 2015 CROSSOVER d.o.o..

*/
/* 
    Created on : 27.08.2015, 10:29:27
    
*/

body {
    font-family: arial, verdana, sans-serif;
    font-size: 1.0em;
    min-width: 50em;
    max-width: 50em;
    //width: 100%;
    margin: 0px auto;
  
}
H1 { font-size: 1.45em; }
H2 { font-size: 1.25em; }
H3 { font-size: 1.12em; }

/* **** Navigation Top **** */
NAV {
   position:fixed;
    top: 0px;
    //left: 0px;
    width: 50em;
    magrin: auto;
    background-color: black;
    border: 1px solid black;
    height: 1.9em;
    padding: 0.8em;   
    /*height: 6%;
    padding: 0.7%;*/
    z-index: 5;
}

NAV:after {
    clear: left;
    content: "";
}

NAV ul {
    margin: 0;
    padding: 0;
    text-align: center;
    /* width: 100%; */
}

NAV li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    
}

/* Unternavigation ausblenden */

NAV ul ul {
    font: 0/0 serif;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2.5em;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden; 
}

/*  Unternavigation einblenden */

NAV ul li:hover ul {
    font: inherit;
    z-index: auto;
    visibility: visible;
    z-index:3;
}

NAV ul ul li {
    float: none;
    margin-bottom: 0.2em;
	
}

NAV a,
NAV span {
    background-color: white;
    //transition: background-color .25s ease-in;
    border: 1px red;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 5px 10px silver inset;
    color: red;
    display: block;
    width: 6.1em;
    font-weight: bold;
    font-size: 1em;
    margin: 0.6em 0.2em 0 0;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

NAV ul ul a,
NAV ul ul span {
    border-radius: 10px;
}

/* aktuelle Unterseite kennzeichnen */

NAV a:focus,
NAV a:hover,
NAV span {
    color: white;
    background-color: red;
    transition: background-color 0.01s;
    width: 6.4em;
    height: 1.8em;
}

NAV a:focus,
NAV a:hover {
    margin-top: 0;
    padding: 1em 0 0 1em;
}

/* NAV a:after {
    clear: left;
    content: ""; 
}*/

NAV ul ul a:hover {
    margin: 0.6em 0 0 0;
    padding: 0.4em;
}
/* aktuelle Unterseite kennzeichnen */

NAV ul ul span {
    background-color: black;
    color: red;
}

/* **** Box Glasrand mit div **** */
.boxglas{
    background-color:  rgba(255,255,255, .9);  
    -moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
    -webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
    box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    max-width: 100%;
    min-width: 90%;
    position: relative;
    top: 3.6em;
    left: 0.3em;
    text-align: center;
    z-index: 1;
    padding: 5px;
 }

.boxglas p {
    text-align: justify;
    margin: 10px;
}

/* **** logo im der navi leiste ***** */

.logo {
    width: 6em;
    height: 2em;
    /position: fixed;
    top: 0.2em;
    right: 12em;*/
    
}

/* **** counter position ( Numernschild )  **** */
#counter {
    position: relative;
    top: -160px;
    left: 0em;
}

/* **** Gallerie mit div einzele bilder vergrösserung  **** */

.galerie {
    display: table;
    border-spacing: 10px;
    width: 10em;
    white-space: pre;
}

.galerie a {
    display: table-cell;
    vertical-align: middle;
}

.galerie img {
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}

.galerie img:target {
    width: 500px;
    height: 280px;
}

.galerie img {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
}

/* **** Bild auf der Home Startseite **** */
#buggy_home {
   /* width: 626px;
    height: 423px;*/
    position: relative;
    top: 20px;
	
}

.preis td{
    text-align: left;
}

.block {
    width: 90%;
    alignment-adjust: middle;
    
}

.block td{
	text-align: justify;
}

/* *******          bottom für vor und zurück        ******** */
.weiter {
    position: absolute;
	top: 16em;
        left: -0.1em;
	white-space: nowrap;
}

.weiter ul {
	margin: 0px;
	padding: 5px 0em 0 0;
	text-align: center;
	font-size: 0.7em

	
}

.weiter ul.links {
    position:relative;
	left: 2.2em;
	z-index:4;
}
.weiter ul.rechts {
    position:relative;
	left: 66.1em;
	z-index:4;
}


.weiter  li {
	float: left;
	list-style: none;
	margin: 0px 0em 0 0;     /* aussenabstand oben rechts unten links */
	padding: 0px 0em 0 0;            /* innenabstand oben rechts unten links */
	position: relative;
	font-family: monospace;
	
}


.weiter a,
.weiter span {
    display: block;
	/* width: 6.8em; */
	margin: 0.4em 0em 0 0;
	padding: 0.4em;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	border: 2px black;
	border-radius: 10px;
	box-shadow: 0px 5px 10px white inset;
	color: red;
	background-color: #D8D8D8;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	width: 2em;
	z-index:4;
}

.weiter a:focus,
.weiter a:hover,
.weiter span {
	color: white;
	background-color: red;
	transition: background-color 0.01s;
}

/* ************            Modelle              ************ */
.modeli {
    text-decoration: none;
    height: 20em;
    font-size: 0.6em;
    list-style: none;
    
    
   
}
.modeli ul, 
.modeli li{
   float: left;
   list-style: none;
   margin: 0; 
    padding: 0;
    border: 0;
  
}



.minimodel {
    position: relative;
    top: -1em;
    left: 0;
    z-index: 4;
    
}

/* ********   frame und bilder für farben ******* */
.framefarbe iframe{
   border: inherit;
   width: 38em;
   height:20em;
   
}

/* ************  iframe für die glerie ************** */

.galerie_935_661{
    border: inherit; 
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    width: 478px;
    height: 341px;  
    margin: 0 auto;
}


.galerie_935_661 iframe{
    position: relative;
    left: -3px;
    height: -1px;
}
    

.galerie_935_661 img{
 background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
   
    width: 468px;
    height: 331px; 
    
}


/* **************** test bilderblättern ************************ */
.dia img{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
    
}

.vermieten1{
    position: fixed;
    top: 7em;
    left: 34em;
    z-index: -1;
    opacity: 0.7;
}

.vermieten2{
    position: fixed;
    top: 25em;
    left: 60em;
    z-index: -1;
    opacity: 0.7;


}



