@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #353436;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

div.header {
	margin: auto;
	width: 1032px;
	height: 91px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

div.headnav {
	text-align: right;
	
}

div.headnav form {
	width: 120px;
	position: relative;
	float: right;
}

div.headnav div.suchfeld {
	width: 120px;
	height: 16px;
	background-image: url(../img/suche.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

div.headnav div.csc-form-fieldcell {
	position: absolute;
	top: 23px;
	left: 0px;
}

div.container {
	position: relative;
	left: 20px;
	width: 570px;
}

div.headnav div.csc-form-fieldcell input {
	cursor: pointer;	
}

div.suchfeld input {
	cursor: text;	
}

div.headnav div.suchfeld input {
	margin-left: 20px;
	font-size: 10px;
}

div.headnav input {
	background: transparent;
	border: none;
}

div.main {
	margin: auto;
	width: 1032px;
	background-image: url(../img/bg_main_site.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-bottom: 2px;
}

div.main_nav {
	margin-left: 11px;
	height: 49px;
}

div.main_nav a {
	display: block;
	width: 174px;
	height: 49px;
	text-align: center;
	float: left;
}

div.clickpath {
	clear: both;
	padding-left: 193px;
	font-size: 0.8em;
	padding-top: 1px;
	background-color: #FFFFFF;
	height: 24px;
}

div.clickpath a {
	text-decoration: none;
	color: #353436;
	padding-left: 5px;
	padding-right: 5px;
}

div.clickpath a:hover {
	color: #FF0000;	
}

div.left_column {
	float: left;
	width: 170px;
	position: relative;
	background-repeat: repeat-y;
	margin-left: 4px;
	padding-bottom: 160px;
}

div.right_column {
	float: left;
	width: 204px;
	position: relative;
	background-repeat: repeat-y;
	margin-left: 7px;
	min-height: 160px;
	padding-top: 15px;
	text-align: center;
}

div.content {
	float: left;
	width: 613px;
	position: relative;
	background-repeat: repeat-y;
	margin-left: 8px;
	min-height: 192px;
	text-align: left;
}

div.footer {
	position: absolute;
	left: 0px;
	bottom: -2px;
	height: 192px;
	width: 1010px;
	background-image: url(../img/bg_footer.jpg);
}

div.content div.topper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 613px;
	height: 4px;
	background-image: url(../img/top_mitte.jpg);
	background-repeat: no-repeat;
}

div.right_column div.topper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 204px;
	height: 24px;
	background-image: url(../img/kleiner_reiter_rechts.jpg);
}

div.content p, div.right_column p, div.left_column p, div.content h1, div.content h2, div.content h, div.content h3 {
	position: relative;
}

div.left_column a {
	position: relative;
	display: block;
	margin-bottom: 2px;
}

div.columns {
	margin-left: 11px;
	width: 1010px;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	position: relative;
	background-image: url(../img/bg_content.jpg);
	min-height: 192px;
}

div.ticker {
	margin: auto;
	width: 1010px;
	text-align: left;
	height: 19px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bg_ticker.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
	position: relative;
}

/* div.ticker marquee {
	height: 20px;
	position: absolute;
	display: block;
	width: 1010px;
	height: 20px;
	top: -2px;
} */

div.ticker a {
	color: #333;
	text-decoration: none;
}

div.ticker a:hover {
	text-decoration: underline;
}

div.ticker .news-latest-title {
	font-weight: bold;
}

div.fussmenu {
	margin: auto;
	width: 1010px;
	background-image: url(../img/bg_fussmenu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #404042;
	/* background-color: #404042; */
	border: 1px solid #999999;
}

div.fussmenu table {
	padding: 10px;
}

div.fussmenu td {
	width: 89px;
	vertical-align: top;
	color: #FFF;
	font-size: 0.85em;
}

div.fussmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

div.fussmenu a:hover {
	text-decoration: underline;
}

/* CONTENT STYLES */

div.content p, div.right_column p {
	font-size: 0.85em;
	line-height: 1.2em;
}

div.right_column p {
	margin-left: 15px;
	margin-right: 10px;
	text-align: left;
}

h, h1, h2, h3 {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.1em;
}

.csc-searchResultInfo {
	padding-top: 10px;
}


.csc-searchResultInfo td {
	margin: 0px;	
}

.csc-searchResultHeader {
	margin-bottom: 4px;	
}

.csc-searchResult {
	margin-top: 0px;	
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.indent {
	padding-left: 20px;
}


.csc-frame-frame1 {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

.csc-frame-frame2 {
	padding: 10px;
	background-color: #FF9;
	border: 1px solid #FF0;
}

/* NEWS STYLES */

.news-list-date {
	/* visibility: hidden; */	
}

h3 a {
	color: #353436;
	text-decoration: none;
}

div.right_column h3 {
	text-align: center !important;	
}

div.news-list-morelink {
	text-align: right;
	font-size: 0.85em;
	line-height: 1.2em;
	padding-right: 15px;
}

div.news-list-morelink a {
	color: #555555;
	text-decoration: none;
}

div.news-list-morelink a:hover {
	text-decoration: underline;	
}

.clearer {
	visibility: hidden;
}

div.news-single-backlink, div.news-list-category {
	display: none;
}

div.news-single-timedata {
	float: right;
	color: #333;
	font-size: 0.95em;
}

.tx-ttnews-browsebox p {
	display: none;	
}

.tx-ttnews-browsebox table p {
	display: block;	
}

div.next_button, div.prev_button {
	position: absolute;
	width: 7px;
	height: 12px;
	top: 125px;
}

div.prev_button {
	left: 5px;
}

div.next_button {
	right: 5px;
}

div.news-single-category, p.news-single-author {
	display: none;
}

label {
	display: block;
	padding-top: 10px;
	font-size: 0.85em;
}

.csc-mailform {
	border: none;
	padding: 0px;
	margin: 0px;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	border: 1px solid #777777;
	padding: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

.csc-mailform input:focus, .csc-mailform textarea:focus, .csc-mailform textarea:focus {
	border: 1px solid #BB0000;
}

.csc-mailform-submit {
	cursor: pointer;
	background-color: #777777;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}

iframe {
	margin-top: 20px;
}

div.container td {
	font-size: 0.85em;
	line-height: 1.2em;
	padding: 2px;
}

.tx-tettnewsticker-pi1 {
	height: 20px;
	position: relative;
}

.tettnewstickerclass {
	height: 20px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: -2px;
}

ul li, ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

/* POWERMAIL STYLES */

.tx-powermail-pi1_fieldset {
	margin: 0px;
	border: none;
	padding: 0px;
}

.tx-powermail-pi1_fieldset input, .tx-powermail-pi1_fieldset textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333;
	padding: 1px;
}

div.tx_powermail_pi1_fieldwrap_html {
	width: 500px;
}

.tx-powermail-pi1_fieldset legend {
	display: none;
}

div#powermaildiv_uid1 input, div#powermaildiv_uid4 input, div#powermaildiv_uid11 input, div#powermaildiv_uid12 textarea {
	width: 400px;
}

div#powermaildiv_uid2, div#powermaildiv_uid3, div#powermaildiv_uid5, div#powermaildiv_uid6, div#powermaildiv_uid7, div#powermaildiv_uid8  {
	float: left;
	width: 210px;
}

div#powermaildiv_uid4, div#powermaildiv_uid7, div#powermaildiv_uid11 {
	clear: both;
}

div#powermaildiv_uid2 input, div#powermaildiv_uid3 input, div#powermaildiv_uid5 input, div#powermaildiv_uid6 input, div#powermaildiv_uid7 input, div#powermaildiv_uid8 input {
	width: 190px;
}

div#powermaildiv_uid12 textarea {
	height: 150px;
}

.powermail_mandatory_js {
	font-size: 0.85em;
	line-height: 1em;
	color: #990000;
}

div#powermaildiv_uid10 {
	display: none;
}