html {
	margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
	color: #7D7A58;
	background: #EAE8DB;
  font-family: verdana, sans-serif, arial;
  font-size: 12px;
}
p, td, h1, h2 {
  font-family: verdana, sans-serif, arial;
  font-size: 12px;
}

#wrapper {
	margin: 0;
  position: absolute;
  dispaly: block;
  border-left: solid 1px #FFFFFF;
  background: url(../img/bg.gif) top left repeat-y; 
  width: 1020px;
}

#topWrap {
  position: relative;
  float:left;
}

#topMenu {
  float:left;
  width: 238px;
  height: 228px;
}

#topImage {
  float:left;
  width: 776px;
  height: 228px;
  background: transparent url(../img/top.jpg) top left no-repeat;
  border-left: solid 1px #FFFFFF;
}

#mainWrap {
  position: relative;
  float:left;
  width: 1014px;
  background: transparent url(../img/main_bg.gif) bottom left no-repeat;
}

#leftMenu {
  float:left;
  width: 238px;
  background: transparent url(../img/menu_rightcorner.gif) top right no-repeat;
}

#menuTitle {
  position:relative;
  text-align: right;
  display: block;
  height: 67px;
  line-height: 67px;
  background: #363E56;
  font-size: 40px;
  font-weight: none;
  color: #FFFFFF;
  font-family: times, verdana, sans-serif, arial;
  padding-right: 15px;
}

#contentWrap {
  float:left;
  width: 770px;
  min-height: 300px;
  background: url(../img/content_rightcorner.gif) top left no-repeat;
}

#bottomWrap {
  display: block;
  position: relative;
  float:left;
  width: 1014px;
  height: 84px;
  background: transparent url(../img/bottom_bg.gif) top left repeat-y; 
}

#line {
  position: relative;
  float:left;
  width: 1014px;
  height: 3px;
  font-size: 3px;
  background: #EAE8DB;
}

#menu1 {
  position: absolute;
  top: 1px;
  left: 0px;
  background: transparent url(../img/1.jpg) top left no-repeat; 
  width: 238px;
}

#menu1 a {
  position:relative;
  text-align: right;
  display: block;
  height: 228px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu2 {
  position: absolute;
  top: 32px;
  left: 33px;
  background: transparent url(../img/2.jpg) top left no-repeat; 
  width: 205px;
}

#menu2 a {
  text-align: right;
  display: block;
  height: 197px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu3 {
  position: absolute;
  top: 64px;
  left: 67px;
  background: transparent url(../img/3.jpg) top left no-repeat; 
  width: 171px;
}

#menu3 a {
  text-align: right;
  display: block;
  height: 165px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu4 {
  position: absolute;
  top: 96px;
  left: 102px;
  background: transparent url(../img/4.jpg) top left no-repeat; 
  width: 136px;
}

#menu4 a {
  text-align: right;
  display: block;
  height: 133px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu5 {
  position: absolute;
  top: 129px;
  left: 137px;
  background: transparent url(../img/5.jpg) top left no-repeat; 
  width: 101px;
}

#menu5 a {
  text-align: right;
  display: block;
  height: 100px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu6 {
  position: absolute;
  top: 164px;
  left: 172px;
  background: transparent url(../img/6.jpg) top left no-repeat; 
  width: 66px;
}

#menu6 a {
  text-align: right;
  display: block;
  height: 65px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
}

#menu7 {
  position: absolute;
  top: 193px;
  left: 205px;
  width: 33px;
  height: 36px;
  background: transparent url(../img/menu.jpg) bottom right no-repeat;
}

a.menu {
  text-align: right;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: none;
  color: #99956D;
  text-decoration: none;
  margin-right: 7px;
  margin-left: 20px;
  padding-right: 10px;
  border-bottom: dotted 1px #99956D;
}

a.menu:hover {
  text-decoration: none;
  filter:alpha(opacity=70); /* IE */
  -moz-opacity:0.7; /* Mozilla */
  background: #DCD9C3 url(../img/arrow_a.gif) bottom left no-repeat;
}

a.menulast {
  text-align: right;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: none;
  color: #99956D;
  text-decoration: none;
  margin-right: 7px;
  margin-left: 20px;
  padding-right: 10px;
}

a.menulast:hover {
  text-decoration: none;
  filter:alpha(opacity=70); /* IE */
  -moz-opacity:0.7; /* Mozilla */
  background: #DCD9C3 url(../img/arrow_a.gif) bottom left no-repeat;
}

