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




h3.widget-title {
font-size: 14px;
font-size: 0.75rem;
}

h3.widget-title {
font-size: 14px;
font-size: 0.85rem;
}
h3.widget-title {
font-size: 16px;
font-size: 1rem;
}
h3.widget-title {
font-size: 18px;
font-size: 1.125rem;
}
h3.widget-title {
font-size: 24px;
font-size: 1.5rem;
}
h3.widget-title {
font-size: 32px;
font-size: 2rem;
}
.body {
	font-size="100%"
	
}
.allgemein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.125rem;
	line-height: 130%;
	color: #100366;
}
.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2rem;
	font-weight:bold;
	color: #100366;
}

.under {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85rem;
	color: #100366;
	font-variant: small-caps
}

.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85rem;
	line-height: 120%;
	color: #DDDDDD;
}
.credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85rem;
	line-height: 120%;
	color: #CCCCCC;
}
 a:link {
        color: #040724;
      }
      /* visited link */
      a:visited {
        color: #200699;
      }
      /* mouse over link */
      a:hover {
        color: #8ebf42;
      }
      /* selected link */
      a:active {
        color: #800000;
      }