@CHARSET "UTF-8";

body {
    margin: auto auto auto auto;
    padding: 0;
    border: 0;
    width: 95%;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 100%;
    overflow-x: auto;
    min-width: 650px;
}

div#headercontainer {
    position: relative;
    z-index:4; 
    width: 75%;
    top: -100px;
    left: 150px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    color: white;
    font-size: 24px;
    font-style: terminal;
    text-align: center;
    align: center;
    background-color: #f1f1f1;
    min-width: 650px;
}

div#header {
    position: relative;
    z-index:4; 
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    color: white;
    font-size: 30px;
    font-style: terminal;
    font-weight: bold;
    text-align: center;
    background-color: #f1f1f1;
    color: #123456;
    min-width: 650px;
}

div#astrologo {
    position: relative;
    z-index:4; 
    width: 111px;
    height: 118px;
    top: 17px;
    bottom: auto;
    left: 20px;
    right: 0px;
    color: white;	
	background-color: #f1f1f1;
	}

div#topnav li {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.8em;
    font-weight: normal;
    color: #123456;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
}

div#topnav ul {
    list-style: none;
    text-align: center;
    margin: 0px 0px 0px auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

div#topnav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.8em;
    font-weight: bold;
    color: #123456;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    padding: 8px;
    text-decoration: none;
}

div#topnav {
  display: block;
  position: relative;
  z-index: 3;
  background-color: #f1f1f1;
  top: -90px;
  left: 150px;
  right: 0px;
  width: 75%;
  color: white;
  text-align: center;
  min-width: 650px;
}

div#content {
    position: relative;
    z-index:4; 
    width: 75%;
    top: -20px;
    left: 150px;
    right: 0px;
    bottom: 0px;
    height: 750px;
    color: #000000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: #f1f1f1;
    overflow: auto;
    min-width: 650px;
}

div#content2 {
    position: relative;
    z-index:4; 
    width: 75%;
    top: -220px;
    left: 150px;
    right: 0px;
    bottom: 0px;
    height: 750px;
    color: #000000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: #f1f1f1;
    overflow: auto;
    min-width: 650px;
}

div#contenttext {
	color: black;
	top: 100px;
	position: relative;
        min-width: 650px;
}

div#menue {
    position: relative;
    z-index:5; 
    width: 150px;
    top: 100px;
    left: 00px;
    height: 200px;
    color: #123456;
    font-size: 18px;
    font-style: terminal;
    text-align: left;
    background-color: #f1f1f1;
}

div#menue li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.8em;
    font-weight: normal;
    color: #123456;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
}

div#menue ul {
    list-style: none;
    text-align: left;
    margin: 0px 0px 0px auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

div#menue a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.8em;
    font-weight: normal;
    color: #123456;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    text-decoration: none;
}

#topnav a:hover{
    color: red;
}
