/* =================== */
/* = Geburtshaus css = */
/* =================== */
/*
  COLORS
  Body bg:            rgb(248, 247, 243)
  "Red":              rgb(181,  29,  40)
  Header bg:          rgb(229, 240, 221)
  "Brown"             rgb(133, 105,  68)
  "Brown light"
  Footer bg,
  tertiary a:         rgb(202, 192, 166)
  
  primary, 
  secondary,
  sidebar  border     rgb(175, 143,  79)
  Primary li bg:      rgb(235, 230, 219) 
  Primary Selected:   rgb(253, 207, 142) 
  Secondary li bg:    rgb(229, 247, 228) 
  Secondary Selected: rgb(253, 207, 142) 
  Tertiary li bg:     rgb(210, 227, 195) 
  Sidebar bg;         rgb(248, 247, 243)

  Kurszentrum:
  Lightbrown          rgb(229, 222, 208)
  Brown               rgb(202, 191, 166)
  Lightgreen          rgb(229, 240, 221)
  Green               rgb(211, 230, 196)

*/
div,ul,ol,li,form,body,html,h1,h2,h3,h4,h5,h6,a {
  color: rgb(108, 102,  87);
  font-family: Arial, serif;
  font-size: 12px;
  font-weight: normal;
  list-style: none;  
  margin: 0;
  padding: 0;
}
img,
a img { border:none; }
a { text-decoration: none; }
p { margin-top: 0; }
strong { color: rgb(133, 105,  68); }
#primary a, 
#secondary a,
#tertiary a {
  font-weight: bold;
}
body {
  background: url('/assets/i/body-background.png') repeat-x top;
  background-color: rgb(248, 247, 243);
  margin: 0px;
  padding: 0px;
}
body.center {
  background: url('/assets/i/body-background-center.png') repeat-x top;
  background-color: rgb(248, 247, 243);
  margin: 0px;
  padding: 0px;
}
#wrapper, #header, #content-area, #primary, #secondary, #footer {
  margin: 0px auto;  
}
#wrapper {
  border: 1px solid rgb(175, 143, 79);
  border-bottom: none;
  border-top: none;
  overflow: hidden;
  padding-bottom: 20px;
  width: 988px;
}
#header {
  background: url('/assets/i/header-background.png') no-repeat left top;
  background-color: rgb(229, 240, 221);
  height: 230px;
  overflow: hidden;
}
#header img {
  float: right;
  margin: 10px 150px;
}
#header h2 {
  color: rgb(133, 105,  68);
  font-size: 17px;
  margin: 70px 0 0 35px;
}
body.center #header {
  background: url('/assets/i/header-background-center.png') no-repeat left top;
  background-color: rgb(229, 222, 208);
}
h1#head {
  margin: 0;
  padding: 0;
  text-indent: -2000px;
}
/*
  # rgb(133, 105,  68)
  rgb(181,  29,  40)
*/

h1,h2, h4, h5 {
  color: rgb(133, 105,  68);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
/*
  Navigation
*/
#primary li a,
#secondary li a {
  display: block;
}
#primary li.selected a,
#tertiary li.selected a,
#primary li:hover a,
#tertiary li:hover a {
  color: rgb(181,  29,  40);
}
/*
  Primary
*/
#primary {
  background-color: rgb(235, 230, 219);
  border: 1px solid rgb(175, 143, 79);
  border-left: none;
  margin-top: -100px;
  overflow: hidden;
  width: 925px;
}
#primary li {
  background-color: rgb(235, 230, 219);
  border-left: 1px solid rgb(175, 143, 79);
  float: left;
  padding: 8px 10px 8px 10px;
  width: 111px;
}
#primary li.home {
  background: url('/assets/i/home-icon.png') no-repeat 10px;
  padding-left: 30px;
  width: 91px;
}
#primary li.home.selected,
#primary li.home:hover {
  background: url('/assets/i/home-icon-selected.png') no-repeat 10px;
}

#primary li.selected {
  background-color: rgb(253, 207, 142);
}
#primary li a {
  color: rgb(133, 105,  68);
  font-size: 14px;
}

/*
  Secondary
*/
#secondary {
  border-left: 1px solid rgb(175, 143, 79);
  overflow: hidden;
  width: 924px;
}
#secondary li {
  background-color: rgb(235, 230, 219);
  border-bottom: 1px solid rgb(175, 143, 79);
  border-right: 1px solid rgb(175, 143, 79);
  float: left;
  padding: 8px 10px 8px 10px;
  width: 111px;
}
#secondary li.selected {
  background-color: rgb(253, 207, 142);
}
#secondary li a {
  color: rgb(175, 143,  79);
  font-size: 14px;
}
#secondary li {
  background-color: rgb(229, 240, 221);  
}
#secondary li.selected {
  background-color: rgb(152, 255, 152);  
}
#secondary li.selected a,
#secondary li:hover a {
  color: rgb(51, 204, 51);
}

