@charset "UTF-8";

.zweierSpalte {
	float: left;
	height: auto;
	width: 460px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: normal;
}
.dreierSpalte {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}
.Spalten_Wrapper{
	width: 980px;
	height: auto;
	float: left;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	/*font-family: 'Noto Sans', Verdana, Arial, Helvetica, Geneva, sans-serif;*/
	margin-top: 0;
	margin-bottom:0;
}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: justify;
	line-height: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EE7D1C;
	margin-bottom: 2px;
}
/*   #EE7D1C orange   
     #903    rot
*/
h2 {
	font-size: 14px;
	color: #EE7D1C;
	padding-top: 0px;
	margin-top: 4px;
}
h3, h4, h5, h6 {
	font-size: 12px;
	color: #4F4F4F;	
}

/* th = Tabelle Kopf | td= Zelle */
body,td,th {
	font-size: 12px;
	color: #232323;
}
/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #231cc4;
	text-decoration: underline; 
/*Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: 73008f;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
	font-size: 0.em;
	font-size: 1em;
	font-weight: bold;
}
/*
a:link { color: #231cc4; }
a:hover { color: #231cc4; }
a:active { color: #231cc4; }
a:visited { color: #6e008a; }
*/
