/* CSS-Style-Shee TVDN - Homepage Version 3 / johu  */



/* **************************************************************** */
/* =========     CSS formatierungen fuer A-TAG Elemente    ======== */
/* **************************************************************** */

a:link { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:normal; color:#000000; }
a:visited { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:normal; color:#000000; }
a:hover { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:normal; color:#FF0080; }
a:active { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:normal; color:#000000; }

a.menue:link { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:bold; color:#000000; }
a.menue:visited { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:bold; color:#000000; }
a.menue:hover { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:bold; color:#FF0080; }
a.menue:active { text-decoration:none; font-size:16px; font-family: Verdana,Helvetica,Arial,sans-serif; font-weight:bold; color:#000000; }

a
{
}

.rahmen
{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #000000;
  background: transparent;
  font-weight: bold;
  border-width: 1px; 
  border-style: solid; 
  border-color:#777777; 
  cursor: wait; 
  padding: 2px;
}


/* **************************************************************** */
/* =========     CSS formatierungen fuer P-TAG Elemente    ======== */
/* **************************************************************** */

p
{
}

.blackwhite 
{
/*       font-weight: bold; */
       font-size: 16px ;
       font-family: Arial;
       color: white;
       height: 16px;
}

.whiteblack
{
/*       font-weight: bold; */
       font-size: 16px;
       font-family: Arial;
       color: black;
       height: 16px;
}
.counter                             /* anzeige des Besucher-  zaehlers  */
{
    text-align: center;
    color: red;
    font: normal 50.01% Helvetica, Arial, sans-serif;
}

.input_textbox
{
       height: 50mm;
       width: 150mm;
 
}

.textgross
{
 font-family:Verdana;
 font-style:normal;
 color:black;
 font-size:18px;
 font-weight:lighter;
}

.textmittel
{
 font-family:Verdana;
 font-style:normal;
 color:black;
 font-size:16px;
 font-weight:lighter;
}

.textklein
{
 font-family:Verdana;
 font-style:normal;
 color:black;
 font-size:14px;
 font-weight:lighter;
}

.textmini
{
 font-family:Verdana;
 font-style:normal;
 color:black;
 font-size:10px;
 font-weight:lighter;
}

.weihnachtstext
{
 font-family:Verdana;
 font-style:normal;
 color:#008040;
 font-size:16px;
 font-weight:lighter;
 text-align:center;
}

.ueberschriftgross
{
 font-family:Verdana;
 font-style:normal;
 color:#0000ff;
 font-size:18px;
 font-weight:lighter;
}

.ueberschriftmittel
{
 font-family:Verdana;
 font-style:normal;
 color:#0000ff;
 font-size:16px;
 font-weight:lighter;
}

.ueberschriftklein
{
 font-family:Verdana;
 font-style:normal;
 color:#0000ff;
 font-size:14px;
 font-weight:lighter;
}

.chap
 { 
 	font-family:Arial,sans-serif;
 	font-size:20px; 
 	color:black;
 	border-bottom-style:solid; 
 	border-bottom-width:3px; 
 	border-color:red;
        margin:0px; 
        margin-bottom:16px; 
 }


/* **************************************************************** */
/* =========  CSS formatierungen fuer SPAN-TAG Elemente    ======== */
/* **************************************************************** */

span
{
}
.textklein
{
 font-family:Verdana;
 font-style:normal;
 color:black;
 font-size:14px;
 font-weight:lighter;
}




/* **************************************************************** */
/* =========     CSS formatierungen fuer TABLE-TAG Elemente  ====== */
/* **************************************************************** */

table
{
}

.dickerstrichoben
{
border-top:2px solid black;
}
.dickerstrichunten
{
border-bottom:2px solid black;
}


/* **************************************************************** */
/* =========  CSS formatierungen fuer TD-TAG Elemente      ======== */
/* **************************************************************** */
td
{
}

.blackwhite_links
{
/*       font-weight: bold; */
       /*text-decoration:underline;*/
       background-color: grey;
       text-align:left;
       vertical-align: top;
}
.blackwhite_rechts
{
/*       font-weight: bold; */
       /*text-decoration:underline;*/
       background-color: grey;
       text-align:right;
}

/*   ... mittlere spalte der 3 spaltigen tabelle ... */  
  .login {
     color:   red;
 
  }  



/* **************************************************************** */
/* =========  CSS formatierungen fuer IMG-TAG Elemente     ======== */
/* **************************************************************** */
img
{
}

.rechteckquer
{
 width:150px;
 height:100px;
}
.rechteckhoch
{
 width:95px;
 height:120px;
}
.quadrat
{
 width:200px;
 height:200px;
}
