
body {
	padding: 20px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.71em;
	line-height: 145%;
	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: 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-bottom: 1px solid #d6ddcf;
	border-right: none;
	border-top: none;
	border-left: none;
	background-color: #fff;
	padding-top: 15px;
	margin-bottom: 15px;
}
hr.trenner {
	margin-left: 208px;
}
.csc-frame-rulerBefore {
	clear: both;
	border-top: 1px solid #d6ddcf;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
	margin-top: 20px;
/*	padding-bottom: 10px;*/
}

p.csc-linkToTop {
	clear: both !important;
	display: block;
	width: 100%;
	height: 30px;
	margin: 4px 0 0 0;
}

a.csc-linkToTop,
a.csc-linkToTop:link,
a.csc-linkToTop:visited,
a.csc-linkToTop:hover,
a.csc-linkToTop:active,
a.csc-linkToTop:focus {
	display: block;
	float: right;
	padding: 0;
	font-size: 90%;
}

.align-right { text-align: right; }
.align-center { text-align: center; }

.clearer { margin: 30px 0 0 0; clear:both; }

/* LINKS
--------------------------------------------------------------------*/

a:link,
a:visited  { color: #821616; text-decoration: none; }

a:hover,
a:active,
a:focus { color: #821616; text-decoration: underline; }

/* AUFBAU
--------------------------------------------------------------------*/

#printtxtlinks { position: absolute; top: 20px; right: 56px; width: 290px; }

#druck_kopf { /*position: absolute; top: 20px; left: 56px; width: 900px;*/ padding: 0; margin: 0; }

#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: 0 0 18px 0;
	padding: 0 0 5px 0;
/*	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;*/
}

.content {
	clear: both;
	padding-top: 20px;
}

/* HEADS
--------------------------------------------------------------------*/
h1.imageheader {
   height: 26px;
   padding-top: 0;
   margin-top: 0;
}
/* h1 { font-size: 140%; margin-top: 0px; margin-bottom: 15px; font-weight:normal; color: #4e6637; font-family: Charter ITC for Agfa, Arial; }*/
h2 { font-size: 115%; margin: 17px 0 12px 0; color: #4e6637; }
h3 { font-size: 110%; margin: 15px 0 8px 0; font-weight:normal; }
h4.imageheader {
   height: 24px;
   padding: 0 0 5px 0;
   margin: 0;
}
.imageheader {
	background-repeat: no-repeat;
}

/* ------------------ Rahmen ----------------*/
.csc-frame {
	background-color: #e1e6db;
	margin: 4px 0 0 0;
	padding: 10px 10px 5px 10px;
}

/* ------------------ Sitemap ---------------*/

.content .csc-sitemap ul,
.content .csc-sitemap ul ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }

.content .csc-sitemap ul li,
.content .csc-sitemap ul ul li, 
.content .csc-sitemap ul ul ul li, 
.content .csc-sitemap ul ul ul ul li { 
	list-style: none;
	margin: 0 !important;
	background: none;
}

/* 1. Ebene */
.content .csc-sitemap ul li { padding: 6px 0 2px 0; }
.content .csc-sitemap ul li a {
	display: block;
	font-weight: bold;
}

/* 2. Ebene */
.content .csc-sitemap ul ul li { padding: 4px 0 2px 14px; }
.content .csc-sitemap ul ul li a {
	font-weight: bold;
}

/* 3. Ebene */
.content .csc-sitemap ul ul ul li { padding: 2px 0 2px 18px; }
.content .csc-sitemap ul ul ul li a {
	font-weight: normal;
}

/* 4. Ebene */
.content .csc-sitemap ul ul ul ul li {}
.content .csc-sitemap ul ul ul ul li a {
	font-weight: normal;
}

/* 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 { 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: #821616;
	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; }

/* 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; }

/* 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 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; }
#latest_list hr { margin-top: 4px; }

.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: 90%; }
.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; }

/* ------------------ Tabelle auf der Startseite ---------------*/
.startpage {
	width: 470px;
	padding: 0;
	margin: 0;
}
.startpage .gruen {
	width: 210px;
	margin: 0;
	padding: 10px 10px 5px 10px;
	background-color: #e1e6db;
}
