@charset "UTF-8";
/* CSS Document */

a:link {
	color:#24468E;
}      /* unvisited link */
a:visited {
	color:#24468E;
}  /* visited link */
a:hover {
	color:#24468E;
}  /* mouse over link */
a:active {
	color:#24468E;
}  /* selected link */
#navcontainer ul {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	text-decoration: none;
	color: #CC2626;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 16px;
	font-weight: bold;
}
#navcontainer ul li a:hover {
	color: #fff;
	background-color: #4F5368;
}
h1 {
	padding-bottom: 1em;
	font-size: 13px;
}
h2 {
	padding-bottom: 1em;
}
p {
	padding-bottom: 1em;
}
ul {
	padding-bottom: 1em;
	list-style-type: disc;
	list-style-position: inside;
}
li {
	padding-bottom: 0.5em;
}
.tracklista ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.RN_player {
	margin-bottom: 2em;
}
.Facebook {
	margin-bottom: 2em;
}
.news {
	margin-bottom: 2em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 2em;
}
iframe {
	margin-bottom: 1em;
}
.soundcloud {
	padding-bottom: 15px;
}

