/** $Id: vive-dkd-css.css 10294 2005-06-17 17:47:14 +0200 (Fr, 17 Jun 2005) dkd-zabanski $ */

/* 1. Überschrift */

#content {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


#content h1 {
	font-family:arial;
	color:#00488C;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	margin: -1px 0 12px 0;
}
#content h1 span.rot {
	color:#c60230;
}

/* 2. Überschrift */
#content h2 {
	font-family:arial;
	text-decoration:none;
	color:#00488C;
	font-size:12px;
	font-weight:bold;
	margin: 25px 0 0 0;
}

/* 3. Überschrift */
#content h3 {
	font-family:arial;
	text-decoration:none;
	color:#6691BA;
	font-size:12px;
	font-weight:bold;
	margin: 15px 0 0 0;
}

/* 3. Überschrift */
#content h4 {
	font-family:arial;
	text-decoration:none;
	color:#6691BA;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0 0 0;
	padding-bottom: 0;
	border:width:0;
	text-transform: uppercase;
}



/* Fließtext */
#content p, #content li, #content td {
	font-family:arial;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding-right: 10px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 2px;
}

#content ul {
	list-style-type: none;
	list-style-position: outside;
}

#content ul li {
	background-image:url(images/bulletlist-item.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 10px;
}



#content strong, #content b {
	color: #00488c
}

#content a, #content a:visited, #rightcolumn div.yellowbox a, #rightcolumn div.yellowbox a:visited {
	color:#948f7f;
	background-color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px solid #ffd300;
}
#content a:hover, #rightcolumn div.yellowbox a:hover{
   color: rgb(102, 102, 102);
   background-color: rgb(255, 240, 186);
   border-bottom: 1px solid rgb(0, 72, 140);
}

#content ul{
list-style: square;
margin-left: 0px;
padding-left: 25px;
}

#content  ul.csc-uploads-1{
list-style: none;
padding-left: 10px;
}




/* 2. Überschrift mit gelbem Hintergrund*/
#content h2.bgyellow
{
	font-family:arial;
	text-decoration:none;
	color:#00488C;
	font-size:13px;
	font-weight:bold;
	background-color:#FFF0B9;
	padding: 2px 4px 0px 8px;
	
	margin-bottom: 0px;
	display: block;
	
}

/*== START TABELLEN == */
#content div.tx-thexttable-pi1 table table {
	width: 80%;
	border: 0;
	margin: 0;
	padding:0;
}

#content div.tx-thexttable-pi1 td table td, th table td {
	text-align: right;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
}

#content div.tx-thexttable-pi1 th table td {
	color: #00488C;
	font-weight: bold; 
}

#content div.tx-thexttable-pi1 tr th {
	vertical-align:middle;
}

#content div.tx-thexttable-pi1 .itext-skurz {
	width: 2.8em;
	border: solid 1px #00488C;
}

#content div.tx-thexttable-pi1 table {
	border-collapse:collapse;
}

#content div.tx-thexttable-pi1 table {
	width: 100%;
	table-layout:fixed;
	border-top: solid 1px #00488C;
	border-bottom: solid 1px #00488C;
}

#content div.tx-thexttable-pi1 table, tr, th, td {
	margin: 0;
	padding: 0;
}

#content div.tx-thexttable-pi1 caption {
	font-size: 0.70em;
	line-height: 1.3em;
	color:#00488C;
	font-weight: bold;
	text-align: left;
}

#content div.tx-thexttable-pi1 thead th, th {
	font-weight: bold;
	color: #00488C;
	background-color: #FFF0BA;
	border-top: solid 1px #00488C;
	border-right: solid 1px #97C0E0;
	border-bottom: 0;
	border-left: solid 1px #97C0E0;
}

#content div.tx-thexttable-pi1 tfoot th {
	font-weight: normal;
	color: #00488C;
	background-color: #FFF0BA;
	border-top: solid 1px #00488C;
	border-right: solid 1px #97C0E0;
	border-bottom: solid 1px #00488C;
	border-left: solid 1px #97C0E0;
}

