/*
	CSS for hosting.de v.1.0 - T4.2 screen

	André Müller - die musteradresse
	www.musteradresse.com

*/
																/* GL0BaL */
html {
	font-size		:100.1%;
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
	font-size		:100%;
}

body {
	height			:100%;
	padding			:0;
	margin			:0;
	color			:#446688;
	background		:#ffffff url(../images/bg-body-y.jpg) bottom repeat-x fixed;
	font-family		:Verdana, Helvetica, sans-serif;
	font-size		:12px;
	line-height		:1.2em;
	letter-spacing	:0;
}

div, img,
table, tr, th, td,
p, h1, h2, h3, h4, h5, hr, blockquote,
dl, dt, dd  {
	margin			:0;
	padding			:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

img {
}

ul, ol, li {
	margin-top		:0;
	margin-bottom	:0;
	padding-top		:0;
	padding-bottom	:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

table {
	empty-cells		:show;
	border-spacing	:0;
	border-collapse	:collapse;
}

tr, th, td {
	vertical-align	:top;
}

form, input, select, textarea, fieldset, legend, label {
	margin			:0;
	padding			:0;
	font-size		:1.0em;
}

fieldset, legend, label {
	border			:0;
}

.clear {
	clear			:both;
	line-height		:0;
}

.markred {
	color			:#b23316;
	font-weight		:bold;
}

.hide {
	display			:none;
}

.print {
	display			:none;
}

/* ----------------------------------------------------------------------------------- TAGS */


p,
h1, h2, h3, h4, h5, h6, table, form {
	margin			:0 0 1em 0;
}

ul, ol, dl {
	margin-bottom	:1em;
}

ul {
}

ul li {
	list-style-image	:url(../images/list.gif);
	margin-bottom	:0.5em;
}

ol li {
	margin-bottom	:0.5em;
}

li p {
}

.normal h1 {
	margin			:0 0 0.8em 0;
	font-size		:14px;
	font-weight		:bold;
	/*text-align		:center;*/
}

.left h1,
.right h1 {
	display			:none;
}

h2 {
	margin			:0 0 0.8em 0;
	font-size		:12px;
	font-weight		:bold;
}

.left h2,
.right h2 {
	font-size		:1.1em;
}

h3 {
	margin			:0 0 1em 0;
	font-size		:1.0em;
	font-weight		:bold;
	/*color			:#33679b;
	text-transform	:uppercase;*/
}

.right h3 {
	font-size		:1.0em;
	margin			:0 0 0.5em 0;
}

h4  {
}

h5 {
}

small {
	font-size		:0.9em;
}

/*strong {
	font-weight		:bold;
	color			:#555566;
}

b {
	font-weight		:bold;
	color			:#555566;
}
*/
em {
	font-style		:italic;
}

i {
	font-style		:italic;
}

hr {
	display			:none;
}

abbr,
acronym,
span.tx-acronymmanager {
	border			:0;
	text-decoration	:underline;
	cursor			:help;
}

q,
cite {
	font-style	:normal;
	font-weight	:inherit;
}

address[title],
q[title],
cite[title]  {
	cursor		:help;
}

q:lang(de)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-de)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de-DE)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de_DE)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-ch)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(de_CH)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(fr)			{quotes: "«\2009" "\2009»" "‹\2009" "\2009›"}
q:lang(en)			{quotes: "“"  "”"  "‘"  "’"}
q:before,blockquote:before	{content:open-quote;}
q:after,blockquote:after	{content:close-quote;}
cite.tm:after			{content: "™"}
cite.reg:after			{content: "®"}
cite.copy:before		{content: "© "}

/* ----------------------------------------------------------------------------------- LINKS */


a,
a b,
a strong {
	color			:#c60f0f;
	text-decoration	:none;
}

a:hover,
a:hover b,
a:hover strong {
	color			:#222233;
	text-decoration	:underline;
}

.normal a,
.right a {
}

/* -----------------------------------------------------------------------------------  LAyOUT */

#top {
	height			:0;
	line-height		:0;
}
#mainframe {
	width			:852px;
	min-height		:100%;
	border			:solid 1px #aaafbf;
	border-top		:0;
	border-bottom	:0;
	margin			:0 auto 0 auto;
	background		:#ffffff url(../images/bg-content.jpg) repeat-y;
}
#header {
	height			:100px;
	background		:#ffffff url(../images/bg-header.jpg) bottom no-repeat;
}

#sitenav {
	width			:807px;
	height			:18px;
	padding			:2px 25px 0 20px;
	font-size		:0.8em;
	text-align		:right;
	color			:#aab0be;
}

#sitenav a {
	color			:#aab0be;
}

#sitenav a:hover,
#sitenav a.act,
#sitenav a.cur {
	color			:#222233;
	text-decoration	:none;
}

#logo {
	width			:272px;
	padding-top		:6px;
	height			:77px;
	float			:right;
}

#logo img {
}

#mainnav {
	width			:580px;
	height			:45px;
	float			:left;
	overflow		:hidden;
	font-size		:0.9em;
}

#mainnav dl {
	margin			:0 10px;
	height			:45px;
	border-left		:solid 0px #aab0be;
}

#mainnav dd {
	display			:block;
	float			:left;
	height			:45px;
}

#mainnav a {
	display			:block;
	float			:left;
	height			:23px;
	padding			:22px 10px 0px 10px;
	color			:#ffffff;
	border-right	:solid 0px #aab0be;
	font-weight		:bold;
}

