body { font-size: 100.01%; }

body {
	padding: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	/* font-size: 0.72em;  */
	line-height: 140%;
	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 { margin-top: 0.1789474em; margin-bottom: 0.1789474em; line-height: 140%; }
table { font-size: 100.01%; border: none; }
td { line-height: 140% !important; }
 
hr { 
	clear: both;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	color: #fff;
	background-color: #fff;
	margin: 0 0 17px 0;
	padding: 17px 0 0 0;
}

p.csc-linkToTop  {
	display: block;
	width: auto;
	clear: both;
	text-align: right;
	margin: 0.4473685em 0 0.894737em 0;
}

.rahmen1 { background-color: #dbdbdb; margin: 0.4473685em 0 0.4473685em 0; padding: 0.1789474em 0.3578948em 0.1789474em 0.3578948em; border: .0894737em solid #ccc; }
.rahmen1 p.bodytext { margin: 0 0 6px 0; }
.rahmen2 { background-color: #dbdbdb; margin: 0.4473685em 0 0.4473685em 0; padding: 0.1789474em 0.3578948em 0.1789474em 0.3578948em; border: .0894737em solid #ccc; }

/* PRINT-SPEZIFISCH
------------------------------------------------------------------*/

#print_adress {
	font: 95% Arial, Helvetica, Verdana, sans-serif;
  	color : #000;
	line-height: 140%;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

#print_adress img {
	display: block;
	width: auto;
	margin-bottom: 10px;
}

.print_content  {
	display: block;
	width: auto;
	margin: 10px 0 20px 0;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

/* LINKS
--------------------------------------------------------------------*/

a:link,
a:visited  { color: #737373; text-decoration: underline; }

a:hover,
a:active,
a:focus { color: #333; text-decoration: underline; }

/* HEADS
--------------------------------------------------------------------*/

h1,h2,h3 { line-height: 145%; color: #000; }

h1 { font-size: 160% !important; margin-top: 0; margin-bottom: 8px; font-weight: normal; }
h2,
h4 {
	line-height: 120%;
	color: #000;
	font-size: 100%;
	padding: 5px 9px 4px 9px;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	border-left: 1px solid #c8c8c8;
	background: url('../images/bg_heads.png') repeat-x;
}
h3 {
	line-height: 150%;
	color: #000;
	font-size: 100%;
	margin-bottom: 8px;
}
.print_content h4 { margin: 0 0 18px 0; }

/* LISTEN
--------------------------------------------------------------------*/

.print_content ul,
.print_content ul .csc-bulletlist .csc-bulletlist-0,
.print_content ul .csc-bulletlist .csc-bulletlist-1,
.print_content ul .csc-bulletlist .csc-bulletlist-2,
.print_content ul .csc-bulletlist .csc-bulletlist-3 {
	margin: 0 0 12px 0 !important;
	padding: 0;
}

.print_content ul li,
.print_content ul.csc-bulletlist-0 li,
.print_content ul.csc-bulletlist-1 li,
.print_content ul.csc-bulletlist-2 li {
	list-style: none;
	padding: 0 0 0 12px;
	background: url('../images/pfeil.gif') no-repeat 0 5px;
}

.print_content ul.csc-bulletlist-3 li {
	list-style: none;
	padding: 0 0 0 12px;
	background: url('../images/pfeil.gif') no-repeat 0 5px;
}

/* ------------------ Sitemap ---------------*/

.print_content ul#sitemap,
.print_content ul#sitemap ul { list-style: none; }
.print_content ul#sitemap { padding: 0; margin: 0 0 14px 0; }
.print_content ul#sitemap ul { padding: 0; margin: 0; }

.print_content ul#sitemap ul ul, 
.print_content ul#sitemap ul ul ul { 
	padding: 0 0 6px 0;
}

.print_content ul#sitemap ul li, 
.print_content ul#sitemap ul ul li, 
.print_content ul#sitemap ul ul ul li { 
	list-style: none;
	margin: 0;
	background: none;
}

/* 1. Ebene */
.print_content ul#sitemap li { padding: 6px 0 8px 0; }
.print_content ul#sitemap li a {
	display: block;
	padding: 0 0 0 11px;
	font-weight: bold;
	font-size: 100%;
	background: url('../images/listsym_link.png') no-repeat 0 8px;
}

/* 2. Ebene */
.print_content ul#sitemap ul li { padding: 2px 0 0 11px; }
.print_content ul#sitemap ul li a {
	font-weight: bold;
	font-size: 95%;
}

/* 3. Ebene */
.print_content ul#sitemap ul ul li { padding: 2px 0 0 11px; }
.print_content ul#sitemap ul ul li a {
	font-weight: normal;
	font-size: 95%;
}

/* 4. Ebene */
.print_content ul#sitemap ul ul ul li {}
.print_content ul#sitemap ul ul ul li a {
	font-weight: normal;
	font-size: 95%;
}

/* FORMULARE
---------------------------------------------------------------------------------------------------------------------*/

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* ------------------------- */

/* 

form { margin: 10px 0; }

form#mailform {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 10px 0 0 0;
}

fieldset,
fieldset.csc-mailform {
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
}
	
div.form_zeile {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px 0;
}
 */
/* label */

label,
.form_zeile label {
	/* display: block;
	clear: both; */
	overflow: visible;
}

