/*
 * Gumby Resets
 */
 
body {
	 color: #2E2D2C;
	 background: url(../img/bg.jpg)  repeat-x;
	 font-family:  "Trebuchet MS", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	 line-height: 1.4em;
	  }
html {
	margin: 0px;
	padding: 0px;
	}
form label {
	margin-bottom: 0;
	line-height: 1em;
}
footer .field .input {
	height: auto;
	line-height: 22px;
}
hr {
	border: none;
	border-top: 1px solid #881E35;
	height: 1px;
}
a {
	text-decoration: underline;
	color: #881E35;
}
a:hover {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #881E35;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	padding-bottom: 25px;
	color: #881E35;
}
h1, h2, h3, h4, h5, h6, .fauxHeadline {
	font-family: inherit;
	font-weight: bold;
}
.csc-firstHeader h1 {
	font-size: 20px;
	font-size: 1.785em;
}
h1 {
	font-size: 18px;
	font-size: 1.25rem;
}
h2, h3 {
	font-size: 17px;
	font-size: 1.1rem;
}
h4, h5, h6 {
	font-size: 16px;
	font-size: 1rem;
}
.fauxHeadline {
	font-size: 18px;
	font-size: 1.25rem;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar .fauxHeadline {
	padding-bottom: .5em;
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1rem;
}
p{
	padding-bottom:1em;
	}
strong {font-weight:bold;}
em {font-style:oblique;}

.rot {
	color: #881E35;
	}
.grau {
	color: #868686;
	}
.kleiner {
	font-size: 0.8em;
	}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer .fauxHeadline {
	color: white;
	border-bottom: none;
	padding-bottom: inherit;
	margin-bottom: inherit;
}
.top {
	height:138px;
	background: #FFF;
	border-top: 5px solid #757575;
	border-bottom: 5px solid #881E35;
	}
.selected a {
	text-decoration: underline;
	}

#logo {
	max-height: 109px;
	width: 519px;
	position: relative;
	margin: 30px 0 0 1.750em;
}
#top {
	height: 109px;
	}

.schatten {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	background: rgba(255,255,255,0.75);
	}
.ie8 .schatten {
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	}
#bild {
	height: 322px;
	border-bottom: 5px solid #757575;
}
#spruch {
	 	position: absolute;
		color: #881E35;
		font-family: 'Rancho', cursive;
		font-size: 1.5em;
		padding: 0.5em 1.25em 0.5em 1.625em;
		margin-top: 237px;
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 56%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
		text-align: right;
		z-index: 100;
		}
#spruch p{
	padding-bottom:0em;
	}
.maincontent ul, .maincontent ol {
	margin-left: 2em;
}
.maincontent li {
	list-style: disc;
}
#content {
	padding: 0 1.750em;
}
div[role=main] {
	padding:  1.75em 0 1.75em 0 !important;
}
#suche {
	padding: .5em .5em 0 0;
}
#suche.columns, #suche.column {margin-left: .4em;}
#breadcrumb {
	padding: .5em .5em 0 2em;
	font-size: .85em;
	color: #8a8a8a;
}
#breadcrumb a {
	text-decoration: none;
	color: #8a8a8a;
}
#breadcrumb .first a {text-transform: none;}
#breadcrumblabel,
#breadcrumb ol, #breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
}
#breadcrumblabel {
	padding-right: 5px;
}
#breadcrumb li a:after {
	content: ' » ';
}
.ie7 #breadcrumb li a {
	padding-right: 10px;
}
#breadcrumb li:last-child a:after {
	content: '';
}
.footer {
	max-width:980px;
	padding-left: 1.750em;
}
.totop {
	max-width:980px;
	height: 18px;
	padding-left: 1.750em;
}
.totop section {
	height: 18px;
}
footer.pagefooter {
	background: #868686;
	padding: 0 0 1em 0;
	border-top: 5px solid #757575;
	color: #FFFFFF;
	height: 50px;
	line-height: 1.2em;
	font-size: 1em;
}
footer.pagefooter p {
	margin: 0px;
	padding: 0px;
}
footer.pagefooter a {
	color: #FFFFFF;
	text-decoration: underline;
	}
footer.pagefooter a:hover {
	text-decoration: none;
	}
.pagefooter section {
	padding-top: 1em;
	font-size: .8em;
}
span[itemprop=name] {
	font-weight: bold;
}
.gumby-touch span[itemprop=telephone] {
	text-decoration: underline;
}

/* Left, center, right and justify alignment of text in block elements */
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

.tx-powermail legend {
	display: none;
}
.tx-powermail fieldset fieldset legend {
	display: block;
}
.tx-powermail .powermail_check_outer {
	margin-bottom: 1em;
}
.tx-powermail .powermail_check_inner {
	overflow: hidden;
}
.tx-powermail .powermail_check_inner .powermail_checkbox {
	float: left;
}
.tx-powermail .powermail_check_inner label {
	padding-top: 3px;
	margin-left: 30px;
}