/*
  Content
*/

#content-area {
  background: url('/assets/i/content-background.png') no-repeat bottom;
  overflow: hidden;
  margin-top: 13px;
  padding: 0 13px;
  width: 926px;
}
#content-columns {
  background: url('/assets/i/columns-background.png') repeat-y top;
  border: 1px solid rgb(202, 192, 166);
  overflow: hidden;
  padding-bottom: 150px;
}
#content {
  float: left;
  padding: 20px 10px;
  width: 510px;
}
#content ul {
  margin: 0 0 14px 0px;
  padding-left: 15px;
}
#content ul li{
  list-style: disc;
  margin: 0 0 0 0;
}
#content a {
  color: rgb(181,  29,  40);
  text-decoration: underline;
}
#content .detail hr {
  border-top: 1px solid rgb(202, 192, 166);
  border-bottom: none;
}
#content .detail p {
  padding-right: 30px;
}

/*
  Content Team
*/
#content #additional-content.form {
  padding: 20px 0px; 
  margin: 0px;
}
#additional-content.form form.hidden {
  visibility: hidden;
}
#content.team ul { 
  margin: 0; 
  padding: 0px; 
}
#content.team li { 
  list-style: none; 
  margin-bottom: 15px;
}

#content.team h1 {
  margin-bottom: 0;
}
#content.team h4 { 
  border-top: 1px solid rgb(202, 192, 166);
  display: inherit; 
  margin-bottom: 20px;
  padding-top: 20px;
}
#content.team em {
  display: block;
  margin-bottom: 12px;
}

#content.team a.title { 
  text-decoration: none; 
}
.team img.team-portrait { 
  height: 60px; 
  width: 60px;
}


#content #additional-content.form h4 { 
  margin-left: 0px;
}
#content #additional-content.form h4#contact {
  cursor: pointer;
}
#content #additional-content.form ol label, 
#content #additional-content.form ol input.button {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
#content #additional-content.form form ol  { 
  list-style: none; 
  padding: 0; 
  margin-left: 0px; 
}
#content #additional-content.form ol li  { 
  clear: both; 
}
#content #additional-content.form form ol span { 
  display: block; 
  float: left; 
  width: 78px;
}
#content #additional-content.form ol li label textarea#comment {
  width: 404px; 
}
#content #additional-content.form ol li input { 
  width: 405px; 
}

#content #additional-content.form ol li input.button { 
  border: 1px solid rgb(108, 102,  87);
  color: rgb(181,  29,  40);
  float: right;
  font-weight: bold;
  margin-right: 23px;
  width: 100px; 
}

.error { color: red; }
/*
  Content Kurse
*/
#content.courses table { 
  padding-bottom: 20px;
}
#content.courses table tbody tr { 
  padding: 0px;
}
#content.courses table th { 
  text-align: left; 
}
#content.courses table tbody tr.th { 
  float: left;
  color: rgb(133, 105,  68);
  margin-top: 14px; 
}
#content.courses table tbody tr td.time { 
  width: 130px;
}
#content.courses table tbody tr { 
  padding: 0px;
}
/*
  For Workshop Schedule
*/
#content.courses table tbody tr.entry {
  width: 500px;
}
#content.courses table tbody td.hours,
#content.courses table tbody td.course { 
  vertical-align: top;
}
#content.courses table tbody td.date {
  vertical-align: top;
  width: 60px;
}
#content.courses table tbody td.hours {
  width: 130px;
}
#content.courses table tbody td.course {
  width: 350px;  
}
 
#content.courses #forthcoming { 
  border-top: 1px solid rgb(175, 143,  79);
  padding-top:17px;
}
#content.courses #forthcoming h2 {
  margin-bottom: 12px;
}
#content.courses #forthcoming ul {
  margin:0;
  padding:0; 
}
#content.courses #forthcoming li {
  list-style:none;
}

#content #additional-content iframe { 
  float: right; 
  padding-top: 20px;
}
/*
  Seminaries Schedule
*/
#content.courses table.seminaries tbody td.date {
  vertical-align: top;
  width: 130px;
}
#content.courses table.seminaries tbody td.course {
  width: 350px;  
}
/*
  Content Presse
*/
#content.press ul { 
  list-style: none; 
  margin: 0; 
  padding: 0;
}
#content.press ul li { 
  list-style: none;
  margin-bottom: 1.7em;
}
#content.press ul li p.more { 
  font-weight: bold; 
  margin: 0.6em 0px;
}
/*
  Content Foto Galerie
*/
#content.albums { 
  position: relative;
}
#content.albums ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
}

#content.albums ul img { 
  border: solid 1px rgb(108, 102,  87);
  padding: 10px; 
}

