/* Body-Dateien */




body  {


font-family: courier new,  Arialblack, sans-serif; 

color: lime;

text-decoration: none;

background-color: black;

/* background-image: url(../bilder/bodysky.jpg); */

background-repeat: no-repeat;

background-attachment: fixed;

background-position: top left;


}



/* Schriften */


h1 {

 font-family: courier new, Arialblack, sans-serif; 

}


h2 {

 font-family: courier new, Arialblack, sans-serif; 
}



h3 {

 font-family: courier new, Arialblack, sans-serif;

}


h4 {

 font-family: courier new, Arialblack, sans-serif;

}


/* Links */


 a:link {

text-decoration: none;

font-weight: bold;

color: lime;

}

 a:visited {

text-decoration: none;

font-weight:bold;

color: lime;

}

 a:hover {

text-decoration: none;

font-weight :bold;

color: lime;

}

 a:active {

text-decoration: none;

font-weight: bold;

color: lime;

}

 a:focus {

text-decoration: none;

font-weight: bold;

color: lime;

}


img {

border: 0;

}


/* Trennlinien */

hr {

color: lime;


}



.center {

font-align: center;

}