@charset "utf-8";

html
{ 
    height:100%;
    margin: 0;
    padding: 0;
    background-color:#d4debc;
}
body
{ 
	height:100%;
    margin: 0;
    padding: 0;
    background-color:#d4debc;
}
#startScreen
{
    position: relative;
    top: 0px;
    width: 975px;
    margin: 0px auto;
    text-align: left;
    background-color:#d4debc;
    border: 0;
    color: #000;
    z-index: 99;
    
}
#hebammenLink
{
    position:absolute;
    top:359px;
    left:660px;
    color: #fff;
    font-weight: bold;
    width: 115px;
    height: 31px;
    border: 0px solid #000;
    cursor: pointer;
}
#elternLink
{
    position:absolute;
    top:359px;
    left:555px;
    color: #fff;
    font-weight: bold;
    width: 103px;
    height: 31px;
    border: 0px solid #000;
    cursor: pointer;
}
#informationen
{
    position:absolute;
    top: 353px;
    left: 400px;
    color: #fff;
    font-weight: bold;
}