@charset "ISO-8859-1";
/*
  (c) speedtest.edv-schmittner.de
*/
@font-face {
    font-family: 'courier';
    src: url('https://speedtest.edv-schmittner.de/medien/courier/cour.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'courier';
    src: url('https://speedtest.edv-schmittner.de/medien/courier/courbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

  h1 {color: #f0f0f0; font-family: courier, Courier New; text-decoration: underline; font-weight: bold; font-size: x-large;}
  h2 {color: #f0f0f0; font-family: courier, Courier New; text-decoration: underline; font-weight: bold; font-size: large;}
  h3 {color: #f0f0f0; font-family: courier, Courier New; text-decoration: underline; font-weight: bold;}  
  h4 {color: #f0f0f0; font-family: courier, Courier New; text-decoration: none; font-weight: bold;}
  
  a:link {color: #c0c0c0; text-decoration:underline; font-family: courier, Courier New;}
  a:visited {color: #3f3f3f; text-decoration:underline; font-family: courier, Courier New;}
  a:active  {color: #3f3f3f; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #C0C0C0}
  a:focus {color: #3f3f3f; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #C0C0C0}
  a:hover {color: #3f3f3f; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #C0C0C0}
  
  .myButton {
	background-color:#c0c0c0;
	border-radius:3px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#3f3f3f;
	font-family:courier, Courier New;
	font-size:15px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#9a9a9a;
}
.myButton:active {
	position:relative;
	top:1px;
}

body {
  /*padding: 0px;*/
  margin: 0px auto;
  background-image: linear-gradient(to right, black 0%, blue 25%);
  font-family: courier, Courier New;
  color: #f0f0f0;
  margin-bottom: 120px;
  margin-top: 80px;
}

#logo {
  float:left;
  position: fixed;
  top: 10px;
  left: 0;
  margin: 0px 0px 0px 10px;
  width: 75px;
  height: 75px;
}
/*
  Thomas Schmittner grau hinterlegt
*/
#header {
  height: 35px;
  margin: 10px 0px 0px 10px;
  position: fixed;
  top: 0;
  left: 75px;
  width : 100%;
  background-color: #C0C0C0;
   /*background-image: linear-gradient(#0057B8 50%, #FFD700 50%);*/
  color: #000000;
  text-align: center;
  vertical-align: center;
  font-family: courier, Courier New;
  font-weight: bold;
}

/*
  Menu links
*/
#menu {
  position: fixed;
  margin: 50px 0px 0px 10px;
  height: auto;
  font-family: courier, Courier New;
  
  ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
li a {
  display: block;
  width: 80px;
  background-color: #0000ff;
}
}


/*
  Uhr Datum
*/
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(to right, black 0%, blue 25%);
  text-align: center;background-color: #0000ff;
}

/*
  Inhalt
*/
#contents {
  width: auto;
  height: auto;
  margin: 40px 10px 10px 14%;
  color: #f0f0f0;
  font-family: courier, Courier New;	
}