.navbar { width: 100%; min-height: 27px; display: block; position: relative; }

/*Navigation Text-Farbe, Höhe */
.navbar ul li > a { display: block; white-space: nowrap; height: 27px; line-height: 27px; font-size: 16px; font-size: 1rem; background:none; font-weight: normal; text-decoration: none;}
.navbar ul ul li > a {background: none;}

/*Hauptnavigation - horizontal */
/* ######## Horizontales Menü und Submenü ########*/
#navigation{
  font-size: 1.20em;
  width: 980px;
  text-align: center;
  position: absolute;
  }
#navigation a {
  display: block;
  color: #881E35;
  text-decoration: none;
}
#navigation li {
  text-align: center;
  list-style: none;
  margin-left: 5px;
  width:150px;
  float: left;
  height: 27px;
  line-height: 27px;
  background: #DFDEDB;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
  position: relative;
  z-index: 99;
}
#navigation li a, #navigation li a:visited {
  text-decoration: none;
  list-style: none;
  color: #881E35;
}
#navigation li a:active, #navigation li a:hover {
  color: #FFF;
  background: #881E35;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius: 0px;
}

#navigation ul li:hover {
  color: #FFF;
  background: #DFDEDB;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
 
/* ######## Menü 2. Ebene ######## */
#navigation ul ul{
  margin-left: -5px;
  }
#navigation ul li li {
  font-size: 0.9em;
  height: 35px;
  line-height: 35px;

  }
#navigation li li.last  a{
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }
#navigation ul ul li a:active, #navigation ul ul li a:hover {
  display: block;
  background-color: #881E35;
  color: #FFF;
  height: 35px;
  line-height: 35px;
}
#navigation ul ul li a, #navigation ul ul li a:visited {
  padding: 0;
  background-color: #DFDEDB;
  font-weight: normal;
  color: #881E35;
  height: 35px;
  line-height: 35px;
}
#navigation ul ul li a:active, #navigation ul ul li a:hover {
  color: #FFF;
  background-color: #881E35;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#navigation li ul {display:none;}
#navigation li:hover ul {display:block; }
#navigation li ul li {
  float: none;
}
*html .subnav ul li {
  width:1px;
  }
*html .subnav ul, *html .subnav li , *html .subnav ul ul li { 
  margin-bottom: -3px; 
  }
*html .subnav ul ul li { 
  margin-bottom: -3px; 
  }
*html .subnav ul ul ul li { 
  margin-bottom: -3px; 
  }

/*subnav ENDE*/
/*####################################*/

/* Suche */

input[type="search"] {
	width: 170px;
	height: 24px;
	background:url(../img/bg-suche.png) no-repeat;
	}

#suche input[type="submit"] {
	background: none;
	color:#FFF;
	border: 0px;
	cursor: pointer;
	height: 20px;
	}
.field.append .adjoined, .field.append .btn {
    margin-left: -1px;
}
.field.prepend .adjoined, .field.append .adjoined, .field.prepend .btn, .field.append .btn {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}
.btn.primary, .skiplink.primary {
    background: none repeat scroll 0 0 #881E35;
    border: 1px solid #881E35;
}
.btn.medium, .skiplink.medium {
    font-size: 1rem;
	cursor: pointer;
}
.btn, .skiplink {
    background: none repeat scroll 0 0 #881E35;
    display: inline-block;
    font-family: Candara,Calibri,Arial,sans-serif;
    font-weight: 600;
    padding: 0 !important;
    text-align: center;
    width: auto;
}

/* Notizblatt */

.notizblatt {
	background:url(../img/Notizblatt.jpg) no-repeat;
	min-height: 177px;
	width: 237px;
	padding: 15px;
	font-size: .9em;
	line-height: 1.1em;
	}

/* Login */

.login {
	background: #881E35;
	color: #FFF;
	padding: 8px;
	font-size: .8em;
	width: 245px;
	}
#login h5 {
	padding: 2px 0 2px 8px;
	font-size: .9em;
	}
.top .three.columns {margin-left: 0em;}
.login label {
	float: left;
	cursor:pointer;
	width: 7.5em;
	}
.login input {
	width: 9.9em;
	height: 1.5em;
	border: 0;
	padding: 2px;
	cursor:pointer;
	}
.pwvergessen input {
	width: 17em;
	}
#login-submit{
	position:absolute;
	left: -9999px;
	}
#pwvergessen a {
	color: #FFF;
	}
#pwvergessen{
	text-align: right;
	}
.pwzuruecksetzen input {
	width: 8.4em;
	float: left;
	margin: 2px 2px 2px 0;
	}
	
/* Text im Bild */
.textimbild {width: 290px;}
.textimbild h4 {
	position: absolute;
	color: #565655;
	padding: 0.5em 1.25em 0.5em 1.625em;
	margin: -48px 0 0 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
	text-align: right;
	width: 290px;
	}
	
.ie7 .col1 h2, .ie7 .col2 h2 {

	}
.ie8 .col1 h2, .ie8 .col2 h2 {

	}