
/* main layout ****************************************************************/

* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

table {
    border-collapse: collapse;
}

html {
    background-color: #fdfdfd;
    background: url(../images/bg_top.gif) repeat-x;
    padding: 0;
}

#head {
    width: 960px;


}

body {
    position: relative;
    width: 960px;
    margin: 0 auto 0 auto;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    padding: 0 10px 15px 10px;
}

img#logo {
    margin: 15px 0 25px 7px;
}

img#bottom {
    position: absolute;
    right: 0;
    bottom: -6px;
}

/* common *********************************************************************/

a {
    color: #c50c44;
    text-decoration: none;
}

a:hover {
    color: #001042;
    text-decoration: underline;
}

a.button_big {
    display:block;
    color: #fff;
    text-align: center;
    width:230px;
    font-size:18px;
    vertical-align: middle;
    margin:40px 0px 40px 150px;
    padding: 7px;
    border: 0;
    background-color: #781b37;
}

a.button_big:hover {
    text-decoration:none;
    background-color:#f0a72f;
}

.left{
          float:left;
  }

.right{
          float:right;
  }

ul.startlist {
    margin-top:30px;
    margin-bottom:40px;
}
ul.startlist li{
    list-style-type: none;
    background: url(../images/arrow.gif) no-repeat 0 2px;
    padding-left:33px;
}




/* service_navigation *********************************************************/

ul#service_navigation {
    position: absolute;
    top: 280px;
    right: 27px;
    display: inline;
    list-style-type: none;
    border-bottom: 1px solid #dec5cd;
    width:610px;
    text-align:right;
    padding-top:4px;
    padding-bottom:3px;
}

ul#service_navigation li {
    display: inline;
   background-color:#781b37;
   margin-left:6px;
}

ul#service_navigation li.active {
    display: inline;
    background-color:transparent;
}

ul#service_navigation li a {
    color: #fff;
     background-color:#781b37;
    text-decoration: none;
    padding: 3px 6px 3px 6px;
    margin: 0px 0px 0px 0px;
     border: 1px solid #781b37;
}

ul#service_navigation li.active a {
    color: #000;
     background-color:transparent;
    border-left: 1px solid #dec5cd;
    border-top: 1px solid #dec5cd;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #dec5cd;
    text-decoration: none;
}

ul#service_navigation li a:hover {
    background-color:#f0a72f;
    color:#fff;
    border: 1px solid #dec5cd;
}

ul#service_navigation li.active a:hover {
    text-decoration: none;
    background-color:transparent;
    border-bottom: 1px solid #fff;
    color:#000;
}

/* main_navigation ************************************************************/

ul#main_navigation {
    position: absolute;
    top: 72px;
    right: 6px;
    list-style-type: none;
}

ul#main_navigation li {
    display: inline;
    position: relative;
    padding: 0 3px;
}

ul#main_navigation li a {
    position: relative;
}

/* filling_navigation ************************************************************/

ul#filling_navigation {
    position: absolute;
    top: 173px;
    right: 50px;
    display: inline;
    list-style-type: none;
}

ul#filling_navigation li {
    display: inline;
    position: relative;
}
ul#filling_navigation li.active {
    font-weight:bold;
    color:#781b37;
}

ul#filling_navigation li.nonactive {
    color:#999;
}

ul#filling_navigation li a {
    position: relative;
    color:#d88908;
}

ul#filling_navigation li a:hover {
    text-decoration:none;
     color:#000;
}

ul#filling_navigation li img {
    vertical-align:middle;
    margin:0 6px 0 10px;
}

/* banner *********************************************************************/

body.filling div#banner  {
    margin-bottom: 0px;
    padding-left: 14px;
    padding-top:10px;
    padding-right: 42px;
    background: url(../images/banner.gif) no-repeat;
    height:145px;
}

body.filling div#banner.start  {
    background-image: url(../images/banner_start.gif);
}

/* legend ************************************************************/

div#legend{
    width: 306px;
    min-height:79px;
        height:auto !important;
        height:79px;
    background: url(../images/legend_head.gif) no-repeat;
    padding:32px 15px 0 15px;
}
div#legend table{
    width: 280px;
}