#mainnav a:hover{
	color			:#ffffff;
	background		:url(../images/bg-mainnav-hover.gif) top repeat-x;
	text-decoration	:none;
}

#mainnav a.act,
#mainnav a.cur {
	color			:#ffffff;
	background		:#c60f0f url(../images/bg-mainnav-hover.gif) top repeat-x;
}

#subnav {
	width			:580px;
	height			:34px;
	float			:left;
	overflow		:hidden;
	color			:#444455;
	font-size		:0.9em;
}

/*#subnav dl {
	margin			:0 10px;
}

#subnav dd {
	display			:block;
}

#subnav a {
	display			:block;
	float			:left;
	color			:#c60f0f;
	padding			:10px 10px;
}

#subnav a:hover {
}

#subnav a.act,
#subnav a.cur,
#subnav a.act:hover,
#subnav a.cur:hover {
}
*/

#subnav p,
#subnav h1 {
	padding			:10px 20px;
	font-weight		:bold;
}

#content {
}

#maincol {
	width			:580px;
	float			:left !important;
}

.imaging {
	width			:580px;
	padding			:0;
}

.normal {
	padding			:15px 20px;
	line-height		:1.4em;
}

#rightcol {
	clear			:right;
	width			:262px;
	float			:right !important;
}

.right {
	font-size		:0.9em;
	padding			:15px 25px 15px 20px;
	line-height		:1.2em;
}

#footer {
	font-size		:0.9em;
	clear			:both;
	padding			:0;
	margin			:0 auto 0 0;
	width			:560px;
}

#footercontent {
	border-top		:dotted 1px #aab0be;
	margin-left		:20px;
	margin-top		:20px;
	padding			:1em 30px 50px 0px;
	color			:#aab0be;
}


#footercontent a {
	color			:#aab0be;
}

#footercontent a:hover,
#footercontent a.act,
#footercontent a.cur {
	color			:#222233;
}


/* ----------------------------------------------------------------------------------- cObj */

.csc,
.csc-frame {
	clear			:both;
	margin			:0 0 2em 0;
}

.right .csc,
.right .csc-frame {
	margin			:0 0 2em 0;
}

.csc-sword {
}

p.csc-toplink {
}

p.csc-toplink a {
}

/* ----------------------------------------------------------------------------------- cObj Header */

.csc-headline {
	margin			:0 0 0 0;
}

.csc-header {
}

.csc .csc-header,
.csc-frame .csc-header {
}

.csc-header-date {
}

.csc-header-date p {
}

p.csc-subheader	{
}

p.csc-subheader	strong {
}

/* ----------------------------------------------------------------------------------- Rahmen */

.csc-frame .csc {
	margin			:0;
}

/* Linie oben */
.csc-frame-05 {
	padding-top		:1em;
	border-top		:dotted 1px #aab0be;
}

/* Linie unten */
.csc-frame-06 {
	padding-bottom	:1em;
	border-bottom		:dotted 1px #aab0be;
}

.csc-frame .csc,
.right .csc-frame .csc {
	margin			:0;

}
/*
.csc-frame-20,
.csc-frame-21 {
	background		:#9c9d9f;
	color			:#ffffff;
	padding			:8px 9px;
	-moz-border-radius		:6px;
	-khtml-border-radius	:6px;
	-o-border-radius		:6px;
	-webkit-border-radius	:6px;
	border-radius			:6px;

}
.csc-frame-21 {
	background		:#ffffff;
	color			:#777777;
	border			:solid 1px #c60f0f;
}

.csc-frame-20 .csc-frame-background {
}
.csc-frame-21 .csc-frame-background {
}

.csc-frame-20 h1,
.csc-frame-20 h2,
.csc-frame-20 h3,
.csc-frame-20 h4,
.csc-frame-20 b,
.csc-frame-20 strong {
	color			:#ffffff;
}
.csc-frame-20 b,
.csc-frame-20 strong {
	color			:#eeeeee;
}

.csc-frame-20 a {
	color			:#99df55;
}
.csc-frame-20 a:hover {
	color			:#2c5814;
}

.right .csc-frame h1 a,
.right .csc-frame h2 a,
.right .csc-frame h3 a,
.right .csc-frame h4 a {
}

.right .csc-frame p {
}

*/

/* ----------------------------------------------------------------------------------- cObj imagetext */

.csc-img,
.csc-imgtxt {
	clear				:both;
	margin				:0 0 2em 0;
	padding				:0;
	line-height			:0;
}

.csc-textpic-text {
	line-height			:1.4em;
}

.csc-textpic-header {
	line-height			:1.4em;
}

