/*
	CSS for Diagnostik Net BB v.1.0 - T4.1 screen

	André Müller - die musteradresse
	www.musteradresse.com

*/
																/* GL0BaL */

html {
	font-size		:100.1%;
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
}

body {
	height			:100%;
	padding			:0;
	margin			:0;
	color			:#2e4044;
	background		:#d5dde0 url(../images/bg-body.gif) bottom right no-repeat fixed;
	font-family		:Arial, Helvetica, sans-serif;
	font-size		:15px;
	line-height		:1.0em;
	letter-spacing	:0em;
}

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			:#cc0000;
	font-weight		:bold;
}

.hide {
	display			:none;
}

.print {
	display			:none;
}

/* ----------------------------------------------------------------------------------- TAGS */


a {
	color			:#ae2956;
	text-decoration	:none;
}

a:hover {
	color			:#2e4044;
	text-decoration		:underline;
}

p,
ul, ol, dl,
h1, h2, h3, h4, h5, h6, table, form {
	margin-bottom	:1em;
}

ul {
}

ul li {
}

ol li {
}

li p {
}

h1 {
	text-transform	:uppercase;
}

.normal h1 {
	color			:#04141b;
}

.left h1,
.right h1 {
}

h2 {
	color			:#04141b;
}

.left h2,
.right h2 {
	color			:#7d9499;
	text-transform	:uppercase;
}

h3 {
	color			:#04141b;
	margin			:0 0 0.5em 0;
	font-size		:1.0em;
	font-weight		:bold;
}

.left h3,
.right h3 {
	color			:#7d9499;
	text-transform	:uppercase;
}

h4  {
}

h5 {
}

small {
	font-size		:0.9em;
}

strong {
	font-weight		:bold;
}

b {
	font-weight		:bold;
}

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: "© "}

/* -----------------------------------------------------------------------------------  LAyOUT */

#mainframe {
	height				:100%;
	width				:100%;
	background			:transparent url(../images/bg-content.gif) top left repeat-y;
}	html>body #mainframe {
	height				:auto;
	min-height			:100%;
}

#header {
	height				:126px;
	width				:100%;
	border-bottom		:solid 2px #ffffff;
	background			:#d5dde0 url(../images/bg-header.jpg) top right repeat-y;
}

#header #langnav,
#header #logo {
	position			:absolute;
	top					:0;
	left				:0;
	height				:106px;
	width				:188px;
	padding				:10px;
	border-right		:solid 2px #ffffff;
	background			:transparent url(../images/bg-logo-white.gif) bottom left repeat-x;
}

#header #langnav {
	text-transform		:uppercase;
	font-size			:9px;
	padding-top			:106px;
	height				:10px;
}

#header #logo {
	left				:210px;
	width				:480px;
	height				:50px;
	padding				:76px 10px 0 10px;
	text-align			:right;
}

#header #logo a {
}

#subheader {
	height				:166px;
	width				:100%;
	border-bottom		:solid 2px #ffffff;
	background			:#7d9499 url(../images/bg-subheader.jpg) top right repeat-y;
	color				:#e9edef;
	font-size			:0.9em;
}

#subheader #pageinfo,
#subheader #imaging,
#subheader #border {
	position			:absolute;
	top					:128px;
	left				:0;
	height				:146px;
	width				:188px;
	padding				:10px;
	border-right		:solid 2px #ffffff;
	overflow			:hidden;
	line-height			:1.25em;
}

#pageinfo strong {
	font-weight			:normal;
}

#subheader #imaging {
	left				:210px;
	padding				:0;
	width				:500px;
	height				:166px;
	background			:#7d9499 url(../images/imaging.jpg) top left no-repeat;
}

#subheader #border {
	left				:712px;
	border-right		:0;
}

#content {
	width				:922px;
}

#leftcol {
	width				:208px;
	float				:left;
	border-right		:solid 2px #ffffff;
	background			:#aebdc1;
}

#mainnav dl {
	border-bottom		:solid 1px #e2eaec;
	margin-top			:-1px;
}

#mainnav dt {
}

#mainnav dd {
}

#mainnav a {
	display				:block;
	padding				:5px 10px;
	border-top 			:solid 1px #e2eaec;
	color				:#ffffff;
	font-weight			:bold;
	font-size			:0.9em;
}

#mainnav dd a {
	margin				:0 0 0 10px;
	font-weight			:normal;
}

