@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: #e4e7e7; font-family: courier, Courier New; text-decoration: underline; font-weight: bold; font-size: x-large;}
  h2 {color: #e4e7e7; font-family: courier, Courier New; text-decoration: underline; font-weight: bold; font-size: large;}
  h3 {color: #e4e7e7; font-family: courier, Courier New; text-decoration: underline; font-weight: bold;}  
  h4 {color: #e4e7e7; 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: #000000; text-decoration:underline; font-family: courier, Courier New;}
  a:active  {color: #000000; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #e4e7e7}
  a:focus {color: #000000; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #e4e7e7}
  a:hover {color: #000000; text-decoration:underline; font-family: courier, Courier New; font-weight: bold; background: #e4e7e7}
  
    .myButton {
	background-color:#0000ff;
	border-radius:3px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#0000ff;
	font-family:courier, Courier New;
	font-size:200%;
	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: #e4e7e7;
  margin-bottom: 120px;
}

#logo {
  float:left; 
  margin: 0px 0px 0px 10px;
  width: 75px;
  height: 75px;
}
/*
  Thomas Schmittner grau hinterlegt
*/
#header {
  height: 35px;
  margin: 10px 0px 0px 10px;
  background-color: #C0C0C0;
  color: #000000;
  text-align: center;
  vertical-align: center;
  font-family: courier, Courier New;
  font-weight: bold;
  font-size: 150%; 
}

/*
  Menu links
*/

#menu {
  position: absolute;
  margin: 50px 0px 0px 10px;
  height: auto;
  font-family: courier, Courier New;
}



ul#menu li {
  display: inline;
}


/*
  Uhr Datum
*/
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40px;
  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: 150px 10px 10px 5%;
  /*margin: auto 10px 10px 5%;*/
  color: #e4e7e7;
  font-family: courier, Courier New;
  font-size: 150%;  
}