.csc-textpic-img div {
	background			:#ffffff;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}

/*
.left .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption,
.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size		:.9em;
	margin			:0 0 0 0;
	padding			:0 5px 2px 90px;
	text-align		:right;
	color			:#ffffff;
	background		:#8fb9da url(../images/bg-imgcaption.gif) bottom right no-repeat;
	line-height		:1em;
}

*/

.csc-textpic-caption {
	font-size		:.9em;
	margin			:0 0 0 0;
	line-height		:1.0em;
	padding			:1em 0 0 0;
}

.csc-textpic-border .csc-textpic-caption {
}

.csc-img .csc-textpic-firstcol {
	clear			:both;
}

/* ----------------------------------------------------------------------------------- cObj menu */

ul.csc-sitemap {
	list-style		:none;
	margin-left		:0;
	padding-left	:0;
}

.csc-sitemap li {
	margin-bottom	:8px;
}

ul.csc-sitemap ul {
	margin-top		:8px;
	list-style		:circle;
	list-style-image:url(../images/bg-mainnav-link-l2.gif);
	margin-bottom	:0;
}

ul.csc-sitemap ul ul {
	margin-top		:8px;
	list-style		:square;
	list-style-image:url(../images/bg-mainnav-link-l3.gif);
	margin-bottom	:0;
}

ul.csc-sitemap .cur {
	display			:none;
}

ul.csc-sitemap span {
	color			:#2c5814;
}

.csc-menu {
	border			:solid 1px #c60f0f;
	padding			:12px;
	-moz-border-radius		:6px;
	-khtml-border-radius	:6px;
	-o-border-radius		:6px;
	-webkit-border-radius	:6px;
	border-radius			:6px;

}

dl.csc-menu-subpages-abstract {
/*	padding			:1em 0 0 0;
	border-top		:dotted 1px #afced7;
*/}

dl.csc-menu-subpages-abstract dt {
}

dl.csc-menu-subpages-abstract dd a {
	font-weight		:bold;
}

dl.csc-menu-subpages-abstract dd span {
	color			:#2c5814;
}


/* ----------------------------------------------------------------------------------- cObj table */

.csc-table,
.left .csc-table {
	padding				:0;
}

caption {
	font-size			:0.9em;
	text-align			:left;
	padding-bottom		:1em;
}

table.contenttable {
	table-layout		:auto;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:separate;
	padding				:0px;
	background			:#ffffff;
	width				:100%;
	margin				:0;
}

table.contenttable-0 tr td {
	background			:#d1d3db;
}

table.contenttable-0 tr.tr-odd td {
	background			:#e8eaed;
}

table.contenttable-0 th, table.contenttable-0 td {
	padding				:8px 9px;
	border-right		:solid 1px #ffffff;
	border-bottom		:solid 1px #ffffff;
}

table.contenttable-0 th.td, table.contenttable-0 td.td {
}

table.contenttable-0 th {
	font-weight			:bold;
	border-bottom		:solid 1px #ffffff;
	background			:#66af24;
	color				:#2c5814;
}

table.contenttable-0 tr.tr-odd th {
	background			:#66af24;
	color				:#2c5814;
}

table.contenttable-0 .tr-0 th.td-0, table.contenttable-0 .tr-0 td.td-0 {
	-moz-border-radius-topleft		:6px;
	-webkit-border-top-left-radius	:6px;
	border-top-left-radius			:6px;
}
table.contenttable-0 .tr-0 th.td-last, table.contenttable-0 .tr-0 td.td-last {
	-moz-border-radius-topright		:6px;
	-webkit-border-top-right-radius	:6px;
	border-top-right-radius			:6px;
}
table.contenttable-0 .tr-last th.td-0, table.contenttable-0 .tr-last td.td-0 {
	-moz-border-radius-bottomleft		:6px;
	-webkit-border-bottom-left-radius	:6px;
	border-bottom-left-radius			:6px;
}
table.contenttable-0 .tr-last th.td-last, table.contenttable-0 .tr-last td.td-last {
	-moz-border-radius-bottomright		:6px;
	-webkit-border-bottom-right-radius	:6px;
	border-bottom-right-radius			:6px;
}

table.contenttable-0 th.td-last, table.contenttable-0 td.td-last {
	border-right		:solid 0 #ffffff;
}

table.contenttable-0 .tr-last th, table.contenttable-0 .tr-last td {
	border-bottom		:solid 0 #ffffff;
}

table.contenttable-0 tfoot td {
	font-size			:0.9em;
}



/* ----------------------------------------------------------------------------------- cObj Fileleft */

table.csc-uploads {
	width			:auto;
	table-layout	:auto;
	background		:transparent;
	border-spacing	:0;
	border			:0;
}

table.csc-uploads td {
	width			:auto;
	padding-right	:10px;
	padding-bottom	:1em;
	vertical-align	:top;
}

td.csc-uploads-fileName p {
	margin			:0;
}

td.csc-uploads-fileName small {
}

td.csc-uploads-fileName a, td.csc-uploads-fileName a:hover {
	font-weight			:bold;
}

td.csc-uploads-icon {
	width			:5%;
	text-align		:left;
	vertical-align	:top;
}

td.csc-uploads-icon img {
	padding			:0;
	border			:none;
	vertical-align	:top;
}

td.csc-uploads-fileSize {
	width			:16%;
	text-align		:right;
	white-space		:nowrap;
	padding-right	:0;
}

/* ----------------------------------------------------------------------------------- cObj mailform */

form,
form p,
form label {
	/*color				:#777777;*/
}

form .csc-form-label-req,
form .csc-form-label-req label,
form .tx-danewslettersubscription-pi1-req,
form .tx-danewslettersubscription-pi1-req label,
form .tx-danewslettersubscription-pi1-req p {
	color				:#c60f0f;
}

.csc-mailform-field,
.tx-danewslettersubscription-pi1-form-field {
	clear				:both;
	margin-bottom		:12px;
}

.csc-loginform .csc-mailform-field {
	clear				:both;
	margin-bottom		:8px;
}


.csc-mailform-field label,
.tx-danewslettersubscription-pi1 label {
	display				:block;
	margin				:0 0 2px 0;
	clear				:both;
}

input,
textarea,
select {
	width				:534px;
	border				:solid 1px #aab0be;
	-moz-border-radius		:2px;
	-khtml-border-radius	:2px;
	-o-border-radius		:2px;
	-webkit-border-radius	:2px;
	border-radius			:2px;

	font-family			:Arial, Helvetica, sans-serif;
	font-size			:1.0em;
	padding				:2px;
	background			:#ffffff;
	color				:#c60f0f;
}

.right input,
.right textarea {
	width				:211px;
}


textarea, select {
	font-size			:1.0em;
	border				:solid 1px #aab0be;
	-moz-border-radius		:2px;
	-khtml-border-radius	:2px;
	-o-border-radius		:2px;
	-webkit-border-radius	:2px;
	border-radius			:2px;

	background			:#ffffff;
	color				:#c60f0f;
}

select {
	padding				:1px 1px 1px 0;
	width				:auto;
}

option {
	background			:#ffffff;
	font-family			:Arial, Helvetica, sans-serif;
}

.readonly {
	border				:solid 1px #aab0be;
	color				:#aab0be;
	background			:transparent;
}

input#captcha, 
input#mailformcaptcha_response {
	width				:160px;
	float				:left;
	margin-right		:8px;
}
.csc-mailform-field img {
	border				:solid 1px #aab0be;
	-moz-border-radius		:2px;
	-khtml-border-radius	:2px;
	-o-border-radius		:2px;
	-webkit-border-radius	:2px;
	border-radius			:2px;

}

