body { color: #000; font-size: 81.25%; font-family: Arial, Helvetica, Sans-Serif; } /* 13px */
h1,h2,h3,h4 { font-family: Arial, Helvetica, Sans-Serif; font-weight:normal;}

h1 {font-size: 1.8em; color: #034681; margin: 0 0 0.25em 0; padding-top: 0.25em; }
h2 {font-size: 1.5em; color: #000; margin: 0 0 0.25em 0; padding-top: 0.25em; }
h3 {font-size: 1.2em; color: #000; margin: 0 0 0.25em 0; padding-top: 0.25em; }
h4 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; padding-top: 0.25em; }
h5 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; font-style:italic; }

p,ul,dd,dt { line-height: 1.5em; }
p {
 line-height: 1.2em;
 margin: 0 0 1em 0; 
 font-size:12px;
 }

ol li {
font-size:12px;
}

td {
font-size:12px;
}


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {color: #000; text-decoration:underline;}
a:hover {color: #000; text-decoration:underline;}
a:focus {color: #000; text-decoration:underline;}

/* ### Auszeichnung vorschauspezifischer Elemente ##################################################### */
.item-title {
        color: #003575;
        font-size: 20px;
        margin: 0 0 0.25em;
        padding-top: 0.25;
}
.item-subtitle {
        color: #000000;
        font-size:  17px;
        margin-bottom: 10px;
        margin: 0 0 0.25em;
        padding-top: 0.25em;
}
.item-text p{
        font-size: 13px;
}
.item-date {
        font-size: 13px;
        display: none;
}
.item-author {
        font-size: 13px;
        text-align: right;
        padding: 0 20px 10px 0;
}
.item-author a{
        text-decoration: none;
}

.image-subtitle {
        font-size: 11px;
        line-height: 12px;
        margin:0;
        padding: 5px;
}

.headlines {
  margin-bottom:12px;
}
.groupdelimiter {
  background-color: #ccc;
}