@charset "iso-8859-1";

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	padding: 0 0 0 15px;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 9px;
	margin-bottom: 9px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
fieldset {
	border: 0;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}
img {
	border: 0;
}

body
{
	font-size: 100.1%;
}
* HTML body {
	text-align: center;
}
#pageWrapper
{
	width: 861px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
/*	padding-bottom: 25px;*/
}
* + html #pageWrapper
{
    position: relative;
}
* html #pageWrapper
{
	position: relative;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border: 0;
	padding: 0;
	margin: 0;
}
#middleColumn
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	zoom: 1;
	padding-bottom: 25px;
}
#footer
{
	height: 1em;
	padding: 0.5em;
	text-align: center;
}

.facebook {
	vertical-align: middle;
	background-color: #fff;
	padding: 10px 0 25px 0;
}
.facebook a,
.facebook img {
	vertical-align: middle;
}

.facebook a {
	color: #25272B;
	text-decoration: none;
}

/* horizontal navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	margin: 0;
	padding: 0;
}
.hnav ul
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.hnav ul li img,
.hnav ul li a img
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.hnav ul li a:link, 
.hnav ul li a:visited, 
.hnav ul li a:active, 
.hnav ul li a:hover
{
	text-decoration: none;
}
* html .hnav ul li,
* html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
	width: auto;
	
	display: inline;
	/* reset above hack */
}
* html .hnav, 
* html .hnav ul a {
/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

html, body
{
	background-color: #fff;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#pageWrapper
{
	font-size: 12px;
	background-color: #9ca6ab; 
}
#masthead
{
	background-color: #fff;
	color: #000;
}
.hnav,
.hnav ul li a:link,
.hnav ul li a:visited,
.hnav ul li a:hover
{
	color: #000;
}
#footer
{
	background-color: #fff;
	color: #000;
}
.subnav {
	padding: 0.5em;
	padding-left: 15px;
	background-color: #9ca6ab;
}

.mainnav {
	background-image: url("/fileadmin/templates/schech_logo.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.layout {
	margin: 10px 0 5px 0;
	zoom: 1;
}
dl.layout-0 {
	float: left;
	display: inline;
	overflow: hidden;
	width: 267px;
	height: 20.5em;
	margin: 0 0 15px 15px;
	position: relative;
}
dl.layout-1 {
        float: left;
	display: inline;
	overflow: hidden;
	width: 200px;
	height: 350px;
	margin: 0 0 10px 10px;
}
dl.layout-auto {
        float: left;
	display: inline;
	overflow: hidden;
	width: 200px;
	height: auto;
	margin: 0 0 10px 10px;
}
dl.layout-3 dd,
dl.layout-auto dd {
	display: none;
}
dl.layout-3 {
        float: left;
	display: inline;
	overflow: hidden;
	width: 410px;
	height: auto;
	margin: 0 0 10px 10px;
}
dl.layout-4 {
        float: left;
	display: inline;
	overflow: hidden;
	width: 831px;
	height: 20.5em;
	margin: 0 0 15px 15px;
}


dl.headline {
        float: left;
	display: inline;
	overflow: hidden;
	width: 90%;
	height: auto;
	margin: 0 0 0 10px;
}
dl.headline dd {
	display: none;
}
dd {
	text-align: left;
	margin: 0;
}

dd p {
	margin: 0;
	padding: 0;
}
dd p.year {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 2px;
}
dd p.title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #25272B;
}
dd p.title a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #25272B;
}
dd p.title a:hover,
dd p.title a:focus {
	color: #ffffff;
	text-decoration: underline;
}

/******************************************************************************/

input,
.bodytext, .news-list-browse {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #25272B;
	padding-left: 8px;
}

.bodytext a, .news-list-browse a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #25272B;
}

/******************************************************************************/

.singleview {
    zoom: 1;
    margin: 15px;
}

.singleview .images {
    float: left;
    width: 560px;
}

.singleview.layout-4 .images {
    float: none;
    width: 831px;
}

.singleview .images ul,
.singleview .images li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.singleview .description {
	margin-left: 560px;
	margin-top: 20px;
}
.singleview.layout-4 .description {
    margin-left: 0px;
}

.singleview .images li img {
	border: 0;
}
.singleview.layout-4 .images li img {
	margin-bottom: 15px;
}
.singleview .buttons {
	margin-left: 560px;
	margin-top: 2em;
}
.singleview.layout-4 .buttons {
    margin-left: 0px;
}

