/* --------------------------------------------------------------------------------------
 * html, body test
 * -------------------------------------------------------------------------------------- */

        html {
                min-height: 100%;
                padding-bottom: 1px; /* always show scrollbars */
        }
        body {
                background: #fbf8ee; color: #333;
                margin: 0;
                padding: 0;
                font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
                font-size: 16px;
        }

/* --------------------------------------------------------------------------------------
 * general
 * -------------------------------------------------------------------------------------- */

        /* typo */

        /* typo */

        p {
                font-size: 0.8125em; /* 13px */
                line-height: 1.3em;
                margin: 0 0 1em 0;
        }
        h6, h5, h4, h3 {
                font-size: 0.8125em; /* 13px */
                line-height: 1.3em;
                font-weight: normal;
                margin: 0 0 1em 0;
        }
        h2 {
                font-size: 1.25em; /* 20px */
                line-height: 1.3em;
                font-weight: normal;
                margin: 0 0 1em 0;
        }
        h1 {
                font-size: 1.5em; /* 24px */
                line-height: 1.3em;
                font-weight: normal;
                margin: 0 0 1em 0;
        }


        a {
                color: #a00057;
                text-decoration: none;
        }
        a:hover,
        a:focus {
                text-decoration: underline;
        }

        /* clearer
           http://www.pixelsurge.com/experiment/clearers.htm */
        .clear {
                clear: both;
                height: 1px;
                margin-top: -1px;
                overflow:hidden;
                font-size: 1px;
        }

        .inline {
                display: inline;
        }
        img {
                display: block;
                border: 0;
        }


        ul, ol {
                margin: 0;
                padding: 0;
        }
        li {
                font-size: 0.8125em; /* 13px */
                line-height: 1.3em;
                margin: 0 0 0 2em;
                padding: 0;
        }
        li li {
                font-size: 1em;
        }

/* --------------------------------------------------------------------------------------
 * layout
 * -------------------------------------------------------------------------------------- */

        /* wrappers */

        #wrp1 {
                width: 808px;
                margin: 20px auto;
        }
        #bgr-t {
                height: 8px;
                background: url(/weihnachten/resource/images/bgr_t.png) no-repeat;
                overflow: hidden;
        }
        #bgr-b {
                height: 8px;
                background: url(/weihnachten/resource/images/bgr_b.png) no-repeat;
                overflow: hidden;
        }
        #bgr-c {
                background: #fff url(/weihnachten/resource/images/bgr_c.png) repeat-y;
                margin: -4px 0;
                padding: 0 4px;
                position: relative; /* place on top */
                overflow: hidden;
        }
        * html #bgr-c {
                height: 1%;
        }

        /* header */

        #header {
                position: relative; /* set parent */
        }
        #header p {
                color: #fff;
                margin: 0;
        }
        #header .e1 {
                font-size: 24px;
                font-weight: bold;
        }
        #header .e2 {
                font-size: 15px;
        }
        #header table {
                width: 100%;
                height: 100%;
                border: 0;
        }
        #header table td {
                vertical-align: bottom;
                padding: 0 0 20px 20px;
        }
        /* footer */

        #footer {
                margin: 10px 4px;
        }
        #footer p {
                font-size: 0.6875em; /* 11px */
                color: #999;
                margin: 0;
        }
        #footer .e1 {
                display: block;
                width: 500px;
                float: left;
                margin: 0 50px 0 20px;
        }
        * html #footer .e1 {
                margin-left: 10px; /* double margin bug */
        }
        #footer .e2 {
                display: block;
                width: 210px;
                float: left;
                text-align: right;
        }

        /* content */
        #content {
                margin: 20px 0 0 0;
        }
        #content .col1 {
                width: 540px;
                float: left;
                margin-left: 10px;
        }
        * html #content .col1 {
                margin-left: 5px; /* double margin bug */
        }
        #content .col1 .block {
                margin: 0 0 25px 0;
                padding: 0 10px 30px 10px;
                border-bottom: 2px dotted #e1e1e1;
        }
        * html #content .col1 .block {
                height: 1%;
        }
        #content .col2 {
                width: 230px;
                float: left;
                margin-left: 10px;
        }
        #content .col2 .block {
                margin: 0 0 10px 0;
                padding: 0 10px 10px 10px;
                border-bottom: 2px dotted #e1e1e1;
        }

        #content .col1 .last,
        #content .col2 .last {
                padding-bottom: 0;
                border-bottom: 0;
        }
