/* CSS Document */

.preview-artikel {
width: 240px;
border: 1px solid #B9B9B9;
background: #EFEFEF;
margin: 6px;
}


.preview {
float: left;
width: 240px;
border: 1px solid #B9B9B9;
background: #9F9F9F;
margin: 6px;
}

.preview-name {
font-size: 12px;
color: #ccc;
font-weight: bolder;
text-transform: none;
background: #7A7A7A;
padding: 2px;
}
.preview-name a{
text-decoration: none;
color: #ccc;
}

.preview-detail {
font-size: 10px;
color: #333;
font-weight: normal;
line-height: 14px;
}
.preview-text {
padding: 2px;
}

.preview-more {
font-size: 12px;
color: #5E5946;
font-weight: bolder;
background: #7A7A7A;
text-align: right;
}
.preview-more a {
text-decoration: none;
color: #ccc;
}
.preview-more a:hover {
color: #FFEC00;
}
