
body {
    font-size:12px;
    background-color: #fff;
}

h1, h2, h3 {
    color:#9a1d1d;
}

#wrapper, #splash {
    margin: 0;
}

#content , #nav {
    padding-left:55px;
}

#content {
    font-family:verdana;
    line-height:1.5em;
    width:980px;
    min-height:100px;
}

#head {
    margin-top:45px;
    height:75px;
    margin-left: -10px;
    position: relative;
    clear: both;
}

* html #head {
    margin-top:20px;
}

/** Menu **/
#nav {
    font-family: impact;
    font-size:12px;
    letter-spacing: 0.1em;
    background-image:url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    background-position:left top;


}

#nav.oneline {
  height: 25px;
}
#nav.twoline {
  height: 65px;
}

* html #nav {
    background-position: 0 21px;
}
* html .oneline {
  padding-bottom: 15px;

}
* html .twoline {
   padding-bottom: 15px;
   height:100px;
}

#nav ul.level0 {
    padding-top:2px;
    width:960px;
}
#nav ul.level1 {
    padding-top:1px;
    width:700px;
}
#nav ul.level2 {
    width:820px;
}


#nav a {
    text-decoration:none;
    color: #b38b51;
    font-weight: normal;
    text-transform:uppercase;
}

#nav .menudotgif, #nav .subnavleft {
    padding-right:10px;
    vertical-align:top;
}
#nav .menudotgif{
    vertical-align:middle;
}

#nav .subnavleft {
  margin-top:-2px;
}

#nav .menudotgif {
   margin-left:-1px;
}

#nav a.active, #nav a:hover {
    color:#9a1d1d;
}
#nav ul {
    margin:0;
    padding:0;
    margin-top:21px;
}

#nav ul li{
    position: relative;
    display: inline;
    float: left;
    padding-left:10px;

}

#nav  ul li ul{
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

#nav ul li ul li{
    display: inline;

}

#nav  ul li ul li ul{
    left: 0;
    top: 1px;
    position: absolute;
    display: block;
    z-index: 100;
}

#nav ul li ul li ul li{
    display: inline;
}


/** Gallery **/
#cgallery {
    width:100%;
}

#cgallery #cgtext {
    margin-right:5em;
}
#cgallery #thumbs img {
    margin-right:1.4em;
    margin-top:1em;
    overflow:hidden;
    width:68px;
    height:68px;
}

#cgallery.vertikal #thumbstd {
    text-align:right;
    vertical-align:bottom;
}
#cgallery.vertikal div#largeimg {
    width:430px;
    height:525px;
    overflow:hidden;
}

#cgallery.horizontal div#largeimg {
    width:680px;
    height:410px;
    overflow:hidden;
}
#cgallery.horizontal #cgtext{
    width: 240px;
}
#cgallery.vertikal #cgtext{
    width: 472px;
}

/** Diverses ***/
#footer {
    width:100%;
    border: #b38b51 solid 1px;
    border-width:1px 0 0 0;
    margin-top:0.8em;
}

#splash {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    text-align: center;
}

#splash #wrapper {
    margin-top:120px;
    background-color:#ff6201;
    width:100%;
}

table.imageLinks td.imgtd, table.imageLinks td.imgtd img {
    width:210px;
    height:157px;
    overflow: hidden;
}
table.imageLinks {
    width:100%;
    table-layout:fixed;
}
table.imageLinks h3 {
    padding-top:0.4em;
}

#slideshow_text {
    padding-top:0.8em;
    height:2em;
    padding-bottom: 0.8em;

}

.downloadlink {
    color: #b38b51;
}
.downloadlink a, #cgtext a {
    color: #b38b51;
    text-decoration:none;
}
.downloadlink a:hover, #cgtext a:hover {
    text-decoration:underline;
}

#contentWrap_slideshow {
    background-color:#ebefea;
}
#contentWrap{
    clear: both;
    position: relative;
}
a {
outline: none;
}

