@charset "ISO-8859-1";

div.titel {
	font-size:15pt;
}
div.bericht1 {
	font-size:15pt;
	color:red;
	background-color:green;
	width:100%;
}
table.bericht {
	border:solid black 1px;
	font-size:11pt;
}
td.bericht1 {
	background-color: #dbedff;
}
td.bericht2 {
	background-color: #ffffff;
}
a:link.bericht {
	color:#000000;
	font-weight:600;
	text-decoration: none;
}
a:visited.bericht {
	color:#000000;
	text-decoration:none;
}
a:hover.bericht {
	color:#FF7701;
}
div.berichtbox {
	border:solid 2px black;
	background-color: white;
	font-size: 11pt;
	margin-bottom: 15px;
	padding:18px;
}
font.berichtTitel {
	font-size: 14pt;
	font-weight:900;
	text-decoration:underline;
}
p.berichtText {
	line-height: 150%;
	text-align: justify;
}

div.thumbnail {
	width:150px;
	height:150px;
	float:left;
	border:black 2px solid;
	margin:2px;
}
div:hover.thumbnail {
	border-color:#FF7701;
}
table.thumbnail {
	width:100%;
	height:100%;
}
td.thumbnail {
	text-align:center;
	vertical-align:middle;
}
td:hover.thumbnail {
	background-color:white;
}

a.link {
	text-decoration:none;
	color:black;
	font-size:8pt;
	font-weight:900;
}
a:hover.link {
	color: #FF7701;
}
