@charset "utf-8";
/* CSS Document */
.haupttitel
{
	font: Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #fcb200;
}
.haupttitel-dunkel
{
	font: Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #fe6600;
}
.haupttitel-weiss
{
	font: Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #000000;
}
.untertitel
{
	font: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #fcb200;
}
.untertitel-dunkel
{
	font: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #cc5200;
}
.untertitel-weiss
{
	font: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #ffffff;
}
.statement
{
	font: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fcb200;
}
.punktliste
{
	style: disc;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
  background-color: #F5F5F5;
}
 
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
}
 
blockquote.twitter-tweet a {
  color: #090;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
