

#teaser ul {
    padding-left: 0px;
    clear: left;
}

#teaser #teasertitle {
    font-size: 1.6em;
    color: #2B2918;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
    display: inline;
}

#teaser #teasertitle a {
    text-decoration: none;
}

#teaser #title {
    font-size: 1.4em;
    color: #2B2918;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
    display: block;
    height: 25px;
}

#teaser #title a {
    text-decoration: none;
}

#teaser #date {
    font-size: 0.8em;
    color: #888;
    background-color: transparent;
    background-image: url(/_lib/images/blog-icons2/time.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
    padding-left: 20px;
}

#teaser li {
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0px;
    line-height: 1.5em;
    text-align: left;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 4px;
    margin-top: 0.2em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0pt;
    list-style-type: none;
}

#teaser #link a {
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
}

div.clearer {
    clear: left;
    line-height: 0;
    height: 0;
}


.search {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin-bottom: 1px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.search .search_field {
    display: inline-block;
    width: 300px;
    padding: 5px;
}

.search .search_button {
    display: inline-block;
}

.searchresult .resulttitle {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.searchresult .searchparam {
    font-weight: bold;
}

.searchresult ul {
    padding-left: 0px;
    margin: 0;
    clear: left;
}

.searchresult .title {
    font-size: 1.4em;
    color: #bbb;
    padding-bottom: 1px;
    display: block;
    height: 25px;
}

.searchresult .title a {
    text-decoration: none;
}

.searchresult .date {
    display: none;
    font-size: 0.8em;
    color: #888;
    background-color: transparent;
    background-image: url(/_lib/images/blog-icons2/time.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
    padding-left: 20px;
}

.searchresult li {
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0px;
    line-height: 1.5em;
    text-align: left;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 4px;
    margin-top: 0.2em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0pt;
    list-style-type: none;
}

.searchresult .link a {
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
}

.searchresult .text img {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 100px;
}

.searchresult .searchnavigation {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.searchresult .searchnavigation .navpage {
    padding: 5px;
    background-color: #ddd;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#EBEBEB));
	background-image: -moz-linear-gradient(#FBFBFB,#EBEBEB);
	border: 1px solid;
	border-color: #F0F0F0 #ddd #E0E0E0 #f0f0f0;
    text-decoration: none;
}

.searchresult .searchnavigation .navpage:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBEBEB), to(#FBFBFB));
	background-image: -moz-linear-gradient(#EBEBEB,#FBFBFB);
    border: 1px solid;
	border-color: #E0E0E0 #f0f0f0 #F0F0F0 #ddd;
	background-color: #aaa;
}

.searchresult .searchnavigation .navpageactive {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(#efefef));
	background-image: -moz-linear-gradient(#e0e0e0,#efefef);
    border: 1px solid;
	border-color: #d5d5d5;
	background-color: #aaa;
	font-weight: bolder;
}


.searchresult .searchnavigation .navpagefirst {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
	border-left-color: #e0e0e0;
}

.searchresult .searchnavigation .navpagelast {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	border-right-color: #e0e0e0;
}


.searchresult .searchnavigation a {
    color: #222;
	text-decoration: none;
}

