/* Body */
body { 
       background-image:url(img/hgTot.jpg); 
       background-attachment:fixed;
       background-position: 100% 100%; 
       background-repeat: repeat;    
     }

/* Schriftarten */
.titelRiesig { font-family:'Jokerman',Times,serif; font-size:3.5em ; color:white; }
.titelGross { font-family:'Jokerman',Times,serif; font-size:x-large ; color:white; }
.textGross { font-family:'Arial',Times,serif; font-size:x-large ; color:white; }
.textGrossEnger { font-family:'Arial',Times,serif; font-size:x-large; color:white; }
.textMid { font-family:'Arial',Times,serif; font-size:0.95em ; color:white; }
.textMid2 { font-family:'Arial',Times,serif; font-size:1.05em ; color:white; }
.menuPunkte { font-family:'Tahoma',Arial; font-size:x-large ; color:white; }
.email { font-family:'Arial'; font-size:large ; color:white; }


/* Tabellen */
/* GesamtpositionierungsTable */
.PositionsTable { 
              border : 0px solid Black;
              margin-left:auto;
              margin-right:auto;              
              width  : 950px;
              height : 540px;
              padding: 0px;
	      border-collapse: collapse;
            }
/* Rahmen rundherumg */
.HauptTable { 
	      border : 1px solid Black; 
              width  : 100%;
              height : 100%;
              padding: 0px;
	      border-collapse: collapse;
            }

/* Rahmen nur unten */
.TableUnten { border-bottom : 1px solid Black;
              width  : 100%;
              height : 100%;
              padding: 0px;
            }

/* Rahmen nur unten */
.TableOben { border-top : 1px solid Black; 
              width  : 100%;
              height : 100%;
              padding: 0px;
           }


/* Standard Links */
a:link {
	color: #FFFFFF;
	font-family: Arial, Times, sans-serif;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;	
	font-family: Arial, Times, sans-serif;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #002F2D;	
	font-family: Arial, Times, sans-serif;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #898989;
	font-family: Arial, Times, sans-serif;
	font-size: large;
	font-weight: lighter;
	text-decoration: none;
}

.list{
list-style-image: url(img/y_bullet.gif)
}
.listEle{
margin-bottom:10px;
}