body{
margin:0; 
padding:0; 
height:100%; /* important! */ 
font: normal 0.9em Georgia;
}

p {
line-height:140%;
font: normal 1em Tahoma;
width: 650px;
}


.logo {
position: absolute;
width:65px;
height: 100%;/* important, body needs 100% height! */ 
left:0;
top:0;
background: url(../img/logo_safran_big.gif) no-repeat;
border-right: 1px solid black;
vertical-align:middle;
}


.heading {
width: 100%;
height: auto;
margin-left: 65px; 
padding-left: 2em;
}

h1 
{ 
font: bold 2em Helvetica;
}

h2 {
font: bold 1.4em Tahoma;
padding: 0px;
margin: 0px;
}

h3 {
font: bold 1.2em Tahoma;
background:#eaeaea;
}

h4 {
font: bold 1.3em Tahoma;
border-bottom: 1px solid black;
}

.menu {
width: 100%;
height: auto;
margin-left: 65px; 
padding-left: 2em;
background:#eaeaea; 
}

.menu linked{
color:#333;
}

.content {
width: 700px;
margin-left: 65px;
padding-left: 2em;
padding-top: 2em;
}

.date{
float: right;
}

.verticaltext {
height: 14em;
writing-mode: tb-rl;
filter: fliph flipv;
}

.foot{
border-top: 1px solid black;
}

.foot a{
text-decoration: none;
}