.csc-form p.csc-mailform-comment {
	clear				:both;
	font-weight			:bold;
}

.csc-loginform p.csc-mailform-comment {
	clear				:both;
	font-weight			:normal;
	margin-bottom		:0;
}

.csc-mailform-field-radio,
.tx-danewslettersubscription-pi1-form-field-radio {
	margin-bottom		:16px;
}

.csc-mailform-field-radio label,
.tx-danewslettersubscription-pi1-form-field-radio label {
	display				:block;
	margin				:0;
	clear				:both;
}

.csc-mailform-field-radio fieldset,
.tx-danewslettersubscription-pi1-form-field-radio fieldset {
	border				:0;
	padding				:0;
	margin				:.5em 0 .5em 0;
}

.csc-mailform-field-radio fieldset legend {
	display				:none;
}

.csc-mailform-field-radio fieldset label,
.tx-danewslettersubscription-pi1-form-field-radio fieldset label {
	display				:inline;
	margin				:0;
	width				:auto;
	float				:none;
	clear				:none;
	text-align			:left;
}

.csc-mailform-field-radio fieldset input,
.tx-danewslettersubscription-pi1-form-field-radio fieldset input {
	clear				:both;
	float				:left;
	width				:auto;
	margin-top			:-0.2em;
	margin-right		:0.2em;
	border				:0;
	padding				:0;
	background			:transparent;
}	html>body .csc-mailform-field-radio fieldset input,
	html>body .tx-danewslettersubscription-pi1-form-field-radio fieldset input {
	margin-top			:0.2em;
	background			:transparent;
}

.csc-mailform-field-check,
.tx-danewslettersubscription-pi1-form-field-check {
	margin-top			:0;
	margin-bottom		:16px;
}

.csc-mailform-field-check label,
.tx-danewslettersubscription-pi1-form-field-check label {
}

.csc-mailform-field-check input,
.tx-danewslettersubscription-pi1-form-field-check input,
.tx-danewslettersubscription-pi1-checkbox {
	width				:auto;
	margin-top			:0.0;
	margin-right		:8px;
	border				:0;
	padding				:0 0 0 0;
	background			:transparent;
}

.csc-mailform-field-submit,
.tx-danewslettersubscription-pi1-form-field-submit {
	margin				:0;
	padding				:0;

}

.csc-mailform-field-submit input, 
input.submit,
input.tx-danewslettersubscription-pi1-submit,
.tx-gsifeuserlist-pi1-searchbox-button,
.news-search-form .submit,
input#tx-indexedsearch-searchbox-button-submit,
input.pollsubmit {
	width			:auto;
	margin			:8px 0 0 0;
	padding			:.2em .2em;
	font-weight		:bold;
	border			:solid 1px #c60f0f;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

	outline			:0;
	color			:#ffffff;
	background		:#c60f0f;
	/*text-transform	:uppercase;*/
}


.news-search-form .submit {
	margin			:0;
}

.csc-mailform-field-submit input:hover, 
input.submit:hover,
input.tx-danewslettersubscription-pi1-submit:hover,
.tx-gsifeuserlist-pi1-searchbox-button:hover,
.news-search-form .submit:hover,
input#tx-indexedsearch-searchbox-button-submit:hover,
input.pollsubmit:hover {
	color			:#2c5814;
	cursor			:pointer;
}

/* ----------------------------------------------------------------------------------- tx-danewslettersubscription-pi1 */

.tx-danewslettersubscription-pi1 {
	margin			:0 0 2em 0;
}

.tx-danewslettersubscription-pi1-missingfields strong {
	color			:#b23316;
}

.tx-danewslettersubscription-pi1-premsg {
	font-weight		:bold;
	color			:#123456;
}

.tx-danewslettersubscription-pi1-subscr {
}

dl.tx-danewslettersubscription-pi1-data {
}

dl.tx-danewslettersubscription-pi1-data dt {
	clear			:both;
	float			:left;
	width			:75px;
}

dl.tx-danewslettersubscription-pi1-data dd {
	padding-left	:75px;
}

