body
{
		background: #ffffff url("bg.jpg") no-repeat center top;
		padding: 0px;
		margin: 0px;
}

img
{
    border: 0px;
}

a
{
    color: #2f3a46;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
  margin: 10px 10px 10px 10px;
  padding: 0px;
}

p.zib
{
font-style:italic;
}

div.contr

{
    width: 120px;
    height: 490px;
    float:right;
    margin-left: 10px;
    padding-left: 5px;
    border-left: solid red 1px;
    
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, Sans-Serif;
    color: #000000;
}


div.cont
{
    width: 600px;
    height: 490px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -300px;
    /*border: solid red 1px;*/
    
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, Sans-Serif;
    color: #000000;
}

div.stp
{
    width: 600px;
    height: 40px;
    position: absolute;
    top: 730px;
    left: 50%;
    margin-left: -300px;
    /*border: solid blue 1px;*/
    
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-family: Helvetica, Sans-Serif;
    color: #000000;
}


