
body {
    margin: 10px;
    margin-top: 5px;
    background: black url(/verlauf.png) repeat-x scroll 0 0;
    background: black url(/bg.jpg) repeat scroll 0 0;
    font-family: verdana, arial, helvetica;
    color: #fdd49b;
    font-size: 14px;
}


table.main {
	background-color: black;
	border: 1px solid #fdd49b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 15px #fdd49b;
	-moz-box-shadow: 0 0 15px #fdd49b;
	-webkit-box-shadow: 0 0 15px #fdd49b;
}


a { color: #fdd49b; text-decoration: underline; }
a:visited { color: #fdd49b; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: underline; }

h1 {
    color: #fdd49b;
    font-size: 22px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0px;
}

h2 {
    color: #fdd49b;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    color: #fdd49b;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

img {
    border-color: #fdd49b;
}

table {
}

th.title {
    background-color: #000000;
    text-align: center;
    font-size: 16px;
}

th.blind {
    background-color: #000000;
}

th.ref {
    background-color: #000000;
    text-align: right;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-align: right;
}

th {
    background-color: #666666;
    padding-left: 10px;
}

td.data {
    background-color: #333333;
    padding-right: 10px;
}

td.gallery {
    background-color: #333333;
    border-color: #fdd49b;
    padding-right: 10px;
    font-size: 10px;

    -webkit-transition: background .4s;

    -moz-transition: background .4s;

    -ms-transition: background .4s;

    -o-transition: background .4s;

    transition: background .4s;

}

td.gallery:hover {
    background-color: black;
}

td.top-left {
	width: 10px;
	height: 10px;
	background-image: url(small/frame_left_top.gif);
}

td.top-center {
	background-color: #333333;
	height: 10px;
}

td.top-right {
	width: 10px;
	height: 10px;
	background-image: url(small/frame_right_top.gif);
}

td.center-left {
	width: 10px;
	background-color: #333333;
}

td.center-center {
	padding: 1px;
}

td.center-right {
	width: 10px;
	background-color: #333333;
}

td.bottom-left {
	width: 10px;
	height: 10px;
	background-image: url(small/frame_left_bottom.gif);
}

td.bottom-center {
	background-color: #333333;
	height: 10px;
}

td.bottom-right {
	width: 10px;
	height: 10px;
	background-image: url(small/frame_right_bottom.gif);
}

div.gallery-item {
	background-color: #333333;
	border: 0px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	margin: 1px;
	padding: 10px;
}

div.gallery-item:hover {
	background-color: #fdd49b;
	color: Black;
}

div.gallery-item:hover a {
}

div.gallery-item:hover img {
	border-color: Black;
}

.navi {
    text-align: center;
    font-size: 12px;
}

div {
    margin-top: 0px;
    margin-bottom: 10px;
}

table.vin {
    width: 302px;
    height: 78px;
    background-image: url(vin-back.png);
    background-repeat: no-repeat;
}

div.vin {
    border: 1px solid rgb(85, 85, 85);
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 18px;
    font-stretch: wider;
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

table.fendertag {
    width: 330px;
    height: 148px;
    background-image: url(fender-tag.png);
    background-repeat: no-repeat;
    border: 0px solid red;
}

table.fendertag td {
    padding-top: 8px;
}

span.fendertag {
    border: 1px solid rgb(85, 85, 85);
    font-family: sans-serif;
    font-size: 18px;
    padding: 0 5px;
}

