* {
    margin: 0;
    padding: 0;
}

body {
    color: #eceded;
    font: normal 14px Arial, Helvetica, sans-serif;
    background: #000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html,
body,
#container {
    height: 101%;
}

body>#container {
    height: auto;
    min-height: 101%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 39px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: #eceded;
    text-decoration: none;
    outline: none;
}

img,
a img,
a:visited img {
    border: none;
}

.suchtext {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none;
}

.clear {
    clear: both;
}

.highlight {
    background: #fff;
    padding: 5px;
    color: #4F0A0E;
    display: block;
    text-align: center;
}

.highlight a {
    color: #4F0A0E !important;
}


/****************************************
	header
****************************************/

#header {
    width: 100%;
    height: 185px;
    background: url("../images/h-bg.jpg") center top no-repeat;
}

#inner-header {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    background: url("../images/h-bg.jpg") center top no-repeat;
}

#header h2 {
    margin: 0;
    padding: 0 0 0 30px;
}

#header h2 a,
#header h2 a:visited,
#header h2 a:hover,
#header h2 a:active,
#header h2 a:focus {
    display: block;
    width: 250px;
    height: 140px;
    text-indent: -9999px;
    color: #000;
    font-size: 1px !important;
    line-height: 1px !important;
    border: none;
}

#header ul {
    float: right;
    margin: 0 0 10px 0;
    list-style: none;
    overflow: hidden;
}

#header ul li {
    float: left;
    padding: 0 10px 0 12px;
    background: url("../images/n-item_cut.jpg") left no-repeat;
}

#header ul li a,
#header ul li a:visited {
    display: block;
    padding: 5px 0;
    float: left;
    font-size: 19px;
    border-bottom: 3px solid transparent;
}

#header ul li.empty {
    display: block;
    float: left;
    padding: 1px 10px 0px 12px;
    font-size: 20px;
    border-bottom: 3px solid transparent;
}

#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active,
#header ul li.active a {
    border-bottom: 3px solid #fff;
}

#header ul li.index {
    background: none;
}

#header ul li ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: inline;
    width: 0;
    height: 0;
    background-color: transparent;
    z-index: 900;
}

#header ul li:hover ul,
#header ul li.sfhover ul {
    left: auto;
    top: 166px;
    display: block;
    margin-left: -12px;
    padding: 18px 0 0 0;
    width: auto;
    height: auto;
    border: 1px solid #a8a8a8;
    border-top: 0px;
    background-color: #000;
}

#header ul li ul li,
#header ul li ul li.empty {
    clear: both;
    display: block;
    text-align: left;
    width: 359px;
    padding: 4px 10px 4px 12px;
    background: none;
    background-color: #000;
}

#header ul li ul li a,
#header ul li ul li.empty {
    font-size: 16px;
    border-bottom: 0px solid #fff !important;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    float: none;
}

#header ul li ul li a:hover,
#header ul li ul li a:focus,
#header ul li ul li a:active,
#header ul li ul li.active a {
    border-bottom: 0px solid #fff;
    background-color: #4F0A0E;
}

#header ul li ul li {
    padding: 0;
}


/****************************************
	main
****************************************/

#main {
    border: 1px solid #6a6a6a;
    border-width: 1px 0;
    background: #4f0a0e;
    margin-bottom: 10px;
}

#inner-main {
    width: 960px;
    margin: 0 auto;
    line-height: 1.3em;
}


/* for IE 6 < */

* html #inner-main {
    position: relative;
}

#candle {
    border-left: 1px solid #6a6a6a;
    height: 500px;
}

#inner-main a,
#inner-main a:visited {
    text-decoration: underline;
}

#inner-main a:hover,
#inner-main a:focus,
#inner-main a:active {
    text-decoration: none;
}


/********************
	content
********************/

#content {
    float: left;
    width: 337px;
    min-height: 360px;
    height: auto !important;
    height: 360px;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #6a6a6a;
    border-width: 0 1px 0 1px;
    background: #4f0a0e;
    margin-bottom: 0;
    line-height: 18px !important;
}

#content h1 span {
    display: block;
    font-size: 19px;
    padding-top: 10px;
}

#footer {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    margin-bottom: 70px;
    display: table;
}

#footer ul {
    list-style-type: none;
}

#footer ul li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
}

#footer ul li a {
    display: block;
    padding: 0.3em;
    position: relative;
    outline: none;
    color: #B63700;
}

#footer ul li a:hover {
    color: #E8AC32;
}


/********************
	sidebar
********************/

#sidebar {
    float: left;
    width: 200px;
    min-height: 400px;
    padding: 20px 0 0 20px;
    font-family: Verdana, Geneva, sans-serif;
}


/* for IE 6 < */

#sidebar h3 {
    padding: 10px 0;
    background: url("../images/letter.png") right no-repeat;
}

address {
    font-style: normal;
}

#slider {
    width: 330px;
    height: 600px;
    float: left;
}

#slider ul {
    list-style-type: none;
}

#slider ul,
#slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider li {
    width: 330px;
    height: 500px;
    overflow: hidden;
}

#prevBtn,
#nextBtn {
    display: none;
    position: absolute;
    left: -9999px;
    bottom: -9999px;
}

ul#teaserbox {
    list-style-type: none !important;
}

ul#teaserbox li a {
    display: block;
    text-decoration: none;
    height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
}

.captcha {
    padding: 0 10px;
}

.ds {
    padding: 10px;
}