body 
{
background-color: #485056;
margin: 0;
padding: 0;
font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
background-image: url('img/bg.gif');
background-repeat: no-repeat;
}

form {
display: inline;
margin: 0;
padding: 0;
position:relative;
top: -4px;
}

select {
font-size: 9px;
}

/* --- GRID --- */

div#leftMarker
{
position: absolute;
top: 50px;
left: 50px;
background-color: #5F6660;
width: 7px;
height: 35px;
}

div#logo
{
position: absolute;
top: 48px;
left: 157px;
width: 96px;
height: 100px;
}

div#naviMenu
{
position: absolute;
top: 105px;
left: 264px;
width: 350px;
}

div#naviButtons
{
position: absolute;
top: 130px;
left: 253px;
}

div#centerMarker
{
position: absolute;
top: 106px;
left: 789px;
width: 1px;
height: 40px;
background-color: #A4A8AB;
}

div#content
{
position: relative;
top: 200px;
left: 50px;
height: 400px;
}

div#content img
{
margin-right: 10px;
}

div#contentDesc
{
position: absolute;
top: 300px;
left: 56px;
height: 300px;
width: 190px;
text-align: right;
color: #2A2A2A;
}

div#contentDesc a
{
text-decoration: none;
color: #3a3a3a;
}

div#contentDesc a:hover
{
text-decoration: underline;
}

div#mainNavi
{
position: absolute;
top: 608px;
left: 248px;
}

div#mainNavi img, div#backButton img
{
border: none;
}


div#backButton
{
position:absolute;
top: 590px;
}