#sidebar ul {
    list-style: none;
}

#searchform {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

#searchform label {
    font-size: 11px;
}

#searchform input[type="text"] {
    border: 1px solid #255732;
    font-family: 'TitilliumText';
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 5px 5px;
    width: 260px;
}

#searchform input[type="submit"] {
    background: url("images/magnifier.png") no-repeat scroll center 9px #255732;
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    padding: 5px 13px;
}

.post {
    border-bottom: 1px dotted #255732;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post h2 {
   border: none;
   background: none;
}

.sociable {
    background: url("http://www.accept-reisen.de/fileadmin/templates/images/sub-sitemap.jpg") repeat scroll left 0 transparent;
    padding: 8px 8px 3px 8px;
}

.sociable_tagline {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.sociable_tagline strong {
    font-size: 12px;
    color: #fff;
}

.navigation {
    margin-bottom: 15px;
}

.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.navigation a {
    font-size: 12px;
}
