   CSS Stile definieren //
  <STYLE type="text/css">
  
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

h1 {
	display:inline;
	font: tahoma;
	font-size: 14px;
	color: #5b98ec;
	letter-spacing:1px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}

h1 a{
	font: tahoma;
	font-size: 14px;
	color: #5b98ec;
	letter-spacing:1px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}

h1 a:hover{
	font: tahoma;
	font-size: 14px;
	color: #ea6055;
	letter-spacing:1px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}



h2 {
	display:inline;
	font: tahoma;
	font-size: 11px;
	color: #ea6055;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0px;
}

h2 a{
	font: tahoma;
	font-size: 11px;
	color: #5b98ec;
	font-weight:normal;
	text-decoration:none;
}

h2 a:hover{
	font: tahoma;
	font-size: 11px;
	color: #ea6055;
	font-weight:normal;
	text-decoration:none;
}

.mail {
	display:inline;
	font-size: 12px;
	color: #FFF;
	letter-spacing:0;
	line-height:19px;
	font-weight:normal;
	font-family: arial;
	text-decoration: none;
}

h3 {
	display:inline;
	font: tahoma;
	font-size: 14px;
	color: #ea6055;
	letter-spacing:1px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
}

h3 a {
	display:inline;
	font: tahoma;
	font-size: 14px;
	color: #ea6055;
	letter-spacing:1px;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
}

h3 a:hover {
	display:inline;
	font: tahoma;
	font-size: 14px;
	color: #5b98ec;
	letter-spacing:1px;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
}

h4 {
	display:inline;
	font: tahoma;
	font-size: 18px;
	color: #ea6055;
	text-decoration:none;
	letter-spacing:0px;
}

h5 {
	display:inline;
	font: tahoma;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}

h6 {
	display:inline;
	font: tahoma;
	font-size: 13px;
	color: #5b98ec;
	letter-spacing:1px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}

h6 a{
	font: tahoma;
	font-size: 13px;
	color: #5b98ec;
	letter-spacing:1px;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
}

h6 a:hover{
	font: tahoma;
	font-size: 13px;
	color: #ea6055;
	letter-spacing:1px;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
}


#home #navihome a,
#konzertinfos #subnavikonzertinfos a,
#konzertinfos #navikonzertinfos a,
#konzertarchiv #subnavikonzertarchiv a,
#konzertarchiv #navikonzertinfos a{
	font: tahoma;
	font-size: 14px;
	color: #ea6055;
	letter-spacing:1px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}





</STYLE>

