
body{
    /*text-align:  center;*/
    margin: 0;   
    padding: 0;
}

a{
    color: gray;
}

#page{
    position: relative;
    width: 800px;
    min-height: 600px;
    margin: 0 auto;
    /*border: 1px solid gray;    */
}

#logo {
    position: absolute;
    top: 0px;
    width: 800px;
    height: 50px;   
    border-bottom: 1px dotted gray;   
    text-align: center;
    font-family: cursive;
    font-size: x-large;
    color: green;
}

#content{
    position: absolute;
    top: 50px;
    width: 800px;
    /*border-bottom: 1px solid gray;    */
}

#leftcolumn{
    width:  500px;
    position: absolute;
    left: 0px;
    top: 50px;   
    text-align: center;
    margin-top: 20px;
}

#rightcolumn {    
    width:  300px;
    left: 500px;
    top: 50px;
    position: absolute;
    vertical-align: text-top;
    padding: 0px;
    padding-left: 10px;
    height: 400px;
    
    border-left: 1px dotted gray;    
}

.column_header{
    font-weight: bold;
    background-color: black;
    color: white;
}

.celula_anunt_gri {
    background-color: lightgray;
    /*border-right: 1px solid black;*/
    height: 40px;
}

#adaugaAnunt {
    font-size: 40px;
    color: white;
    background-color: green;
    border: 2px solid darkgreen;
    text-decoration: none;
    padding: 10px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#adaugaAnunt:hover {
    font-size: 40px;
    color: white;
    background-color: darkgray;
    border: 2px solid black;
    text-decoration: none;
    padding: 10px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

