@charset "UTF-8";

body {
    background-image: url(../img/background-suedtirol.jpg);
    background-repeat:no-repeat;
    background-position:14px 14px;
    background-size: 1024px;
    background-color: white;
    font-family: "Lucida Sans Unicode",sans-serif;
}

div.main {
    width: 1024px;
    border: 0px solid #000000;
    padding: 5px 5px 5px 5px;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
  color:#466953;
  text-decoration:none; 
  font-weight: bold;
}

div.menu {
    padding-top: 20px;
}

div.menuitem {
    width: 20%;
    float: left;
    font-size: 
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin: 0px 0px; 0px; 0px;
    padding: 0px 0px; 0px; 0px;
    
}


h1.mainTitle {
    text-align: center;
    font-size: 54px;
    margin-top: 20px;
    margin-bottom : 0px;
    padding-bottom: 0px;
}

.text {
    color: #466953;
    position:absolute;
    top: 400px;
    width: 1000px;
    margin: 5px 5px 5px 5px;
    padding-left: 30px;
    padding-right: 30px;
    
    /* unvisited link */
    a:link {
        color: #466953;
    }

    /* visited link */
    a:visited {
        color: #466953;
    }

    /* mouse over link */
    a:hover {
        color: #466953;
    }

    /* selected link */
    a:active {
        color: #466953;
    }
}