.form_zeile label { width: 120px; float: left; }

/* input, textarea, select */

input,
textarea,
select,
#mailform input {
	color: #000;
	background-color: #fff;
}
input,
textarea,
select,
#mailform input { font-size: 100%; border: 1px solid #b4b4b4; }
#mailform input { display: block; float: left; }

input.input_hidden  { border: none !important; }

/* submit */
/* 
.submit,
#mailform .csc-mailform-submit {
	margin: 10px 0;
	color: #600;
	font-size: 100%;
	background-color: #fff;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #b4b4b4;
} */

/* sonstiges */

p.csc-form-label-req,
p.csc-form-label { margin: 0; }

/* FORUM
---------------------------------------------------------------------------------------------------------------------*/

#tabl_forum,
#tabl_forum_thema {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#tabl_forum  { margin: 10px 0 20px 0;}
#tabl_forum_thema { margin: 5px 0 5px 0;}

td.csc-form-labelcell,
td.csc-form-fieldcell,
#tabl_forum td,
#tabl_forum_thema td {
	vertical-align:top;
}

p.csc-form-label-req, p.csc-form-label { margin: 0; }

#tabl_forum thead td,
#tabl_forum_thema thead td {
	text-align: left;
	background-color: #c00;
	font-weight: bold;
	color: #fff;
	border-right: none;
	border-bottom: none;
	padding-left: 8px;
}

#tabl_forum tbody td,
#tabl_forum_thema tbody td {
	border-left: 1px solid #dbdbdb;
	padding-left: 4px;
	padding-bottom: 5px;
}
#forum_suche {
	margin-top: 20px;
	padding: 0;
}

#forum_suche p,
#forum_suche input { float: left; }

#forum_suche p {
	margin: 0 6px 0 0;
	font-weight: bold;
}

#forum_suche input { margin: 0 10px 0 0; }

/* ------ Suche -------------------------------------------------------------- */

form#tx_indexedsearch select {
	display: inline;
	width: 15em;
	margin-right: 0.6263159em;
	padding-left: 0.1789474em;
}	

form#tx_indexedsearch input {
	display: inline;
	width: auto;
	margin-right: 0.6263159em;
	padding-left: 0.1789474em;
}

form#tx_indexedsearch p { margin: 0.4em 0 0.3em 0; }
form#tx_indexedsearch .tx-indexedsearch-searchbox-sword { border: 0.0894737em solid #a5acb2; width: 15em; }

.suchtrenner {
	clear: both;
	margin: 0 0 0.3578948em 0;
}
.tx-indexedsearch-whatis {
	margin: 0.5em 0 0 0;
	padding: 0.1789474em 0 0 0;
	border-top: 0.0894737em solid #a5acb2;
}
.tx-indexedsearch-sw { font-weight: bold; }
.tx-indexedsearch-title-icon,
.nr_titel,
.tx-indexedsearch-percent {
	display: block;
	float: left;
}

.tx-indexedsearch-title-icon { width: 1.789474em; }
.nr_titel { width: 41.5157968em; }
.tx-indexedsearch-percent { width: 2.684211em; }
.tx-indexedsearch-secHead { 
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 0.894737em 0;
}
.tx-indexedsearch-secHead h2 { display: block; width: 42.052639em; float: left; }
.seitenzaehler { width: 40.5em; float: left; font-weight: bold; }

.tx-indexedsearch-browsebox {
	display: block;
	width: auto;
	clear: both;
	margin: 0.3578948em 0 0.2684211em 0;
	padding: 0.5em 0 0 0;
	border-top: 0.0894737em solid #a5acb2;
}
.tx-indexedsearch-res {
	display: block;
	width: auto;
	clear: both;
}
.tx-indexedsearch-descr { margin-bottom: 0.7157896em; }
.tx-indexedsearch-info {
	display: block;
	width: auto;
	border-top: 0.0894737em dotted #a5acb2;
	margin: 0;
	padding: 0;
}

/* DOWNLOADS
---------------------------------------------------------------------------------------------------------------------*/

.filelinks {
	clear: both;
	padding: 0 30px 6px 0;
}

.filelinks div.description {
	clear: both;
	margin: 0;
	/* padding: 5px 0 3px 0; */
	padding: 0;
	font-weight: bold;
	color: #000;
	line-height: 145%;
}

.filelinks div { clear: both; }

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 {
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
	
div.filelinks div img {
	margin: 2px 3px 0 0;
}
	
/*.filelinks div { padding-left: 25px; background: url('t3lib/gfx/fileicons/default.gif') left top no-repeat; margin-bottom:10px; background-color: silver; }*/
.filelinks span { text-decoration: none;}
.filelinks .filecount { display: none; } 
/*.filelinks .filecount { display:none; margin-bottom:5px; }*/
/*.filelinks a { color:#000; text-decoration:none; }*/
.filelinks a:hover { text-decoration: none; }
	
/* Icons-Liste ... siehe Extension*/


/* CSS STYLES C. BILDER
 ------------------------------------------------------------------------------------------------------*/

 div.csc-textpic-caption {
	font-style: italic;
	font-size: 95%;
	line-height: 140%;
	padding: 6px 0 0 0;
}

.print_content .csc-textpic-imagewrap { padding-top: 3px; }