dl.tx-danewslettersubscription-pi1-list {
}

dl.tx-danewslettersubscription-pi1-list dt {
	margin-bottom	:0;
	font-weight		:bold;
}

dl.tx-danewslettersubscription-pi1-list dd {
	margin-bottom	:8px;
}

.tx-danewslettersubscription-pi1-form-field-submit {
	clear			:both;
}

/* ----------------------------------------------------------------------------------- tx-slideshow-pi1 */
/*
.normal .tx-slideshow-pi1 {
	width			:446px;
	padding			:1px;
	margin			:0 0 30px 0;
	border			:solid 1px #33679b;
	overflow		:hidden;
}

.normal .tx-slideshow-pi1 div,
.normal .tx-slideshow-pi1 embed,
.normal .tx-slideshow-pi1 object,
.normal .tx-slideshow-pi1 script,
.normal .tx-slideshow-pi1 noscript {
	line-height		:0;
	margin			:0;
	padding			:0;
}
*/
/* ----------------------------------------------------------------------------------- tx-vgetagcloud-pi1 */

.tx-vgetagcloud-pi1 {
	margin			:0 0 2em 0;
	/*text-align		:center;
	width			:182px;*/
}

.tx-vgetagcloud-pi1 ul {
	display			:inline;
	margin			:0;
	padding			:0;
	list-style		:none;
}

.tx-vgetagcloud-pi1 ul li {
	display			:inline;
	margin			:0;
	padding			:0;
	line-height		:1em;
}

.tx-vgetagcloud-pi1 ul li a,
.right .tx-vgetagcloud-pi1 ul li a {
	color			:#aab0be;
}

.tx-vgetagcloud-pi1 ul li a:hover {
	color			:#c60f0f;
}

/* ----------------------------------------------------------------------------------- tx-nrdfimport-pi1 */

.tx-nrdfimport-pi1 {
}

dl.tx-nrdfimport-single {
}

dl.tx-nrdfimport-single dt {
	font-weight		:bold;
	margin			:0 0 16px 0;
	display			:none;
}

dl.tx-nrdfimport-single dt .tx-nrdfimport-channel-desc {
	display			:none;
}

dl.tx-nrdfimport-single dd {
	margin			:0 0 16px 0;
}

dl.tx-nrdfimport-single dd .tx-nrdfimport-item-title {
	font-weight		:bold;
}


/* ----------------------------------------------------------------------------------- indexed_search */

.tx-indexedsearch {
	margin			:0 0 2em 0;
}

.tx-indexedsearch-searchbox {
	padding			:2px;
	margin			:0 0 2em 0;
	border			:dotted 1px #dddddd;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;
}

.tx-indexedsearch-searchbox form {
	background		:#d0dce7;
	padding			:.75em 1em;
	margin			:0;
}

.tx-indexedsearch-sw {
	color			:#b23316;
}

.tx-indexedsearch-search-for {
	float			:left;
	margin-right	:16px;
	font-size		:0.9em;
	margin-bottom		:4px;
}

.tx-indexedsearch-search-in {
	clear			:none;
	font-size		:0.9em;
	margin-bottom		:4px;
}

.tx-indexedsearch-search-in label {
	clear			:none;
}

.tx-indexedsearch-search-freeindexuid {
	font-size		:0.9em;
}

.tx-indexedsearch-search-submit {
}

.tx-indexedsearch-whatis { /* Ausgeblendet fr newsince */
	clear			:both;
	/*display			:none;*/
}

.tx-indexedsearch-res {
	margin			:0 0 0 0;
	padding			:8px 0 0 0;
	border-bottom	:dotted 1px #aaaaaa;
}

.tx-indexedsearch-resultrow {
	margin			:0 0 16px 0;
	padding			:8px 0 0 0;
	border-top		:dotted 1px #aaaaaa;
}

h3.tx-indexedsearch-title {
}

h3.tx-indexedsearch-title a {
}

.tx-indexedsearch-result-number {
	font-weight		:bold;
	color			:#777777;
}

p.tx-indexedsearch-descr {
	margin-bottom	:8px;
}

dl.tx-indexedsearch-info {
	display			:block;
	color			:#777777;
	font-size		:0.9em;
}

dl.tx-indexedsearch-info dt {
	display			:inline;
}

dl.tx-indexedsearch-info dd {
	display			:inline;
	color			:#777777;
}

dl.tx-indexedsearch-info dd span {
	color			:#777777;
}

.tx-indexedsearch-text-item-more {
	font-weight		:bold;
}

.tx-indexedsearch-browsebox ul.browsebox {
	display			:none;
}

.tx-indexedsearch-browsebox br {
	display			:none;
}

.tx-indexedsearch-browsebox2 {
	margin			:-8px 0 2em 0;
}

.tx-indexedsearch-browsebox2 .tx-indexedsearch-browsebox br {
	display			:block;
}

.tx-indexedsearch-browsebox2 .tx-indexedsearch-browsebox ul.browsebox {
	display			:block;
}


/* ----------------------------------------------------------------------------------- newsince */
/*
.tx-newsince {
	border-bottom	:solid 1px #afced7;
	margin			:-10 -10 2em -10;
	background		:#e3ebef;
	color			:#5092a0;
}

.tx-newsince form {
	padding			:10 10 5px 10;
	margin			:0;
	border-top		:solid 1px #ffffff;
	border-bottom	:solid 1px #ffffff;
}

#leftcol .tx-newsince select {
	width			:150;
}	html>body #leftcol .tx-newsince select {
	width			:161px;
}

#leftcol .tx-newsince input {
	width			:auto;
}
*/

