/* @group HTML */
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
text-decoration: none;
}
a img {
border: none !important;
}
h1, h2, h3, h4, h5 {
margin-bottom: 8px;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-variant: normal;
}
h1{
font-size: 24px;
line-height: 26px;
}
h2{
font-size: 18px;
line-height: 20px;
}
h3{
font-size: 15px;
line-height: 18px;
}
h4{
font-size: 14px;
line-height: 16px;
}
h5{
font-size: 12px;
line-height: 14px;
}
blockquote, code {
padding: 15px;
border: 1px dotted #804000;
background-color: #EBE4D8;
color: #804000;
}
body {
font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
font-size: 11px;
background-color: #FFCC66;
}

.image-left{
float: left;
padding-right: 15px;
width: auto;
}
.image-right{
float: right;
padding-left: 15px;
width: auto;
}
.zimmer{
float: left;
padding: 0 20px 0 0;
width: auto;
}
/* @end */
/* @group BODY */
#body-wrapper {
padding-bottom: 0px;
position: static;
}
/* @end */
/* @group HEADER */
#header-wrapper {
width: 100%;
height: 100px;
background: #FFCC66 url(images/header-highlight.png) repeat-x scroll top;
}

#signet {
width: 100%;
height: 100px;
background: url(images/signet.png) no-repeat scroll center top;
z-index: 6;
}

#header {
z-index: 7;
}

#header img {
margin-bottom: 0px;
}
#header h1 {
color: #2D2D2D;
margin-bottom: 5px;
}
#header p {
color: #4B4B4B;
padding-bottom: 15px;
}
/* @end */
/* @group NAVIGATION */
#menu-highlight {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 31px;
z-index: 3;
background: transparent url(images/menu-wrapper-highlight.png) repeat-x top;
}
#menu-wrapper {
position: relative;
width: 100%;
height: 31px;
z-index: 1;
margin-bottom: -3px;
}
#menu-color {
background-color: #804000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 28px;
z-index: 2;
}
#menu {
position: relative;
width: 800px;
height: 28px;
margin: 0 auto;
z-index: 4;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu ul li {
float: left;
width: auto;
}
#menu ul li span {
display: block;
padding: 7px 0 7px 0;
height: 100%;
}
html > body #menu ul li span {
display: block;
}
#menu ul li a {
border-left: 1px solid #FF7F00;
display: inline;
font-weight: normal;
color: #FFCC66;
text-decoration: none;
padding: 0 8px;
}
#menu ul li a:hover {
color: #FFFFFF;
}
#menu ul li a.current, #menu ul li a.currentAncestor {
color: #FFFFFF;
}
#menu ul ul {
display: none;
}
/* @end */

