
body {
	padding: 20px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.72em;
	line-height: 145%;
	color: #333;
 	background: #fff;
}

/* BASICS
--------------------------------------------------------------------*/

p, ol, ul, li, h1, h2, h3, h4, h5, h6, blockquote, div, span, font, pre, i, em, b, strong, dl, dd, dt, form, input, select, textarea { font-family: Verdana, sans-serif; }

img { border: none; }
p, p.bodytext { line-height: 145%; margin-top: 0; margin-bottom: 10px; }
table { font-size: 100.01%; border: none; }
td { line-height: 160% !important; }
 
hr { 
	clear: both;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #e8e8e8;
	border-left: none;
	margin: 0 0 17px 0;
	padding: 17px 0 0 0;
}

.csc-linkToTop {
	clear: both !important;
	display: block;
	text-align: right;
	width: 100%;
	font-size: 92%;
	margin: 4px 0 0 0;
	padding: 0;
}

.txt_xs { font-size: 90%; line-height: 125%; }

.align-right { text-align: right; }
.align-center { text-align: center; }

.clearer { margin:0; clear:both; }

/* LINKS
--------------------------------------------------------------------*/

a:link,
a:visited  { color: #74a457; text-decoration: none; }

a:hover,
a:active,
a:focus { color: #99002c; text-decoration: none; }

/* AUFBAU
--------------------------------------------------------------------*/

#druck_kopf { padding: 0; }
#printtxtlinks { position: absolute; top: 20px; right: 56px; width: 290px; }

#printtxtlinks a:link,
#printtxtlinks a:visited,
#printtxtlinks a:hover,
#printtxtlinks a:active,
#printtxtlinks a:focus {
	display: block;
	float: right;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none !important;
}

.druck_titel  {
	display: block;
	width: 97%;
	margin: 14px 0 14px 0;
	padding: 6px 0 4px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

/* HEADS
--------------------------------------------------------------------*/

h1 { font-size: 140%; margin-top: 0; margin-bottom: 15px; color: #996633; }
h2 { font-size: 120%; margin: 17px 0 10px 0; color: #996633; }
h3 { font-size: 110%; margin: 15px 0 8px 0; color: #558737; }


/* LISTEN
--------------------------------------------------------------------*/
.rechts ul,
.content ul,
.content ul .csc-bulletlist .csc-bulletlist-0,
.content ul .csc-bulletlist .csc-bulletlist-1,
.content ul .csc-bulletlist .csc-bulletlist-2,
.content ul .csc-bulletlist .csc-bulletlist-3,
.news-amenu-container ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.rechts ul li,
.content ul li,
.content ul.csc-bulletlist-0 li,
.content ul.csc-bulletlist-1 li,
.content ul.csc-bulletlist-2 li,
.content ul.csc-bulletlist-3 li,
.news-amenu-container ul li {
	list-style: none;
	padding: 0 0 0 12px;
	background: url('../images/pfeil-gruen.gif') no-repeat 0 6px;
}

li.news-amenu-item-year {
	list-style: none;
	padding: 6px 0 0 0 !important;
	background: none !important;
	font-weight: bold;
}

/* ------------------ Sitemap ---------------*/

.content ul.sitemap,
.content ul.sitemap ul { list-style: none; }
.content ul.sitemap { padding: 0; margin: 0 0 14px 0; }
.content ul.sitemap ul { padding: 0; margin: 0; }

.content ul.sitemap li,
.content ul.sitemap ul li, 
.content ul.sitemap ul ul li, 
.content ul.sitemap ul ul ul li { 
	list-style: none;
	margin: 0;
	background: none;
}

/* 1. Ebene */
.content ul.sitemap li { padding: 6px 0 2px 0; }
.content ul.sitemap li a {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 0 12px;
	background: url('../images/pfeil-gruen.gif') no-repeat 0 6px;
}

/* 2. Ebene */
.content ul.sitemap ul li { padding: 4px 0 2px 14px; }
.content ul.sitemap ul li a {
	font-weight: bold;
}

/* 3. Ebene */
.content ul.sitemap ul ul li { padding: 2px 0 2px 14px; }
.content ul.sitemap ul ul li a {
	font-weight: normal;
}

/* 4. Ebene */
.content ul.sitemap ul ul ul li {}
.content ul.sitemap ul ul ul li a {
	font-weight: normal;
}

.csc-section {
	padding: 0 0 0 12px;
	margin: 0 0 1px 0 !important;
	background: url('../images/pfeil-gruen.gif') no-repeat 0 6px;
}

/* FORMULARE
---------------------------------------------------------------------------------------------------------------------*/

form { margin: 0; }

form#mailform,
form#suchform {
	display: block;
	clear: both;
}

form#mailform  { margin: 10px 0; padding: 10px 0 0 0;}
form#loginform { margin: 0; padding: 0; }

fieldset,
fieldset.csc-mailform {
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
}

.form_zeile,
.tx-indexedsearch-search-submit {
	clear: both;
	display: block;
	padding: 2px 0;
}
.form_zeile,
.tx-indexedsearch-search-submit { margin: 0 0 10px 0; }
#loginform .form_zeile { margin:0 0 2px 0 !important; }

/* label */

label,
#suchform label,
.form_zeile label,
.form_zeile_captcha label {
	display: block;
	clear: both;
}

.form_zeile label { width: 120px; float: left; }
.form_zeile_captcha label { width: 200px; }
#loginform label,
#suchform label,
#suchform input,
#suchform select,
#suchform span { float: left; }

/* input, textarea, select */

input,
textarea,
select,
#mailform input,
#loginform input,
#suchform input {
	color: #333;
	background-color: #fff;
	border: 1px solid #a5acb2;
}
#loginform input { margin: 0; }
#mailform input { display: block; float: left; }

input.input_hidden  { border: none !important; }

/* submit */

.submit,
#loginform .submit,
#suchform .submit,
#mailform .csc-mailform-submit {
	font-size: 100%;
	font-weight: bold;
	color: #558737;
	background-color: #fff;
	border: 1px solid #a5acb2;
	margin: 10px 0;
}

#loginform .submit { clear: both; }

/* sonstiges */

.row_captcha_01 { width: 200px; margin: 0; float: left; }

p.csc-form-label-req,
p.csc-form-label { margin: 0; }

/* SUCHE
---------------------------------------------------------------------------------------------------------------------*/

.content ul.browsebox {
	height: 35px;
	margin: 14px 0 0 0;
	border-top: 1px solid #e8e8e8;
}
.content ul.browsebox li,
.content li.tx-indexedsearch-browselist-currentPage {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 3px !important;
	background: none !important;
}
.content ul.browsebox li a,
.content li.tx-indexedsearch-browselist-currentPage a { /* background: none !important; background-image: none !important; */ padding: 0 !important; }

.tx-indexedsearch-whatis { margin: 8px 0 0 0; padding: 8px 0 0 0; border-top: 1px solid #e8e8e8; }
p.tx-indexedsearch-descr { overflow: hidden; }
.tx-indexedsearch .res-tmpl-css { clear: both; margin: 20px 0 10px 0; padding-top: 10px; margin-bottom: 10px; border-top: 1px solid #e8e8e8; }
.tx-indexedsearch .searchbox-tmpl-css label { margin-right: 1em; width: 10em; float: left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing: 0; font-weight: normal; margin-top: -1.2em; float: right; }

div.tx-indexedsearch-info {
	clear: both;
	padding: 3px 6px;
	background-color: #f4f4f4;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

/* Login
---------------------------------------------------------------------------------------------------------------------*/

fieldset legend {
	padding-top: 15px;
	padding-bottom: 5px;
}

/* DOWNLOADS
---------------------------------------------------------------------------------------------------------------------*/

.filelinks {
	clear: both;
	padding: 0 0 10px 0;
}

.filelinks div { clear: both; margin: 0; padding: 0; }

.filelinks div.description {
	clear: both;
	margin: 0;
	padding: 0 0 3px 0;
}

span.size {
	float: right;
	text-align: right;
}
	
div.filelinks div a:link,
div.filelinks div a:visited,
div.filelinks div a:hover,
div.filelinks div a:active,
div.filelinks div a:focus {
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 24px;
}

.filelinks span { text-decoration: none;}
.filelinks .filecount { display: none; }
.filelinks a:hover { text-decoration: none; }

/* Icons-Liste ... kann nach dem selben Prinzip erweitert werden*/
.filelinks .avi{background-image:url('/typo3/gfx/fileicons/avi.gif')!important; background-repeat: no-repeat; }
.filelinks .doc{background-image:url('/typo3/gfx/fileicons/doc.gif')!important; background-repeat: no-repeat; }
.filelinks .html{background-image:url('/typo3/gfx/fileicons/html.gif')!important; background-repeat: no-repeat; }
.filelinks .htm{background-image:url('/typo3/gfx/fileicons/htm.gif')!important; background-repeat: no-repeat; }
.filelinks .pdf{background-image:url('/typo3/gfx/fileicons/pdf.gif')!important; background-repeat: no-repeat; }
.filelinks .swf{background-image:url('/typo3/gfx/fileicons/swf.gif')!important; background-repeat: no-repeat; }
.filelinks .wav{background-image:url('/typo3/gfx/fileicons/wav.gif')!important; background-repeat: no-repeat; }
.filelinks .zip{background-image:url('/typo3/gfx/fileicons/zip.gif')!important; background-repeat: no-repeat; }

/* ZWEISPALTIG
---------------------------------------------------------------------------------------------------------------------*/

.xinit_cont { width: 527px; margin: 0; padding: 0; }
.xinit_cont_li { float: left; width: 250px; margin: 0; padding: 0 0 8px 0; }
.xinit_cont_re { float: left; width: 250px; margin: 0 0 0 27px; padding: 0 0 8px 0; }

.tx-fdfx2cols-pi1 tr,
.tx-fdfx2cols-pi1 td {
	vertical-align: top;
}

.c2l1-left, .c2l1-middle {
	border: none;
}

/* CSS STYLES C. BILDER
 ------------------------------------------------------------------------------------------------------*/

div.csc-textpic-caption {
	font-style: italic;
	font-size: 90%;
	line-height: 140%;
	padding: 6px 0 0 0;
}


/* NEWS
---------------------------------------------------------------------------------------------------------------------*/

#latest_list { clear: both; padding-top:10px; }
#latest_list h3 { margin-top: 0; }
#latest_list span { font-weight: bold; /* padding: 0;  */}
#latest_list p.bodytext { display: inline !important; }
#latest_list img { display: block; float: right; margin: 0 0 10px 10px; }

.news-single-timedata { float: left; padding: 0; margin: 0; }
.cs_news-list-image { float: right; padding-top: 10px; text-align: right; }
.news-single-img {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 15px;
  margin-top: 5px;
  float: left;
}
.cs_news-list-image { padding-bottom: 10px; padding-left: 10px; }
/*.news-single-img */
.news-single-timedata,
.news-single-author,
.news-single-imgcaption { font-size: 90%; }
.news-single-author { font-style: italic; }
.news-single-imgcaption { width: 175px; font-style: italic; padding-top: 3px; padding-bottom: 3px; clear: both; }
.news-single-author { padding-bottom: 3px; }
.news-single-additional-info { }

.news-single-related,
.news-single-files,
.news-single-links  { }

.news_latest_imgwrap { width: 165px; height: 128px; margin: 0 0 8px 0; overflow: hidden; }
.news_topth_imgwrap { width: 371px; height: 247px; margin: 0 0 12px 0; overflow: hidden; }

/* Adressen
---------------------------------------------------------------------------------------------------------------------*/

.adrbox {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.formw .submit {
	margin-top: 5px;
}

/* Sonstiges */

#tabl_bestll th {
	text-align: left;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #e8e8e8;
}

#tabl_bestll td {
	/* vertical-align: top; */
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #e8e8e8;
}

#tabl_bestll img {
	vertical-align: top;
	padding: 6px 0 6px 0;
	border: 1px solid #a0a0a0;
}
