body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6b6b6b;
line-height: 15px;
}

#main_wrapper {
width: 960px;
margin: 15px 0 15px 26px;
}

.clearfix {
clear: both;
}
/* =========================================== */

#logo {
position: absolute;
left: 26px;
top: 15px;
width: 150px;
height: 132px;
border: 1px solid #797979;
}

#header {
width: 800px;
height: 96px;
margin: 0 0 6px 158px;
border: 1px solid #797979;
background-color: #dcdcdc;
}


#header a {
display: block;
float: left;
height: 48px;
}
/* =========================================== */

#mainnavi {
width: 800px;
height: 28px;
margin-left: 158px;
border: 1px solid #797979;
background: url("../img/mainnavi_bg.gif") no-repeat left top;
}

#mainnavi li {
float: left;
}

#mainnavi a {
display: block;
height: 22px;
padding: 6px 24px 0 24px;
border-right: 1px solid #797979;
text-decoration: none;
text-transform: uppercase;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #6b6b6b;
}

#mainnavi a:hover, #mainnavi .active {
background-color: #b8b8b8;
color: #9e1638;
}
/* =========================================== */

#wrapper {
margin-top: 6px;
background: url("../img/wrapper_bg.gif") repeat-y left top;
}
/* =========================================== */

#subnavi {
float: left;
width: 150px;
border-top: 1px solid #797979;
border-left: 1px solid #797979;
border-right: 1px solid #797979;
text-align:right;
}

#subnavi a {
display: block;
padding: 6px 10px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 13px;
color: #6b6b6b;
font-weight: bold; 
}

#subnavi a:hover, #subnavi .active {
color: #9e1638;
}

#subnavi li li {
margin-right: 15px;
padding: 0 4px;
}

#subnavi li li a {
margin-top: -3px;
padding: 0 11px 5px 0;
background: url("../img/subnavi_normal.gif") no-repeat right 2px;
font-weight: normal;
color: #6b6b6b;
}

#subnavi li li a:hover, #subnavi li li .active {
background: url("../img/subnavi_active.gif") no-repeat right 2px;
color: #9e1638;
}


#subnavi_drunter {
# float: left;
width: 150px;
border-top: 0px solid #797979;
border-left: 0px solid #797979;
border-right: 0px solid #797979;
text-align:right;
}

#subnavi_drunter a {
display: block;
padding: 0px 0px;
}


/* =========================================== */

#content_wrapper {
width: 663px;
margin: 0 139px 0 158px;
}
/* =========================================== */

#searchbar {
margin-bottom: 6px;
padding: 5px 20px;
background-color: #faf3f5;
border: 1px solid #9e1638;
}

#searchbar input[type="text"] {
margin: 0 10px;
font-size: 12px;
padding: 3px;
border: 1px solid #9e1638;
vertical-align: middle;
}

#searchbar input[type="radio"] {
vertical-align: middle ;
margin: 0 5px 2px 0;
}

#searchbar .label_selectsearch {
margin-right: 15px;
}

#searchbar input[type="submit"] {
margin-left: 40px;
vertical-align: middle;
}

#searchbar a {
text-decoration: none;
font-size: 11px;
color: #9e1638;
}

#searchbar a:hover {
text-decoration: underline;
}

.searchbar_error {
padding-top: 10px;
font-weight: bold;
color: #ff0000;
}

.search_extended {
margin-bottom: 6px;
padding: 5px 20px;
background-color: #faf3f5;
border: 1px solid #9e1638;
}

.search_extended label {
vertical-align: middle;
}

.search_extended input[type="text"] {
margin: 0 0 10px 10px;
font-size: 12px;
padding: 3px;
border: 1px solid #9e1638;
}

.radio_one {
vertical-align: middle ;
margin: 0 5px 2px 120px;
}

.radio_two {
vertical-align: middle ;
margin: 0 5px 2px 10px;
}

.search_extended select {
margin: 15px 0 15px 120px;
vertical-align: middle;
}

.search_extended input[type="submit"] {
margin-left: 120px;
vertical-align: middle;
}

.search_location, .search_alphabetical {
margin-bottom: 6px;
padding: 10px 20px;
background-color: #faf3f5;
border: 1px solid #9e1638;
}

.search_location select {
margin-left: 10px;
}

.search_location input[type="submit"] {
margin: 10px 0 0 150px;
vertical-align: middle;
}

.search_alphabetical p {
padding-bottom: 5px;
font-weight: bold;
}

.search_alphabetical a {
padding-right: 5px;
text-decoration: none;
color: #9e1638;
}

.search_extended_error {
margin-left: 120px;
padding-top: 10px;
font-weight: bold;
color: #000000;
}
/* =========================================== */

table {
empty-cells: show;
}

.result_label {
margin: 15px 0;
}

.result_label th {
width: 220px;
padding-bottom: 3px;
border-bottom: 1px solid #797979;
font-weight: bold;
}

.result_label td {
padding: 20px 10px 10px 0;
border-bottom: 1px solid #797979;
}

.result_label a {
color: #9e1638;
text-decoration: none; 
}

.result_label a:hover {
color: #9e1638;
text-decoration: underline; 
}

.result_company {
margin: 15px 0;
}

