/* CSS Document */

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


.preview {
float: left;
width: 300px;
border: 0px solid #EFEFEF;
background: #EFEFEF;
margin: 7px;
}

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

.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: #F18E00;
text-align: right;
}
.preview-more a {
text-decoration: none;
color: #fff;
}