﻿body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h1 {	
	margin: 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}
h2 {
	font-size: 20px;
	margin: 0.5em 0;
}
h3 {
	font-size: 15px;
	margin: 0 0;
	text-decoration: none;
}
h4 {
	font-size: 13px;
	margin: 0.5em 0;
}
h5 {
	font-size: 16px;
	margin: 0 0;
}
td { font-family:Verdana; color:#000000; font-size:13px;}

td.text { font-family:Verdana; color:#000000; font-size:13px; text-align: justify; line-height: 150%;}

td.text2 { font-family:Verdana; color:#000000; font-size:13px; text-align: center; line-height: 150%;}

td.nav { background-color:#D8D8D8; font-family:Verdana; color:#B40431; font-size:13px;}

td.nav1 { font-family:Verdana; color:#ffffff; font-size:13px;}

td.copyright { background-color:#FFFFFF; font-family:Verdana; color:#000000; font-size:10px;}

A:link {
	color : #ffffff; TEXT-DECORATION: none
}
A:active {
	color : #333333; TEXT-DECORATION: none
}
A:visited {
	color : #333333; TEXT-DECORATION: none
}
A:hover {
	color : #cc0000; TEXT-DECORATION: underline
}
A.menu:link {
	color : #3333FF; TEXT-DECORATION: none
}
A.menu:active {
	color : #3333FF; TEXT-DECORATION: none
}
A.menu:visited {
	color : #3333FF; TEXT-DECORATION: none
}
A.menu:hover {
	color : #cc0000; TEXT-DECORATION: underline
}
A.songs:link {
	color : #ffffff; TEXT-DECORATION: none
}
A.songs:active {
	color : #ffffff; TEXT-DECORATION: none
}
A.songs:visited {
	color : #FF9966; TEXT-DECORATION: none
}
A.songs:hover {
	color : #FF9966; TEXT-DECORATION: underline
}
a.links:link {
	color : #000099; TEXT-DECORATION: none
}
a.links:active {
	color : #FF6600; TEXT-DECORATION: none
}
a.links:visited {
	color : #000099; TEXT-DECORATION: none
}
a.links:hover {
	color : #FF6600; TEXT-DECORATION: underline
}

/* Navigation */
ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: #0A0A2A;
  color: #ffffff;
}

li.nav a {
  display: block;
  color: #ffffff;
  padding: 10px 0px 10px 25px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

li.nav a:hover:not(.active) {
  background-color: #ffffff;
  font-weight: 600;
  color: #B40431;
  text-decoration: underline;
}

li.nav a.active {
  color: #0A0A2A;
  font-weight: 600;
  background-color: #B40431;
}

/* Submenu */
ul.sub {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #0A0A2A;
}

li.sub a {
  display: block;
  color: #ffffff;
  padding: 10px 0px 10px 15px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

li.sub a:hover:not(.active) {
  background-color: #ffffff;
  font-weight: 600;
  color: #B40431;
  text-decoration: underline;
}

li.sub a.active {
  color: #0A0A2A;
  font-weight: 600;
  background-color: #B40431;
}

/* Menutitel */
ul.menu {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #D8D8D8;
}

li.menu {
  display: block;
  background-color: #D8D8D8;
  color: #B40431;
  padding: 10px 0px 10px 15px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

/* Titel */
ul.titel {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #0A0A2A;
}

li.titel {
  display: block;
  background-color: #0A0A2A;
  color: #ffffff;
  padding: 10px 0px 10px 15px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
}