#mainnav dd.l3 a {
	font-size			:.9em;
	margin				:0 0 0 20px;
}

#mainnav .act,
#mainnav dd,
#mainnav .cur {
	background			:#7d9499;
}

#mainnav .cur {
	color				:#2e4044;
}

#mainnav a:hover {
	color				:#2e4044;
	text-decoration	:none;
}



.left {
	padding				:10px;
	font-size			:0.9em;
	line-height			:1.25em;
}

.normal {
	width				:480px;
	padding				:10px;
	float				:left;
	border-right		:solid 2px #ffffff;
	background			:#ffffff;
	line-height			:1.25em;
}

.content-xl {
	width				:100%;
}

.content-xl .normal {
	width				:auto;
	position			:absolute;
	left				:208px;
	top					:294px;
}	html>body .content-xl .normal {
}

.right {
	width				:188px;
	padding				:10px;
	float				:left;
	font-size			:0.9em;
	/*color				:#ffffff;*/
	line-height			:1.25em;
}

.content-xl .right {
	display				:none;
}

/*.left a,
#border a {
	color				:#ffffff;
}
*/
/*.left a:hover,
#border a:hover {
	color				:#ffffff;
	text-decoration		:underline;
}
*/
/* ----------------------------------------------------------------------------------- cObj */

.csc,
.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;
}

.csc-frame-05 {
	margin			:0 0 2em 0;
	padding			:1em 0 0 0;
	border-top		:solid 1px #aebdc1;
}

.csc-frame-06 {
	margin			:0 0 2em 0;
	padding			:0 0 1em 0;
	border-bottom	:solid 1px #aebdc1;
}

.csc-frame-20 {
	padding			:5px 5px 5px 5px;
	border			:solid 1px;
}

.normal .csc-frame-20 {
	margin			:-8px -8px 2em -8px;
	padding			:8px 8px 4px 8px;
	border			:solid 1px #aebdc1;
}

.right .csc-frame-20 {
	background			:#aebdc1;
}

.csc-frame-21 {
	font-size		:0.9em;
}

.normal .csc-frame-21 {
	color			:#5d767b;
}


/* ----------------------------------------------------------------------------------- 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;
}

.csc-textpic-caption {
	font-size		:.9em;
	line-height		:1.0em;
	margin			:0;
	padding			:.5em 0 1em 0;
	color			:#5d767b;
}

.csc-img .csc-textpic-firstcol {
	clear			:both;
}

/* ----------------------------------------------------------------------------------- cObj menu */

ul.csc-sitemap {
	list-style		:none;
	margin-left		:0;
	padding-left	:0;
}

ul.csc-sitemap ul {
	list-style		:circle;
	list-style-image:url(../images/bg-mainnav-link-l2.gif);
	margin-bottom	:0;
}

ul.csc-sitemap ul ul {
	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			:#599a20;
}

dl.csc-menu-subpages-abstract {
/*	padding			:1em 0 0 0;
	background		:url(../images/dot.gif) top left repeat-x;
*/}

dl.csc-menu-subpages-abstract dt {
}

dl.csc-menu-subpages-abstract dd a {
	font-weight		:bold;
}

dl.csc-menu-subpages-abstract dd span {
	color			:#599a20;
}


/* ----------------------------------------------------------------------------------- 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		:collapse;
	border				:0;
	width				:100%;
	margin				:0;
}

table.contenttable-0 tr {
	background		:#d5dde0;
}

table.contenttable-0 tr.tr-odd {
	background		:#e9edef;
}

table.contenttable-0 th, table.contenttable-0 td {
	padding				:.2em .5em;
	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		:#aebdc1;
	color			:#ffffff;
}

table.contenttable-0 tr.tr-odd th {
	background		:#bdcacd;
	color			:#ffffff;
}

table.contenttable-0 th.td-0, table.contenttable-0 td.td-0 {
}

table.contenttable-0 th.td-last, table.contenttable-0 td.td-last {
	border-right		:solid 0px #ffffff;
}

table.contenttable-0 .tr-last th, table.contenttable-0 .tr-last td {
}

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			:10%;
	text-align		:right;
	white-space		:nowrap;
	padding-right	:0;
}

/* ----------------------------------------------------------------------------------- cObj mailform */

.normal .csc-form {
	margin			:-8px -8px 2em -8px;
	padding			:8px 8px 4px 8px;
	border			:solid 1px #aebdc1;
}