/* @group BANNER */
#featureimage {
width: 800px;
margin: 0 auto;
height: 200px;
}
/* @end */
/* @group NAVIGATION 2 */
#menu2 {
width: 800px;
border-top: 1px solid #FFF;
position: relative;
background-color: #804000;
margin: 0 auto;
z-index: 0;
}
#menu2 ul {
display: block;
padding: 6px 10px 3px 10px;
}
/*
html > body #menu2 ul {
display: block;
height: 13px;
}
*/
#menu2 ul span {
display: none;
}
#menu2 ul ul {
display: inline;
margin: 0;
padding: 0;
}
#menu2 ul ul span {
display: inline;
margin-right : 8px;
}
#menu2 ul ul ul {
display: none;
}
#menu2 li {
display: inline;
}
#menu2 a {
font-size: 11px;
color: #FFCC66;
}
#menu2 a:hover {
color: #FFFFFF;
}
#menu2 a.current, #menu2 a.currentAncestor {
color: #FFFFFF;
}
/* @end */
/* @group CONTENT */
#content {
margin-left: 10px;
margin-right: 0;
color: #585858;
}
#content h1, h2, h3, h4, h5 {
color: #804000;
}
#content a .imageStyle {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
border: none !important;
}
#content a .zimmer {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
border: none !important;
}
.infore {
padding-left: 296px;
background: url(images/info.gif) no-repeat 266px 2px;
padding-bottom: 2px;
}
.infoli {
padding-left: 30px;
background: url(images/info.gif) no-repeat 0 2px;
padding-bottom: 2px;
}
#content-wrapper {
width: 800px;
margin: 15px auto 0 auto;
padding-bottom: 45px;
}
#content-wrapper a {
color: #cc6600;
}
#content-wrapper a:hover {
color: #804000;
}
#sidebar {
width: 225px;
}
#content ul, #content ol, #sidebar-user-content ul, #sidebar-user-content ol {
margin-left: 25px;
}
#sitemap {
background: transparent url(images/sitemap.gif) no-repeat right 0px;
padding-bottom: 100px;
}
/* @end */
/* @group TABLE */
/* Style PREIS */
.preis {
width: 532px;
border-collapse:separate;
border-spacing:0;
float: none;
clear: left;
}
.preis thead th {
font-weight:bold;
border-bottom:1px solid #996600;
}
.preis tbody th, td, th {
padding:5px 6px 5px 0;
white-space:nowrap;
}
.preis tbody tr {
background-color:#ebe5d9;
}
.preis tbody tr:hover {
background-color:#ffcc66;
}
.preis tfoot th {
border-top:1px solid #996600;
padding:4px 6px 8px 0;
background: url(images/tfoot.gif) no-repeat scroll right top;
}
.preis tfoot th:hover {
background: url(images/tfoot_hover.gif) no-repeat scroll right top;
}
/* Style ARRANGEMENT */
.arrangement {
width: 532px;
border-collapse:separate;
border-spacing:0;
float: none;
clear: left;
}
.arrangement thead th,
.arrangement thead td {
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
}
.arrangement th {
font-weight:normal;
line-height:normal;
padding:10px;
}
.arrangement td {
padding:5px 10px 5px 10px;
vertical-align:top;
}
.arrangement tbody th {
font-weight:normal;
white-space:nowrap;
}
.arrangement tbody th a:link,
tbody th a:visited {
font-weight:normal;
}
.arrangement tbody td,
.arrangement tbody th {
border-width:1px 0;
}
.arrangement tbody tr.odd th,
.arrangement tbody tr.odd td {
border-color:#996600;
background-color:#F7F4EE;
}
.arrangement tbody tr:hover td,
.arrangement tbody tr:hover th {
background-color:#ffcc66;
}
.arrangement tfoot td {
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
padding:5px 10px 5px 10px;
}
.arrangement tfoot th {
padding:4px 6px 8px 0;
background: url(images/tfoot.gif) no-repeat scroll right top;
}
.arrangement tfoot th:hover {
background: url(images/tfoot_hover.gif) no-repeat scroll right top;
}
/* Style LISTE */
.liste {
width: 532px;
border-collapse:separate;
border-spacing:0;
float: none;
clear: left;
}
.liste thead th,
.liste thead td {
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
}
.liste th {
font-weight:normal;
line-height:normal;
padding:10px;
}
.liste tbody th,
.liste td {
padding:5px 5px 5px 10px;
vertical-align:top;
}
.liste tbody th {
font-weight:normal;
white-space:nowrap;
}
.liste tbody th a:link,
tbody th a:visited {
font-weight:normal;
color: #cccc99;
}
.liste tbody td,
.liste tbody th {
border-width:1px 0;
}
.liste tbody tr.odd th,
.liste tbody tr.odd td {
border-color:#996600;
background-color:#F7F4EE;
}
.liste tbody tr:hover td,
.liste tbody tr:hover th {
background-color:#ffcc66;
}
.liste tfoot th,
.liste tfoot td {
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
padding:5px 5px 5px 10px;
}
/* Style KARTE */
.karte {
width: 532px;
border-collapse:separate;
border-spacing:0;
float: none;
clear: left;
}
.karte a {
color:#523A0B;
text-decoration:none;
}
.karte a:visited {
color:#444;
font-weight:normal;
}
.karte a:visited:after {
content:"\00A0\221A";
}
.karte a:hover {
color:#444;
}
.karte thead th,
.karte thead td{
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
}
.karte th {
font-weight:normal;
line-height:normal;
padding:5px 23px 6px 5px;
}
.karte tbody th,
.karte td {
padding:2px 15px 4px 5px;
vertical-align:top;
}
.karte tbody th {
font-weight:normal;
white-space:nowrap;
}
.karte tbody th a:link,
.karte tbody th a:visited {
font-weight:normal;
}
.karte tbody td,
.karte tbody th {
border-width:1px 0;
}
.karte tbody tr.odd th,
.karte tbody tr.odd td {
border-color:#996600;
background-color:#F7F4EE;
}
.karte tbody tr:hover td,
.karte tbody tr:hover th {
background-color:#ffcc66;
}
.karte tfoot th,
.karte tfoot td {
border:1px solid #996600;
border-width:1px 0;
background-color:#EBE5D9;
padding:5px 10px 5px 6px;
}
/* @end */
/* @group SIDEBAR */
#sidebar-header {
min-height: 15px;
background-color: #804000;
border-bottom: 1px solid #FFFFFF;
text-align: center;
}
#sidebar-header h4 {
margin: 0;
padding: 0px 7px 5px 7px;
font-size: 14px;
color: #FFCC66 !important;
}
#sidebar-menu {
padding-top: 20px;
}
#sidebar-menu, #sidebar-content {
background-color: #FFCC66;
}
#sidebar-menu a {
text-decoration: none;
font-size: 11px;
}
#sidebar-menu a, #sidebar-content a {
color: #FF8000;
}
#sidebar-menu a:hover, #sidebar-content a:hover {
color: #FFFFFF;
}
#sidebar-menu a.currentAncestor {
color: #FF8000;
}
#sidebar-menu a.current {
color: #804000;
}
#sidebar-menu ul {
list-style: none;
}
#sidebar-menu ul li { 
display: inline;
}
#sidebar-menu ul li span {
display: none;
}
#sidebar-menu ul ul ul {
margin: 0 20px;
padding-bottom: 20px;
border-top: 1px solid #cc9900;
}
#sidebar-menu ul ul ul li span {
display: block;
}
html > body #sidebar-menu ul ul ul li span {
display: block;
}
#sidebar-menu ul ul ul li {
display: block;
position: relative;
padding: 3px 0 3px 13px;
border-bottom: 1px solid #cc9900;
background: url('images/submenu-triangle.gif') no-repeat 0 5px;
}
#sidebar-menu ul ul ul li.current, #sidebar-menu ul ul ul li.currentAncestor {
background-image: url('images/submenu-triangle-active.gif');
}
#sidebar-menu ul ul ul ul {
border: none;
padding: 3px 0 0 0;
margin-left: 0;
}
#sidebar-menu ul ul ul ul li, #sidebar-menu ul ul ul ul li:first-child {
border: none;
}
#sidebar-user-content {
padding: 0 20px;
font-size: 11px;
line-height: 14px;
color: #804000;
}
#sidebar-plugin-content {
padding-top: 20px;
}
.sbinfo {
padding-left: 30px;
background: url(images/sbinfo.gif) no-repeat 0 2px;
padding-bottom: 2px;
}
.sbtipp {
padding-left: 30px;
background: url(images/sbtipp.gif) no-repeat 0 2px;
padding-bottom: 2px;
}
.sbarr {
padding-left: 30px;
background: url(images/sbarr.gif) no-repeat 0 2px;
padding-bottom: 2px;
}
/* @end */
/* @group FOOTER */
#footer-wrapper {
background-color: #FFCC66;
clear: both;
position: relative;
border-top: 10px solid #804000;
}
#footer {
margin: 0 auto;
padding-top: 5px;
font-size: 11px;
color: #804000;
text-align: center;
width: 800px;
height: 95px;
}
#footer a {
color: #FFFFFF;
}
#footer a:hover {
color: #804000;
}
#breadcrumb {
}
#breadcrumb ul {
list-style: none;
}
#breadcrumb li {
display: inline;
}
/* @end */
/* @group FORMULAR */
form {
line-height: 0.5em;
margin-left: 15px;
}
label {
line-height: 1.5em;
margin-left: 1px;
}
.form-input-button {
margin-top: 5px;
}
.message-text {
padding: 0px;
text-align: left;
}
.form-input-field {
border: 1px dotted #804000;
background-color: #ebe5d9;
padding: 3px;
}
.form-input-button {

}
.required-text {
color: #D60000;
}
/* @end */
