@charset "UTF-8";
/* CSS Document */

body{
background-color:#998675;
}

div.icons{
background-image:url('../images/icons.jpg');
width:732px;
height:75px;
margin:0 auto;
background-repeat:no-repeat;
}

div.container{
position:relative;
width:780px;
height:683px;
margin:0 auto;
background-image:url('../images/bgcontainer.jpg');
background-repeat:no-repeat;
border:0px solid black;
}

div.home{
position:absolute;
margin-left:240px;
margin-top:90px;
width:341px;
height:115px;
font-family:tahoma;
color:#101B2F;
font-size:11px;
text-align:left;
line-height:21px;
padding-right:10px;
}

b{
color:#0071BC;
font-size:15px;
}

div.rechts{
position:absolute;
margin-left:590px;
margin-top:160px;
width:100px;
height:115px;
font-family:tahoma;
color:#101B2F;
font-size:11px;
text-align:center;
line-height:50px;
padding-right:10px;
}



