
body {
	padding: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	line-height: 160%;
	color: #000;
 	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: Arial, Helvetica, sans-serif; }

img { border: none; }
p, p.bodytext { line-height: 160%; margin-top: 0; margin-bottom: 10px; }
table { font-size: 100.01%; border: none; }
td { line-height: 160% !important; }
 
hr { 
	border-top: none;
	clear: both;
	border-right: none;
	border-bottom: 1px solid #b5d564;
	border-left: none;
	color: #fff;
	background-color: #fff;
	margin: 0 0 12px 0;
	padding: 8px 0 0 0;
}

hr.bold { 
	border-top: none;
	clear: both;
	border-right: none;
	border-bottom: 2px solid #b5d564;
	border-left: none;
	color: #fff;
	background-color: #fff;
	margin: 0 0 12px 0;
	padding: 8px 0 0 0;
}

p.csc-linkToTop {
	clear: both;
	display: block;
	width: 100%;
	margin: 4px 0 0 0;
}

a.csc-linkToTop:link,
a.csc-linkToTop:visited,
a.csc-linkToTop:hover,
a.csc-linkToTop:active,
a.csc-linkToTop:focus {
	display: block;
	float: right;
	width: 20px;
	height: 10px;
}

.txt_xs { font-size: 95%; line-height: 125%; }

.align-right { text-align: right; }
.align-center { text-align: center; }

/* Bauernregel-Kasten: */
.rahmen2  {
	margin: 14px 0;
	padding: 2px 7px 3px 7px;
	border: 1px solid #bad86e;
	background: #dcebb2 url('../images/bg_bauernr.png') repeat-x;
}

/* LINKS
--------------------------------------------------------------------*/

a:link,
a:visited  { color: #24822c; text-decoration: none; }

a:hover,
a:active,
a:focus { color: #060; 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 8px 0;
	padding: 6px 0 4px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.cont_2spltg {
	clear: both;
	width: 640px;
	margin: 0;
	padding: 0;
}

.cont02_2spltg_a,
.cont02_2spltg_b { float: left; }
.cont02_2spltg_a { width: 303px; padding: 0; }
.cont02_2spltg_b { width: 269px; padding: 0 0 0 34px; }


/* HEADS
--------------------------------------------------------------------*/

h1,h2 { line-height: 145%; color: #808080; }

h1 { font-size: 155%; margin-top: 0; margin-bottom: 20px; font-weight: normal; }
h2 { font-size: 120%; margin: 4px 0 14px 0; }
h3,h4 { font-size: 100%; margin: 0 0 10px 0; color: #808080; }

.cont01_2spltg_a h2,
.cont01_2spltg_b h2,
.cont02_2spltg_a h2,
.cont02_2spltg_b h2 { text-transform: uppercase; }

/* LISTEN
--------------------------------------------------------------------*/

ul,
ul .csc-bulletlist .csc-bulletlist-0,
ul .csc-bulletlist .csc-bulletlist-1,
ul .csc-bulletlist .csc-bulletlist-2,
ul .csc-bulletlist .csc-bulletlist-3,
.news-amenu-container ul {
	margin: 0 0 10px 0;
	padding: 0;
}

ul li,
ul.csc-bulletlist-0 li,
ul.csc-bulletlist-1 li,
ul.csc-bulletlist-2 li,
ul.csc-bulletlist-3 li {
	list-style: none;
	padding: 0 0 0 11px;
	background: url('../images/pfeil.png') no-repeat 0 5px;
}

/* ------------------ Sitemap ---------------*/

ul.sitemap,
ul.sitemap ul { list-style: none; }
ul.sitemap { padding: 0; margin: 0 0 14px 0; }
ul.sitemap ul { padding: 0; margin: 0; }

ul.sitemap li,
ul.sitemap ul li, 
ul.sitemap ul ul li, 
ul.sitemap ul ul ul li { 
	list-style: none;
	margin: 0;
	background: none;
}

/* 1. Ebene */
ul.sitemap li { padding: 6px 0 2px 0; }
ul.sitemap li a {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 0 20px;
	background: url('../images/pfeil.png') no-repeat 0 5px;
}

/* 2. Ebene */
ul.sitemap ul li { padding: 4px 0 2px 24px; }
ul.sitemap ul li a {
	font-weight: bold;
	font-size: 95%;
}

/* 3. Ebene */
ul.sitemap ul ul li { padding: 2px 0 2px 24px; }
ul.sitemap ul ul li a {
	font-weight: normal;
	font-size: 95%;
}

/* 4. Ebene */
ul.sitemap ul ul ul li {}
ul.sitemap ul ul ul li a {
	font-weight: normal;
	font-size: 95%;
}

/* 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; }

/* 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: #000;
	background-color: #fff;
	border: 1px solid #a5acb2;
}
input,
textarea,
select,
#mailform input,
#suchform input { }
#loginform input { font-size: 100%; margin: 0; }
#mailform input { display: block; float: left; }

input.input_hidden  { border: none !important; }

/* submit */

.submit,
#loginform .submit,
#suchform .submit,
#mailform .csc-mailform-submit {
	color: #24822c;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #a5acb2;
	margin: 10px 0;
}
.submit,
#loginform .submit,
#suchform .submit,
#mailform .csc-mailform-submit { font-size: 100%; }

#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; }

/* -------------- Suchbox --------------*/

#suchbox .suchb_eingabe {
	display: inline !important;
	float: none;
	margin: 0 !important;
	padding: 0 !important; 
	width: 108px !important;
	height: 17px;
	font-size: 95% !important;
	color: #808080;
	border-top: 1px solid #11721a;
	border-left: 1px solid #11721a;
	background: #fff;
}
#suchbox .suchb_submit {
	display: inline;
	float: none;
	margin: 0 0 0 4px !important;
	font-size: 95%;
	color: #24822c;
	border-right: 1px solid #11721a;
	border-bottom: 1px solid #11721a;
}

/* SUCHE
---------------------------------------------------------------------------------------------------------------------*/

ul.browsebox {
	height: 35px;
	margin: 14px 0 0 0;
	border-top: 1px solid #c6d6e5;
}
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;
}
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 #c6d6e5; }
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 #c6d6e5; }
.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;
}

/* 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; }

/* CSS STYLES C. BILDER
 ------------------------------------------------------------------------------------------------------*/

div.csc-textpic-caption {
	font-style: italic;
	font-size: 95%;
	line-height: 140%;
	padding: 6px 0 0 0;
}

/* NEWS
---------------------------------------------------------------------------------------------------------------------*/

.latest_list { clear: both; }
.latest_list p.bodytext { display: inline !important; }
.latest_list hr { margin: 0 0 11px 0; padding: 4px 0 0 0; }
.latest_list img { float: right; margin: 0 0 10px 10px; }

.news-single-timedata { float: left; padding: 0; margin: 0; }
.cs_news-list-image,
.news-single-img { float: right; padding-top: 10px; text-align: right; }
.cs_news-list-image,
.news-single-img { padding-bottom: 10px; padding-left: 10px; }
.news-single-timedata,
.news-single-author,
.news-single-imgcaption { font-size: 95%; }
.news-single-author { font-style: italic; }
.news-single-imgcaption { width: 220px; 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; }

