/*------------------------------------------------------------------------
# Das Wiener Zimmer for Joomla 1.5 - Version 1.0
# ------------------------------------------------------------------------
# Copyright (C) 2009 Webstudio Polke. All Rights Reserved.
# Author: Webstudio Polke
# Website:  http://www.wsp.cc
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #614C30;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	line-height: 130%;
	font-size: 11px;
}

body#bd {
	color: #614C30;
/*	background: #F4F4F4 url(../images/dwz_background.png) repeat-x 0 0; */
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #614C30;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #999999; /* old: #C36200, #EE9600 */
	text-decoration: none;
}
a.category_link,
a.product_link,
a.random_link {
	color: #614C30;
	text-decoration: none;
}
div.random_div {
	width: 135px;
}
div.category_img {
	height: 154px;
	padding: 8px;
	font-weight: bold;
}
div.category_img img {
	padding-bottom: 6px;
}

a:hover, a:active, a:focus {
	color: #666666; /* old: #D37100 */
}
a.category_link:hover, a.category_link:hover, a.category_link:hover,
a.product_link:hover, a.product_link:hover, a.product_link:hover,
a.random_link:hover, a.random_link:hover, a.random_link:hover {
	color: #C36200;
	text-decoration: none;
}

a:hover img, a:active img, a:focus img {
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-weight: bold;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 140%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 8px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
/*	padding: 5px;
	text-align: left;*/
	font-weight: bold;
	background: #ffffff!important;
	border-bottom: 1px solid #614C30;
	padding-bottom: 3px;
	
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background-color: #614C30;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Presseseite */

div.presse_titel {
	float: left;
}
div.presse_titel a {
	display: block;
	float: left;
	text-align: center;
	width: 96px;
	border: 1px dotted transparent;
}
div.presse_titel a:hover {
	border: 1px dotted #614C30;
}
div.presse_titel img {
	margin: 5px 0;
	height: 100px;
	width: auto;
}

div.presse_detail img {
	width: 670px;
	height: 370px;
}

a.goto_top {
	display: block;
	margin: 30px 0 0 0;
	padding: 10px 0;
}

/* Besucherzähler */

div.moduletable-stats {
	display: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #614C30;
}

.button {
	padding: 2px;
	border: 1px solid #C8C8C8;
	color: #614C30;
	background: url(../images/but-bg.gif) repeat-x top #E6E6E6;
	font-weight: bold;
	cursor: pointer;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #614C30;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
}

input.addtocart {
	width: 89px!important;
	margin-right: 3px;
	color: #614C30;
	background: url(../images/button-addtocart-big.gif) no-repeat top center !important;
	font-size: 0px;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFCC;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	color: #C36200;
}

.tips {
	padding-left: 25px;
	color: #C36200;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

div#ja-content > table.dwz_home {
	width: 674px;
	margin: 0 0 0 2px;
}
div#ja-content > table.dwz_home td.article_column {
/*	border-top: 2px solid #614C30; */
}
div#ja-content table.dwz_home .article_separator {
	height: 7px;
}

.article_separator {
	display: block;
/*	background: url(../images/dot.gif) repeat-x center left; */
	height: 20px;
}

#ja-col1 .article_separator, #ja-col2 .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 5px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 60%;
}

table.contenttoc th {
	padding: 0 0 3px;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 5px;
	text-transform: uppercase;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #DDDDDD;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 10px;
	display: block;
	font-size: 150%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(../images/bullet-list.gif) no-repeat 5px 7px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
	font-size: 120%;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
/*	margin: 5px 0 20px; */
/*	background: url(../images/dot.gif) repeat-x bottom left; */
	font-size: 140%;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	font-size: 140%;
/*	text-transform: capitalize; */
	padding-bottom: 15px;
	padding-top: 0;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-top: 5px;
	color: #999999;
	font-weight: bold;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 0 0 3px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #614C30;
	background: none;
	color: #614C30;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper1 {
	width: 910px;
	background: #FFFFFF;
	margin: 0 auto;
}

#ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl {
	clear: both;
	background: url(../images/mainwrap-right-bg.gif) repeat-y top right;
}

#ja-containerwrap-f {
	clear: both;
	background: none;
}

