body {
  background-color: #1E1E1E;
  margin: 0px;
  padding: 0px;

}

form {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
    color: #D9C39F;
}

table {
  empty-cells: show;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background: #666;
  text-align: left;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

.input {
    width: 250px;
    background: #fff;
    color: #666;
    font-weight: bold;
    font-size: 10px;
}

.button {
    background: #B3863E;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.nachricht {
  background: #E6E6E6;
  padding: 5px;
  border: 1px solid #B3863E;
  color: #B3863E;
  font-weight: bold;
  margin-bottom: 10px;
}

.content {
    padding: 20px;
}

.headline {
	font-size: 14px;
	font-weight: bold;
}

.bu {
	font-weight: bold;
  	color: #CCCCCC;
}

a, a:link, a:visited, a:active {
  	color: #F0F0F0;
  	text-decoration: none;
}

a:hover {
  color: #FFFFFF;
}

.footer, a.footer:link, a.footer:visited, a.footer:active {
	font-size: 10px;
	color: #fff;
    padding-left: 10px;
}

a.footer:hover {
	color: #F0F0F0;
}

.nav, .nav-link, .nav-link:link, .nav-link:visited, .nav-link:active {
	font-size: 10px;
	text-decoration: none;
    padding-left: 10px;
	color: #fff;
}

.nav2, .nav2-link, .nav2-link:link, .nav2-link:visited, .nav2-link:active {
	font-size: 10px;
	text-decoration: none;
    padding-left: 10px;
	color: #333333;
}

.nav-link:hover {
	color: #FFFFFF;
}

/*********/

.bestellen table {
    border-collapse: collapse;
}

.bestellen td {
    padding: 8px 10px;
    border: 1px solid #666;
    white-space: nowrap;
}

/*********/

.warenkorb .input {
    width: 50px;
}

.warenkorb table {
    border-collapse: collapse;
}

.warenkorb td {
    padding: 8px 10px;
    border: 1px solid #666;
    white-space: nowrap;
}

.warenkorb td td {
    padding: 2px 5px;
    margin: -8px -10px;
    border: 1px solid #666;
    white-space: nowrap;
}

/*********/

.detail {
    border-top: 1px solid #666;
    padding: 10px 0;
}

.detail .rahmen {
    position: relative;
    width: 513px;
    height: 436px;
    background-image: url(/images/rahmen.jpg);
}

.detail .rahmen img {
    position: absolute;
    top: 92px;
    left: 87px;
    width: 340px;
    /*height: 66px;*/
}

/*********/

.preise {
    width: 513px;
}

.preise .input {
    width: 50px;
}

.preise table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

.preise td {
    padding: 8px 10px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.preise .title {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

/*********/

.filter {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #666;
}

.filter select,
.filter option {
    width: 175px;
    background: #666;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.filter select option.novalue {
    font-weight: normal;
}

/*********/

div.thumbnail {
    display: block;
    margin: 10px 0;
}

.thumbnail span.pagination {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #666;
}

.thumbnail td {
    border-top: 1px solid #666;
    padding: 10px;
}

.thumbnail .rahmen .box {
    width: 154px;
    height: 132px;
    background-image: url(/images/rahmen_klein.jpg);
}

.thumbnail .rahmen .box {
    display: block;
    position: relative;
}

.thumbnail .rahmen .box img {
    position: absolute;
    top: 29px;
    left: 27px;
    width: 100px;
    /*height: 66px;*/
}

.thumbnail .title {
    display: block;
}

/*********/

.suche .input {
    width: 175px;
}

/*********/

.admin a {
    text-decoration: underline;
    font-weight: bold;
}

.admin td {
    border-bottom: 1px solid #666;
}

.admin td td {
    border-bottom: 0;
}
