@font-face {
    font-family: LinuxLibertine;
    src: url(fonts/LinLibertine_R.woff);
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: LinuxLibertine;
    src: url(fonts/LinLibertine_I.woff);
    font-style: italic;
}
@font-face {
    font-family: LinuxLibertine;
    src: url(fonts/LinLibertine_RB.woff);
    font-weight: bold;
}
*{
margin: 0;
padding: 0;
}
body {
background-color: #E0E0D0;
width:100%;
font-family: LinuxLibertine; 
font-style: normal;
}
header {
background: #D0D0C0 url('kopfbild5.png') no-repeat top center;
height: 150px;
text-align: center;
min-width: 900px;
}
h1 {
font-size:30pt;
position: relative;
top: 100px;
color: #F7F7F7 ;
text-shadow: black 0px 1px 7px;
}
#bg{
width: 100%;
background-color: #D0D0C0 ;
min-width: 900px;
}	
#inh {
width: 900px;
margin: 0 auto;
}
#live{
width: 850px;
margin: 0 auto;
position: relative;
height: 640px;
}
#formform {
vertical-align: middle;
min-width: 200px;
min-height: 30px;
}