.csc-form-label-req,
.tx-danewslettersubscription-pi1-req {
	color				:#ad2956;
}

.csc-mailform-field,
.tx-danewslettersubscription-pi1-form-field {
	clear				:both;
	margin-bottom		:1em;
}

.csc-loginform .csc-mailform-field {
	clear				:both;
	margin-bottom		:0.5em;
}


.csc-mailform-field label,
.tx-danewslettersubscription-pi1 label {
	margin				:0 0 0.0em 0;
	clear				:both;
}

input,
textarea,
select {
	display				:block;
	width				:470px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:1.0em;
	margin				:.25em 0 0 0;
	padding				:2px;
	border				:solid 1px #aebdc1;
	background			:#e9edef;
	color			:#2e4044;
}


textarea, select {
	border				:solid 1px #aebdc1;
	background			:#e9edef;
	color			:#2e4044;
}

select {
	padding				:1px 1px 1px 0;
	width				:auto;
}

option {
	background			:#e9edef;
	font-family			:Arial, Helvetica, sans-serif;
}

.readonly {
	color				:#7d9499;
}

#leftcol input,
#leftcol textarea,
.right input,
.right textarea {
	border				:solid 1px #7d9499;
	width				:182px;
}

input#captcha, 
input#mailformcaptcha_response {
	width				:175px;
	float				:left;
	margin				:0 10px 1em 0;
}
.csc-mailform-field img {
	margin				:1px 0 1em 0;
	float				:left;
	border				:solid 1px #7d9499;
}

.csc-form p.csc-mailform-comment {
	clear				:both;
	font-weight			:bold;
}

.csc-loginform p.csc-mailform-comment {
	clear				:both;
	font-weight			:normal;
	margin-bottom		:0em;
}

.csc-mailform-field-radio,
.tx-danewslettersubscription-pi1-form-field-radio {
	margin-bottom		:1em;
}

.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			:0em;
	margin-bottom		:1em;
}

.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.0em;
	margin-right		:0.4em;
	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			:1em 0 0 0;
	padding			:.2em .2em;
	background		:#7d9499;
	font-weight		:bold;
	border			:solid 1px #dce2eb;
	color			:#ffffff;
}


.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			:#2e4044;
	cursor			:pointer;
}

/* ----------------------------------------------------------------------------------- tx-danewslettersubscription-pi1 */

.tx-danewslettersubscription-pi1 {
	margin			:0 0 2em 0;
}

.tx-danewslettersubscription-pi1-missingfields strong {
	color			:#990000;
}

.tx-danewslettersubscription-pi1-premsg {
	font-weight		:bold;
	position		:relative;
}

.tx-danewslettersubscription-pi1-subscr {
	color			:#990000;
}

dl.tx-danewslettersubscription-pi1-data {
}

dl.tx-danewslettersubscription-pi1-data dt {
	clear			:both;
	float			:left;
	width			:75px;
}

dl.tx-danewslettersubscription-pi1-data dd {
	color			:#990000;
	padding-left	:75px;
}

dl.tx-danewslettersubscription-pi1-list {
}

dl.tx-danewslettersubscription-pi1-list dt {
	margin-bottom	:0;
	font-weight		:bold;
	color			:#7d9499;
}

dl.tx-danewslettersubscription-pi1-list dd {
	margin-bottom	:10px;
}

.tx-danewslettersubscription-pi1-form-field-submit {
	clear			:both;
}

/* ----------------------------------------------------------------------------------- tx-gsifeuserlist-pi1 */

.tx-gsifeuserlist-pi1 {}

.tx-gsifeuserlist-pi1-item {
	clear			:both;
	margin			:0 0 1em 0;
}

.tx-gsifeuserlist-pi1-item img {
	float			:left;
}

.tx-gsifeuserlist-pi1-item h3,
.tx-gsifeuserlist-pi1-item p {
	padding			:0 0 0 116px;
}

/* ----------------------------------------------------------------------------------- tx-nrdfimport-pi1 */

.tx-nrdfimport-pi1 {
	margin			:0 0 2em 0;
}

dl.tx-nrdfimport-single {
}

dl.tx-nrdfimport-single dt {
	font-weight		:bold;
	margin			:0 0 1em 0;
}

dl.tx-nrdfimport-single dd {
	margin			:0 0 1em 0;
}

/* ----------------------------------------------------------------------------------- indexed_search */

