@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
	font-family: logoschrift;
	src: url("fonts/Minion.otf");
}

@font-face {
	font-family: ftext;
	src: url("fonts/KozReg.otf");
}

body, td, p {
  color: #1F1F1F; /*red;*/
  /*background-image: url(pix/hg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
  background-image: url(pix/hg3.jpg);
  background-color:/*#353535;*/ #1F1F1F;
  font-size: 16pt;
  font-family: Lato, sans-serif;
  text-align: left;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}


td, p {
  background: none;
  /*font-size: 21pt;*/
}

a {
  color: red;
/*font-weight: bold;*/
text-decoration: none;
}

a:hover {
  color: red;
/*font-weight: bold;*/
text-decoration: underline;
}

div#navi {
  /*background: blue;*/
  color: white;
  text-shadow: 0.05em -0.05em 1.5em black;
  text-align: right;
  font: 14pt lato, sans-serif; 
  position: absolute;
  top: 15px;
  height: 35px;
  left: 50%;
  margin-left: -450px; 
  width: 900px;
  z-index: 1000;
}
div#navi a {
  color: white;
/*font-weight: bold;*/
text-decoration: none;
}

div#navi a:hover {
  color: white;
  /*font-weight: bold;*/
  text-decoration: underline;
}

div#kontakt {
	margin-left:80px;
	margin-right:80px;	
	padding: 0.5em; 
	padding-left: 2em; 
	padding-right: 2em; 
	border-color: red;
	border-width: 3px; 
	border-style: solid; 
	font-style: italic; 
	text-align: center;
}	

div#kontakt a:hover {
  font-weight: bold;
  text-decoration: none;
}

div#seite {
  background: white;
  /*background: #faf6ea;*/
  /*background-image: url("pix/papier.jpg");*/
  /*border: 3px solid black;*/
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -450px; 
  text-align: left;
  z-index: 40;
  width: 900px;
  overflow-y:visible;
}

div#rot {
  /*background: red;*/
  height: 100%;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20; 
}  

div#logo {
  /*background: red;*/
  /*width: 25px;*/
  /*height: 100%;*/
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 44;
} 	
div#banner {
  /*background: red;*/
  width: 390px;
  padding: 0px;
  position: absolute;
  top: 74px;
  right: 0px;
  z-index: 45;
} 

div#text {
   padding-top: 200px;
   position: relative;
   width: 753px;
   min-height: 800px;  
   left: 74px;
   z-index: 50;   
}

div#fussn {
   padding-bottom: 25px;
   padding-top: 25px;
   font-size: 12px; /*0.7em;*/
   position: relative;
   width: 753px;
   left: 74px;
   z-index: 55;
   text-align: center;
}

h1 {
  font-family: logoschrift, serif;
  font: 2.0em;
  font-weight: bold;
  margin: 0px;
  /*color: #333333;*/
}

h2 {
  font-family: logoschrift, serif;
  font-size: 1.5em;
  margin: 0px;
  /*color: #333333;*/
}

h3 {
  font-family: logoschrift, serif;
  /*font-size: 1.5em;*/
  /*margin: 0px;*/
  /*color: #333333;*/
}