@import url("../styles/master.css");
@import url("../styles/calendar.css");
@import url("../styles/form.css");
@import url("../styles/jquery.lightbox-0.5.css");

body {
 background: #b5b5b5 url(../images/background.jpg) no-repeat fixed right bottom;
}

#wrapper {
 left: 50%;
 margin-left: -400px;
 position: absolute;
 top: 50px;
 width: 800px;
}

#header {
 background-image: url(../images/header2.gif);
 height: 180px;
 white-space: nowrap;
 width: 100%;
}

#langselect {
 /*font-family: "Gothic ttf", serif;*/
 float: right;
 padding-right: 30px;
 position: relative;
 top: -20px;
}

#langselect a {
 color: #2f251a;
}

#content {
 background-color: #FFF;
 border-left: 3px #2f251a solid;
 border-right: 3px #2f251a solid;
 min-height: 350px;
 overflow: auto;
 padding: 15px;
}

#col-left {
 float:left;
 width: 370px;
}
 
#col-right {
 margin-left: 390px;
 width: 370px;
}

#content p {
 font-size: 13px;
 text-align: justify;
 padding: 0 0 0.6em;
}

#pagetitle {
 border-bottom: 1px #2f251a solid;
 color: #2f251a;
 font-weight: bold;
 font-size: 25px;
 margin-bottom: 5px;
 padding: 0;
 text-align: right;
}

.title {
 color: #2f251a;
 font-size: 15px;
 font-weight: bold;
}

#footer {
 background-image: url(../images/footer.gif);
 height: 49px;
 margin-bottom: 50px;
 text-align: center;
 width: 100%;
}

#footer span {
 color: #999;
 font-family: "Gothic ttf", serif;
 font-size: 12px;
 position: relative;
 text-align: center;
 top: 15px;
 white-space: nowrap;
}

/********
   MENU
 ********/
 #menu {
  height: 27px;
  margin-left: 3px;
  position: relative;
  top: 153px;
 }

span.image {
  border: 2px #2f251a solid;
  padding: 2px;
}

img.border {
  border: 1px #2f251a solid;
}

hr {
  border: none 0;
  border-top: 1px dotted #2f251a;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
  width: 90%;
} 

#oo-menu-big {
 font-size: 23px;
 font-weight: bold;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#oo-menu-big a {
 border: none;
 color: inherit;
 display: block;
 text-decoration: none;
}

#oo-menu-big li {
 color: #2f251a;
 display: block;
}

#oo-menu-big li:hover {
 color: #58513F;
}

body a.link {
 border: #2f251a dashed;
 border-width: 0 0 1px;
 color: #2f251a;
}

a.link:hover {
 color: #58513F;
 border: #58513F solid;
 border-width: 0 0 1px;
}

div.dialog {
 background: #FCD3CF;
 border: 1px #FD8282 solid;
 color: #2f251a;
 font-size: 13px;
 margin: 1px 1px 6px 1px;
 padding: 2px;
 text-align: justify;
 width: 335px;
}

#links {
 font-size: 15px;
 list-style-type: none;
 padding: 0;
}

#links li {
 margin-top: 3px;
}

a[class~="lightbox"] img {
 border: 7px #F1F1F1 solid;
 margin: 5px;
}