.tx-indexedsearch-sw {
	color			:#990000;
}

.tx-indexedsearch-res {
	margin			:0 0 2em 0;
	position		:relative;
}

.tx-indexedsearch-resultrow {
	margin			:0 0 1em 0;
	position		:relative;
}

h3.tx-indexedsearch-title {
}

h3.tx-indexedsearch-title a {
	color			:#2e4044;
}

.tx-indexedsearch-result-number {
	font-weight		:bold;
	color			:#7d9499;
}

p.tx-indexedsearch-descr {
}

dl.tx-indexedsearch-info {
	display			:block;
	color			:#7d9499;
}

dl.tx-indexedsearch-info dt {
	display			:inline;
}

dl.tx-indexedsearch-info dd {
	display			:inline;
	color			:#2e4044;
}

dl.tx-indexedsearch-info dd span {
	color			:#7d9499;
}

.tx-indexedsearch-text-item-more {
	font-weight		:bold;
}

.tx-indexedsearch-browsebox ul.browsebox {
	display			:none;
}

.tx-indexedsearch-browsebox2 {
	margin			:0 0 2em 0;
}

.tx-indexedsearch-browsebox2 .tx-indexedsearch-browsebox ul.browsebox {
	display			:block;
}

.tx-indexedsearch-whatis { /* Ausgeblendet fr newsince */
	display			:none;
}



/* ----------------------------------------------------------------------------------- tx-jk-poll-pi1 */

.tx-jkpoll-pi1 {
	margin			:0 0 2em 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 1em 0;
}

div.poll-question  p {
	margin			:0 0 0em 0;
}

div.poll-img {
}

/* vote */

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.0em;
}

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;
}


/* result */

div.poll-answers p {
	margin			:0 0 1em 0;
}

div.poll-answers p.poll-votes-total {
	margin			:0 0 1em 0;
}

p.poll-result-horizontal {
	line-height		:1em;
}

p.poll-result-horizontal img {
	border-left		:solid 1px #7d9499;
}

span.poll-percentage {
	font-weight		:bold;
	color			:#7d9499;
}

/* ----------------------------------------------------------------------------------- ext: tt_news */

div.tx-danpdocumentdirs-pi2 {
	margin			:0 0 2em 0;
}

div.tx-danpdocumentdirs-pi2-list {
	margin			:1em 0 2em 0;
	position		:relative;
}

dl.tx-danpdocumentdirs-pi2-list-item {
	clear			:both;
	margin			:0 0 1em 0;
	position		:relative;
}	/*html>body .news-list-item {
	margin			:0 0 0.0em 0;
	padding			:0 0 0.5em 0;
}*/

.tx-danpdocumentdirs-pi2-lastmodifydate {
}

dd.tx-danpdocumentdirs-pi2-lastmodifydate {
	font-weight		:bold;
	color			:#7d9499;
	float			:left;
}

dl dt.tx-danpdocumentdirs-pi2-doctitle {
	color			:#2e4044;
	float			:left;
}

dd.tx-danpdocumentdirs-pi2-doctitle a {
	float			:left;
	font-weight		:bold;
	color			:#2e4044;
}

dl dt.tx-danpdocumentdirs-pi2-docactions {
	color			:#2e4044;
	float			:left;
}

dd.tx-danpdocumentdirs-pi2-docactions a {
	display			:inline;
	font-weight		:bold;
}

.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			:#7d9499;
	float			:left;
}

/* ----------------------------------------------------------------------------------- ext: tt_news */

.news-search-form-abc {
	margin			:0 0 1em 0;
	font-size		:0.9em;
	width			:175px;
	float			:right;
}

.news-search-form-abc strong {
	border			:solid 1px #dce2eb;
	padding			:1px;
	margin			:0 1px 1px 0;
	font-weight		:bold;
	display			:block;
	width			:20px;
	float			:left;
}	html>body .news-search-form-abc strong {
	width			:auto;
	min-width		:20px;
}

.news-search-form-abc a,
.news-search-form-abc span {
	display			:block;
	padding			:0 4px;
	background		:#eef1f5;
	text-align		:center;
}

.news-search-form-abc strong.act {
	border			:solid 1px #68b022;
}

.news-search-form-abc a:hover,
.news-search-form-abc span {
	background		:#68b022 url(../images/bg-mainnav-link-hover.jpg) right repeat-y;
	color			:#ffffff;
}