#ja-container {
	background: url(../images/mainwrap-bg.gif) repeat-y 20% 0%;
}

#ja-containerwrap-f #ja-container {
	background: none;
}

#ja-containerwrap-fl #ja-container {
	background: none;
}

#ja-mainbody, #ja-mainbody-fr, #ja-mainbody-fl {

}

#ja-mainbody-inner {
	padding: 0 0 30px 0;
}

#ja-containerwrap-f #ja-mainbody-inner {
	background: none;
}

#ja-mainbody, #ja-mainbody-fr {
	float: right;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 74.9%;
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 74.9%;
	background: none;
}

#ja-mainbody-fl #ja-col2 {
	float: right;
	width: 25%;
}

#ja-mainbody-f {
	background: none;
	float: none;
	width: 100%;
}

#ja-content {
	padding: 0 20px;
	margin: 0;
	clear: both;
	display: block;
}

#ja-mainbody-fr #ja-content {
	padding: 0 12px 0 25px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #614C30;
	font-size: 120%;
}

div.moduletable {
	padding: 0;
	margin-bottom: 4px;
}

#ja-col1 div.moduletable {
	padding-bottom: 10px;
/*	background: url(../images/dwz_divider.png) no-repeat bottom left; */
}
#ja-col1 div.moduletable-nach1 {
	padding-bottom: 10px;
	background: url(../images/dwz_divider.png) no-repeat bottom left;
}
#ja-col1 div.moduletable-nach2 {
	padding-bottom: 10px;
	padding-top: 3px;
	background: url(../images/dwz_divider.png) no-repeat bottom left;
}

#ja-col1 div.moduletable h3 {
/*	margin: 0 -15px 5px;
	color: #C36200;
	background: #614C30;*/
	padding: 4px 0 2px 10px;
}

#ja-col1 div.moduletable-counter {
	padding: 25px 0 20px 10px;
}

#ja-col1 div.moduletable-counter h3 {
	font-size: 100%;
}

/* Right Module */
div.module h3,
div.module-grey h3,
div.module-dark h3 {
	margin: 0 -14px 5px;
	padding: 0 14px 8px;
	font-size: 120%;
	line-height: normal;
	text-transform: uppercase;
}

div.module,
div.module-grey,
div.module-dark,
div.module-blank {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}

div.module div, div.module div div,
div.module-grey div, div.module div div,
div.module-dark div, div.module div div {
	padding: 0;
}

div.module div div div,
div.module-grey div div div,
div.module-dark div div div {
	padding: 8px 15px 15px;
}

div.module-blank div div div {
	padding: 15px;
}

div.module div div div div,
div.module-grey div div div div,
div.module-dark div div div div,
div.module-blank div div div div {
	margin: 0;
	padding: 0;
	float: none;
	background: none;
}

div.module h3 {
	border-bottom: 1px solid #DDDDDD;
}

div.module {
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	background: url(../images/box-tl.gif) no-repeat top left;
}

/* Right Module - Grey */
div.module-grey h3 {
	background: url(../images/sep.gif) repeat-x bottom;
}

div.module-grey {
	background: url(../images/box-br-grey.gif) no-repeat bottom right #E6E6E6;
}

div.module-grey div {
	background: url(../images/box-bl-grey.gif) no-repeat bottom left;
}

div.module-grey div div {
	background: url(../images/box-tr-grey.gif) no-repeat top right;
}

div.module-grey div div div {
	background: url(../images/box-tl-grey.gif) no-repeat top left;
}

/* Right Module - Dark */
div.module-dark h3 {
	background: url(../images/sep2.gif) repeat-x bottom;
}

div.module-dark {
	background: url(../images/box-br-dark.gif) no-repeat bottom right #544F4C;
	color: #E6E6E6;
}

div.module-dark div {
	background: url(../images/box-bl-dark.gif) no-repeat bottom left;
}

div.module-dark div div {
	background: url(../images/box-tr-dark.gif) no-repeat top right;
}

div.module-dark div div div {
	background: url(../images/box-tl-dark.gif) no-repeat top left;
}

div.module-dark a, div.module-dark a:hover, div.module-dark a:active, div.module-dark a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	clear: both;
	background: url(../images/dwz_header_bg.png) no-repeat top left;
	position: relative;
	height: 100px;
}