.result_company th {
width: 330px;
padding-bottom: 3px;
border-bottom: 1px solid #797979;
font-weight: bold;
}

.result_company td {
padding: 20px 10px 10px 0;
border-bottom: 1px solid #797979;
}

.result_company a {
color: #9e1638;
text-decoration: none; 
}

.result_company a:hover {
color: #9e1638;
text-decoration: underline; 
}

.result_location_name {
padding-bottom: 10px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}

#location_map {
width: 621px;
height: 298px;
margin: 20px 0;
border: 1px solid #797979;
background-color: orange;
}

.detail_label_cell, .detail_location_cell {
width: 330px;
vertical-align: top;
padding-bottom: 3px;
border-bottom: 1px solid #797979;
}

.detail_label_showroom {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #9e1638;
padding: 10px 0 5px 0;
}

.detail_label_company {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #9e1638;
padding: 20px 0 5px 0;
}

.detail_label address, .detail_location address {
line-height: 18px;
font-style: normal;
}

.search_back {
font-size: 11px;
line-height: 40px;
}
/* =========================================== */

#content {
min-height: 610px;
padding: 20px;
border: 1px solid #797979;
}

#content a {
color: #9e1638;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

.link_2lines {
display: block;
margin: 0 0 5px 12px;
text-indent: -12px;
}
/* =========================================== */

#breadcrump {
height: 20px;
padding-left: 172px;
}

#breadcrump li {
float: left;
}

#breadcrump a {
display: block;
padding: 1px 5px;
text-decoration: none;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #6b6b6b;
}

#breadcrump a:hover {
text-decoration: underline;
color: #9e1638;
}

#breadcrump .active {
color: #9e1638;
}
/* =========================================== */

#sidebar {
float: right;
width: 131px;
border-top: 1px solid #797979;
border-left: 1px solid #797979;
border-right: 1px solid #797979;
}

.sidebarbox {
padding: 6px 5px;
}

#sidebar img {
border: 1px solid #797979;
}

#sidebar a {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
color: #9e1638;
font-weight: bold;
}
/* =========================================== */

#footer {
clear: both;
height: 20px;
background: url("../img/footer_bg.gif") no-repeat left top;
}
/* =========================================== */
/* INHALTSFORMATIERUNGEN */
h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #9e1638;
padding-bottom: 10px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #6b6b6b;
padding-bottom: 10px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #6b6b6b;
padding-bottom: 5px;
}

.bold {
font-weight: bold;
}

strong {
font-weight: bold;
}

.center {
text-align: center;
}

p {
padding-bottom: 10px;
}

.small {
font-size: 11px;
}

.italic {
font-style: italic;
}

.red {
color: #9e1638;
}

.normal {
font-weight: normal;
}

.pic_center {
display: block;
margin: 0 auto;
}

.grey_border {
border: 1px solid #797979;
}

tr.grey_bottom > td {
border-bottom: 1px solid #797979;
}

.news {
margin-top: 10px;
}

.date {
display: block;
border-bottom: 1px solid #797979;
padding-bottom: 5px;
}

h3.exhebition {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #9e1638;
padding: 10px 0;
}

table.exhibition {
margin-bottom: 20px;
border-bottom: 1px solid #797979;
}

.exhibition tr:nth-child(even) {
background: #ebebeb;
}


.exhibition th {
padding-bottom: 5px;
border-bottom: 1px solid #797979;
font-weight: bold;
}

th.ex_start, th.ex_end {
width: 160px;
}

th.ex_location {
width: 200px;
}

th.ex_name {
width: 300px;
}

.exhibition td {
padding: 5px 0;
}


/* =========================================== */
.cat_order {
margin: 10px 0 5px 0;
}

.cat_order td {
height: 30px;
padding: 0 10px;
vertical-align: top;
}

td.send {
padding-top: 10px;
}

.button {
padding: 3px;
background-color: #ababab;
}

.error {
padding: 5px;
color: #ff0000;
font-weight: bold;
}


/* =========================================== */
.direct_select {
margin: 0 0 20px 24px;
}

.sales_box {
float: left;
min-width: 126px;
margin: 0 0 10px 24px;
border: 1px solid #797979;
}

.sales_pic {
padding-top: 6px;
border-bottom: 1px solid #797979;
text-align: center;
}

.sales_text {
padding: 6px 5px 0 5px;
line-height: 20px;
text-align: center;
}

.sales_title {
font-weight: bold;
}

.pub_date {
font-size: 11px;
font-style: italic;
}


#sales_navi {
height: 26px;
margin-bottom: 20px;
background-color: #ebebeb;
}

.sales_navi_left {
float: left;
width: 78px;
height: 12px;
padding: 6px;
border: 1px solid #797979;
}

.sales_navi_middle {
float: left;
width: 425px;
height: 12px;
padding: 6px;
border-top: 1px solid #797979;
border-bottom: 1px solid #797979;
text-align: center;
}

.sales_navi_right {
float: left;
width: 78px;
height: 12px;
padding: 6px;
border: 1px solid #797979;
text-align: right;
}

.order {
width: auto;
border-top: 1px solid #797979;
border-bottom: 1px solid #797979;
}

.order td {
padding: 6px;
}

.price {
width: 50px;
color: #9e1638;
font-weight: bold;
text-align: right;
}
