@import url('jquery.lightbox.css');

body {
background: #111928 url("../images/bg-body.jpg") repeat-x;
color: Black;
font: 75% Verdana, Arial, Helvetica, sans-serif;
margin: 30px 0;
}
* {
margin: 0;
padding: 0;
}
div#header {
height: 115px;
background: #8C94A3 url("../images/bg-header.jpg") repeat-x;
}
div#logo {
height: 115px;
background: url("../images/bg-logo.jpg") no-repeat top right;
}
div#reminder {
float: left;
color: White;
padding: 20px;
}
div#wrapper {
margin: 0 auto;
width: 760px;
height: 600px;
}
div#content_wrapper {
background: #C7C8CA url("../images/bg-content.jpg") no-repeat 187px 0;
height: 423px;
}
div#content {
padding: 20px;
line-height: 2em;
}
#content img {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border: 1px solid #999;
}
div#scroller {
overflow:auto;
height: 423px;
}
div#navigation div.wrapper {
padding: 20px;
}
div#navigation {
width: 187px;
float: left;
}
div#navigation li {
margin-bottom: 1em;
}
div#navigation ul {
list-style-type: none;
}
div#navigation a {
color: #616161;
font-weight:bold;
text-decoration: none;
}
div#navigation a:hover {
color: Black;
}
div#red_bar {
height: 25px;
background: #A22013;
}
div#footer {
height: 30px;
background: transparent url("../images/bg-footer.jpg") no-repeat top right;
}
div#copyright {
float: left;
padding: 10px 20px;
font-size: 10px;
color: White;
}
div#copyright a {
color: White;
text-decoration:none;
}
div#copyright a:hover {
text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
color: Black;
font-weight: bold;
}
h1 {
font-size: 1.3em;
border-bottom: 1px solid #999;
font-weight:normal;
margin-bottom: 0.5em;
}
p, table, ul, ol, blockquote {
margin-bottom: 1em;
}
div#content ul {
margin-left:1em;
list-style-type: square;
}
h2 {
font-size: 1em;
color: #3F4656;
}
h3 {
font-size: 90%;
color: #3F4656;
}
a {
color: #3F4656;
}
td, th {
vertical-align: top;
text-align:left;
padding: 0 10px 2px 0;
}
table.repertoire td, table.repertoire th {
	vertical-align: middle;
} 
td.titel {
	font-style: italic;
}
td.componist, td.jaartallen {
	color: #333;
	font-size: 90%;
}
td.datum {
	width: 200px;
}
div#gallery div.image {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
}
div.divider {
	clear: both;
	height: 0;
}
.newsflash {
  margin-bottom: 1em;
  padding: 1em;
  background: #EFEFEF;
  border: 1px dashed #333; 
}
.newsflash p {
  line-height: 1.2em !important; }