#content div.tx-thexttable-pi1 th b {
	color: #00488C;
}

#content div.tx-thexttable-pi1 td, th {
	vertical-align: top;
	text-align: center;
	font-size: 0.70em;
	line-height: 1.1em;
	padding: 0.4em 1px 0.4em 2px;
}

#content div.tx-thexttable-pi1 td {
	line-height: 1.4em;
	border-top: solid 1px #00488C;
	border-right: solid 1px #97C0E0;
	border-bottom: 0;
	border-left: solid 1px #97C0E0;
}

/*== S: Zeilen/Spalten farbig hervorgehoben == */
#content div.tx-thexttable-pi1 tr.tr-01, td.td-01 {
	background-color: #FFF0BA;
}
/*== ENDE TABELLEN == */

/* Menu TOP (topnavi)*/
table tr td.topindex {
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	background-color: #97c0e0;	
}

table tr td.topindexlink {
	margin: 0;
	padding: 0;
	border: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;	
}

td.topindex table tr td.top-navi {
    width: 134px;
	height: 14px;
	border-top-color: #FFFFFF;
	background-color: #B7D6E8;
	color: #00498D;
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
}

td.topindex table tr td.top-navi a {
	text-decoration: none;
}

td.topindex table tr td.top-navi a:visited {
    color: #00498D;
	text-decoration: none;
}

td.topindex table tr td.top-navi-right {
	background-color: #B7D6E8;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
}

/******* Menu linke seite *********/
table tr td.left-background {
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#naviindex {
    padding-top: 15px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #FFFFFF;
    border-right: 0px;
    border-bottom: 0px;
}

/*** Menu Pfad ***/
#menu-pfad {
	padding-left: 32px;
	padding-top: 0px;
	font-family: arial;
	font-size: 11px;
	color: #97c0e0;
}
#menu-pfad a {
    text-decoration: underline;
    color: #97c0e0;
}
#menu-pfad a.current {
	text-decoration: none;
    color: #00498d;
}

/******* Rechte Seite*******/
table tr td.right-background {
	padding: 0px;
}

#rightcolumn{
   padding-top: 8px;
}

/****** footer Copyright*****/
#content hr.ruler {
   width: 100%;
   height: 2px;
   border-top: 2px solid #ffd300;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
   padding: 0;
   margin: 5px 0 0 0;
}

#content span.footer-copyright {
	font-family: arial;
    color: rgb(0, 51, 102);
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
}

td.kontextoutline-padding{
	padding: 5px;
}

#content .yellowbox{
	background-color: #FFF0BA;
	clear: both;
	padding-bottom: 1px ;
}

#content .imgtext-nowrap p{
	padding-top: 10px;
}

#content .navitrenner
{
	font-family:arial;
	background-color:FFD300;
	color:00488C;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border-left-width:0px;
  	border-left-style:solid;
  	border-left-color:#FFFFFF;
	border-top-width:0px;
  	border-top-style:solid;
  	border-top-color:#FFFFFF;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:#FFD300;
}

#content .navihead {
	font-family: arial;
	background-color: rgb(255, 211, 0);
	color: rgb(0, 72, 140);
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: rgb(255, 255, 255);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgb(255, 255, 255);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255, 211, 0);
}

#rightcolumn .navitrenner {
	font-family:arial;
	background-color:#ffd300;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#b7d6e8;
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#b7d6e8;
	border-bottom-width:0px;
  	border-bottom-style:solid;
  	border-bottom-color:#b7d6e8;
}

#rightcolumn .navitrenner-under {
	font-family:arial;
	background-color:#ffffff;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#b7d6e8;
	border-top-width:0px;
  	border-top-style:solid;
  	border-top-color:#b7d6e8;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:#b7d6e8;
}

#rightcolumn .navihead
{
    font-family: arial;
    background-color: rgb(255, 211, 0);
    color: rgb(0, 72, 140);
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b7d6e8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b7d6e8;
}

