@CHARSET "ISO-8859-1";

* {
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9pt;
	vertical-align: top;
}
.fussnote{
	color: rgb(173,173,173);
	font-size: xx-small;
}

.kategorie {
	color: rgb(173,173,173);
	font-size: large;
}
.ueberschrift{
	font-weight: bold;
	color: rgb(227,0,27);
	font-size: large;
}
h1{
	margin-bottom: 0.5em;
}

a:link {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}

a:visited {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}

a:active {
	color: black;
	font-weight: normal;
	text-decoration:underline;
}

a:hover {
	color: gray;
	font-weight: normal;
	text-decoration:underline;
}

img {
	border: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

.tabelleOhneRand {
	border-collapse: collapse;
}

.tabellenzelleOhneRand {
	padding: 0;
}

.zelleMitAbstand{
	padding-left: 40px;
}
	
.content {
	width: 800px;
}

.hervorgehoben{
	font-weight: bold;
}
.warnung{
	font-weight: bold;
	color: rgb(227,0,27);
}
.fehlerhinweis{
	font-size:small;
	color: black;
	background: red;
}

.mittig {
	text-align: center;
}

.abstandloserbereich{
	margin:0;
	padding:0;
}
.aufzaehlung{
	color: rgb(227,0,27);
}
a.aufzaehlungslink:link  {
	color: black;
	font-weight: normal;
	text-decoration:none;
}

a.aufzaehlungslink:visited  {
	color: black;
	font-weight: normal;
	text-decoration:none;
}

a.aufzaehlungslink:active  {
	color: black;
	font-weight: normal;
	text-decoration:none;
}

a.aufzaehlungslink:hover {
	color: rgb(173,173,173);
	font-weight: normal;
	text-decoration:none;
}
.aufzaehlungslinkLabel{
	text-decoration:underline;
}
.zusammenfassung{
	color: rgb(173,173,173);
}

.blogpost {
	width: 100%;
	border-bottom:1px dotted #CCCCCC;
	margin:1.0em 0 1.0em;
	padding-bottom:1.5em;
}
.link{
	cursor: pointer;
}
.linklabel{
	text-decoration:underline; 
	color: rgb(227,0,27); 
}
.linklabelDezent{
	text-decoration:underline; 
	color: black; 
}

