@import url(w3-html40-recommended.css);

body {
	background: url(../images/background/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

body.showImage {
	background: url(../images/background/bg-images.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

ol, ul, li {
    margin-left: 20px;
    padding-left: 0px;
}

A:link {
    color: #7D0C00;
    text-decoration: none;
}

A:hover {
    color: #BF0C00;
    text-decoration: underline;
}

A:active {
    color: #FF0000;
    text-decoration: underline;
}

A:visited {
    color: #7D0C00;
    text-decoration: none;
}

#scrollspace {
    min-height: 100px;
}

#navigation {
	float: left;
	margin: 0;
	padding: 160px 0 0 0;
	width: 180px;
	min-height: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 83%;
	text-align:center;
}

#navigation img {
    border: 0px;
}

#header {
	margin-left: 210px;
	padding: 0 10px;
	height: 142px;
}

#content {
	padding: 10px 50px 0 20px;
	width: 550px;
	height: 460px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
}

#mininav {
    background-color: #d0d0d0;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 83%;
    text-align: center;
}

#logos {
    width: 95%;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 83%;
    color: white;
    text-align: center;
    background-color: #101010;
    filter:alpha(opacity=50);	/* Transparency - IE */
    opacity:0.5; /* Transparency - Firefox */
}

#logos img {
    margin: 10px;
}

.filmstrip {
    width: 490px;
    padding: 3px 3px 3px 3px;
}

img.thumb {
    border: 3px double black;
}

img.showImage {
    border: 3px double black;
    float: center;
}

img.illustration {
    border: 3px double black;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

img.illustration-left {
    border: 3px double black;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

img.banner {
    border: none;
    float: center;
    max-width: 500px;
    margin-bottom: 10px;
}

.content-body {
    margin-left: 50px;
}

h4 {
	background: url(../images/background/bg-header.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 0;
}



p.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
    }

p.author {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 70%;
	padding-left: 2px;
	margin: 0;
    }

p.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 70%;
	padding-left: 2px;
	margin: 0;
    }

#morenews {
    float: right;
    padding 2px;
    background-color: white;
}

p.right {
    text-align: right;
}

table.release {
    width: 340px;
}

th.release {
    background-color: #d0d0d0;
}

th.catalogue {
    background-color: #e0e0e0;
}

table.concerts {
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

th.concerts {
    margin: 0px;
    padding: 4px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #101010;
    color: white;
    filter:alpha(opacity=50);	/* Transparency - IE */
    opacity:0.5; /* Transparency - Firefox */
}

td.c1 {
    background-color: #d0d0d0;
    font-weight: bold;
    padding: 4px;
    filter:alpha(opacity=70);	/* Transparency - IE */
    opacity:0.7; /* Transparency - Firefox */
}

td.c2 {
    background-color: #B0B0B0;
    font-weight: bold;
    padding: 4px;
    filter:alpha(opacity=70);	/* Transparency - IE */
    opacity:0.7; /* Transparency - Firefox */
}