div#legend table td{
    font-size:11px;
    padding-top:4px;
}

div#legend table img{
    vertical-align:middle;
    margin-right:2px;
}
div#legend_bottom{
    width: 306px;
    height:13px;
    background: url(../images/legend_bottom.gif) no-repeat;
}

/* bunte_tuete ************************************************************/

div#bunte_tuete_fuellen {    
    position: relative;
    top: 0px;
    float: left;
    width: 270px;
    height:510px;
    margin: 0 0 0px 27px;
    padding-top:27px;
    background: url(../images/tuete.jpg) no-repeat;
    text-align:center;
}

div#bunte_tuete {    
    position: relative;
    top: 0px;
    float: left;
    width: 270px;
    height:510px;
    margin: 0 0 0px 27px;
    padding-top:27px;
    background: url(../images/tuete_versand.jpg) no-repeat;
    text-align:center;
}

div#bunte_tuete.start {
    float: left;
    width: 300px;
    height:510px;
    margin:0;
    padding: 0;
    background: url(../images/tuete_start.jpg) no-repeat;
    text-align:center;
}

div#status{
    position:relative;
    left:125px;
    top:24px;
    /*top:360px;*/
    height:394px;
    width:29px;
    padding:0;
    background: url(../images/sweets.jpg) no-repeat;
}

div#statusbalken{
    background-color: #c6c5c4;
    margin:0;
}

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

div#content {
    float: left;
    display: inline;
    margin-left: 55px;
    margin-top: 70px;
    margin-bottom: 30px;
    width: 550px;
    min-height:510px;
        height:auto !important;
        height:510px;
}

div#content.section {
    margin-top: 20px;
}

div#content h1 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color:#f0a72f;
}

div#content h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color:#000;
}

div#content table {
    width: 500px;
    margin-bottom: 16px;
}

div#content table.profile {

}

div#content table td {
    vertical-align: top;
    padding: 0 10px;
}

div#content table.profile td{
    padding: 20px 10px 10px 0px;
}

div#content table td.description {
    border-bottom: 1px solid #dec5cd;
}

div#content table td.description .icons {
    text-align:center;
}

div#content table td.description .quan a{
    background: url(../images/icons/minus.gif) no-repeat;
    height:17px;
    padding-right:17px;
    margin-left:4px;
    text-decoration:none;
}

div#content table td.description .quan a:hover{
    background: url(../images/icons/minus_on.gif) no-repeat;
}

div#content table td.description img {
    margin-right:4px;
    vertical-align:middle;
}

div#content table td.description a {
    color:#781b37;
    text-decoration:underline;
    font-weight:bold;
}

div#content table td.description a:hover {
    color:#000;
}

div#content table td.img {
    width: auto;
    padding: 0 10px 0 0;
}

div#content table td.img a{
    color:#fff;
    font-weight:bold;
}
div#content table td.img a:hover{
    text-decoration:none;
    color: #f0a72f;
}

div#content table.profile td p {
    margin-bottom: 8px;
}

div#content table.payment td {
   vertical-align:middle;
   padding: 5px 0;
}

/*choose_bag*********************************************/

div#content ul.choose_size{
    position:relative;
  top:130px;
   display:inline;
}
div#content ul.choose_size li{
   margin:0px;
   display:inline;
   padding:0 5px;
}

div#content ul.choose_size a{
   font-size:24px;
}
div#content ul.choose_size a:hover{
   text-decoration:none;
}

div#content ul.choose_size a.bag1 {
   background: url(../images/bags/bag1_off.jpg) no-repeat 0 55%;
   padding:100px 20px;
}
div#content ul.choose_size a.bag2 {
   background: url(../images/bags/bag2_off.jpg) no-repeat 0 50%;
    padding:100px 25px;
}
div#content ul.choose_size a.bag3 {
   background: url(../images/bags/bag3_off.jpg) no-repeat 0 43%;
    padding:100px 25px;
}
div#content ul.choose_size a.bag4 {
   background: url(../images/bags/bag4_off.jpg) no-repeat 0 36%;
    padding:100px 30px;
}
div#content ul.choose_size a.bag5 {
   background: url(../images/bags/bag5_on.jpg) no-repeat 0 0;
    padding:80px 50px 90px 50px;
	color:#fff;
}

