/*
    globals, elements
*/

* { margin: 0; padding: 0 }

a,p,span,h1,h2,h3 {
    font-family: Arial,sans;
    color: #000;
}

a,p,span {
    font-size: 11px;
}

a {
    text-decoration: none;
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
}

/*
    structure
*/

#content {
    width: 950px;
    margin: 0 auto;
    height: 530px;
    margin-top: 50px;
}

#content #left, #content #right {
    position: relative;
    height: 430px;
}

#content #left {
    width: 500px;
    float: left;
    /* background: red; */
    overflow: auto;
}
#content #right {
    width: 430px;
    margin-left: 520px;
    /* background: blue; */
    overflow: auto;
}

#navi {
    clear: both;
}




/*
    content > #navi
*/

#navi {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid black;
    position: relative;
    height: 40px;
}

#navi a {
    display: block;
    font-size: 12px;
    position: absolute;
}

#navi .left {
    left: 0;
}

#navi .right {
    right: 0;
}

#navi .center {
    left: 400px;
    width: 100px;
    text-align: center;
}

#navi .center-left {
    left: 33%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
}

#navi .center-right {
    left: 66%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
}



/*
    content > #right
*/

#content #right #headline {
    height: 150px;
    margin-bottom: 20px;
    /* background: lightblue; */
}

#content #right #text {
    overflow: auto;
    /* background: darkblue; */
}


/*
    content > .home, content > .contact
*/

.home #content #left, .contact #content #left {
    text-align: right;
}

.home #content #left img, .contact #content #left img {
    position: absolute;
    bottom: 0;
    right: 0;
}





/*
    content > .projects
*/

.projects #content #left img {
    margin-bottom: 10px;
}


/*
    content > .projects
*/

.no-comment #content #big {
    width: 950px;
    height: 430px;
    overflow: auto;
}

.no-comment #content #big img {
    float: left;
    display: block;
}



#content #big {
    overflow: auto;
}