#ja-header {
}

h1.logo {
	margin: 0 0 0 305px;
	padding: 0;
	width: 300px;
	display: block;
	font-size: 300%;
	height: 100px;
}

h1.logo a {
	width: 300px;
	float: left;
	display: block;
	background: url(../images/dwz_logo1.png) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -4000px;
	height: 35px;
	margin-top: 32px;
	outline: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	clear: both;
	border-bottom: none;
}

#ja-mainnav {
	background: url(../images/dwz_mainnav_bg.png) repeat-x top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 26px;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus {
	outline: none;
}
#ja-subnav {
	background: #DDDDDD;
	padding: 8px 0;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 6px 0 3px 22px;
	width: 100%;
	display: block;
	color: #614C30;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
/*	font-weight: bold; */
	text-decoration: none;
}
a.mainlevel-nach2 {
	padding: 6px 0 3px 10px;
	width: 100%;
	display: block;
	color: #614C30;
/*	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left; */
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #614C30;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #C36200;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}
a.mainlevel-nach2#active_menu-nach2 {
	color: #C36200!important;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel1,
a.sublevel2,
a.sublevel3 {
	padding: 2px 4px 2px 22px;
	display: block;
	color: #614C30;
	background: url(../images/bullet-list2.gif) no-repeat 10px 6px;
	text-decoration: none;
	margin-left: 10px;
}
a.sublevel2 {
	margin-left: 20px;
}
a.sublevel3 {
	margin-left: 30px;
}
table a.sublevel1,
table a.sublevel2,
table a.sublevel3 {
	padding: 2px 4px 2px 17px;
	background: url(../images/bullet-list2.gif) no-repeat 6px 6px;
}

a.sublevel1:hover,
a.sublevel1:active,
a.sublevel1:focus,
a.sublevel2:hover,
a.sublevel2:active,
a.sublevel2:focus,
a.sublevel3:hover,
a.sublevel3:active,
a.sublevel3:focus {
	color: #C36200 !important;
	text-decoration: none;
}

#active_menu {
	color: #C36200 !important;
	font-weight: bold;
}

/* PATHWAY + SEARCH
--------------------------------------------------------- */

#ja-pathway {
	padding: 17px 15px 5px 25px;
	display: block;
}

#ja-pathway strong {
	margin-right: 10px;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	font-weight: bold;
	text-decoration: none;
}

/* Search */
#ja-searchwrap {
	width: 180px;
	position: relative;
}

#ja-search {
	margin: 15px 0 0 12px;
	background: url(../images/dwz_vmsearch_bg.png) no-repeat top left;
	height: 40px;
}

#ja-search input.vm_search {
	width: 100px;
	padding: 4px 0px 0 5px;
	border: none;
	background: none;
	position: absolute;
	left: 15px;
	color: #614C30;
}

.narrow #ja-search {
	background: url(../images/search-narrow-bg.gif) no-repeat center;
}

.narrow #ja-search .inputbox {
	width: 100px;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 20%;
	overflow: hidden;
}

#ja-col1 div.ja-innerpad {
}

#ja-col1 a {
	color: #614C30;
	font-style: normal !important;
}

#ja-col1 a:hover, #ja-col1 a:active, #ja-col1 a:focus {
	color: #C36200;
}

#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#ja-col2 div.ja-innerpad {
	padding: 0 25px 10px 0;
}

#ja-col2 li a {
	color: #614C30;
}

#ja-col2 li a:hover, #ja-col2 li a:active, #ja-col2 li a:focus {
	color: #614C30;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

#ja-col1 li {
	background-image: url(../images/bullet-list3.gif) !important;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools,
#ja-usercolors {
	font-size: 11px;
	position: absolute;
	top: 22px;
	right: 30px;
}

*+html #ja-usertools {
	right: 10px; /*IE 7*/
}

#ja-usercolors ul,
#ja-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usercolors ul li,
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#ja-usercolors img,
#ja-usertools img {
	padding: 0;
	margin: 0;
}

#ja-usercolors {
	float: left;
	padding: 10px 5px 4px;
}