/* hover*/

div#content ul.choose_size a.bag1:hover {
   background-image: url(../images/bags/bag1_on.jpg);
}
div#content ul.choose_size a.bag2:hover {
  background-image: url(../images/bags/bag2_on.jpg);
}
div#content ul.choose_size a.bag3:hover {
   background-image: url(../images/bags/bag3_on.jpg);
}
div#content ul.choose_size a.bag4:hover {
   background-image: url(../images/bags/bag4_on.jpg);
}
/*div#content ul.choose_size a.bag5:hover {
   background-image: url(../images/bags/bag5_on.jpg);
}*/

/*form **************************************************/

div#content form {
    margin-bottom: 16px;
}

div#content form input,
div#content form select,
div#content form textarea {
    border: 1px solid #62707A;
    margin: 2px 0 2px 0px;
}

div#content form select{
    width:99%;
}

div#content form input.radio_button{
        margin:5px;
        padding-top:4px;
        color:red;
    border:0;
    vertical-align:middle;
}


div#content form input.submit {
    cursor: pointer;
        width:120px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border: 0;
    background-color: #f7eede;
}

div#content form input.submit:hover {
    color: #fff;
    background-color:#f0a72f;
}

div#content form input.submit_big {
    cursor: pointer;
    color: #fff;
    text-align: center;
    width:230px;
    font-size:18px;
    vertical-align: middle;
    margin:40px 0px 0px 150px;
    padding: 7px;
    border: 0;
    background-color: #781b37;
}

div#content form input.submit_big:hover {
    background-color:#f0a72f;
}

div#content form textarea {
    width: 350px;
}

div#content form table {
    width: 470px;
}

div#content form table td {
    vertical-align: top;
    padding: 0;
}

div#content form table td.description {
    width: 120px;
    padding-right: 1em;
}

p {
    margin-bottom: 16px;
}

fieldset {
        border:0;
        }

label {
        border:0;
}

.form-row {
        clear: both;
        padding: 0.5em;
}

.field-label {
        font:black arial, helvetica, sans-serif;
}
.field-error {
        font:black arial, helvetica, sans-serif;

}

.field-widget input, .field-widget textarea{
        font:black arial, helvetica, sans-serif;
        padding:5px 0 3px 0;
        background:#fbf7ef;
}


.field-widget textarea{
        padding:5px;
}
.field-widget select {
        padding:5px 10px 3px 3px;
        font:black arial, helvetica, sans-serif;
        background:#fbf7ef;
}

.field-error select, {
        padding:5px 10px 3px 3px;
        font:black arial, helvetica, sans-serif;
        background:#ff000;
}

.field-gebu select {
        width: 10px;
        font:black arial, helvetica, sans-serif;
        background:#fbf7ef;
}

.field-error input, {
        font:black arial, helvetica, sans-serif;
        padding:5px 0 3px 0;
        background:#ff0000;
}

select.anrede{
        width:190px;
}
.half {
        width:190px;
}

#contactform{
        text-align:left;
}


#change_units{
        text-align:center;
}

.recipent_address{
        font-weight:bold;
        color:black;
        margin-left:0px;
        margin-top:20px;
        border-left:10px solid #f1f1f1;
        padding-left:15px;
}


/* footer_navigation **********************************************************/

ul#footer_navigation {
    text-align: center;
    margin: 0px 0px 4px 0;
    list-style-type: none;
    font-size: 12px;
    width:930px;
}

ul#footer_navigation li {
    display: inline;
    border-right: 1px solid #62707A;
    padding: 0 10px;
    font-size: 12px;
    color:#999;
}

ul#footer_navigation li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

ul#footer_navigation li a:hover {
    color: #d88908;
    text-decoration: underline;
}



#hiddendiv {
  display: none;
}

ul.hiddenlinks * {
    font-size:0px; 
    color:#fff;
    line-height:0px
}