@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;

}

div#headercontainer {
    position: relative;
    z-index:4; 
    width: 1000px;
    top: -100px;
    left: 350px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    color: white;
    font-size: 24px;
    font-style: terminal;
    text-align: center;
    align: center;
    background-color: #fafafa;
}

div#header {
    position: relative;
    z-index:4; 
    width: 1000px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 90px;
    color: white;
    font-size: 24px;
    font-style: terminal;
    text-align: center;
    background-color: #123456;
}

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

div#menue {
    position: relative;
    z-index:5; 
    width: 150px;
    top: 100px;
    left: 50px;
    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;
}

div#content {
    position: relative;
    z-index:4; 
    width: 1000px;
    top: -200px;
    left: 350px;
    right: 0px;
    bottom: 0px;
    height: 750px;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: #123456;
    overflow: auto;
}

div#contenttext {
	top: 100px;
	position: relative;
}