#breadcrumb {
  position: relative;
  text-align: right;
  display: block;
  padding-top: 40px;
  font-size: 10px;
  font-weight: bold;
  padding-right: 10px;
  color: #99967C;
}

#breadcrumb a {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #99967C;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#title{
  font-size: 14px;
  font-weight: bold;
  color: #99967C;
  padding: 0;
  margin: 0;
  padding-left: 80px;
}

#contentWrap h1{
  font-size: 16px;
  font-weight: none;
  color: #99967C;
  padding: 0;
  margin: 0;
  letter-spacing: -0.2px;
}

#content {
  display: block;
  position: relative;
  padding: 5px 5px 5px 30px;
}

#text {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-bottom: 15px;
}

#text h1{
  background: url(../img/leave.gif) top left no-repeat;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-weight: none;
}

#text p {
  margin-left: 35px;
}

#textElement {
  margin: 10px 0px 10px 35px;
}

#textElement p {
  margin: 0;
}

#imgtitle {
  background: url(../img/imgtitle_right.gif) top left no-repeat;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  height: 36px;
}

#logo {
  position: relative;
  float: left;
  width: 216px;
  margin: 20px 0 0 15px;
}

#copyright {
  position: relative;
  dispaly: block;
  float: left;
  padding: 35px 15px 0 261px;
  font-size: 12px;
  font-weight: normal;
  font-family: verdana, sans-serif, arial;
}

#bottomMenu {
  position: relative;
  float: left;
  margin: 30px 0 0 50px;
}

#bottomMenu a {
  float: left;
  position: relative;
  dispaly: block;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: none;
  color: #99956D;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 24px;
  white-space: nowrap;
}

#bottomMenu a:hover {
  text-decoration: underline;
}

#bottomMenu a.contact {
  background: url(../img/contact.gif) top left no-repeat;
}

#bottomMenu a.sitemap {
  background: url(../img/sitemap.gif) top left no-repeat;
}

#bottomMenu a.print {
  background: url(../img/print.gif) top left no-repeat;
}

.csc-sitemap-level1 {
  background: url(../img/leave.gif) top left no-repeat;
  margin: 5px;
  padding: 0 0 0 30px;
}

.csc-sitemap-level2 {
  background: url(../img/joinbottom2.gif) top left no-repeat;
  margin: 5px;
  padding: 0 0 0 40px;
}

.csc-sitemap-level3 {
  background: url(../img/joinbottom3.gif) top left no-repeat;
  margin: 5px;
  padding: 0 0 0 50px;
}

.csc-sitemap-level4 {
  background: url(../img/joinbottom4.gif) top left no-repeat;
  margin: 5px;
  padding: 0 0 0 60px;
}

.csc-sitemap-level5 {
  background: url(../img/joinbottom5.gif) top left no-repeat;
  margin: 5px;
  padding: 0 0 0 60px;
}

a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: none;
  color: #99956D;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select {
  border: solid 1px #99956D;
  color: #99956D;
}

#printWrap {
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px 20px 20px;
}

#printWrap h1{
  font-size: 16px;
  font-weight: none;
  color: #99967C;
  padding: 0;
  margin: 0;
  letter-spacing: -0.2px;
}

#content #text h1{
  background: url(../img/leave.gif) top left no-repeat;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: none;
}

#search {
  margin: 10px 0 10px 20px;
}

p.bodytext {
  padding: 0;
  margin: 5px 0 5px 0;
}

#text img {
  border: solid 0px #FFFFFF;
}

.tx-julleevents-pi1 p {
  padding: 0;
  margin: 5px 0 5px 0;
}

p.tx-julleevents-pi1-listrowField-title {
  padding-top: 10px;
}

div.tx-julleevents-pi1-searchbox {
  padding-top: 10px;
  padding-left: 40px;
}

.news-list-date {
  font-size: 12px;
  font-weight: none;
}

/* csc mailform properties ///////////////////////////////////////////////////////////////*/

.csc-mailform-field {
   clear: both;
   display: block;
   margin-bottom: 0.3em;
   width: 100%;
}

.csc-mailform legend {
   display: none;
}


.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
   width: 250px;
}

.csc-mailform-submit {
   margin-left: 180px;
}

.csc-mailform-field label {
   float: left;
   width: 180px;
}

.csc-mailform-radio fieldset{
   margin-left: 160px;
   width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
   display: inline;
   float: left;
   margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
   background: none;
   clear: left;
   border: none;
   margin-right: 4px;
   width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
   text-align: left;
}

.csc-mailform {
   border: none;
}

.csc-header {
   padding-top: 25px;
}