a, a:link, a:visited, a:active {
    font-family:arial,verdana,helvetica,sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: rgb(187,2,12);
}
a:visited {
    color: rgb(227,61,68);
}
a:hover {
    text-decoration: underline;
}   
p {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 8px;
	color: rgb(0,0,0);
}
h1, p.headline_normal {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(0,0,0);
	line-height: 150%;
	margin-bottom: 8px;
}
h2, p.headline_small {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	line-height: 150%;
	margin-bottom: 8px;
}
p.quote {
/*	width: 100%;*/
	padding: 8px 4px 4px 32px;
	background: transparent url(../img_layout/quote.gif) no-repeat scroll;
	background-position: 4px 6px;
	background-color: rgb(255,255,255);
}
p.code, blockquote { /* code blocks. a blockquote:hover is in default.css to prevent backend RTE to honor it */
	margin-left: 20px;
	margin-bottom: 8px;
	padding: 4px 4px 4px 6px;
	background-color: rgb(255,255,255);
	border-left: 6px solid rgb(219,219,219);
	font-family: courier,monospace,arial,verdana,helvetica,sans-serif;
	line-height: 100%;
}
blockquote p {
	margin-bottom: 0px;
	font-family: courier,monospace,arial,verdana,helvetica,sans-serif;
	line-height: 100%;
}
* html blockquote {
	/* Fix IE Magik Creeping Text Bug http://www.positioniseverything.net/explorer/creep.html */
	/* Triggered with padding-bottom and border-left in the blockquote tag */
	height: 1%; /* hasLayout thingie */
}
hr {
	border 0;
	border-top: 1px solid rgb(187,187,187);
	margin-bottom: 8px;
}
ul {
	margin-bottom: 8px;
	margin-left: 17px;
}
ol {
	margin-bottom: 8px;
	margin-left: 17px;
}

.align-right {
	text-align: right;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 2px;
}
table.noborder, table.noborder td {
	border-collapse: collapse;
}
table.border, table.border td {
	border: 1px solid grey;
}   
td.red {
	background-color: red;
}   
td.yellow {
	background-color: yellow;
}
td.green {
	background-color: green;
}

