font-family: Arial;
font-size: 11pt;

h1{
	font-family: Arial;
	font-size: 15pt;
	letter-spacing: 0.2em;
}

h2{
	font-family: Arial;
	font-size: 14pt;
	letter-spacing: 0.2em;
}

h3{
	font-family: Arial;
	font-size: 13pt;
	letter-spacing: 0.2em;
}

h4{
	font-family: Arial;
	font-size: 13pt;
	letter-spacing: 0.1em;
}

p{
	font-family: Arial;
	font-size: 12pt;
	margin: 0px;
}

p.menu{
	font-family:Arial;
	font-size: 12pt;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:1px;
}
p.menu_level2{
	font-family:Arial;
	font-size: 11pt;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:1px;
}

p.header{
	font-family: Arial;
	font-size:	15pt;
	letter-spacing: 0.2em;
}
p.veranstaltung{
	margin:0px;
}

a{
	color: red;
}

a.menu{
	text-decoration: none;
	color: gray;
	letter-spacing: 0.1em;
}	
a.menu:hover{
	color: black;
}
a.menu_act{
	text-decoration: none;
	color: red;
	letter-spacing: 0.1em;
}
a.menu_level2{
	text-decoration: none;
	color: gray;
	letter-spacing: 0.1em;
}	
a.menu_level2:hover{
	color: black;
}
a.menu_level2_act{
	text-decoration: none;
	color: red;
	letter-spacing: 0.1em;
}
a.newsheader{
	text-decoration: none;
}

div.menu{
	border-left: 3px double #CCCCCC;
	border-right: 3px double #CCCCCC;
}

div.menu_act{
	border-left: 3px double red;
	border-right: 3px double red;
}
div.menu_level2{

	border-right: 1px solid #CCCCCC;
	width: 80%;
	margin-right:20%;
}

div.menu_level2_act{

	border-right: 1px solid red;
	width: 80%;
	margin-right:20%;
}

td{
	font-family: Arial;
	font-size: 12pt;
}

th{
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: left;
}