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

#logo{
    position:absolute;
    left:250px;
    top:90px;
    width:129px;
    height:115px;
    background-image:url('../images/header-button-spezial.png') !important;
    background-image:url('../images/header-button-spezial.gif');
    background-repeat:no-repeat;
    z-index:10000;
}

a:hover {
	color: #696969;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #252525;
	margin: 0px;
	padding: 0px;
	background-color: #CFCFCF;
}

table.main {
	background-color: #FFFFFF;
}

table.header {
	background-color: #FFFFFF;
}

td.header-logo {
	/*background-image: url(../images/presented-by.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: #FFFFFF;
}

img.header-banner {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2386E;
}

td.content-center {
        float:left;
        display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
        width:420px;
        overflow:hidden;
}



td.content-left {
	background-color: #FFFFFF;
}

td.content-right {
	background-color: #FFFFFF;
}

td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

td.shadow-right {
	background-image: url(../images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#border-bottom-white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#border-bottom-red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2386E;
}
#border-right-red {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2386E;
}

td.content-center p {
	text-align:left;
}

td.content-center h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
}
*+html  td.content-center h1{ /* IE 7  - korrigiert die höhe der überschriften im content */
	padding-top:10px;
}
html.* td.content-center h1 { /* IE 5.5 - 6 - korrigiert die höhe der überschriften im content */
	padding-top:10px;
}
td.content-center h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/arrow_10x11_hs.gif);
	list-style-type: disc;
}
*+html li { /* IE 7  - korrigiert abstaende der aufzähler */
	padding-left:10px;
	margin-left:-10px;
}
* html b\ody li { /* IE 6  - korrigiert abstaende der aufzähler */
	padding-left:10px;
	margin-left:-5px;
}

li:hover{
	list-style-position: inside;
	list-style-image: url(../images/arrow_10x11_hs_active.gif);
	list-style-type: disc;
}
/* NEW */
fieldset.bestellung label{
	padding:0px;
}
fieldset.bestellung label{
	width:100px;
	display: block;
}
table.advanced-search, fieldset.bestellung {
	border: 0px;
}
table.advanced-search td {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
table.advanced-search input, table.advanced-search select, fieldset.bestellung  input, fieldset.bestellung  select, fieldset.bestellung  textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFF0E8;
	border: 1px solid #DD707B;
}
table.advanced-search input, fieldset.bestellung input{
	width:100%;
}
table.advanced-search select, fieldset.bestellung select{
	width:60px;
}
table.advanced-search input:hover, table.advanced-search select:hover , fieldset.bestellung input:hover, fieldset.bestellung select:hover, fieldset.bestellung  textarea:hover{
	border: 1px solid #B2386E;
}
table.advanced-search input.button, fieldset.bestellung input.button{
	background-color: #FFF0E8;
	border: 1px solid #DD707B;
	padding: 3px;
	cursor: pointer;
	font-weight: normal;
}
html.* table.advanced-search input.button, html.* fieldset.bestellung input.button{ /* IE 5.5  */
	cursor: hand;
}
html + body table.advanced-search input.button, fieldset.bestellung input.button{ /* IE 4 - 5 */
	cursor: hand;
}
table.advanced-search input.button:hover, fieldset.bestellung  input.button:hover{
	border: 1px solid #B2386E;
	background-color: #F8E1E3;
}
table.advanced-search input[type=checkbox], fieldset.bestellung  input[type=checkbox], table.advanced-search input[type=radio], fieldset.bestellung  input[type=radio] {
	cursor: pointer;
	width:10px;
}
*+html table.advanced-search input[type=checkbox], *+html table.advanced-search input[type=radio], *+html fieldset.bestellung input[type=checkbox], *+html fieldset.bestellung input[type=radio] { /* IE 7  - korrigiert die checkboxen */
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	cursor: pointer;
	width:15px;
}
html.* table.advanced-search input.checkbox , html.* table.advanced-search input.radio , html.* fieldset.bestellung input.checkbox , html.* fieldset.bestellung input.radio { /* IE 5.5 - 6 - korrigiert die checkboxen */
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	cursor: hand;
	width:10px;
}
html + body table.advanced-search  input.checkbox ,html + body table.advanced-search  input.radio , fieldset.bestellung   input.checkbox , fieldset.bestellung   input.radio { /* IE 4 - 5  - korrigiert die checkboxen */
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	cursor: hand;
	width:10px;
}
#rosa { /* korrigiert hintergruende der checkboxen  */
	background-color: #FFF0E8;
	margin-left: 2px;
	margin-right: 2px;
}

table.search-result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/serch-result-headline-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DD707B;
	padding: 2px;
}

table.search-result td.search-result {
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
}

/* DANIEL */

.katebene{
  display:none;
  position:relative;
  top:5px;
  left:0px;
  background-color:#FFF0E8;
	border-width: 1px;
	border-style: solid;
	border-color: #B2386E;
}
.katebene2{
  display:block;
  position:relative;
  top:5px;
  left:0px;
  background-color:#FFF0E8;
	border-width: 1px;
	border-style: solid;
	border-color: #B2386E;
}
.katauswahl{
	border-width: 1px;
	border-style: solid;
	border-color: #B2386E;
}

.linkbox {
	padding: 4px;
  padding-left: 20px;
}

.linkbox li {
  padding: 0px;
}

.linkbox a {
	padding-left: 4px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.redbox {
	border-width: 1px;
	border-style: solid;
	border-color: #B2386E;
  background-color: #FFFFFF;
}

.redbox#left {
  margin-left: 19px;
  margin-right: 19px;
  margin-top: 9px;
  margin-bottom: 9px;
	width: 280px;
}

.redbox#right {
  margin: 9px;
	width: 190px;
}

.gutscheinbuch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #B2386E;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
input.scout{
	border:0;
	background-color:#B2386E;
	color:#FFF;
}

#search-mask{
    border: 1px solid #DD707B;
    background-color: #FFF0E8;
    border:1px solid #B2386E;
    display:none;
}

#search-mask dt{
    padding-left:10px;
}

div.search-result{
    border:1px solid #B2386E;
}

/*colors*/
.print-order,.search-header a,.bs-submit,.brand-header a{
    color:#2e2e2e;
}
a.show-search-mask,a.show-result-details{
    color:#FFFFFF;
    background:#B2386E;
    border:1px solid #B2386E;
}

a.show-search-mask:hover,a.show-result-details:hover{
    background:#616161;
    border:1px solid #616161;
    color:#FFFFFF;
}

a{
    color:#b77a00;
}
a:hover,.bs-submit:hover,.act,.act #show-all{
    color:#696969;
}

.news-left .news-entry a{
    color:#FFFFFF;
}

input.input-text,.form select{
    width:250px;
}

dl.form{
    float:left;
    display:inline;
    margin:15px 0 0 0;
    padding:0;
    width:100%;
}
.form dt{
    width:130px;
}
.form dd{
    width:250px;
}

.mke-no-display{
    display:none !important;
}


