html,body
   {
   margin:0px;
   padding:0px;
   width:100%;
   height:100%;
   background:#656D3F;
   }
html
   {
   overflow:hidden;
   }

#wrapper {
width:100%;
height:253px;
position:absolute;
top:50%;
margin-top:-150px;

text-align:center;
border:0px solid red;}


body{   font-size:11px;}
div,p,a,td {font-family:verdana;font-size:12px;line-height:140%;color:#656D3F;}
table
   {
   table-layout:fixed;
   border-collapse:collapse;
   width:100%;
   }
td,img{border:0px solid red;padding:0;margin:0;font-size:0px;}
a,a:link,a:visited
{
font-size:11px;
height:17px;
text-decoration:none;
color:#dff2ac;
padding:4px 4px;
border-right:1px solid #dff2ac;
}
a.bilderlink,
a.bilderlink:link,
a.bilderlink:visited
	{
	color:transparent;
	background:url(../bilder/texte/text-baumkontrolleur.gif) no-repeat left bottom ;
	border:none;
	width:170px;
	height:95px;
	display:block;
	font-size:0;
	line-height:0;
	}
a:hover,a:active,a:focus
{
color:#656D3F;
background:#dff2ac;}
a.bilderlink:hover,
a.bilderlink:active,
a.bilderlink:focus
	{
	background:url(../bilder/texte/text-baumkontrolleur-hover.gif) no-repeat 1px bottom ;
	}

a.service,a.service:link,a.service:visited
{border-right:1px solid #656D3F;color:#656D3F;padding:2px 3px;}

a.service:hover,a.service:active,a.service:focus
{border-right:1px solid #656D3F;color:#656D3F;padding:2px 3px;}

a.mail,a.mail:link,a.mail:visited
	{
    color:#656D3F;
    font-size:12px;
    text-decoration:underline;
    border-right-width:0;
    margin:0 5px 0 0;
    padding-left:0;
    display:block;
    }
a.mail:hover,a.mail:active,a.mail:focus
	{
    color:#afb760;
    background:#FFF;
    }
a.copy,a.copy:link,a.copy:visited{border-right-width:0px;}
div{border:0px solid blue;}