#rightcolumn .rightboxcontent {
	border-bottom: 1px solid #b7d6e8;
	border-right: 1px solid #b7d6e8;
	background-color:#ffffff;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#rightcolumn .rightboxcontent h1{
	font-weight: bold;
}

#rightcolumn .rightboxcontent a,#rightcolumn .rightboxcontent a:visited {
	color: #c60230;
}

#rightcolumn .rightboxcontent p{
	font-weight: bold;
	color: #90989c;
}

#rightcolumn div.rightbox {
	border-left: 1px solid #b7d6e8;
	border-top: 1px solid #b7d6e8;
	border-right: 1px solid #b7d6e8;
	border-bottom: 1px solid #b7d6e8;
	background-color: #ffffff;
	padding-top: 15px;
	width: 192px;
}

#rightcolumn div.rightbox h1 {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 5px 3px;;
	margin: 0 0 0 0;
	color: #4ba8e3;
}

#rightcolumn div.rightbox h2 {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 5px 3px;;
	margin: 0 0 0 0;
	color: #000000;
}

#rightcolumn div.rightbox h2 span.rot {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #c60230;
}

#rightcolumn div.rightbox h2 span.gelb {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #ef9316;
}

#rightcolumn div.rightbox p {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000000;
}

#rightcolumn div.rightbox a, #rightcolumn div.rightbox a:visited {
	color:#90989e;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#rightcolumn div.yellowbox {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #92b3cc;
	width: 192px;
	background-image:url(images/yellobox_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 9px 0px 9px 0px;
	margin: 0px;
}

#rightcolumn div.yellowbox h1 {
	margin: 2px 0px 0px 0px;
	font-size: 13px;
	color: #00488c;
	border-width: 7px 0px 0px 7px;
	border-style: solid;
	border-color: #ffffff;
}

#rightcolumn div.yellowbox p {
	margin: 3px 0 3px 0;
	font-size: 12px;
	color: #000000;
	border-width: 0px 0px 0px 7px;
	border-style: solid;
	border-color: #ffffff;
	line-height: 18px;
}


.tx-newloginbox-pi1-submit
{
	background-color: #FFD300;
	width: 180px;
	height: 22px;
	font-family:arial;
	color:00488C;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
}
#content .naviindex
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
}

.tx-newloginbox-pi1 h3
{
    font-family: arial;
    background-color: #ffffff;
    color: rgb(0, 72, 140);
    text-decoration: none;
    font-size: 11px;
}
.tx-newloginbox-pi1 p
{
    font-family: arial;
    background-color: #ffffff;
    color: rgb(0, 72, 140);
    text-decoration: none;
    font-size: 11px;
}
.tx-newloginbox-pi1 {
   background-color:#ffffff;
}
.tx-newloginbox-pi1-submit{
    background-color:#fef3bf;
}
/*
.kontextoutline vivescotext kontextoutline-padding {
   background-color:#fef3bf;
}
*/

/* Yellowbox für Content Element Text (Frame)*/
/*
#rightcolumn div.rightbox {
border: solid 1px #FFD300;
border-left-width: 10px;
width: 199px;
}

#rightcolumn div.rightbox h1 {
background-color: #FFD300;
font-weight: bold;
font-size: 11px;
padding: 5px 0 5px 0;
margin-top: 0px;
}
#rightcolumn div.rightbox p {
font-size: 13px;
font-weight: normal;
margin: 0 0 0 5px;
color: #00488C;
}
#rightcolumn div.rightbox p a.linkMailto {
  font-weight: normal;
}
#rightcolumn div.rightbox p a.linkExt {
  font-weight: normal;
}

*/
/*-----------------------------------  plugin.tt_news  -----------------------------------*/

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-item {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #00488c;
	background-color:#FFFFFF;
/*    clear: both; */
}

