* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  font-size: 13px;
  background-image: url('../images/bodyBackground.jpg');
  background-position: top;
  background-repeat: repeat-x;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 15px;
  color: #000000;
}

/***************
DIV-Definitions*
***************/

div#globalContainer {
  width: 952px;
  margin: 0px auto 10px auto;
  background-image: url('../images/contentBackground2.png');
  background-position: top;
  background-repeat: repeat-y;
}

div#leftFade {
  float: left;
  width: 11px;
  /*background-image: url('../images/leftFade.png');
  background-position: top;
  background-repeat: no-repeat;*/
  height: 650px;
}

div#contentContainer {
  width: 930px;
  margin: 0px auto 0px auto;
  min-height: 800px;
  /*background-color: #aaaaaa;*/
  float: left;
}
div#rightFade {
  float: left;
  width: 11px;
  height: 650px;
  /*background-image: url('../images/rightFade.png');
  background-position: top;
  background-repeat: no-repeat;*/
}


div#headerContainer {
  width: 929px;  
  margin: 0px auto 0px auto;
  height: 200px;
  background-color: #d9ab12;
  overflow: hidden;
}

div#logoContainer {
  display: block;
  width: 237px;
  height: 97px;
  position: absolute;
  margin-top: 50px;
  margin-left: 25px;
  background-image: url('../images/yogaLogo.png');
  background-position: top;
  background-repeat: no-repeat;
  z-index: 50;
}

div#mainMenuContainer {
  color: #050037;
  margin-top: 25px;  
  clear: left;
  display: block;
  width: 920px;
  height: auto;
  padding-left: 10px;
}

div#leftContainer {
  display: block;
  width: 210px;
  float: left;
  clear: left;
  padding-top: 30px;
  text-align: left;
  padding-left: 20px;
}

div#calendarContainer {
  margin-top: 25px;
}

div#subnaviContainer {
  margin-top: 10px;  
}

div#leftContent {
  margin-top: 25px;
}

div#mainContent {
  width: 670px;
  text-align: left;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  float: left;
}

div.mainContentElement {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9ab12;
  overflow: auto;
  clear: both;
}

div#footerContainer {
  clear: both;
  width: 953px;
  height: 94px;
  background-image: url('../images/footerBackground.png');
  background-position: top;
  background-repeat: no-repeat;
}

div#leftFooter {
  display: block;
  float: left;
  text-align: left;
  color: #FFFFFF;
  padding-left: 20px;
  padding-top: 10px;
}

div#metaNavi {
  display: block;
  text-align: right;
  color: #FFFFFF;
  float: right;
  padding-right: 20px;
}


/****************
link definitions*
****************/
a {
  border: 0px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a.logoHomeLink {
  display: block;
  width: 237px;
  height: 97px;
}

#mainMenuContainer a,
#subnaviContainer a,
#footerContainer a {
  text-decoration: none;
}

/****************
list definitions*
****************/
ul li{
  list-style-type: none;
}

ul.menu1 li {
  list-style-type: none;
  float: left;
  display: block;
  text-align: left;
}

ul.menu1 li a {
  padding: 0px 5px;
  font-size: 13px;
}

ul.menu1 li a:hover,
ul li a:hover,
ul.menu1 li a.active {
  color: #d9ab12;
}

ul.menu2 li {
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 13px;
}

ul.menu3 li,
ul.menuFooter li {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 10px;
  float: left;
  list-style-type: none;
}

ul.menu2 li a:hover,
ul.menu3 li a:hover
 {
  color: #d9ab12;
}

ul.menuFooter li a:hover {
  color: #ffffff;
}

ul.menu3 li a.active,
ul.menu2 li a.active,
ul.menuFooter li a.ective {
  color: #d9ab12;
}

ul.menu2 li a.active:hover,
ul.menu3 li a.active:hover {
  /*background-color: #ffffff;*/  
}

.tx-cal-controller dl dt.even,
.tx-cal-controller dl dd.even,
.tx-cal-controller dl dd,
.tx-cal-controller dl dt {
  background-color: #F4F1EC;
}

.tx-cal-controller dd{
  margin-bottom: 2px;
}

