/*
 * HTML elements
 */

body {
  background: #ccb895 url(../images/bg_top.jpg) 50% 0 no-repeat;
  font-size: 12px;
  font-family: sans-serif;
}

p {
  font-size: 12px;
}

#everything {
  background: url(../images/bg_bottom.jpg) 50% 100% no-repeat;
}

/*
 * Layout
 */

#wrapper {
  width: 720px;
  margin: 0 auto;
}

#logo {
  width: 100%;
  height: 72px;
  padding: 0;
  margin: 0;
  background: url(../images/logo.png) 5% 50% no-repeat;
  text-indent: -10000px;
}

/*
 * Tabs - main menu
 */
#tabs {
  font-family: Georgia,sans-serif;
  width: 100%;
  height: 32px;
}

#tabs li {
  background: url(../images/bg_tab_right.png) no-repeat 100% 0;
  display: block;
  height: 32px;
  line-height: 32px;
  float: left;
  margin-right: 6px;
}

#tabs li a {
  background: url(../images/bg_tab_left.png) no-repeat 0 0;
  display: block;
  height: 32px;
  margin-right: 6px;
  padding: 0 1px 0 7px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#tabs li:hover,
#tabs li.active {
  background-image: url(../images/bg_tab_right_active.png);
  color: #222;
}

#tabs li:hover a,
#tabs li.active a {
  background-image: url(../images/bg_tab_left_active.png);
  text-decoration: none;
  color: #222;
}

#banner {
  font-family: Georgia, sans-serif;
  height: 230px;
  background: url(../images/bg_up.gif) no-repeat; 
  /*border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;*/
}

#banner .banner-text-large {
  height: 30px;
  display: block;
  font-size: 30px;
  margin: 20px 0 10px 0;
  text-indent: 20px;
  text-shadow: -4px 4px 12px rgba(0,0,0,.6);
}

#banner .banner-text-small {
  font-size: 14px;
  font-style: italic;
  text-shadow: -1px 1px 1px rgba(0,0,0,.5);
}

#banner-left {
  margin-top: 12px;
  margin-left: 12px;
  float: left;
  width: 380px;
}

#banner-left div {
  background: url(../images/banner_tl.png) 0 0 no-repeat;
  z-index: 666;
  position: relative;
}

#banner-left div div {
  background: url(../images/banner_tr.png) 100% 0 no-repeat;
  z-index: 666;  position: relative;
}

#banner-left div div div {
  background: url(../images/banner_br.png) 100% 100% no-repeat;
  z-index: 666;  position: relative;
}

#banner-left div div div div {
  background: url(../images/banner_bl.png) 0 100% no-repeat;
  z-index: 666;  position: relative;
}

#banner-left div div div div div,
#banner-left div div div div div img {
  z-index: 0;  position: relative;
}


#banner-right {
  /*background: url(../images/banner_cross_2.png) 45% 5% no-repeat;*/
  width: 290px;
  float: right;
  margin-right: 20px;
}

#language-selector #jflanguageselection #active_language img {
  opacity: 0.5;
}

#language-selector #jflanguageselection {
  margin: 0 20px 0 0 !important;
}

#language-selector #jflanguageselection span {
  margin-right: 10px;
}


#language-selector #jflanguageselection img:hover {
  position: relative;
  top: -3px;
}

.jfdefaulttext {
  background: #907F61;
  border: 1px solid #4D3811;
  padding: 5px; 
  font-size: 14px;
  margin: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content {
  background: #a99676;
  width: 680px;
  min-height: 400px;
  margin: 0 auto;
  padding-top: 20px;
}

#content-main {
  padding: 15px 15px 0 15px;
}

#content-left {
  float: left;
  width: 310px;
  margin: 0 0 10px 20px;
}

#content-left a.contentpagetitle {
  font-size: 19px;
}

#content-right {

  float: right;
  width: 310px;
  margin: 0 20px 0 0;
}

#footer {
  background: url(../images/bg_down.gif) no-repeat; 
  height: 60px;
  border-radius: 10px;
}

#footer p {
  margin: 0;
  line-height: 60px;
  padding-left: 20px;
}


/*
 * Blog-style list of articles
 */

a.contentpagetitle {
  font-size: 23px;
  font-family: Georgia, serif;
  text-decoration: none;
  display: block;
  width: 100%;
}

/*
 * Viewing article
 */
td.contentheading {
  border-bottom: 1px solid #4D3811;
}

table.contentpaneopen {
  width: 100%;
}

/*
 * HTML elements
 */
a {
  color: #4d3811;
  text-decoration: underline;
}

a:hover {
  color: #111;
}

img {
  border: none;
}

hr {
  border-bottom: 1px solid #4D3811;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 15px 0;
  clear:  both;
}

h3 {
  margin-left: 15px;
  color: #b9a686;
  font-weight: normal;
  font-size: 15px;
  line-height: 33px;
  height: 33px;
  background: url(../images/bg_h3.png) 0 0 no-repeat;
  padding-left: 15px;
}

#content ul {
  padding-left: 1.5em;
}

#content li {
  list-style-type: none;
  padding-left: 20px;
  background: url(../images/bullet_1.png) 0 50% no-repeat;
}

/*
 * UTILS
 */
.clear {
  clear: both;
}







/*
 * TEMP!
 */
#content-left li,
#content-right li {
  font-size: 13px;
  margin: 10px 0;

}



/*
 * Override GK Slideshow
 */
.slideInfoZone h2 {
  font-family: Georgia, serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.slideInfoZone p {
  font-family: arial, sans-serif !important;
  font-size: 10px !important;