#content div.news-latest-item p {
	padding: 0px;
	margin: 0px;
}
#content div.news-latest-item h6.bgyellow a,#content div.news-latest-item h6.bgyellow a:hover,#content div.news-latest-item h6.bgyellow a:visited {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ffd300;
	color: #00488c;
	
}
#content div.news-latest-item p.header{
    margin-left: 8px;
    margin-bottom: 0px;
    
}
#content div.news-latest-item p.more{
    margin-left: 0px;
    margin-bottom: 6px;

}
#content div.news-latest-item p.more a{
    font-weight: normal;
    background-color: #ffffff;
	color: #00488c;
	border: 0px;
}
#content div.news-latest-item h6 {
	margin-bottom: 13px;
}

#content div.news-latest-item p.news-latest-date {
	font-size: 11px;
	padding : 10px 0 0 0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

/* Datum für News (List View)*/
#content span.news {
	font-size: 11px;
	padding : 10 0 0 0px;
}


/* alternative 2. Überschrift ohne margin-top, für News */
#content h6
{
	font-family:arial;
	text-decoration:none;
	color:00488C;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 0 0;
}
/* alternative 2.Überschrift ohne margin-top mit gelbe Hintergrund, für News */
#content h6.bgyellow
{
	font-family:arial;
	text-decoration:none;
	color:00488C;
	font-size:13px;
	font-weight:bold;
	background-color:FFD300;
	padding: 3px 4px 0px 8px;
	margin-bottom: 0px;
	display: block;
	
}

/* Browserlink für List View*/
#content div.tx-ttnews-browsebox{
    padding-top: 20px;
    margin-left: 0px;
}
.news-list-item {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#FFFFFF;
/*    clear: both; */
}

#content div.news-list-item p {
	padding: 0px;
	margin: 0px;
}
#content div.news-list-item p.header{
    margin-left: 8px;
    margin-bottom: 0px;
}
#content div.news-list-item p.more{
    margin-left: 0px;
    margin-bottom: 6px;
   
}
#content div.news-list-item p.more a{
    font-weight: normal;
}
#content .news-list-item h6 {
	margin-bottom: 10px;
}

#content div.news-list-item p.news-list-date {
	font-size: 11px;
	padding : 10px 0 0 0px;
}

#content div.news-list-morelink a:link,
#content div.news-list-morelink a:visited,
#content div.news-list-morelink a:hover {
	font-size: 10px;
    margin-bottom:3px;
}
div.news-list-item div.news-list-item-content {
	position: relative;
	padding-left: 8px;
	padding-bottom: 6px;
}

div.news-list-item .news-list-item-content img {
    margin: 0;
}

div.news-list-item .news-list-item-content p.with-pic {
	margin-left: 70px;
	background-color: violet;
}

#content div.news-search-form {
	margin-bottom: 5px;
}
#content div.news-search-emptyMsg{
	margin-top: 8px;
	margin-left: 0px;
}
#content div.news-search-form FORM {
	margin: 8px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

#content div.news-single-img{
    margin-left: 0px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
div.news-single-img p{
   margin-top: 5px;
   text-align: center;
}
#content div.subheader p{
	font-weight: bold;
}
#content dl{
  margin: 0 0 13px; 0;
  padding: 0;
}
#content dl dt {
	font-size: 13px;
	margin-bottom: 4px;
	color: #00488c;
}
#content dl dd {
	margin-bottom: 3px;
}
#content dl dd img{
	margin-right: 5px;
}
#content dl dd a {
    font-weight: normal;
}

#footer {
    margin-top: 20px;
}

#footer tr td {
    font-size: 12px;
}


#footer tr td a, #footer tr td a:link, #footer tr td a:visited, #footer tr td a:hover, #footer tr td a:active, #footer tr td a:focus {
    border: 0px;
    background-color: #ffffff;
    color: #00488c;
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
}

#content div.totop a, #content div.totop a:link, #content div.totop a:visited, #content div.totop a:hover, #content div.totop a:active, #content div.totop a:focus {
	display:block;
	border-width: 0px;
	text-decoration: none;
	background-color: white;
	border-style: none;
	background-image:url(images/totop.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 100%;
}
