﻿/* CSS Document */
/* Angaben für Layout und Positionierung der Inhalte --------------------------------------------------------------------------------*/

#inhalt {
	z-index:0;
	position: absolute;
	color: #314698;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	top: 20px;
	left: 60px;
	right: 0px;
	padding-bottom: 40px;
	text-align:justify;
	}

#t1 {
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	padding-top:15px;
	text-align:justify;
}

/* Angaben beziehen sich nur auf die Links -----------------------------------------------------------------------------------------*/

a:link {																/*Angabe für die Email-Links. Normaler Zustand*/
		color: #000000;													/*Farbangabe*/
		text-decoration: none;											/*Setzt die Linkunterstreichung ausser Kraft*/
}

a:hover {																/*Angabe für die Email-Links. Beim drüberfahren*/
		color: #F3B310;													/*Farbangabe*/
		text-decoration: none;											/*Setzt die Linkunterstreichung ausser Kraft*/
}

a:visited {																/*Angabe für die Email-Links. Besucht*/
		color: #000000;													/*Farbangabe*/
		text-decoration: none;											/*Setzt die Linkunterstreichung ausser Kraft*/
}

a:visited:hover {														/*Angabe für die Email-Links. Besucht - Beim drüberfahren*/
		color: #F3B310;													/*Farbangabe*/
		text-decoration: none;											/*Setzt die Linkunterstreichung ausser Kraft*/
}

a:active {																/*Angabe für die Email-Links. Aktiver Zustand*/
		color: #F3B310;													/*Farbangabe*/		
		text-decoration: none;											/*Setzt die Linkunterstreichung ausser Kraft*/
}


/* Ende der Anagben -----------------------------------------------------------------------------------------------------------------*/

/* Allgemeine Schrift und Stilangaben --------------------------------------------------------------------------------------*/

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
}
/*h7 wird für die hervorgehobenen eigenen Veranstaltungen verwendet*/
h7 {
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: bold;
}


.sh1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.sh2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.sh3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
}

.sh4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: bold;
}

.sh5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: bold;
}