.tx-cal-controller dt, 
.tx-cal-controller dd {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#mainContent ul li {
  margin-top: 5px;
  margin-left: 20px;
}

ul.metaNavigation {
  list-style-type: none;
}

ul.csc-menu li a {
  display: block;
  width: 300px;
  height: auto;
  float: left;
  margin-top: 5px;
}

/*******************
heading definitions*
*******************/
h1, h2, h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #d9ab12;
}

h1 {
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  line-height: 25px;
  border-bottom: 1px solid #d9ab12;
}

#leftContainer h1 {
  color: #d9ab12;
  font-size: 13px;
}

h2 {
  margin-bottom: 14px;
  margin-top: 15px;
  font-size: 15px;
}

h3 {
  margin-bottom: 13px;
  margin-top: 20px;
  font-size: 14px;
  color: #050037;
}

/*********************
paragraph definitions*
*********************/
p{
  margin-bottom: 10px;
}

div#leftFooter p {
  margin-bottom: 10px;
}

#zufallLinks p {
  color: #050037;
  font-size: 14px;
  font-style: italic;
  width: 90%;
}

hr {
  height: 1px;
  border-bottom: 0px;
  margin: 5px 0px;
  color: #249439;
}

p.csc-linkToTop a {
  display: block;
  clear: both;
  float: right;
  text-decoration: underline;
  font-weight: normal;
}

p.footerText {
  margin: -35px 0px 0px 0px;
  color: #000000;
  width: 350px;
}

p.footerTextCenter {
  margin: 20px auto 0px auto;
  padding: 0px 00px 0px 75px;
}

/*****************
image definitions*
*****************/
img, a img, p img {
  border: 0px;
  margin-right: 10px;
}

/****************
form definitions*
****************/
form#indexedsearch input.searchbox-sword {
  width: 106px;
  height: 20px;
  background-image: url('../images/searchForm.gif');
  background-repeat: no-repeat;
  background-position: left;
  border: 0px;
  padding-left: 5px;
}

form#indexedsearch {
  margin-top: 10px;  
}

form#indexedsearch input.searchBoxButton {
  width: 92px;
  height: 20px;
  background-image: url('../images/searchButton.jpg');
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  text-align: left;
  padding-bottom: 2px;
  float: right;
}

form#indexedsearch input.searchBoxButton:hover {
  background-image: url('../images/searchButtonHover.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

* html form#indexedsearch input.searchBoxButton {
  width: 39px;
  height: 20px;  
  background-image: url('../images/searchButton.gif');
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
}

span.searchText {
  float: left;
  margin-left: 7px;
  margin-top: 1px;
}

* html span.searchText {
  float: none;
  margin-left: 0px;  
}

/*********************
tmailform definitions*
*********************/
form#mailform {
  margin-top: 20px;
}

fieldset.csc-mailform {
  border: 0px;
}

div.csc-mailform-field {
  margin-top: 10px;
}
div .csc-mailform-field label {
  width: 60px;
  display: block;
  float: left;
  margin-right: 10px;
}

div.csc-mailform-submit {
  clear: both;
  float: left;
  margin-top: 15px;
  margin-left: 185px;
}

div.csc-mailform-field input {
  width: 70px;
  height: 25px;
  margin-left: 70px;
}

span.csc-mailform-label {
    margin-top: 25px;
    margin-left: 70px;
}

div.csc-mailform-field textarea#mailformnachricht,
div.csc-mailform-field input#mailformname,
div.csc-mailform-field input#mailformemail,
div.csc-mailform-field select#mailformbetreff {
  width: 300px;
  height: auto;
  margin-left: 0px;
}

div.csc-mailform-field img {
  margin-bottom: -7px;
  margin-right: 15px;
  margin-left: 15px;
  /*float: left;*/
}

input#mailformformtype_mail {
  margin-top: 10px;
}

a.reloadCaptcha {
  margin-left: 70px;
}
/*****************
table definitions*
*****************/
tr.tableHead {
  background-color: #31AFE1;
}

tr.tableFooter {
  background-color: #BBBBBB;  
}

table.contentTable {
  width: 95%;
}

/**************************
indexed search definitions*
**************************/

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
  color: #31AFE1; 
}