* {	border:none; outline:none; margin:0; padding:0; }

body {
	background: #5b2419 url(pix/bg-top.gif) repeat-x;
        color: #3f3f3f;
        font: 13px Arial, Helvetica, sans-serif;
        margin-bottom: 220px;
}

#backgroundcontainer {
	background: #5b2419 url(pix/bg-picture.jpg) repeat-x;
	_background: #5b2419 url(pix/bg-picture-ie6.jpg) repeat-x;
	position: absolute;
	top:0px;
	left: 0px;
	width: 995px;
	height: 574px;
}

#salulleza-logo {
	position: absolute;
	top: 77px;
	left: 278px;
        height: 45px;
        width: 340px;
	
	background: transparent url(pix/salulleza-made-in-germany.png) no-repeat;
	_background: none;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/salulleza/pix/salulleza-made-in-germany.png', sizingMethod='image');
}

#jentschura-logo { position: absolute; left: 895px; top: 117px;}

#menue {
	color: white;
	position: absolute;
	top: 207px;
	left: 277px;
        z-index: 100;
}

#menue .pfeile {
        color: #e2a650;
        margin: 0px 6px 0px 12px;
        font-size: 17px;
        font-weight: normal;
        font-family: arial;
}

#contentcontainer {
	background: #fff8e5;
	position: relative;
	top: 196px;
	_top: 196px;
	left: 455px;
	width: 500px;
	padding: 15px 20px;
        min-height: 400px;
        height: auto !important;
        height: 400px;
        margin-bottom: 50px;
}

#muster-oben {
	background: transparent url(pix/muster.png) -5px repeat-x;
	position: absolute;
	height: 39px;
	width: 100%;
	top: 196px;
	right: 0px;
}

#bg-picture-top2 {
	background: transparent url(pix/bg-picture-top2.jpg) no-repeat;
	position:absolute;
	top:0px;
	left: 995px;
	height: 200px;
	right: 0px;
}

#muster-unten {
	background: transparent url(pix/muster.png) repeat-x;
	position: absolute;
	top: 574px;
	left: 0px;
	height: 39px;
	width: 455px;
}

#footer {
        border-top: 1px solid silver;
        margin: 20px 0 0 0;
        padding: 5px 0 0 0;
        font-size: 11px;
	text-align: center;
}

#contentcontainer img { margin-top: 5px;}

a img { border: none; }

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

a:hover { text-decoration: underline; }

#languageselection {
    position: absolute;
    z-index: 2000;
    left: 770px;
    padding: 17px 0 0 0;
}

#languageselection li {
    display: inline;
    margin: 0 8px 0 0;
}

#languageselection li.active { font-weight: bold; }     

#contentcontainer ul li {
        list-style-type: square;
        padding-left: 10px;
        margin-left: 20px;
        line-height: 20px;
}

#contentcontainer .hinweis, #contentcontainer ul {
        background: #ecdfd2;
        border:1px solid #dabfb7;
        color:#641111;
        margin: 15px 0pt 15px 0px;
        padding: 10px;
}

#contentcontainer.ULohneBG ul{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#contentcontainer.ULohneBG ul ul{
    margin-bottom: 10px;
}

.hinweis h3 { margin-top:0px; }

blockquote {
    background:transparent url(pix/quote.gif) no-repeat scroll left bottom;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 9px;
}
blockquote .text {
    background:#FFFFF6 none repeat scroll 0 0;
    border-color:#E5E5E5;
    border-style: solid;
    border-width:1px 1px 0px 1px;
    color:black;
    padding:8px 10px 6px;
}

cite{
    position: absolute;
    z-index: 2000;
    bottom: -20px;
    padding-left: 25px;
    color: #666666;
    font-size:0.9em;
    padding:8px 0 0 14px;
}

* html blockquote {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

* html blockquote .text {
    border-bottom: 1px solid;   
}

* html cite{
    position: relative;
    bottom: 0;
    padding-left: 0;
}

hr {
        background: url(pix/hrline.jpg) no-repeat;
        height: 30px;
}

/* Auszeichnungen */

h1, h2, h3, h4 {
        font-weight: normal;
        color: #641111;
        margin: 0 0 15px 0;
}

h2 { font-size: 23px; }
h3 { font-size: 18px; margin-top: 20px; }
h4 { font-size: 15px; margin-top: 20px; }


p {
    margin: 0 0 1em 0;
    line-height: 1.5em;
}

ol {     line-height: 1.5em; }


#contentcontainer a, #contentcontainer a:visited, #contentcontainer a:link{
    color:#A50500;
}



.floatright{
    float: right;
    margin: 0px 0px 5px 15px;
}

.floatleft{
    float: left;
    margin: 0px 15px 5px 0px;
}

/* Kontaktformular */

