.zone_head  {
	font: 36px times, Times New Roman, times-roman, georgia, serif;
    color:#2c5283;
    margin-bottom: 5px;
    padding: 0px 0px 3px 0px;
    line-height: 44px;
    letter-spacing: -2px;
    border-bottom: 1px dotted #6e7d20;
}
.zone_head_small  {
	font: 16px Verdana, Arial;
    line-height: 24px;
    color:#2c5283;
    margin: 0;
    padding: 0px 0px 2px 6px;
    margin-bottom:2px;
    border-bottom: 1px dotted #bbb;
}
.title  {
	font: 14px Georgia, Times;
    color:#333;
    font-weight: bold;
	margin-bottom:4px;
    text-align:left;
}
.title_small  {
	font: 11px Verdana, Arial;
    color:black;
    font-weight:normal;
	margin-bottom:4px;
    text-align:left;
}

.date {
	font: 9px Verdana,Arial;
    color:#555;
    height: 12px;
}
.artikel {
	font: 11px Verdana, Arial;
    line-height: 17px;
}
.lead {
    padding-bottom: 18px;
    border-width:0px 0px 1px 0px;
    border-color:#B2B2B2;
	font: 15px Georgia, Times;
    line-height: 16px;
	font-style:normal;
    color: black;
}
.chartname {
    font-family:Verdana, Arial, Helvetica;
	font-size: 10px;
    padding: 1px 5px 1px 1px;
    background-color: #f0f0f0;
    color: black;
    font-weight: bold;
}

a {
    text-decoration:none;
    color: #345789;
}
a:hover {
    text-decoration:underline;		
}

.pullquote {
    width: 200px;
    background:#eee;
    color:black;
    float: right;
    border:1px solid #ddd;
    font-weight:normal;
    line-height:140%;
    padding:5px;
    margin-top:0px;
    margin-left:6px;
    font-size:10px;
    font-family:arial,helvetica;
}
.kasten {
    background:#fff;
    color:black;
    border:1px solid #ddd;
    font-weight:normal;
    line-height:140%;
    margin-top:0px;
	padding-left:4px;
    font-size:10px;
    font-family:verdana,arial,helvetica;
}
h3 {
    color:#F15A22;
    font-size:10px;
    padding:0;
    border:0;
} 

# rating stuff
.star_rating {
    list-style:none;
    overflow:hidden;
    margin:0;
    padding:0;
}
.star_rating li {
    display: inline;
    margin:0;
    padding:0;
}
.star_rating li img {
    margin:0;
    padding:0;
    border:0;
}
.list_right ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.list_right li {
    list-style-image: none;
    list-style-type: none;
}

.text_right li {
    font:10px;
}

.col_top {
    margin-top:31px;
    padding-left:0;
}