/* ----------------------------------------------------------------------------------- tx_macinabanners-pi1 */
/*
.normal .tx_macinabanners {
	margin			:-10 -10 5px -10;
	line-height		:1em;
}

.normal .tx_macinabanners a {
	display			:block;
	width			:468px;
	text-align		:center;
	border			:solid 1px #90a7c6;
	margin			:0;
	background		:#90a7c6;
	line-height		:0;
	padding			:0;
}

.normal .tx_macinabanners a img {}

.normal .tx_macinabanners p.tx_macinabanners-text-advertisement-top {
	display			:none;
}

.normal .tx_macinabanners p.tx_macinabanners-text-advertisement-bottom {
	font-size		:9px;
	color			:#afced7;
	margin			:1px 2px 0 0;
	text-align		:right;
	text-transform	:uppercase;
}

#banner-left .tx_macinabanners,
#banner-right .tx_macinabanners {
	margin			:0 0 0 0;
	padding			:0 10;
}

#banner-left .tx_macinabanners a,
#banner-right .tx_macinabanners a {
	display			:block;
	width			:182px;
	text-align		:center;
	border			:0;
	margin			:0 0 10 0;
	line-height		:0;
	padding			:0;
}

#banner-left .tx_macinabanners p.tx_macinabanners-text-advertisement-top,
#banner-right .tx_macinabanners p.tx_macinabanners-text-advertisement-top {
	font-size		:10;
	color			:#afced7;
	margin			:0 0 1px 0;
	text-align		:left;
	text-transform	:uppercase;
}
#banner-right .tx_macinabanners p.tx_macinabanners-text-advertisement-top {
	text-align		:right;
}

#banner-left .tx_macinabanners p.tx_macinabanners-text-advertisement-bottom,
#banner-right .tx_macinabanners p.tx_macinabanners-text-advertisement-bottom {
	display			:none;
}

#banner-bottom .tx_macinabanners {
	margin			:0 0 0 0;
}

#banner-bottom .tx_macinabanners a {
	display			:block;
	width			:468px;
	text-align		:center;
	border			:solid 1px #ffffff;
	margin			:10 0 0 0;
	background		:#90a7c6;
	line-height		:0;
	padding			:1px;
}

#banner-bottom .tx_macinabanners p.tx_macinabanners-text-advertisement-top {
	display			:none;
}

#banner-bottom .tx_macinabanners p.tx_macinabanners-text-advertisement-bottom {
	font-size		:9px;
	color			:#ffffff;
	margin			:1px 0 0 0;
	text-align		:right;
	text-transform	:uppercase;
}
*/
/* ----------------------------------------------------------------------------------- tx-jk-poll-pi1 */
/*
.tx-jkpoll-pi1 {
	margin			:0 0 30px 0;
}

.csc-frame-05 .tx-jkpoll-pi1,
.csc-frame-06 .tx-jkpoll-pi1 {
	margin			:0 0 0 0;
}

h3.poll-title {
	margin			:0;
}

div.poll-question {
	margin			:0 0 16px 0;
}

div.poll-question  p {
	margin			:0 0 0 0;
}

div.poll-img {
}


div.poll-vote {
}

div.poll-vote .csc-mailform-field-captcha img {
	float			:left;
	margin-right	:5px;
}

div.poll-vote .csc-mailform-field-captcha input {
	width			:auto;
}

div.poll-vote a.jk_poll_linklist {
}

div.poll-vote .csc-mailform-field-radio fieldset {
}
div.poll-vote .csc-mailform-field-radio fieldset input {
	float			:none;
	display			:inline;
}

div.poll-vote .csc-mailform-field-radio fieldset label {
	float			:none;
}

div.poll-vote .csc-mailform-field-radio fieldset table {
	table-layout	:auto;
	margin-bottom	:0.0;
}

div.poll-vote .csc-mailform-field-radio fieldset td {
	padding-bottom	:0.5em;
}

div.poll-vote .csc-mailform-field-radio fieldset td.label {
	padding-left	:0.5em;
}


div.poll-answers p {
	margin			:0 0 16px 0;
}

div.poll-answers p.poll-votes-total {
	margin			:0 0 16px 0;
}

p.poll-result-horizontal {
	line-height		:1em;
}

p.poll-result-horizontal img {
	border-left		:solid 1px #33679b;
}

span.poll-percentage {
	font-weight		:bold;
	color			:#33679b;
}
*/
/* ----------------------------------------------------------------------------------- ext: tt_news */

div.tx-danpdocumentdirs-pi2 {
	margin			:0 0 2em 0;
}

div.tx-danpdocumentdirs-pi2-list {
	border-top		:dotted 1px #afced7;
	margin			:1em 0 2em 0;
	padding			:16px 0 0 0;
}

dl.tx-danpdocumentdirs-pi2-list-item {
	clear			:both;
	margin			:0 0 16px 0;
	padding			:0 0 1.5em 0;
	border-bottom	:dotted 1px #afced7;
}

.tx-danpdocumentdirs-pi2-lastmodifydate {
	float			:left;
}

dd.tx-danpdocumentdirs-pi2-lastmodifydate {
	font-weight		:bold;
	color			:#33679b;
}

.tx-danpdocumentdirs-pi2-doctitle {
	display			:inline;
}


.tx-danpdocumentdirs-pi2-image {
	margin-top		:1em;
}

