/* CSS Level 1, Thomas Dorn, Wurm und Wurm */
BODY {
        margin: 10pt;
        width:90%;
        background-color: White;
        /*
        background-image: URL("pics/back.png"); 
        background-position: left top;
        background-attachment: fixed;
        background-repeat:repeat; 
        */
        color: black;
    font-family: Arial, helvetica, sans-serif;
}

.gelb {
  color: #F7C200; /* Cheer gelb */
}



.tback{
        background-image: URL("pics/back200_45.png"); 
	font-size:16px;
	width:200px;
	height:45px;
	text-align:center;
  padding: 0pt 0pt;
  margin:0;
}

.silver {
 font-size: 16px;
 font-weight:normal;
 color: #a9a9a9;
}


FORM {
  margin:0;
  display: inline;
}
INPUT {
  margin:0;
  display: inline;
}


.fett {
    font-weight: bold;
	font-size: 20pt;
}

P {
    font-family: Arial, helvetica, sans-serif;
        font-style: normal;
        font-size: 12pt;
        text-align: left;
}

.tc {
    color: #000060 ;
    font-family: Arial, helvetica, sans-serif;
        font-style: normal;
        font-size: 11pt;
        text-align: left;
}

.mini { 
        color:  	#d3d3d3;
        background-color: transparent;
        font-size: 8pt;
        font-style: normal;
        text-align: right;
}
.attention { 
 color: red;
 background-color: #f0e68c;
 font-size: 12pt;
 font-style: normal;
 text-align: center;
}


H1{
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 24pt;
  text-align: left;
}
H2	{		
		font-weight: normal;
		font-size: 18pt;
		text-align: left;
}
H3	{
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	position: relative;
}
H4	{
	font-weight: normal;
	font-size: 8pt;
	text-align: Left;
	position: relative;
}
IMG {
	border-style: none;
}

IMG.left { 
  float: left;
  margin-left: 10pt;
  margin-right: 10pt;
}
IMG.right { 
  float: right;
  margin-right: 10pt;
  margin-left: 10pt;
}

A {
   text-decoration: none;
   font-weight: bolder;
   COLOR: black; 
}
A:visited {
   TEXT-DECORATION: none;
   font-weight: bolder;
   COLOR: black; 
}
A:active {
        TEXT-DECORATION: none;
   font-weight: bolder;
}
A:hover {
        COLOR: #AD0900; 
        TEXT-DECORATION: none;
   font-weight: bolder;
}


.nav { 
        color: white;
        background-color: transparent;
        font-size: 12pt;
        font-style: normal;
}
A.nav {
   text-decoration: none;
   COLOR: black; 
}
A.nav:visited {
   font-weight: normal;
   COLOR: black; 
}
A.nav:active {
}
A.nav:hover {
        COLOR: white; 
}








.nix {
        background-color: transparent;
        color: White;
        /* color: #333366; */
        border: none;
        font-size: 12pt;
        font-style: normal;
        text-align: left;

}

.tnix {
        background-color: transparent;
        border: none;
 }
