* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "trebuchet ms", arial, sans-serif, helvetica;
	text-align: center;
	background: url("../images/bgflower.png") #fff repeat;
}

.hidden {
	display: none;
}

h1 {
	display: block;
	width: 770px;
	height: 153px;
	background: url("../images/h1.png") no-repeat top left;
}

h2 {
	text-align: left;
	font-size: 1.25em;
	letter-spacing: .2em;
}

.headline {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: .1em;
}

h3 {
	text-align: left;
	line-height: 1.1em;
	letter-spacing: .1em;
}

h4 {
	text-align: left;
	letter-spacing: .05em;
}

a {
	color: #006685;
	text-decoration: none;
}

a:visited {}

a:hover {
	text-decoration: underline;
}

a:active {}

a.external:after {
	content: url("../images/external.png");
	padding-left: 3px;
}

h2 a {
	color: #333;
}

h3 a {
	color: #333;
}

.lesmer {
	padding: 2px;
	border: 1px solid #333;
}

.lesmer a:hover {
	text-decoration: none;
}

blockquote {
	display: block;
	margin: -20px 60px 20px 60px !important;
	margin: 0 60px 20px 57px;
	width: 409px;
	font-size: .9em;
	font-style: italic;
}

blockquote:before, blockquote:after {
	display: block;
	width: 50px;
	color: #dfeaff;
	font-family: sans-serif;
	font-size: 7em;
}

blockquote:before {
	content: open-quote;
	margin-left: -60px;
	height: 20px !important;
	height: 0;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;    
	margin-left: 390px;
}

p {
	padding: 0 5px 15px 0;
	font-size: .8em;
}

hr {
	margin: 5px 0 10px 0;
}

ul {
	padding: 0 5px 0 15px;
	font-size: .8em;
	list-style-type: none;
}

ul.ul_classic {
	list-style-type: disc;
	padding-bottom: 15px;
}

.hrline {
	margin: 5px 10% 10px 10%;
	display: block;
	width: 80%;
	border-bottom: 1px solid #333;
	text-align: center;
}

.centerblock {
	display: block;
	width: 100%;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.boldsmallcapslrg {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.5em;
}

.larger {
	font-size: 1em;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.linethrough {
	text-decoration: line-through;
}

.dottedborder {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.imgborder {
	padding: 5px;
	border: 2px solid #ddd;
}

.imgborder_small {
	padding: 3px;
	border: 1px solid #ddd;
}

.paddingleft10 {
	padding-left: 10px;
}

.paddingleft20 {
	padding-left: 20px;
}

.paddingright10 {
	padding-right: 10px;
}

.couriertxt20pxindent {
	padding-left: 20px;
	font-family: "courier new", courier;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

#wrap {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 770px;
	/* filter:alpha(opacity=70); */
	background: url("../images/background.png") repeat-y top left;
	text-align: justify;
}

#menu {
	margin: 5px 5px 0 78px;
	height: 28px;
	text-align: center;
}

#menu li {
        float: left;
        list-style-type: none;
}

#menu a {
        display: block;
	width: 148px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	border: 2px solid #fff;
}

#menu a:hover {
	background-color: #dfeaff;
	border-color: #333;
	text-decoration: none;
}

p.right {
	padding: 10px 10px 10px 10px;
}

.submenu {
	margin: 10px 0 10px 0;
	width: 171px;
}

.submenu ul {
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #333;
}

.submenu li {
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
	height: 30px;
}

.submenu li a {
	display: block;
	padding-left: 10px;
	width: 157px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
}

.submenu li a:hover {
	background-color: #dfeaff;
	text-decoration: none;
}

.submenu li.active {
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
	background-color: #333;
	color: #dfeaff;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 16px;
}

.submenu li.subsub a {
	padding-left: 30px;
	width: 137px;
	background-color: #f2f7ff;
	font-weight: normal;
	font-size: 14px;
}

#content {
	clear: both;
	margin: 0 23px 20px 23px;
	padding-top: 20px;
	width: 724px;
	min-height: 500px;
	/* height: 500px; */
}

#main {
	float: left;
	margin-right: 10px;
	width: 529px;
}

.stickynews {
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	border: 2px solid #c00;
}

.stickynews a {
	color: #c00;
}

.stickynews a:hover {
	color: #c00;
}

.news {
	margin-bottom: 20px;
	/* border-left: 3px solid #333; */
}

.pub {
	display: block;
	padding: 5px 0 10px 10px;
	font-size: .7em;
	letter-spacing: .1em;
}

.halfwrap {
	clear: both;
	margin-bottom: 10px;
}

.lefthalf {
	float: left;
	width: 255px;
}

.righthalf {
	float: right;
	width: 254px;
}

.superheadline {
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .1em;
}

.ingress {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.3em;
}

.disco {
	clear: both;
	margin-bottom: 20px;
}

.discohalf {
	float: left;
	margin-right: 10px;
	width: 343px !important;
	width: 333px;
}

#right {
	float: left;
	margin-left: 10px;
	width: 171px;
	background-color: #f2f7ff;
	border: 2px solid #333;
	text-align: left;
	font-size: 1em;
}

#right h3 {
	font-size: 1.2em;
	text-align: center;
}

#right h4 {
	margin: 0 10px 0 10px;
	font-size: .95em;
	/* text-align: center; */
}

#right p {
	padding: 0 10px 10px 10px;
	text-align: left;
}

#footer {
	clear: both;
	width: 770px;
	height: 78px;
	background: url("../images/footer.png") no-repeat;
}

#footertext {
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

.concert {
	margin-bottom: 20px;
	border: 2px solid #333333;
}

.concert h3 {
	padding: 3px 0 3px 0;
	color: #f2f7ff;
	background-color: #333333;
	text-align: center;
}

.concert .news {
	padding: 10px 10px 0 10px;
}

.picill {
	float: left;
	margin: 3px 10px 5px 0;
}

.picill_right {
	float: right;
	margin: 3px 0 5px 10px;
}

.picill_right_175 {
	float: right;
	margin: 3px 0 5px 10px;
	width: 165px;
}

.picill_175 {
	float: left;
	margin: 3px 10px 5px 0;
	width: 165px;
}

.picill_260 {
	float: left;
	margin: 3px 10px 5px 0;
	width: 250px;
}

.casetext {
	margin-right: 0px;
	line-height: 1.1em;
	font-size: .7em;
	font-style: italic;
	text-align: left;
}

.picill:after {
	width: inherit;
}

.author {
	margin-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
}

table {
	font-size: .8em;
	margin-bottom: 10px;
	width: 527px;
	border: 1px dashed #333;
}

td {
	vertical-align: top;
       	/* border: 1px solid #000; */
}

.nmtable th {
	width: 120px;
	text-align: center;
}

.nmplass {
	width: 20px; 
}

.nmband {
	width: 347px; 
}

.nmpoeng {
	padding-left: 10px;
	width: 40px;
}

.concerttable {
	padding: 10px 0 10px 0;
	text-align: left;
}

.concerttable th {
	text-align: left;
}

.concerttable .date {
	padding: 0 5px 0 5px;
	width: 100px;
	font-weight: bold;
}

.concerttable .what {
	padding: 0 5px 0 5px;
	width: 150px;
}

.concerttable .where {
	padding: 0 5px 0 5px;
	width: 227px;
}

.concerttable .time {
	padding: 0 5px 0 5px;
	width: 50px;
}

.concerttable .finished {
	color: #aaa;
}

.odd {
	background-color: #f2f7ff;
}

.even {
	background-color: #ffe;
}

.lrg {
	font-size: 2.5em;
}

