@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	}

h1 a {
	text-decoration: none;
	color: #993333;
	}

h1 a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	}

.artikel {
	margin-bottom: 30px;
	}

.artikel p {
	margin-left: 10px;
	}

.bold {
	font-weight: bold;
	}

.normal {
	font-weight: normal;
	}

.green {
	color:#090;
}

.red {
	color:#F00;
}

.unselected {
	background-image: none;
	color: #000;
}

.selected {
	color: #FFF;
	background-image: url(/media/themes/standard/images/select-bg.png);
	background-repeat: repeat-x;
}

.tr-mf {
	background-color: #f8e3e3;
}

.tr-gf {
	background-color: #a3ffa3;
}

.tr-of {
	background: none;
}

.tr-wf {
	background-color: #e3ebf8;
}

a.bg-link {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
a.bg-link:hover {
	text-decoration: none;
	}

.highlight {
	/*background-color: #f1dada;*/
	background-image: url(/media/themes/standard/images/highlight-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

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

	
.hl {
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	border-bottom: 2px solid #993333;
	margin-bottom: 20px;

}