/* Make HTML 5 elements display block-level for consistent styling */
header, nav, section, article, footer, address {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}
html {
  height: 100.1%;
}


body, body.htmlarea-content-body {
  background: #FFF url(gfx/bg_body.png) 0 0 repeat-x;
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  color: #636363;
  text-align: center;
}
body.htmlarea-content-body {
  background: #FFF;
  font-size: 0.75em;
  text-align: left;
}


/* ----------------------- Container ---------------------- */


#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#wappen {
  position: absolute;
  z-index: 11;
  top: 0;
  left: -290px;
  width: 661px;
  height: 674px;
  background: url(gfx/wappen.png) 0 0 no-repeat;
}

header {
  background: url(gfx/bg_header.png) 0 0 no-repeat;
  position: relative;
  height: 170px;
  z-index: 10;
}
a#home_link {
  position: absolute;
  top: 38px;
  left: 380px;
}

nav {
  background: url(gfx/bg_nav.png) 0 0 no-repeat;
  position: relative;
  height: 30px;
  text-align: center;
  z-index: 11;
}

#buehne {
  position: relative;
  height: 100px;
  padding: 30px 0 40px;
  z-index: 12;
}
#buehne img {
  position: absolute;
  left: -32px;
}

#content {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.2em;
  line-height: 1.8em;
  z-index: 20;
}
#main {
  float: right;
  display: inline;
  margin-right: 40px;
  width: 540px;
}
#sidebar {
  float: left;
  display: inline;
  margin-left: 40px;
  width: 286px;
  line-height: 1.6em;
}
#sidebar .csc-frame-indent {
  background: url(gfx/bg_sidebar.png) 0 0 no-repeat;
  width: 226px;
  height: 239px;
  padding: 22px 30px;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}


footer {
  background: url(gfx/bg_nav.png) 0 -29px no-repeat;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 40px;
  margin-bottom: 50px;
  z-index: 30;
}
footer #slogan {
  float: left;
  width: 286px;
  font-family: Garamond,serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #CCC;
  text-align: center;
}

footer a {
  color: #AAA !important;
  font-size: 1.2em;
  font-weight: normal !important;
}
footer a:hover,
footer .tx-srlanguagemenu-pi1 a:hover {
  text-decoration: underline;
}

footer #meta {
  float: right;
  display: inline;
}
footer #meta a {
  margin-right: 10px;
}

footer .tx-srlanguagemenu-pi1 {
  float: right;
  display: inline;
}
footer .tx-srlanguagemenu-pi1 div {
  float: left;
  font-size: 1em !important;
}
footer .tx-srlanguagemenu-pi1 .SPC {
  line-height: 30px;
  color: #AAA;
  font-size: 1.2em !important;
}
footer .tx-srlanguagemenu-pi1 img {
  display: none;
}

/* ----------------------- Navigation ---------------------- */

nav ul {
  margin: 0 auto;
  width: 810px;
}
nav li {
  float: left;
  display: inline;
}
nav li a {
  float: left;
  display: block;
  padding: 0 9px;
  line-height: 30px;
  font-family: Garamond, Georgia, 'Times New Roman', serif;
  font-variant: small-caps;
  font-size: 1.8em;
  color: #565656;
}
nav li:hover a,
nav li.active a {
  color: #0055a5;
  text-decoration: none;
}



/* ----------------------- verschiedenes ---------------------- */


.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
p, table, ul {
  padding: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 10px 0 0;
}
h1 {
  padding: 10px 0 10px;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
h2 {
  font-size: 1em;
}
h3 {
  font-size: 1em;
}

a {
  color: #0055a5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {outline: none;}
a img { border: 0; }

ul, li {
  list-style: none;
}
#main li, #sidebar li .htmlarea-content-body li {
  background: url(gfx/li.gif) 0 6px no-repeat;
  padding-left: 15px;
}
#content li.csc-textpic-image {
  background: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0 0;
  font-size: 1em;
}
table p {
  padding-bottom: 0;
}
.contenttable th, .htmlarea-content-body th,
.contenttable td, .htmlarea-content-body td {
  padding: 0 20px 10px 0;
  vertical-align: top;
  text-align: left;
}

#content DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 0;
}
.csc-textpic-caption {
  font-size: 0.85em;
  line-height: 1.6em;
  padding-top: 5px;
}


fieldset {
  border: 0;
}
fieldset h2 {
  padding: 10px 0;
}


select,
textarea,
input {
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
  padding: 3px;
  width: 280px;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #777777;
}
.csc-mailform-field select {
  width: 288px;
}
form textarea:focus,
form input[type="text"]:focus {
  background: #FFF;
  border-color: #0055a5;
}

.csc-mailform-field label {
  display: block;
  float: left;
  width: 120px;
  padding: 1px 15px 0 0;
  text-align: right;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
  margin-bottom: 15px;
}
/* Radioboxen */
.csc-mailform-field input.csc-mailform-radio {
  margin: 6px 3px 0 0;
  width: 20px;
  float: left;
}
span.csc-mailform-radio label {
  display: inline;
  width: auto;
  text-align: left;
}
/* Checkboxen */
.csc-mailform-field input.csc-mailform-check {
  background: none;
  border: 0;
  width: 16px;
  height: 16px;
  margin-top: 13px;
  padding: 0;
}
.csc-mailform div.csc-mailform-checkbox {
    min-height: 25px;
}
.csc-mailform-checkbox input.csc-mailform-check  {
  margin: 0 5px 0 135px !important;
}
.csc-mailform-checkbox label {
  float: none;
  display: inline;
  padding: 4px 15px 0 0;
  text-align: right;
  width: 120px;
}

.csc-mailform-submit,
#content input[type="submit"] {
  background: #CCC;
  width: 200px;
  margin: 10px 0 0 135px;
  padding: 3px;
  cursor: pointer;
  font-weight: bold;
  color: #555;
}
.csc-mailform-submit:hover,
#content input[type="submit"]:hover {
  background: #0055a5;
  color: #FFF;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

/* Vorschaubilder */
#sidebar .csc-frame-indent6633 {
  font-size: 0.9em;
  line-height: 1.6em;
}
#sidebar .csc-frame-indent3366 {
  font-size: 0.8em;
  line-height: 1.6em;
}
#sidebar .csc-frame-indent3366 .csc-textpic-imagewrap {
  width: 135px;
  margin: 0 auto;
}
.csc-frame-indent3366 .csc-textpic-image {
  border: 1px solid #d8d8d8;
  width: 36px;
  height: 30px;
  overflow: hidden;
}
.csc-frame-indent3366 .csc-textpic-image:hover {
  border-color: #0055a5;
}


.csc-frame-indent3366 DIV.csc-textpic img {
  position: relative;
  top: -30%;
}
.csc-frame-indent3366 DIV.csc-textpic-center DIV.csc-textpic-text p {
  color: #ccc;
}
.csc-frame-indent3366 DIV.csc-textpic-center DIV.csc-textpic-text a {
  color: #bac8d5;
}
.csc-frame-indent3366 DIV.csc-textpic-center DIV.csc-textpic-text a:hover {
  color: #0055a5;
  text-decoration: none;
}
.csc-frame-indent3366 DIV.csc-textpic-center DIV.csc-textpic-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.111em;
}

/* Geschichte: */
#sidebar .csc-default DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
  margin-left: 10px !important;
}
#sidebar .csc-default DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
#sidebar .csc-default DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
#sidebar .csc-default DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
  margin-right: 20px;
}