/* CSS Document */

body {
	font-family: "Times New Roman", Georgia;
	font-size: 12pt;
	color: #000000;
	background-color: #E9DCB6;
	background-image: url(musik5b.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}

#wrapper {
	padding: 0;
	margin: 0, auto;
	width: 90%;
	position: relative;
	text-align: left;
	}
	
a {text-decoration: underline}

a:link {color: #875049}
a:visited {color: #4D2D28}
a:hover {color:#514930}
a:active {color: #514930}
	
h1,h2,h3,h4,h5,h6 {font-family: "Bodoni Bk BT", "Times New Roman", Georgia}

#banner {
	text-align: right;
	color: #E9DCB6;
	padding: 20px;
	}
	
#navigation {width: 100%}	

#navigation ul {
	position: absolute;
	top: 150px;
	list-style-type: none;
	width: 100%;
	}
	
#navigation a {
	padding: 10px;
	border-right: 1px solid #000000;
	text-decoration: none
	}
	
#navigation li {
	text: nowrap;
	whitespace: nowrap;
	display: inline;
	float: left;
	}
	
#content {
	position: absolute;
	top: 200px;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px; 
	}
	
#content h2 {
	text-align: center;
	}

.floatleft {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	}
	
.floatright {
	float: right;
	padding-left: 20px;
	margin-left: 20px;
	}
	
.center {
	text-align: center;
	}
	
p {text-align: justify}

.bold {font-weight: bold}

ul.events {padding-bottom: 25px}

li {list-style-type: none}

.right {text-align: right}

#footer {
	text-align: right;
	font-size: 8pt;
	}

td {padding: 5 15px;}

th {text-align: left}

#recordings td{border-bottom: 1px dotted #000000}
