body {
        margin: 0px;
        line-height: 20px;
        background: #e8e8e8 url(img/body-gries.jpg);
        color: #444;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.0em;
}
#topper {
        height: 80px;
        background-color: rgb(120,45,65);	/* Helligkeit 83 */

        font-family: Georgia, serif;
        font-weight:bold;
        font-style:italic;
        text-align:center;


}
#topper1 {
        line-height: 50px;
        padding-top:10px;

        font-size:28px;
		color:#bc4e6c;			/* Helligkeit 103 */
	        /* Helligkeit 53 */ /* Helligkeit 113 */
        text-shadow: 1px 1px 0px #4C1E2C;

}
#adresse {
        font-size:12pt;
        color:#FFF;
}

#whiteline {
        height:10px;
        background-color: #FFF;
        -moz-box-shadow: 0px 0px 5px #888;
        -webkit-box-shadow: 0px 0px 5px #888;
        -o-box-shadow: 0px 0px 5px #888;
        box-shadow: 0px 0px 5px #888;
}
#footerwhiteline	{
        position:fixed;
        width: 100%;
        bottom:25px;
        heigth:5px;
        background-color: #FFF;
        -moz-box-shadow: inset 0px 0px 5px #888;
        -webkit-box-shadow: inset 0px 0px 5px #888;
        -o-box-shadow: inset 0px 0px 5px #888;
        box-shadow: inset 0px 0px 5px #888;

}
#footer	{
        padding-top:10px;
        font-family: Verdana, helvetica, Arial;
        font-size: 12px;
        position:fixed;
        width: 100%;
        bottom:0px;
        height:40px;
        text-align:center;

        background: #e8e8e8 url(img/body-gries.jpg);
        border-top: 10px solid #FFF;
}

#content-wrap {
	width: 730px;
	margin: 0 auto;
}

#content {
        text-shadow: 1px 1px 0px #fff;
        position: relative;
        float: left;
        width: 730px;
}

#content p,
#content ul {
        margin-bottom: 15px;
        /*font-family: Verdana, helvetica, Arial;*/
}
#content p {
        text-align: center;
}

#content ul {
        margin-bottom: 30px;

}

a {
   Color: rgb(120,45,65);
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1 {
        color: rgb(120,45,65); /* #333;*/
        padding-top:20px;
        text-align: center;
}

.rund {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 20px;
}
.credit {
        font-size:10px;
        line-height: 12px;
}

#ende {
  height: 100px;
}

#showroom {
        width: 700px;
        background-color:white;
        border: 1px solid white;
        margin-top: 20px;
		margin-left: auto;
		margin-right: auto;

        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
}


        /* Shared styles */

        .drop-shadow {
            position:relative;
            float:left;
            width:40%;
            padding:1em;
            margin:2em 10px 4em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .perspective:before {
            left:160px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
/*            -webkit-box-shadow:-150px 0 8px rgba(0, 0, 0, 0.4);
               -moz-box-shadow:-150px 0 8px rgba(0, 0, 0, 0.4);
                    box-shadow:-150px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
               -moz-transform:skew(50deg);
                -ms-transform:skew(50deg);
                 -o-transform:skew(50deg);
                    transform:skew(50deg);
            -webkit-transform-origin:0 100%;
               -moz-transform-origin:0 100%;
                -ms-transform-origin:0 100%;
                 -o-transform-origin:0 100%;
                    transform-origin:0 100%;*/
        }

        .perspective:after {
            display:none;
        }

                /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 50px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:50px / 100px;
        }

.bbhlogo {
	color: #a3a7a0;
}

.power {
	font-weight: bold;
}

.headline {
	margin-top:40px;
	font-size: 1.2em;
	font-family: Verdana, helvetica, Arial;
}

.tbl_payment {
	width: 500px;
	text-align: right;
	border-spacing: 2px;
	font-size: 0.9em;
}
td {
	display: table-cell;
}
.tbl_payment td, .tbl_payment th {
	text-shadow: none;
	border: 1px dotted #A8A8A8;
	padding: 2px 10px;
	vertical-align: top;
}

.tbl_payment tr:nth-child(1n+1) {
background-color: rgb(210,210,210);
color: #000;
}
.tbl_payment tr:nth-child(2n+2) {
background-color: rgb(227,227,227);
color: #000;
}
.tbl_payment tr:hover {
	background-color: rgb(120,45,65);
	color: #fff;
}