/* FOOTER + TOP-NAV + USER-NAV
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/dwz_footer.png) no-repeat top left;
	position: relative;
	height: 24px;
}

#footer-nav, #user-nav, #top-nav {
	padding: 4px 0 20px 0;
	float: right;
	color: #614C30;
	position: relative;
	white-space: nowrap;
}
#user-nav, #top-nav {
	padding: 15px 0 20px 0;
}
#top-nav {
	float: left;
}

#copyright {
	padding: 4px 20px 0 20px;
	display: block;
	color: #614C30;
	font-size: 100%;
	float: left;
}

#footer-nav ul, #user-nav ul {
	margin: 0 0 10px 5px;
	padding: 0;
}
#top-nav ul {
	margin: 0 5px 10px 0;
	padding: 0;
}

#footer-nav li, #user-nav li, #top-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#footer-nav li a, #user-nav li a, #top-nav li a {
	padding: 0 15px;
	display: inline;
	background: url(../images/v-dot.gif) repeat-y top left;
	color: #614C30;
	line-height: normal;
	text-decoration: none;
}
#top-nav li a {
	background: url(../images/v-dot.gif) repeat-y top right;
}

#footer-nav li a:hover, #user-nav li a:hover, #top-nav li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #C36200;
	text-decoration: underline;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#modlgn_passwd, #modlgn_username {
	width: 90%;
}

#modlgn_remember {
	border: none;
	background: none;
}

div.buttons_heading {
	float: right;
	margin: 0px;
	width: 20%;
}

/* JA slider */
#ja-sliderwrap {
	padding: 20px 30px 0 30px; /*background: url(../images/slider-bg.gif) repeat-x top left #E6E6E6;*/
}

#ja-slider {
	margin: 0;
	padding: 0;
}

#ja-slider-center {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#ja-slider-left,
#ja-slider-right {
	float: left;
	width: 30px;
	position: relative;
}

#ja-slider-left img,
#ja-slider-right img {
	position: absolute;
	top: 55px;
	right: 0;
}

#ja-slider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#ja-slider-center img {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#form-login p {
	margin:0px;
}

#form-login ul li a {
	color:#FFF;
}

table.contentbox {
	color: #614C30;
	width: 100%;
	background: url(../images/dwz_background.png) repeat-x 0 0;
	border-top: 2px solid #614C30;
}
td.article_column table.contentbox {
	border-top: none;
}
table.contentbox tr td {
	padding: 10px 0 10px 0;
	line-height: 150%;
	font-size: 105%;
	font-weight: bold;
}

table.contentbox.normal tr td {
	font-size: 100%;
	font-weight: normal;
}

div.newsbox {
	padding: 20px 20px 0 100px;
	text-align: left;
	line-height: 150%;
	font-size: 105%;
}

div.newsbox img {
	float: left;
	margin: -10px 24px 0 -100px;
}

div.ku_regelung {
	width: 100%;
	margin: 8px 0 5px 0;
	text-align: right;
}

table.einrichtungsberatung {
	border: 1px solid #614C30;
}

table.einrichtungsberatung th,
table.einrichtungsberatung td {
	text-align: center;
}

table.einrichtungsberatung td {
	padding: 10px 0 10px 0;
}

table.einrichtungsberatung img {
	padding: 15px;
}

table.einrichtungsberatung td.dwz_eb_thumbs img {
	padding: 15px 5px;
}

table.einrichtungsberatung th {
	font-size: 135%;
	height: 24px;
	background: #614C30!important;
	color: #ffffff;
	vertical-align: middle;
}

div.dwz_verkauft,
div.dwz_reserviert {
	position: relative;
}

div.dwz_verkauft_img,
div.browseProductContainer a.dwz_verkauft_img,
div.dwz_reserviert_img,
div.browseProductContainer a.dwz_reserviert_img {
	background: url(../../../images/verkauft125.png) no-repeat 0 0;
	position: absolute;
	height: 125px;
	width: 125px;
	left: 0;
	top: 0;
}
div.dwz_reserviert_img,
div.browseProductContainer a.dwz_reserviert_img {
	background: url(../../../images/reserviert125.png) no-repeat 0 0;
}

div.dwz_reserviert_line {
	border-top: 1px solid #614C30;
}

a.dwz_backbutton {
	display: block;
	white-space: nowrap;
	width: 55px;
	margin-top: 20px;
}
