
.articleimage {
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #eee;
	text-align: center;
}

.articleimage .image {
	text-align: center;
	margin-bottom: 5px;
}

.articleimage .caption {
	text-align: left;
	font-size: 11px;
	color: #666;
	padding-left: 4px;
    margin-bottom: 1ex;
}

.articletable .articleimage .caption {
	text-align: left;
	font-size: 11px;
	color: #666;
	padding-left: 4px;
    width: 120px;
    margin-bottom: 1ex;
}

.articleImage a {
	color: #33c;
}

h1 {
	margin: 15px 0px 10px 0px;	
	font-size: 16pt;
}

h3 {
	color: #000;
	/* margin: 15px 0px 10px 0px; */	
	/* font-size: 16pt; */
}

h4 {
	margin: 15px 0px 10px 0px;
	/*font-family: Trebuchet MS, Verdana, Arial;*/
	font-weight: bold;
	font-size: 12px;
}

h5 {
	margin: 15px 0px 10px 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}

.lead {
	/*font-family: Trebuchet MS, Verdana, Arial;*/
    font-weight: bold;
	text-align: left;
	font-size: 13px;
    margin-bottom: 5px;
}

/* kgrossjo 2010-03-10 use same style for .content li
 * as for .content p.  Also disable old style for
 * .content li, below. */
.content p, .content li {
	font-family: Trebuchet MS, Verdana, Arial;
	text-align: justify;
	font-size: 13px;
}

.tools {
	text-align: left;
	font-size: 11px;
    margin-top: 0px;
}

.author {
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.author td {
	vertical-align: middle;
	line-height: 200%;
}

.original {
	font-size: 11px;
}

.content a:hover {
	text-decoration: underline;
}

.content ul {
	list-style-image: url("/images/nav_arrow_off.gif");
	margin: 0px 0px 0px 18px;
	padding: 0px;
	position: static;
	float: none;
}

/* 2010-03-10 kgrossjo 
 * disabled to make lists in the body of an article
 * look better.  Using ".content p" style instead.
.content li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
	position: static;
	float: none;
}
*/

.content li a {
	text-decoration: none;
}


.category {
	vertical-align: top;
	/*width: 50%;*/
	padding: 0px 3px 0px 3px;
}

.category .title {
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
	border-top: 1px solid #993333;
	padding: 2px 2px 2px 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.category .title a {
	color: #993333;
}

.category img {
	margin-left: 0px;
	border: 0px solid black;
	/* height: 60px;*/
	/* width: 80px; */
}

.category ul {
	list-style-image: url("/images/nav_arrow_off.gif");
	margin: 0px 0px 0px 18px;
	padding: 0px;
	position: static;
	float: none;
}

.category li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 11px;
	position: static;
	float: none;
}

.relatedbox {
	background-image: url('/images/dne_bg_xs.gif');
	background-repeat: repeat;
	border: 1px solid #999999;
	text-align: left;
	/*vertical-align: left;*/
	color: #666;
	width: 308px;
	padding: 4px;
	margin-bottom: 4px;
}

.relatedbox ul {
	list-style-image: url("/images/nav_arrow_off.gif");
	margin: 0px 0px 0px 18px;
	padding: 6px;
	position: static;
	float: none;
}

.relatedbox li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 12px;
	position: static;
	float: none;
}

.quote {
	float: right;
	color: #666;
	width: 160px;
	border: 2px solid #933;
	margin: 0px 0px 10px 10px;
	padding: 4px 4px 4px 4px;
	/* background-image: url('/images/quote-bg-big-light-blue-160.gif'); */
	/*background-repeat: none;*/
}

.quote .dropcap {
	font-family: Georgia, Times;
	font-size: 72px;
	font-weight: bold;
	/* font: bold 200% Georgia, Times; */
	margin: 0px 10px 0px 0px;
	color: #069;
	width: 27pt;
	height: 30pt;
	float: left;
	overflow: hidden;
}

.bookmarks {
    text-align: right;
    clear: right; /* kgrossjo 2010-05-05 does this have a bad side effect? */
}

.comments {
    background-color: #eeeeee;
    padding: 4px;
    margin-bottom: 8px;
    border: 1px solid #dddddd;
    font-size: 12px;
}
.comments p.header {
    font-size: 12px;
}
.comments p.body {
    font-size: 11px;
}

/* PLISTA */
#plista_widget_belowArticle {
    clear: both;
}

/* Gallery */
.gallery {
    clear: both;
}

/* Druckausgabe */
.druckausgabe tr {
    margin-top: 5px;
    margin-bottom: 0px;
}
.druckausgabe p, .druckausgabe tr td p a {
    margin: 0px;
    padding: 0px;
}
.druckausgabe tr td a {
    margin-bottom: 10px;
}

