/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

@import url("weblog1.css");

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article {
	clear: both;
}

.weblog_article p {
	margin: 0 0 20px 0;
}

.weblog_article table {
	width: 100%;
	border-width: 1px;
	border-collapse: collapse;
	border-style: solid;
	font-size: 12px;
	empty-cells: show;
}

* html .weblog_article table {
	width: 98%;
}

.weblog_article th {
	padding: 5px;
	border-width: 1px;
	border-collapse: collapse;
	border-style: solid;	
	
}

.weblog_article td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

/*--- info about an article ------------------------------------------------*/

.weblog_article_info {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.weblog_article_info a {
	background: none !important;
	color: #000 !important;
	text-decoration: underline !important;
}

.weblog_article_info a:hover {
	text-decoration: none !important;
}

/*--- link to the comments of an article -----------------------------------*/

.weblog_comment_link {
	float: right;
	height: 21px;
	padding-left: 25px !important;
	padding-right: 5px !important;
}

.weblog_comment_link a {
	text-decoration: none;
	background-color: transparent !important;
}

.weblog_comment_link a:hover {
	text-decoration: underline;
}

/*--- a quote in an article ------------------------------------------------*/

.weblog_article_quote {
	padding: 15px 15px 15px 50px;
}