/* --------------------------------------------------------------------------------------
 * sidebar (.col2)
 * -------------------------------------------------------------------------------------- */

        #content .col2 h4 {
                font-size: 12px;
                color: #5CADBD;
        }
        #content .col2 p {
                font-size: 11px;
        }
        #content .col2 li {
                font-size: 0.6875em; /* 11px */
                list-style-type: none;
                margin: 0 0 0.5em 0;
        }

        #about img {
                float: left;
                margin: 0 10px 10px 0;
        }

        /* search field */

        #search {
                padding-bottom: 15px !important;
        }
        #search form {
                margin: 0;
                padding: 0;
        }
        #search .text {
                border: 1px solid #b8b8b8;
                width: 120px;
                padding: 1px 2px 0 2px;
                margin-right: 5px;
                height: 17px;
        }
        #search .button {
                width: 75px;
                background: #a00057 url(/weihnachten/resource/images/bullet_2arrow_w_6pxl.gif) left center no-repeat;
                color: #fff;
                border: 1px dotted #fff;
                padding: 0px 5px 0px 16px;
                font-weight: bold;
                font-size: 11px;
                overflow: visible; /* makes right padding controllable in IE */
                cursor: pointer;
        }

/* --------------------------------------------------------------------------------------
 * content (.col1)
 * -------------------------------------------------------------------------------------- */

        #content .post {
        }
        #content .post-head {
                margin: 0 0 1em -3px;
                background: url(/weihnachten/resource/images/lecker_icon.png) no-repeat;
                padding-left: 40px;
        }
        #content .post-date {
                font-size: 0.6875em; /* 11px */
                color: #5cadbd;
                margin: 0;
        }
        #content .post-title {
                color: #a00057;
                margin: 0;
        }
        #content .post-meta p {
                color: #999;
                margin: 0;
        }
        #content .post .s {
                /* separator line */
                color: #999;
                padding: 0 5px;
        }

        #content .paging {
                margin: 0 0 1em 0;
                padding: 0 10px;
        }
        #content .paging p {
                font-size: 0.6875em; /* 11px */
                color: #999;
                margin: 0;
        }
        #content .paging .pages {
                padding: 0 30px;
        }

div.comments-form span.status {
    display: block;
    background: white;
    color: #444;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
span.error {
    display: block;
    background: white;
    color: #444;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 100%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: #999;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: #999;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
/*form li{ display: inline-block; }*/
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; }
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; }
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file,
textarea.textarea, select.select{
    font-size: 1em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}

/**
 * COMMENTS
 */

div.trackbackUrl {
    background: transparent;
    color: #006633;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted silver;
}

#commentBox
{
  font-family: Arial;
  color: #555
}

.comment
{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left:10px;
  padding-right:10px;
  line-height: 16px;
  border-bottom: 2px dotted #E1E1E1;
}

#commentBoxPreview
{
  font-family: Arial;
  color: #555;
  padding: 5px;
  background: #eee;
  border: 1px solid #aaa;
}

#commentBoxPreview h3
{
  margin: 0px;
}

.comments-head {
    font-weight: 900;
    font-size: 12px;
}

.comment, .comments-form table {
    font-family: Verdana, sans-serif;
    font-size: 0.8125em;
}

.commentFormInput,
.commentFormTextarea {
    font-family: Verdana, serif;
    font-size: 1em;
}

div.comments-head {
    padding-top: 10px;
    background: transparent;
    color: #A00057;
}

.comments-headline {background:url(/weihnachten/resource/images/icon_sprechblase_hbv.png) no-repeat scroll 10px 9px;
					font-size:1.25em; font-weight:normal; color:#A00057; padding:10px 0px 6px 50px; }
.comments-form {padding:0 10px 0 10px;}
					
					
span.enabled {
    color: green;
    font-style: italic;
}

span.disabled {
    color: red;
}

/** 
 * TAGS
 */

.s1 {font-size:60%;}
.s2 {font-size:80%;}
.s3 {font-size:100%;}
.s4 {font-size:120%;}
.s5 {font-size:140%;}