#content.albums ul li { 
  clear: left; 
  margin: 0; 
  padding: 20px 0;
  overflow: hidden;
} 
#content.albums ul li.first { 
  padding-top: 0; 
}
#content.albums ul a { 
  color: #666;
  font-weight: normal;
  text-decoration: none;
}
#content.albums ul li:hover a { 
}
#content.albums ul a.image { 
  margin-right: 10px;
}
#content.albums ul li:hover img {
  border-color: rgb(181,  29,  40);
}
#content.albums ul h2 { 
  margin: 0;
  padding: 0;
  
}
#content.albums ul h3 {
  margin-top: 5px;
  padding: 0;
}
#content.albums ul h3 a.subtitle { 
  font-size: 16px; 
}
#content.albums ul h3 a.subtitle:hover { 
  color: rgb(181,  29,  40);
}

#content.albums #gallery li.visible { 
  border: none; 
  display: block; 
}

#content #gallery li { 
  overflow: hidden; 
}
#content #gallery li.hidden { 
  display: none; 
}
#content #gallery p { 
  text-align: center;
}
#content #gallery img { 
  display: block; 
  margin: auto; 
}

#content #gallery-navigation { 
  display: none;
  height: 30px;
  position: relative;
}

#content #gallery-navigation #next,
#content #gallery-navigation #previous {
  background: transparent url(../i/previous.gif) bottom left no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -999px;
  top: 340px;
  width: 30px;
}
#content #gallery-navigation #previous {
  left: 200px;
}
#content #gallery-navigation #next {
  background: transparent url(../i/next.gif) bottom left no-repeat;
  right: 200px;
}
#content #gallery-navigation #next:hover {
  background: transparent url(../i/next-hover.gif) bottom left no-repeat;
}
#content #gallery-navigation #previous:hover {
  background: transparent url(../i/previous-hover.gif) bottom left no-repeat;
}
/*
  Content Birthdate
*/
#content #birthdate table {
  width: 510px;
}

#content #birthdate table b {
  color: rgb(181,  29,  40);
}
#content #birthdate #submit { 
  cursor: pointer;
}
#content #birthdate #submit:hover {
  color: rgb(181,  29,  40);
}
/*
  News
*/
#content.news p.more {
  border-bottom: 1px solid rgb(202, 192, 166);
  padding-bottom: 13px;
}
#content.news ul li img{
  width: 510px;
}
/*
  Links
*/
#content.links ul { 
  padding: 0; 
  margin-left: 0px; 
}
#content.links ul li {
  border-top: 1px solid rgb(202, 192, 166);
  border-bottom: none;
  list-style: none;
  padding: 10px 0px; 
}

/*
  Sitemap
*/
#content.sitemap ul {
  margin: 0 0 0 15px;
}
#content.sitemap ul li{
  list-style: disc;
  margin: 0 0 15px 0;  
}
#content.sitemap ul ul li{
  list-style: circle;
  margin: 0px 2em;  
}
/*
  Tertiary
*/
#tertiary {
  float: left;
  padding: 20px 10px;
  width: 160px;
}
#tertiary div.image { 
  padding: 0;
}
#tertiary div.image img{
  padding-bottom: 10px; 
  width: 160px;
}
#tertiary ul {  
  margin: 0;
  width: 160px;
}

#tertiary ul li {
  background-color: rgb(210, 227, 195);
  border-bottom: 1px solid rgb(181,  29,  40);
  margin-bottom: 6px;
  padding: 2px 0 2px 5px;
}
#tertiary ul li a {
  display: block;
}
/*
  Sidebar
*/
#sidebar {
  background: url('/assets/i/sidebar-background.png') repeat-x top;
  color: rgb(181,  29,  40);
  float: right;
  padding: 20px 10px 20px 20px;
  width: 184px;
}
#sidebar h4,
#sidebar h5 {
  color: rgb(181,  29,  40);
}
#sidebar h4 {
  border-bottom: 1px solid rgb(175, 143, 79);
  font-size: 12px;
  margin: 0 -10px 5px -20px;
  padding: 0 0 5px 20px;
}
#sidebar h5 {
  font-size: 11px;
}
#sidebar ul li {
  margin-bottom: 12px;
}
#sidebar ul li span {
  display: block;
}
/*
  Footer
*/
#footer {
  background-color: rgb(202, 192, 166);
  color: rgb(181,  29,  40);
  font-weight: bold;
  overflow: hidden;
  padding: 5px 13px;
  width: 924px;
}
#footer ul {
  float: left;
  line-height: 16px;
  margin:0;
  overflow: hidden;
  width: 300px;
}
#footer ul li {
  background: url('/assets/i/footer-link-icon.png') no-repeat left;
  float: left;
  clear: left;
  padding: 2px 0 0 30px;
}
#footer ul li:hover,
#footer ul li.selected {
  background: url('/assets/i/footer-link-icon-hover.png') no-repeat left;
}
#footer ul li a {
  color: rgb(181,  29,  40);
  font-size: 13px;
  font-weight: bold;
}
#footer div.footer-name {
  color: rgb(181,  29,  40);
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}
#footer div.footer-name span {
  display: block;
  margin-bottom: 2px;
  text-align: right;
}