.news-search-form {
	margin			:0 0 1em 0;
	float			:left;
}

.news-search-form form {
	margin			:0;
	padding			:0;
}

.news-search-form form input {
	display			:block;
	width			:260px;
}

.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 {
	font-weight		:bold;
}

.news-amenu-container dd a {
}
.news-amenu-container dd a:hover {
}

.news-catmenu {
}

.news-catmenu-ACT a {
	color			:#2e4044;	
}

/* ----------------------------------------------------------------------------------- Latest */

.news-latest {
}

.news-latest h4 {
	margin			:0;
	font-weight		:bold;
}

.news-latest h4 a {
	color			:#2e4044;
}

.right .news-latest h4 a {
	color			:#2e4044;
}

.news-latest h4 a:hover {
	text-decoration	:none;
}

.news-latest-date,
.news-latest-dateto {
	font-weight		:bold;
}

.news-latest img {
	padding			:1px;
	border			:solid 1px #90a7c6;
}

.news-latest-item p {
}

.news-latest-item p {
	font-weight		:normal;
	/*color			:#7d9499;*/
}

.news-latest-more {
}
.news-latest-more a {
}

.news-latest-more a:hover {
}

/* ----------------------------------------------------------------------------------- List */

.news-list {
	margin			:0 0 2em 0;
	position		:relative;
}

.news-list-item {
	clear			:both;
	margin			:0 0 0 0;
}

.news-list-item h3.news-list-header {
}

.news-list-item h3.news-list-header a {
	color			:#2e4044;
}

.right.news-list-item h3.news-list-header a {
/*	color			:#ffffff;*/
}

.news-list-item h3.news-list-header a:hover {
	text-decoration	:none;
}

.news-list-date,
.news-list-dateto {
	color			:#7d9499;
}

.news-list-item .news-list-short {
	margin			:0 0 .5em 0;
}

.news-list-img {
	float			:right;
	margin			:0 0 10px 10px;
}

.news-list-img a {
}

.news-list-img img {
	display			:block;
	padding			:0px;
	border			:solid 0px #90a7c6;
}

.news-list-item p {
	margin			:0;
}

.news-list-category {
}

.news-list-item-78 .news-list-category {
	display			:none;
}

.news-list-info {
}

.news-list-info b {
	font-weight		:normal;
	color			:#7d9499;
}

.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 {
	font-size		:0.9em;
}

.news-list-item-74 .news-list-more {
	display			:none;
}

.news-list-item .news-list-more {
	margin			:0 0 1em 0;
}

.news-list-more a {
	font-weight		:bold;
}

.news-list-more a:hover {
}

/* ----------------------------------------------------------------------------------- single */


.news-single-qualification {
	margin			:0 0 1em 0;
}

.news-single-category {
	display			:none;
}

.news-single-category b {
	color			:#7d9499;
	font-weight		:normal;
}

.news-single-item-78 .news-single-category {
	display			:none;
}

.news-single-item h2 {
}

.news-single-datetime {
	margin			:0 0 0.5em 0;
}

.news-single-date {
	color			:#7d9499;
	font-weight		:bold;
}
.news-single-dateto {
	color			:#7d9499;
	font-weight		:bold;
}
.news-single-time {
	color			:#7d9499;
	font-weight		:normal;
}
.news-single-time span {
	color			:#2e4044;
	font-weight		:normal;
}

.news-single-item-78 .news-single-datetime {
	display			:none;
}

.news-single-img {
	float			:right;
	width			:182px;
	overflow		:hidden;
	margin			:0 0 1em 1em;
	padding			:0 0 1em 0;
	position		:relative;
}

.news-single-img img {
	padding			:0px;
	margin			:0 0 1em 0;
	border			:solid 0px #7d9499;
}

.news-single-imgcaption {
	/*color			:#7d9499;*/
	margin-top		:-1em;
}

.news-single-info {
	/*color			:#7d9499;*/
	margin			:0;
}
.news-single-info b {
	color			:#2e4044;
	font-weight		:normal;
}
.news-single-info a {}
.news-single-info a:hover {}


.normal .news-single-co {
	display			:none;
	margin			:0 0 2em 0;
	position		:relative;
}

.right .news-single-co {
	margin			:0 0 2em 0;
	position		:relative;
}

.news-single-co .news-single-contact,
.news-single-co .news-single-contact-address {
	color			:#2e4044;
}

