
html {
    color: #4B4B4B;
    background-color: white;
}

body {
    background-image:url(images/bg.png);
}

#page {
    margin: 0px;
    border: none;
    padding: 0px;
    color: #4B4B4B;
    background-color: white;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

#banner {
    margin: 0px;
    border: none;
    padding: 0px;
}

#banner * {
    margin: 0px;
    border: none;
    padding: 0px;
    text-decoration: none;
}

#language, #navigation1, #navigation2 {
    position: absolute;
    margin: 0px;
    border: none;
    padding: 0px;
    padding-right: 20px;
    right: 0px;
    color: white;
    background-color: #000000;
    top: 50px;
}

#language {
    top: 33px;
}

#navigation1 {
    top: 60px;
}

#navigation2 {
    top: 87px;
}

#language *, #navigation1 *, #navigation2 * {
    margin: 0px;
    border-right: 2px solid white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

/* #language a[href], #navigation1 a[href], #navigation2 a[href] { broken in IE */
#language a.navilink, #navigation1 a.navilink, #navigation2 a.navilink {
    text-decoration: none;
}

#content {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
    border: none;
    padding: 0px;
    left: 40px;
    width: 50%;
}

h1, h2, h3 {
    margin: 0px;
    border: none;
    padding: 0px;
    clear: both;
}

p.indented {
    padding-left: 3em;
}

h3 {
    color: #f40a0a;
    background-color: white;
}

.selected {
    color: white;
    background-color: #f40a0a;
}

.deselected {
    color: white;
    background-color: #000000;
}

.red {
    color: #f40a0a;
    background-color: white;
}

.seealso li {
    display: inline;
}

#programme li {
    display: inline;
}

#programmenavigation li {
    display: inline;
}

/* form input[type=text] { broken in IE */
form input.textinput {
    border: none;
    border-bottom: 1px solid #4B4B4B;
}

/* form input[type=submit] { broken in IE */
form input.button {
    border: none;
    color: white;
    background-color: #f40a0a;
}

/* #content a[href] { broken in IE */
#content a {
    color: #f40a0a;
    background-color: white;
    text-decoration: underline;
}

/* #content a[href]:visited { broken in IE */
#content a:visited {
    color: #f40a0a;
    background-color: white;
    text-decoration: underline;
}

/* #content a[href]:hover { broken in IE */
#content a:hover {
    color: white;
    background-color: #f40a0a;
    text-decoration: underline;
}

#content a.anchor {
    color: #f40a0a;
    background-color: white;
    text-decoration: none;
}

#content a.anchor:hover {
    color: #f40a0a;
    background-color: white;
    text-decoration: none;
}

.leftoftext {
    float: left;
    margin-right: 18px; /* 6px more than bottom */
    margin-bottom: 12px;
}

.leftoftext2 {
    float: left;
    margin-right: 18px;
    margin-bottom: 12px;
    margin-top: 2px;
    border: 1px solid red;
}

.rightoftext2 {
    float: right;
    margin-left: 9px;
    margin-bottom: 6px;
    margin-top: 2px;
    border: 1px solid red;
}

dt.listsection {
   margin-top: 15px;
   margin-bottom: 15px;
}

dt.h3 {
    font-weight: bold;
    font-size: 115%;
    color: #f40a0a;
    background-color: white;
}
dd dt, dd dd { margin-left: 0px;}


ul.thanks {
    padding-left: 12px;
}
ul.thanks li {
    margin-bottom: 10px;
}

#content a.picsmain {
    background-color: transparent;
    text-decoration: none;
    border: none;
}
#content a.picsmain img {
    border: 1px solid red;
}

#content a.picsnoborder {
    background-color: transparent;
    text-decoration: none;
    border: none;
}
#content a.picsnoborder img {
    border: 0px solid red;
}


/* gallery stuff */

div#gallery {
    width: 772px;
}

div#gallery div.gallerycrumbs {
    margin-bottom: 30px;
}

/*
div#gallery div#galleryinfo h3 {
    display: inline;
    clear: none;
}
*/

div#gallery div.spacer {
    clear: both;
    margin-bottom: 30px;
}

div#gallery div.gallerythumb {
    float: left;
    text-align: center;
    width: 150px;
    height: 150px;
}

div#subgalleries div.subgallery {
    float: left;
    width: 300px;
    height: 300px;
}

div#gallery div.galleryprevious {
    float: left;
    width: 135px;
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    text-decoration: none;
}

div#gallery div.gallerynext {
    float: right;
    width: 135px;
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    text-decoration: none;
}

div#gallery div.galleryimage {
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    text-decoration: none;
}

div#gallery div#galleryinfo {
    width: 480px;
}

div#gallery div#galleryinfo div.subject {
    width: 66%;
    float: left;
    text-align: left;
}

div#gallery div#galleryinfo div.photographer {
    width: 33%;
    float: right;
    text-align: right;
}

div#gallery a img {
    border: 1px solid #f40a0a;
}

#content #gallery .galleryprevious a {
    text-decoration: none;
    background-color: transparent;
}
#content #gallery .gallerynext a {
    text-decoration: none;
    background-color: transparent;
}
#content #gallery .galleryimage a {
    text-decoration: none;
    background-color: transparent;
}
#content #gallery .gallerythumb a {
    text-decoration: none;
    background-color: transparent;
}

#content #subgalleries .subgallery a {
    text-decoration: none;
    background-color: transparent;
}

#gallery h3 {
    background-color: transparent;
}

#content #subgalleries .subgallery h3 {
    width: 256px;
    height: 3.5em;
}

#content #subgalleries .subgallery h3 a:hover {
    background-color: #f40a0a;
}