textarea,input[type='text'],input[type='password'],select{border:1px solid #ccc; margin-right: 3px; padding: 3px;} 
textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover{border-color:#aaa}
textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus, textarea.focus, input.focus{border-color:#888;outline:2px solid #e4e4e4}
select,button,label{cursor:pointer; cursor: hand}
.button{padding: 0px;}
.button:hover {background: #cecece;}
input[type='text'],input[type='password']{cursor:text}

select{padding:.1em .2em 0 .2em} 
select[multiple]{margin-bottom:.8em;} 
option{padding:0 .4em .1em}
fieldset{
    border: none;
}

textarea, input, select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 5px;
}


/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:23px;
	background: #FFF8E5 url(pix/button.png) no-repeat right -23px; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span { 
	background: #FFF8E5 url(pix/button.png) no-repeat left -23px; 
	height:23px;
	display:block;
	display:inline-block;
	padding-left:30px;
        line-height:23px;
}

button:hover .round {background-position:right top;}
button:hover .round span {background-position:left top;}

/*button tag*/
	
button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
/* end rounded buttons */

.errors{
    background: #f6dada;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 10px;
}

span.error{ margin-left: 10px;}

.error{
    color: red;
}

/* Clearfix */
.clearfix:after, .bildundtextis:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

* html .clearfix, * html .bildundtext {
	height:1%;
}

.clearfix, .bildundtext {
	display: inline-block;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 ;
  font-weight: bold;
  color: #3F3F3F;
  margin: 0;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 -1.8em 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
  position: relative;
  top: -1.8em;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* Ende Kontaktformular */

#contentcontainer .toc li{
    display: inline;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1em;
}

#contentcontainer .toc a {
    display: block;
    width: auto;
    padding: 2px 4px;
    float: left;
    height: 15px;
    border: 1px solid #cecece;
    margin: 0 5px 5px 0;
    background: #ecdfd2;
    text-decoration: none;
    color: black !important;
}



#contentcontainer .toc {
    display: block;
    clear: both;
    margin-bottom: 15px;
    background: none;
    border: none;
    color:#641111;
    margin: 15px 0pt 15px 0px;
    padding: 0;
}

#contentcontainer .toc a:hover, #contentcontainer .toc li.active a{
    background: #423445;
    color: white !important;
    text-decoration: none;
}

.bildundtext {
    width: 480px;
    clear: both;
}

.bildundtext img{
    float:left;
}
    
.bildundtext p{
    margin-left: 220px;
}

table {
	margin: 15px 0;
	width: 100%;
	font-size: 13px;
        border-bottom: 3px solid #dabfb7;

}

.plan {
	margin: 0 0 25px 0px;
        padding: 8px;
      	background: #f9ebde url(pix/plan-back.png) repeat-y 0px ;
        border:1px solid #dabfb7;
}

.plan table {
	margin: 0px auto;
	width: 85%;
	font-size: 13px;
        border: none;
}

.plan table p {
	margin: 10px 0;
	width: 100%;
	font-size: 13px;
	border-bottom: 1px solid #dabfb7;
}

#contentcontainer table li {
	font-size: 11px;
        line-height: normal;
	list-style-type:square;
	padding: 5px;
	margin: 0 0 0 15px;
}
thead th {
	border-bottom: 2px solid #dabfb7;
	font-weight: bold;
	background: #ecdfd2;
	color: #641111;
}
th a:link, th a:visited {
	color: #6f9dbd;
}
td, th {
	padding: .3em .5em;
	vertical-align:top;
        height: 20px;
}


tr.even, tr.odd {
        background-color:#ecdfd2;
        border-bottom:1px solid red;
}


/*Tabellen mŸssen gut aussehen*/

.tabelle {
    border-collapse: collapse;
	border: 1px solid rgba(199, 153, 80, 0.5);
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #434343;
}

.tabelle thead th, .tabelle thead td {
    background: rgb(199, 153, 80);
    background: rgba(199, 153, 80, 0.5) none;
    padding: 10px; 
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}



.tabelle td {
    padding: 10px;
}


.tabelle .zweitezeile td{ background: #f2e5b1; background: rgba(199, 153, 80, 0.15);  }


/* ---------------------------------------------------------------
Ende Tabellen End */

#contentcontainer tbody ul {
	background: none;
        border: none;
        margin: 0px;
        padding: 0px;
}

/* FAQ */
.faq h3 {
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}

div.faq h3{
	color: #993300;
	cursor:  pointer;
	padding-left: 20px;
	background: url(../../images/plus.gif) no-repeat left 0px;
        height: 1.5em;
}

div.faq h3.active {
	background: url(../../images/minus.gif) no-repeat;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol { padding:0 0 0 20px; margin: 0 0 15px 0; }
ol li {padding: 0  0 10px 0;}
#contentcontainer ol.hinweis { padding-left: 30px; line-height: 20px; }
#contentcontainer ol.hinweis li { padding: }

/* News */
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
/* Ende News */

.start-salulleza {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 500px;
	height: 145px;
}

.start-salulleza-txt {
	font-size: 12px;
	line-height: 13px;
	position: absolute;
	top: 72px;
	left: 128px;
	width: 260px;
	height: 50px;
	color: white;
}

.start-themen {	position: absolute; width: 500px; top: 183px;}
#contentcontainer .start-themen img { margin: 0px;}
#contentcontainer.startpage {height: 430px !important;}

.start-themen h3 { margin: 10px 0 11px 0; line-height: 20px;}
.start-themen P { margin: 0px;}
.start-themen img { margin: 0px; padding: 0px; }

.start-thema1, .start-thema2, .start-thema3 { position: absolute; height: 95px; width: 160px; }
.start-thema1 {	left: 0px; }
.start-thema2 {	left: 170px; }
.start-thema3 {	left: 340px;}

.start-thema4, .start-thema5 { position: absolute; top: 115px; height: 108px; }
.start-thema4 { left: 0px; width: 320px; background: #ead4b0; padding: 0 0 0 10px; }
.start-thema5 { left: 340px; width: 150px; background: #e2bab7; padding: 0 0 0 10px; }
#contentcontainer .start-thema5 img { position: absolute; right: 5px; top: 5px; }
.startpage #footer { margin-top: 410px; }

* html .startpage #footer { margin-top: 425px; }
.produkte_link { background: transparent url(pix/productos_cart.png) no-repeat; height: 30px; display: block; padding: 10px 0 0 40px;}