div.news-latest-container ul.buttons,
div.news-latest-container .buttons li,
.singleview .buttons ul,
.singleview .buttons li {
	display: block;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.news-latest-container .buttons li,
.singleview .buttons li {
	margin-bottom: 2px;
}

div.news-latest-container .buttons a,
.singleview .buttons a {
	color: white;
	text-decoration: none;
	width: 253px;
	height: 18px;
	display: block;
	background-image: url('/fileadmin/templates/button_next.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
}

.singleview .buttons li.back a {
	color: #9ca6ab;
	background-image: url('/fileadmin/templates/button_back.gif');
}

div.news-latest-container .buttons a:hover,
div.news-latest-container .buttons a:focus,
.singleview .buttons a:hover, 
.singleview .buttons a:focus {
	background-image: url('/fileadmin/templates/button_next_hover.gif');
}

.singleview .buttons li.back a:hover,
.singleview .buttons li.back a:focus {
	color: #9ca6ab;
	background-image: url('/fileadmin/templates/button_back_hover.gif');
}

.singleview .description h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

.singleview .description .year {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: white;
	padding-left: 8px;
}

/*****************************************
 * tt_news
 *****************************************/
.tx-ttnews-browsebox a {
    text-decoration: none;
}

div.news-latest-container {
	margin: 15px;
}
div.news-list-browse {
	border-top: 1px solid #B0B8BC;
	padding-top: 15px;
}

div.news-latest-container .news-latest-item {
	margin: 0 0 15px 0;
	padding-top: 10px;
}

div.news-latest-container .news-latest-item .description{
	padding-top: 20px;
	margin-left: 205px;
}

div.news-latest-container .news-latest-item .news-latest-date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: white;
	text-align: right;
	float: left;
	width: 180px;
	padding-top: 22px;
}

div.news-latest-container .news-latest-item h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #25272B;
        margin-top: 0;
}
div.news-latest-container .news-latest-item p.bodytext {
	padding: 0;
}

div.news-latest-container .news-latest-item .dambg {
	background-color: #fff;
	margin: 0;
	padding: 0;
	zoom: 1;
}

div.news-latest-container .news-latest-item .bg0,
div.news-latest-container .news-latest-item .bg1 {
	width: 410px;
	zoom: 1;
	margin: 0;
	padding: 0;
	float: left;
}

div.news-latest-container .news-latest-item .bg0 {
/*	float: left; */
	border-right: 11px solid #9CA6AB;
}

div.news-latest-container .news-latest-item img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

div.news-latest-container ul.buttons {
	margin-top: 1em;
}

.content-bildliste {
    padding: 0 15px;
}
.content-bildliste dl {
	float: left;
	width: 410px;
}

.content-bildliste div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0 0 10px 0 !important;
}
.content-bildliste div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-right: 10px !important;
}



.tx-sremailsubscribe-pi1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    color: #25272B;
    padding: 0 15px 0 20px;
}
.tx-sremailsubscribe-pi1 a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    color: #25272B;
}
.tx-sremailsubscribe-pi1 b { 
    font-weight: normal;
}
.tx-sremailsubscribe-pi1 p { 
    padding: 0 0 0 5px;
}
.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit { 
}
.tx-sremailsubscribe-pi1 h4 {
    margin-top: 0; 
}
.tx-sremailsubscribe-pi1 legend {
    padding: 0; 
    font-weight: bold;
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-notice { 
    font-style: italic; 
    margin-bottom: 1em; 
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-trash { 
    margin-bottom: 2em; 
}
.tx-sremailsubscribe-pi1 label { 
    margin: 0; 
    padding: 0; 
}
.tx-sremailsubscribe-pi1 label span { 
    font-weight: bold;
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-error { 
    font-weight: bold;
}
.tx-sremailsubscribe-pi1 input {
    margin: 0; 
    padding: 0; 
}
.tx-sremailsubscribe-pi1 input[type=password] { 
    margin-right: 1em; 
}
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-password { 
    margin-right: 1em; 
}
.tx-sremailsubscribe-pi1 input[type=radio], 
.tx-sremailsubscribe-pi1 input[type=checkbox] { 
    background-color: transparent; 
}
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-radio, 
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-checkbox {
    background-color: transparent; 
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon { 
    margin-left: 1em; 
    background-color: transparent; 
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon:hover { 
    cursor: pointer; 
}
.tx-sremailsubscribe-pi1 ul { 
    margin: 0; 
    padding: 0; 
    list-style-position: inside; 
}
.tx-sremailsubscribe-pi1 dl { 
    margin: 0; 
    padding: 1em 0 0 0; 
}
.tx-sremailsubscribe-pi1 dt, 
.tx-sremailsubscribe-pi1 dd { 
    margin: 0; 
    padding: 0 0 0 5px; 
}
.tx-sremailsubscribe-pi1 dd p { 
    margin-top: 0; 
    margin-bottom: .5em; 
    padding: 0; 
}
.tx-sremailsubscribe-pi1 dd label { 
    padding: 0 1em 0 .5em; 
}


.content-kontakt h1 {
    color: #fff;
    padding-left: 5px;
}
.content-kontakt-small .bodytext {
    font-size: 80%;
}

