/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#666666; } 
.primColorLight0 { background-color:#E7E7E6; } 

.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#9DA124; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#E6E7B9; }

.teaserColor { background-color:#800000; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3ED; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

/****************/
/* Navigation */
/***************/

/* filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100); */

.menu {
  width: 180px; 
  border: solid 1px #666666;
  background-color: #FFFFFF;
}


.child { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;}

.navDropdown {
  background-color: #FFFFFF;
  height: 17px;
  display: block;
  width: 100%;
  white-space:nowrap;
  border-right:none;
  border-bottom: solid 1px white;
}

/***************/
/* Links */
/***************/

/*a:link, a:visited  {
  color: #ff0000;*/

a:link, a:visited  {
  color: #0000c0;
 text-decoration:none;
}

/*a:hover, a:active {
  color: #000000;

  text-decoration:none;
}*/

.navChannel0, .navChannel1 {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold; 
  text-decoration: none;
}

a.navChannel0:link, a.navChannel0:visited {
  text-decoration: none;
  color: #000000;
}

a.navChannel0:hover, a.navChannel0:active{
  text-decoration: none;
  color: #000000;
},
a.navChannel0:link, a.navChannel0:visited {
  text-decoration: none;
  color:black;
}

a.navChannel1:hover, a.navChannel1:active,
a.navChannel1:link, a.navChannel1:visited {
  text-decoration: underline;
  color:black;
}



.navMicro {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  background-color: #cc0000;
}

.navMicro2 {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
}

a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #000000;
}

.navMacro0, .navMacro1 {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 20px;
  text-decoration: none;
}

a.navMacro0:hover, a.navMacro0:active,
a.navMacro0:link, a.navMacro0:visited {
  vertical-align:middle;
  text-decoration: none;
  color: #000000;
}

a.navMacro1:hover, a.navMacro1:active,
a.navMacro1:link, a.navMacro1:visited {
  vertical-align:middle;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

/*********************/
/* Textbody-Elements */
/*********************/

h1, h2,  h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
/*color: #999 alte werte */
  color: #000000;
  clear: left;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td,.docinfo {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  line-height: 18px;
}

body {
/*  background-color: #FFFFFF;*/
  background: url(grafiken/rindbg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

h1, .title, .heading1 {
  color: black;  
  font-size: 160%;
  font-weight: bold;
  margin-top:20px;
}

h1.title {
  font-weight: normal;
}


h2,.heading2 {
  font-size: 140%;
  font-weight: bold;
}

h3,.heading3 {
  font-size: 120%;  
  font-weight: bold;
}

h4,.heading4 {
  font-size: 110%;
  font-weight: bold;
}

h5,.heading5 {
  font-size: 120%;
  color: black;  
  font-weight: bold;
  margin-bottom: 0em;
}

.description {
  color: #999;
  font-weight: bold;
}

.caption {
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
}

P.emphasis {
  background-color:#DDEFFC;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
 padding: 10px;
}

P.docinfo {
  line-height: 12px;

}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

blockquote {
  font-size: 11px;
  font-style: normal;
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px
}

/**********************/
/* Teaser */
/**********************/

table.teaserElement {
  border-spacing: 0pt 0pt;
  border-collapse: collapse;
  border-style: none;
  width: 100%;
}

p.teaserTitle {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : #ffffff;
  font-size : 12px;
  line-height : 15px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:10px;
  margin-right:3px;
}

td.teaserTitle {
  padding: 0px;
  background-image:url(common/spacer.gif);
  background-color:#CC0000;
  color: #ffffff;
}


td.teaserText { 
  padding : 0px;
  background-image:url(common/spacer.gif); 
}

p.teaserText {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
  color : #000;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:9px;
  margin-right:3px;
}

a.teaserTitle:link, a.teaserTitle:visited,
a.teaserTitle:hover, a.teaserTitle:active {
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  color:#000;
}

a.teaserText:link, a.teaserText:visited,
a.teaserText:hover, a.teaserText:active {
  text-decoration: none;
}


/**********************/
/* Inputs */
/**********************/

form {
    border: none;
    margin: 0;
}

/**********************/
/* Functions */
/**********************/

.kopfrechts {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
}

a.kopfrechts:link, a.kopfrechts:visited {
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration : none;
}

.Copyright {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
}

a.Copyright:link{
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-decoration : none;
}

a.Copyright:visited {
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-decoration : none;
}


/**********************/
/* Kopfueberschrift */
/**********************/

.kopfueberschrift-klein {
  font: 100% Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
}

.kopfueberschrift-gross {
  font: 100% Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

/**********************/
/* Kopfnavigation */
/**********************/

.Kopfnav {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
}

a.Kopfnav:link {
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-decoration : none;
}


/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #444444;
  border-right-style: solid 1px white;
 }

TD.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid 1px white;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle0:hover, A.sitemapTitle0:active {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}

A.sitemapTitle1:link, A.sitemapTitle1:visited,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

A.sitemapElement0:link, A.sitemapElement0:visited,
A.sitemapElement0:hover, A.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #8CABB9; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #DDE6EC; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#DDEFFC; }
.ftTD { background-color:#EEEEEE; }


/******************/
/* PiXeLs Stylesheets  */
/******************/

.ueberschrift
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #000000;
  border-style: solid;
  
  padding-left: 20px;
  
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  
  background: #F5F5F5;
}


.foto
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;

  border-color: #ffffff;
  border-style: solid;
  
  padding-top: 10px;
  padding-left: 20px;
  
  font-family: arial;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  
  background: #F5F5F5;
  
}

.arbeitsschwerpunkte
{
  font-family: arial;
  font-size: 14px;
  color: #000000;
  font-weight: bold;

  border-color: #000000;
  border-style: solid;
  
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  
  padding-top: 15px;
  padding-left: 15px;
  
  background: #F5F5F5;
}

.beschreibung
{

  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #000000;
  border-style: solid;
  
  font-family: arial;
  font-size: 14px;
  color: #000000;
  font-weight: thin;
  
  background: #F5F5F5;
  
  padding-left: 15px;
}

.daten_links
{
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;

  border-color: #000000;
  border-style: solid;
  
  padding-left: 5px;  
  
  font-family: arial;
  font-size: 12px;
  color: #000000;
  font-weight: thin;
  
  background: #F5F5F5;
}

.daten_mitte
{
  font-family: arial;
  font-size: 12px;
  color: #000000;
  font-weight: thin;
  
  padding-left: 3px;

  border-color: #000000;
  border-style: solid;
  
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  
  background: #F5F5F5;
}

.daten_rechts
{

  border-color: #000000;
  border-style: solid;
  
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-family: arial;
  font-size: 12px;
  color: #000000;
  font-weight: thin;
  
  padding-left: 0px;
  
  background: #F5F5F5;
}

.mitueberschrift
{
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
  border-style: solid;

  padding-left: 5px;
  padding-bottom: 3px;

  font-family: arial;
  font-size: 18;
  font-weight: bold;
  color: #000000;

  background: #F5F5F5;
}


.mitbeschreibung_links
{
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;

  border-color: #ffffff;
  border-style: solid;

  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 3px;

  font-family: arial;
  font-size: 14;
  color: #000000;
  font-weight: bold;

  background: #F5F5F5;

}

.mitbeschreibung_mitte
{
  font-family: arial;
  font-size: 14;
  color: #000000;
  font-weight: bold;

  border-color: #ffffff;
  border-style: solid;

  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;

  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 3px;


  background: #F5F5F5;
}

.mitbeschreibung_rechts
{

  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #ffffff;
  border-style: solid;

  font-family: arial;
  font-size: 14;
  color: #000000;
  font-weight: bold;

  background: #F5F5F5;

  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 3px;

}

.mitdaten_links
{
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;

  border-color: #ffffff;
  border-style: solid;

  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 3px;


  font-family: arial;
  font-size: 12;
  color: #000000;
  font-weight: thin;

  background: #F5F5F5;
}

.mitdaten_mitte
{
  font-family: arial;
  font-size: 12;
  color: #000000;
  font-weight: thin;

  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 3px;


  border-color: #ffffff;
  border-style: solid;

  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;

  background: #F5F5F5;
}

.mitdaten_rechts
{

  border-color: #ffffff;
  border-style: solid;

  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-family: arial;
  font-size: 12;
  color: #000000;
  font-weight: thin;

  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 3px;


  background: #F5F5F5;
}

.lva-links {
  padding-left: 3px;
}

.coverartikel_bildtext {
  font-size:10px;
  font-family: arial;
  padding-top: 5px;
}

.coverartikel_bildtext {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-size : 10px;
  color: black;
  line-height: 12px;
}

.coverartikel_titel {
  font-size:18px;
  font-family: verdana;
  color: #999;
}

.suchfunktion {
}

.bottomleiste {
  background-color: #003300;
}

.bottomleiste_copyright {
  background-color: #003300;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
}

/****************************/
/* PiXeLs Stylesheets, 3er-Bildleiste  */
/****************************/
.bildleiste3er {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
}

.PremiumLinkText {
  font-size: 120%;  
  font-weight: bold;
  color: black;
}

/**********************/
/* PiXeLs Stylesheet, Termin */
/**********************/
.termin_ueberschrift {
  font-size: 10pt;  
  font-weight: bold;
  color: #ffffff;
}

.termin_datum {
  font-weight: bold;
  color: #ffffff;
}

.termin_uhrzeit {
  font-weight: bold;
  color: #ffffff;
}

.termin_wo {
  font-weight: bold;
  color: black;
}

.termin_information {
  font-weight: bold;
  color: black;
}

.termin_kontakt {
  font-weight: bold;
  color: black;
}

.termin_links {
  font-weight: bold;
  color: black;
}

.termin_tabelle {
  border:1px solid #000000;
}

.datumstyle {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #ffffff;
  background-color: #cc0000;
}