
/*//seitenweit*/
body {
  font-family: "Courier New", Courier, monospace;

}

a {

  font-size: 1.3rem;
}

p {
  font-size: 1.2rem;

}

/*//menu*/
.navigation {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.7rem;
}

/*// Grażyna Roguski im menu*/
.website-title {
  color: black;
  font-family: "Times New Roman";
  font-size: 2.2rem;
}

.navigation a {
  color: black;
  /*font-size: 2.7rem;*/

}
/* navigation links wenn die maus drüber ist */
.navigation a:hover {

}

.navigation a:visited {

}

/*// news spezifisch*/
#news a {

}



/*// work spezifisch*/
#work a:not(.galleryclick) {
  font-size: 0,5rem;

}

#work p {
  font-size: 0,5rem;
}


/* text statt bild in gallerie*/


/*// about spezifisch*/
#about a {
  color: red;
}

#about a:hover {
  color: red;
  text-decoration: none;
}

#about a:visited {
  color: gray;
  text-decoration: none;
}

#about p {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.2rem;

}



/*// contact spezifisch*/
#contact a {
  color: red;
    font-family: "Courier New";
}

#contact a:hover {
  color: red;
  text-decoration: none;
}

#contact a:visited {
  color: gray;
  text-decoration: none;
}

#contact p {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.2rem;

}


