/* Teaser (Übersicht) */
.blogteaserheadline {
    font-size: 17px;
    font-weight: normal;
    font-family: "trebuchet ms", Tahoma, Arial, Verdana, sans-serif;
    margin-bottom: 0px;
    color: #FFF;
    padding-top: 10px;
}
.blogteaserhdivider {
    border-top: 8px solid #222;
    border-bottom: 0px;
    margin: 0px;
}
.blogteasercreatorinfo {
    font-size: 0.8em;
    margin-top: 0px;
}
.blogteasercontent {
    font-size: 1em;
}
.blogteaserlink {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.blogteaserinfo {
    background-color: #222; /*FFDCA8;*/
    padding: 4px 2px 6px 2px;
    margin-top: 0.5em;
    margin-left: -3px;
    margin-right: -3px;
/*    -moz-border-radius-topright: 2ex;*/
/*    -webkit-border-top-right-radius: 2ex;*/
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}

/* Artikel */

/* Kommentieren */
.blogarticlenewcommentbox {
    border: 1px solid #222;
    background-color: #333;
    padding: 2px 5px 0px 5px;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 1.5ex;
}
.blogarticlecreatecomment {
    font-size: 16px;
    font-weight: bold;
    font-family: "trebuchet ms", Tahoma, Arial, Verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blogarticlecreatecommenttext {
/*
    border: 1px solid #CCC;
    background-color: #FFF;
*/
    width: 500px;
}
.blogarticlecreatecommenttextarea {
/*
    border: 1px solid #CCC;
    background-color: #FFF;
*/
    width: 500px;
    height: 200px;
}
.blogarticlecreatecommentbutton {
    border: 1px solid #AAA;
    background-color: #D6D6D6;
    color: #000;
    cursor: pointer;
}

/* Kommentare */
.blogcomments1 {
    background-color: #2C2C2C;
    padding: 6px 6px 10px 6px;
    margin-bottom: 6px;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 1.5ex;
}
.blogcomments2 {
    background-color: #363636;
    padding: 6px 6px 10px 6px;
    margin-bottom: 6px;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 1.5ex;
}