.news-single-co .news-single-contact-address {
	margin			:0 0 1em 0;
}

.normal .news-single-person {
	display			:none;
	margin			:0 0 2em 0;
	position		:relative;
}

.right .news-single-person {
	margin			:0 0 2em 0;
	position		:relative;
}

.news-single-person .news-single-contact {
	margin			:0 0 1em 0;
}

.news-single-person .news-single-contact b {
}

.right .news-single-add2cal {
	margin			:0 0 2em 0;
	position		:relative;
}

.news-single-files {
	margin			:0 0 1em 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 {
	margin			:0 0 1em 0;
}
.news-single-links h3 {
}
.news-single-links p {
	margin			:0;
}
.news-single-links a {
}
.news-single-links a:hover {
}

.news-single-related {
}
.news-single-related h4 {
	font-weight		:bold;
}
.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-backlink {
	margin			:0 0 2em 0;
	position		:relative;
}

.news-single-reglink {
}

p.news-mess {
}

.tx-ttnews-reg-missing,
.tx-ttnews-announce-missing {
	color			:#990000;
}

/* ----------------------------------------------------------------------------------- kalender */

.right .tx-ttnews,
#border .tx-ttnews {
	margin				:-10px -10px 2em -10px;
	padding				:0;
}

table#news-calendar {
	table-layout		:fixed;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	border				:0;
	border-right		:solid 1px #ffffff;
	border-bottom		:solid 1px #ffffff;
	width				:188px;
	padding				:0;
	margin				:0;
	font-size			:11px;
	line-height			:1em;
}

#news-calendar caption {
	padding				:5px;
	border-bottom		:solid 1px #ffffff;
	border-right		:solid 1px #ffffff;
	background			:#aebdc1;
	font-size			:1em;
	font-weight			:bold;
	text-align			:center;
}

#news-calendar thead tr {
}

#news-calendar th,
#news-calendar td {
	border				:solid 1px #ffffff;
	border-left		:0;
	padding				:5px;
	font-weight			:normal;
	text-align			:center;
}

#news-calendar th {
	background			:#aebdc1;
	font-weight		:bold;
}

#news-calendar td.pad {
}

#news-calendar td a {
	display				:block;
	background			:#7d9499;
	color				:#ffffff;
	margin				:-5px;
	padding				:5px;
}

#news-calendar td a:hover,
#news-calendar td.act a {
	background			:#7d9499;
	color				:#2e4044;
	text-decoration		:none;
}

#news-calendar td.act a {
	border				:solid 1px #ffffff;
	padding				:4px;
}

#news-calendar tfoot {
	background			:#aebdc1;
	border				:solid 1px #ffffff;
}

#news-calendar tfoot td,
#news-calendar tfoot td.pad {
	border				:0;
}

#news-calendar tfoot td a {
	display				:inline;
	background			:#aebdc1;
	color				:#ffffff;
	border				:0;
	margin				:0;
	padding				:0;
	font-weight			:normal;
}

#news-calendar tfoot td a:hover {
	background			:#aebdc1;
	color				:#2e4044;
	text-decoration		:none;
}

#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 */

.showResults {
	color			:#5d767b;
	font-size		:0.9em;
}

.showResults span {
	font-weight		:bold;
}

ul.browsebox,
dl.browseLinks {
	padding			:0;
	margin			:0 0 2em 0;
	list-style		:none;
}

dl.browseLinks dt {
	display			:none;
}

ul.browsebox li,
dl.browseLinks dd {
	float			:left;
	padding			:0px;
	margin			:0 2px 0 0;
	font-weight		:bold;
	width			:20px;
	text-align		:center;
	background		:#7d9499;
	border			:solid 0px #dce2eb;
	color			:#ffffff;
}	html>body ul.browsebox li {
	width			:auto;
	min-width		:20px;
}

ul.browsebox li a,
dl.browseLinks dd a {
	display			:block;
	padding			:2px 5px;
	background		:#7d9499;
	color			:#ffffff;
	text-align		:center;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage,
ul.browsebox li.activeLink,
dl.browseLinks dd.activeLink {
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a,
ul.browsebox li.activeLink a,
dl.browseLinks dd.activeLink a {
	background		:#aebdc1;
	color			:#2e4044;
}

ul.browsebox li a:hover,
dl.browseLinks dd a:hover {
	color			:#2e4044;
	text-decoration	:none;
}
