/* DATEI: styles.css*/
body  {
      margin-top : 0px;
      /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
      margin-bottom : 0px;
      /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
      margin-left : 0px;
      /* margin-left = Abstand zwischen Fensterrand und Inhalt links */
      margin-right : 0px;
      scrollbar-arrow-color : White;
      scrollbar-base-color : #003366;
      background-color : #ffffff;
      /*background-image: url(../images/back.jpg);*/
}

p,h3,h4,ul,ol,li,div,th,address,blockquote,nobr,b,i  {
      font-family : Verdana,Arial,sans-serif;
}

td {
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 9pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : center;
      color : #000000;
      text-decoration : none;
}

.menue  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 9pt;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-bottom: black 1px solid; 
      border-right: black 1px solid;
      display : none;
}

.menueactive  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 9pt;
      font-style : normal;
      font-weight : bold;
      text-align : center;
      color : #003366;
      background-color : white;
      border-top: black 1px solid;
      border-left: black 1px solid;
      border-bottom: silver 1px solid; 
      border-right: silver 1px solid;
      display : none;
}

.menuextra  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 9pt;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-bottom: black 1px solid; 
      border-right: black 1px solid;
      background-color : #336699;
      display : none;
}

.h1  {/* h2 left */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 15pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : left;
      color : #000000;
      text-decoration : none;
}

.h1c  {/* h1 center */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 15pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : center;
      color : #000000;
      text-decoration : none;
}

.h2  {/* h2 left */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 11pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : bold;
      /* font-weight : normal/bold */
      text-align : left;
      color : #000000;
      text-decoration : none;
}

.h2red  {/* h2 left */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 11pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : bold;
      /* font-weight : normal/bold */
      text-align : left;
      color : #FF0033;
      text-decoration : none;
}

.h2c  {/* h2 center */
      font-family : Verdana,Arial,sans-serif;
      font-size : 11pt;
      font-style : normal;
      font-weight : bold;
      text-align : center;
      color : #000000;
      text-decoration : none;
}

.small  {/* small left */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : left;
      color : #000000;
      text-decoration : none;
}

.smallj  {/* small justify */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : justify;
      color : #000000;
      text-decoration : none;
}

.smallc  {/* small center */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: #003366 0px solid;
      border-left: #003366 0px solid;
      border-bottom: #003366 0px solid; 
      border-right: #003366 0px solid; 
}

.tabsmallc  {/* small center */
      font-family : Verdana,Arial,sans-serif;
      font-size : 8pt;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-bottom: black 1px solid; 
      border-right: black 1px solid; 
}

.tabsmallr  {/* small center */
      font-family : Verdana,Arial,sans-serif;
      font-size : 8pt;
      font-style : normal;
      font-weight : normal;
      text-align : right;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-bottom: black 1px solid; 
      border-right: black 1px solid; 
}


.smallr {/* small right */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : right;
      color : #000000;
      text-decoration : none;
}

.std  {/* standard */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 10pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : left;
      color : #000000;
      text-decoration : none;
      margin-left: 20px;
}

.tabstd  {/* standard */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 10pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : left;
      color : #000000;
      text-decoration : none;
      border-top: 1px solid #757575;
      border-left: 1px solid #757575;
      border-bottom: 1px solid #757575; 
      border-right: 1px solid #757575; 
}

.stdc  {/* standard center */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 10pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : center;
      color : #000000;
      text-decoration : none;
}

.tabstdc  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: 1px solid #757575;
      border-left: 1px solid #757575;
      border-bottom: 1px solid #757575; 
      border-right: 1px solid #757575; 
}

.tabstdcX  { /* to mark for judo table*/
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      border-top: 1px solid #757575;
      border-left: 1px solid #757575;
      border-bottom: 1px solid #757575; 
      border-right: 1px solid #757575; 
}


.tabstdr  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : normal;
      text-align : right;
      color : #000000;
      text-decoration : none;
      border-top: 1px solid #757575;
      border-left: 1px solid #757575;
      border-bottom: 1px solid #757575; 
      border-right: 1px solid #757575; 
}

.stdj  {/* standard justify */
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : normal;
      text-align : justify;
      color : #000000;
      text-decoration : none;
}

.hotstdj {
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : bold;
      text-align : justify;
      color : #000000;
      text-decoration : none;
      color : #FF6633;
}


.stdr  {/* standard justify */
      font-family : Verdana,Arial,sans-serif;
      font-size : 10pt;
      font-style : normal;
      font-weight : normal;
      text-align : right;
      color : #000000;
      text-decoration : none;
}

.img  {/* image */
    font-family : Verdana,Arial,sans-serif;
     /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : center;
      color : #000000;
      text-decoration : none;
      margin-top : -1pt;
}

/* a:link = Verweise zu noch nicht besuchten Seiten*/
a:link  {
      color : black;
      text-decoration : none;
}

/* a:visited = Verweise zu bereits besuchten Seiten*/
a:visited  {
      color : #black;
      text-decoration : none;
}

a:hover { 
      color: #66CCFF; 
      text-decoration: underline;
}

/* a:active = Verweise, die gerade angeklickt werden*/
a:active  {
      color: black; 
      text-decoration : none;
}

.np { /*np=noprint*/
      display : none;
}


p.stdj:first-letter  { 
      font-weight:bold;
      font : 13pt;
}

.copyright {/* copyright */
      font-family : Verdana,Arial,sans-serif;
      /* font-family = Schriftart fuer Textelemente */
      font-size : 8pt;
      /* font-size = Schriftgroesse */
      font-style : normal;
      /* font-style : normal/italic */
      font-weight : normal;
      /* font-weight : normal/bold */
      text-align : right;
      color : #000000;
      text-decoration : none;
      display : none;
}

#dl {
      color : #FF6633;
      letter-spacing : 3pt;
}

#hot {
      background-color : #E8E8E8;
}

#name {
      font-weight : bold;
      letter-spacing : 2pt;
}



.submit {
      font-family : Verdana,Arial,sans-serif;
      font-style : normal;
      font-weight : normal;
      text-align : center;
      color : #000000;
      text-decoration : none;
      background-color: #3366CC; 
      color : White; 
      font-size : 11pt; 
      border : 1px solid white;       
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-bottom: black 1px solid; 
      border-right: black 1px solid;
}
 
.bad {
      color : Red;
}

.gbhead  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 9pt;
      font-style : normal;
      font-weight : normal;
      text-align : left;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-left: silver 1px solid;
      border-right: silver 1px solid;
      background-color : #336699;
}

.gbdate  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 8pt;
      font-style : normal;
      font-weight : normal;
      text-align : left;
      color : #000000;
      text-decoration : none;
      border-top: silver 1px solid;
      border-right: silver 1px solid;
      background-color : #336699;
}

.gbbody  {
      font-family : Verdana,Arial,sans-serif;
      font-size : 9pt;
      font-style : normal;
      font-weight : normal;
      text-align : left;
      color : #000000;
      text-decoration : none;
      border-left: silver 1px solid;
      border-bottom: silver 1px solid; 
      border-right: silver 1px solid;
}

#xmas1
{
      display:inline;
      float:left;
      position:absolute;
      top:5px;
      left:345px;
}

#bodyblock {
      position:relative;
 }

#hotstd {
      font-weight : bold;
      color : #FF6633;
}

.nextpage {
      page-break-before: always;
}       
      