.tx-danpdocumentdirs-pi2-list-item dt.tx-danpdocumentdirs-pi2-image,
.tx-danpdocumentdirs-pi2-list-item dt.tx-danpdocumentdirs-pi2-filesize {
	clear			:both;
	font-weight		:normal;
	color			:#33679b;
	float			:left;
}

/* ----------------------------------------------------------------------------------- ext: tt_news */
/*
.news-search-form-abc {
	margin			:0 0 16px 0;
	font-size		:0.9em;
	width			:175px;
	float			:right;
}

.news-search-form-abc strong {
	border			:solid 1px #afced7;
	padding			:1px;
	margin			:0 1px 1px 0;
	font-weight		:bold;
	display			:block;
	width			:20;
	float			:left;
}	html>body .news-search-form-abc strong {
	width			:auto;
	min-width		:20;
}

.news-search-form-abc a,
.news-search-form-abc span {
	display			:block;
	padding			:0 4px;
	background		:#e3ebef;
	text-align		:center;
}

.news-search-form-abc strong.act {
	border			:solid 1px #5092a0;
}

.news-search-form-abc a:hover,
.news-search-form-abc span {
	background		:#5092a0 url(../images/bg-mainnav-link-hover.jpg) right repeat-y;
	color			:#ffffff;
}

.news-search-form {
	margin			:0 0 16px 0;
	float			:left;
}

.news-search-form form {
	margin			:0;
	padding			:0;
}

.news-search-form form input {
	display			:block;
	width			:260;
}

.news-search-form form input.submit {
	width			:auto;
	margin			:1em 0 0 0;
}
*/
.news-amenu-container {}

.news-amenu-container dl {
}

.news-amenu-container dt,
.news-amenu-container dd {
}

.news-amenu-container dt {
	color			:#777777;
	font-weight		:bold;
}

.news-amenu-container dd a {
}
.news-amenu-container dd a:hover {
}

.news-catmenu {
}

.news-catmenu-ACT a {
	color			:#123456;	
}

/* ----------------------------------------------------------------------------------- Latest */

.news-latest {
}

.news-latest h4 {
	margin			:0;
}

.news-latest h4 a {
}

.news-latest-item h4 {
	font-weight		:normal;
}

.news-latest-date,
.news-latest-dateto {
	font-weight		:bold;
}

.news-latest img {
	padding			:2px;
	border			:solid 1px #aaaaaa;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}

.news-latest-item p {
}

.news-latest-item p {
	font-weight		:normal;
}

.news-latest-more {
}
.news-latest-more a {
}

.news-latest-more a:hover {
}

/* ----------------------------------------------------------------------------------- List */

.news-list {
	margin			:0 0 2em 0;
	padding			:0 0 0 0;
}

.news-list-item {
	clear			:both;
	margin			:0 0 16px 0;
	padding			:8px 0 0 0;
	border-top		:dotted 1px #dddddd; 
}

.news-list-item h3.news-list-header {
	font-size		:1.1em;
	display			:block;
	padding			:0;
	margin-bottom	:8px;
	border-bottom	:0;
}

.news-list-item-74 h3.news-list-header {
	font-size		:1em;
	display			:block;
	padding			:0;
	margin-bottom	:8px;
	border-bottom	:0;
}

.news-list-date,
.news-list-dateto {
	white-space		:nowrap;
	font-weight		:bold;
}

.news-list-item .news-list-short {
	margin			:0 0 8px 0;
}

.news-list-img {
	float			:right;
	margin			:0 0 8px 16px;
}

.news-list-item-71 .news-list-img {
	float			:left;
	margin			:0 16px 8px 0;
}

.news-list-img a {
}

.news-list-img img {
	display			:block;
	padding			:2px;
	border			:solid 1px #dddddd;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}

.news-list-item p {
	margin			:0;
}

.news-list-category {
}

.news-list-info {
}

.news-list-info b {
	font-weight		:normal;
	color			:#777777;
}

.news-list-comments {
	display			:none;
}

.news-list-item-3 .news-list-comments {
	display			:block;
}

.news-list-category b,
.news-list-comments b,
.news-list-info b {
}

.news-list-feedlinks {
	clear			:both;
	float			:right;
	color			:#888888;
	font-size		:0.9em;
	padding-top		:9px;
}

/* ----------------------------------------------------------------------------------- single */


.news-single-category {
	display			:none;
}

.news-single-category b {
	font-weight		:normal;
}

.news-single-item h2 {
	font-size		:1.1em;
	line-height		:1em;
}

.news-single-datetime {
	margin			:0 0 8px 0;
}

.news-single-date {
	font-weight		:bold;
}
.news-single-dateto {
	font-weight		:bold;
}
.news-single-time {
	font-weight		:normal;
}
.news-single-time span {
	font-weight		:normal;
}

.news-single-img {
	float			:right;
	margin			:0 0 8px 16px;
}

.news-single-img img {
	display			:block;
	padding			:2px;
	border			:solid 1px #aaaaaa;
	line-height		:0;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}

.news-single-imgcaption {
	font-size		:.9em;
	line-height		:1em;
}


/*
.news-single-item-0 .news-single-imgcaption,
.news-single-item-4 .news-single-imgcaption,
.news-single-item-5 .news-single-imgcaption,
.news-single-item-10 .news-single-imgcaption {
	font-size		:.9em;
	margin			:0 0 0 0;
	padding			:0 5px 2px 20;
	text-align		:right;
	color			:#ffffff;
	background		:#8fb9da url(../images/bg-imgcaption.gif) bottom right no-repeat;
	width			:104px;
}
*/

.news-single-content {
	margin			:0 0 2em 0;
}

.news-single-subheader {
}

.news-single-info {
}
.news-single-info b {
}
.news-single-info a {}
.news-single-info a:hover {}

.news-single-files {
	border-top		:dotted 1px #dddddd; 
	padding-bottom	:0;
}
.news-single-files h3 {
}
.news-single-files p {
	margin			:0;
}
.news-single-files p a {
}
.news-single-files p a:hover {
}

.news-single-links {
	border-top		:dotted 1px #dddddd; 
	padding-bottom	:0;
}
.news-single-links h3 {
}
.news-single-links p {
	margin			:0;
}
.news-single-links a {
}
.news-single-links a:hover {
}

.news-single-co {
	padding-bottom	:16px;
}
.news-single-co h3 {
}
.news-single-co p {
	margin			:0;
}
.news-single-co .news-single-contact,
.news-single-co .news-single-contact-address {
}

.news-single-person {
	padding-bottom	:16px;
}
.news-single-person h3 {
}
.news-single-person p {
	margin			:0;
}
.news-single-person .news-single-contact {
	margin			:0 0 0 0;
}
.news-single-person .news-single-contact-address {
	margin			:0 0 8px 0;
}



.news-single-related {
}
.news-single-related h3 {
}
.news-single-related p {
}
.news-single-related a {
}
.news-single-related a:hover {
}

.news-single-blogadd small,
.news-single-backlink small {
}

.news-single-blogadd {
	display			:none;
}
.news-single-item-3 .news-single-blogadd {
	display			:block;
}

.news-single-add2cal {
	float			:right;
	margin			:0 0 24px 0;
	padding			:9px 0 0 0;
	font-size		:0.9em;
	color			:#888888;
}

.news-single-backlink {
	border-top		:dotted 1px #dddddd;
	margin			:0 0 24px 0;
	padding			:8px 0 0 0;
}

.news-single-reglink {
}

p.news-mess {
}

.tx-ttnews-reg-missing,
.tx-ttnews-announce-missing {
	color			:#c60f0f;
}
/* ----------------------------------------------------------------------------------- kalender */

.right .tx-ttnews {
	margin				:0;
}

table#news-calendar {
	table-layout		:fixed;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	border				:0;
	width				:200;
	padding				:0;
	margin				:0;
	font-size			:11px;
	line-height			:1em;
}

#news-calendar caption {
	padding				:4px 8px 8px 8px;
	border-bottom		:solid 1px #ffffff;
	background			:#d7e6eb url(../images/bg-frame-lg-right.gif) top left no-repeat;
	font-size			:1em;
	font-weight			:bold;
	text-align			:left;
}

