

/************************************************************************
 * Farben: Winterlandschaft
 ************************************************************************/

/* Container Hintergründe */
body,
.color1 {
  color: #111;
}

legend,
input[type=submit],
.tx-comments-comment-form form input#tx_comments_pi1_submit,
span.fake-button,
table.contenttable tr th {
  background: #265aa5;
  color: #fff;
}

#info-bar,
#header,
#content-main-wrapper,
select,
.color2 {
  background: #fff;
  background: rgba(255, 255, 255, 0.83);
}

#content-main {
  border-bottom: 4px solid #5864A5;
}

#header {
  border-bottom: 4px solid #265aa5;
}

.color3 {
  background: #ddd;
}


.color6,
.csc-textpic-border div.csc-textpic-image {
  background: #fff;
}

textarea:focus,
input:focus {
  background: #F4F4F4;
}

/* Schriftfarben */

h1 {
  color: #265aa5;
}

h2,
h3,
h4,
#content-wrapper .carousel,
#content-wrapper .tx-comments-required-error {
  color: #4d4d4d;
}


a:link,
a:visited {
  text-decoration: underline;
  color: #265aa5;
}

a:hover {
  text-decoration: underline;
  color: #2e70c8;
}

#info-bar,
#info-bar a,
#header a:link,
#header a:visited,
.color4 {
  color: #265aa5;
}


hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}


/* Navigation */
#info-bar,
ul.deep1 li {
  background: #aeaeae;
  /*linear-gradient*/
  background:  -moz-linear-gradient(top, #aeaeae, #c5c5c5 30%, #aeaeae);
  background:  -webkit-gradient(linear, left top, left bottom, from(#aeaeae),color-stop(0.3, #c5c5c5), to(#aeaeae));
  background:  -webkit-linear-gradient(top, #aeaeae, #c5c5c5 30%,#aeaeae);
  background:  linear-gradient(top, #aeaeae, #c5c5c5 30%, #aeaeae);
  pie-background:  linear-gradient(top, #aeaeae, #c5c5c5 30%, #aeaeae);
  behavior: url(/fileadmin/templates/Auswahltemplates/PIE.htc);
}

#header ul.deep1 li a:link,
#header ul.deep1 li a:visited {
  color: #fff;
}

ul.deep1 li.mainlevelactive {
  color: #255aa6;
}


/* Textstil */
.important {
  color: red;
}

.detail {
  color: green;
}

.name-of-person {
  color: blue;
}

/* Boxen */
.csc-frame-frame1,
.contenttable-color-1,
#content-wrapper .tx-comments-nocomment,
#content-wrapper .tx-comments-comment-1,
#content-wrapper .tx-comments-comment-2,
fieldset {
  background: #efefef;
  border: 1px solid #888;
}

.csc-frame-frame2,
.contenttable-color-2 {
  background: #A2C6E8;
  border: 1px solid #888;
}