#news-calendar thead tr {
}

#news-calendar th,
#news-calendar td {
	border				:solid 1px #ffffff;
	border-right		:0;
	padding				:6px;
	font-weight			:normal;
	text-align			:center;
	background			:#d7e6eb;
}

#news-calendar th {
	background			:#d7e6eb;
	font-weight		:bold;
}

#news-calendar td {
	background			:#afced7;
}

#news-calendar td.pad {
	background			:#d7e6eb;
}

#news-calendar td a {
	display				:block;
	background			:#5092a0;
	color				:#e3ebef;
	margin				:-6px;
	padding				:6px;
}

#news-calendar td a:hover,
#news-calendar td.act a {
	background			:#5092a0;
	color				:#ffffff;
}

#news-calendar tfoot td,
#news-calendar tfoot td.pad {
	border				:0;
	background			:#d7e6eb;
}

#news-calendar tfoot td a {
	display				:inline;
	background			:#d7e6eb;
	color				:#5092a0;
	border				:0;
	margin				:0;
	padding				:0;
}

#news-calendar tfoot td a:hover {
	background			:#d7e6eb;
	color				:#789abc;
}

#news-calendar td#next {
	text-align			:right;
	font-weight		:bold;
}
#news-calendar td#prev {
	text-align			:left;
	font-weight		:bold;
}
#news-calendar td#today {
	font-weight		:bold;
}


/* ----------------------------------------------------------------------------------- browsebox */

.tx-ttnews-browsebox {
	border-top		:dotted 1px #dddddd; 
	padding-top		:8px;
}

.showResults {
	color			:#888888;
	font-size		:0.9em;
}

.showResults span {
	font-weight		:bold;
}

ul.browsebox {
	padding			:0;
	margin			:0 0 2em 0;
	list-style		:none;
}

ul.browsebox li {
	font-size		:0.9em;
	float			:left;
	border			:solid 1px #c60f0f;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

	padding			:0px;
	margin			:0 4px 0 0;
	font-weight		:bold;
	width			:20px;
	height			:16px;
	text-align		:center;
	background		:#c60f0f;
	list-style-image:none;
}

ul.browsebox li a {
	display			:block;
	padding			:1px;
	min-width			:15px;
	text-align		:center;
	color			:#ffffff;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage,
ul.browsebox li.activeLink {
	border			:solid 1px #c60f0f;
	background		:#ffffff;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a,
ul.browsebox li.activeLink a {
	color			:#2c5814;
}

ul.browsebox li:hover {
}

ul.browsebox li a:hover {
	color			:#2c5814;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
ul.browsebox li.activeLink a:hover {
}


