html, body 
{
 height: 100%;
 margin: 0;
 padding: 0;
}
body
{
 font: .9em sans-serif;
 background: #FFFFFF;
}
img
{
 border:none;
}
a
{
 color:#000000;
 text-decoration:none;
}
.clear
{
 clear:both;
}
.lfloat
{
 float:left;
}
.rfloat
{
 float:right;
}
.header
{ 
 width: 100%;
 min-width: 500px;
 height: 150px;
 background: url('rm-office-banner-orig.png') repeat-x ;
}
.logo
{
 width:100%;
 height:150px;
 background: url('rm-office-logo-orig.png') no-repeat ;
}
.logo img
{
 margin-top:30px;
 margin-left:60px;
}
.subheader
{
 margin: -55px 0 0 0;
 width: 100%;
 min-width: 500px;
 height: 55px;
}
.navigation
{
 height: 55px;
 font-size: .9em;
}
.subheader ul 
{ 
 margin: 0 7px 0 0;
 padding: 0;
}
.subheader li 
{ 
 margin: 0; 
 padding: 0;
 list-style: none;
 display: inline;
}
.subheader a
{
 float: left;
 outline: none;
 background: #FFB000 url('rm-office-button.png') no-repeat left top;
 cursor: pointer;
 text-decoration: none;
 color:#FFB000;
 font-family:sans-serif;
 margin-left:0;
 margin-right:8px;
 margin-top:0;
 margin-bottom:0;
 padding-left:5px;
 padding-right:0;
 padding-top:0;
 padding-bottom:0
}
.subheader span
{
 float: left;
 display: block;
 background: #FFB000 url('rm-office-button.png') no-repeat right top;
 padding-left:2px;
 padding-right:8px;
 padding-top:7px;
 padding-bottom:2px
}
.subheader a:hover
{
 background: #FAFCFF url('rm-office-button.png') no-repeat left -50px;
 color:#5D5C6D
}
.subheader a:hover span
{
 background: #FAFCFF url('rm-office-button.png') right -50px;
}
.subheader li.th a
{
 float: left;
 background: #FFFFFF url('rm-office-button.png') no-repeat left -100px;
 color:#5D5C6D
}
.subheader li.th a span
{
 background: #FFFFFF url('rm-office-button.png') no-repeat right -100px;
}
.footer
{
 width: 100%;
 min-width: 500px;
 height: 130px;
 margin: 0;
 padding: 0;
 background: #FFFFFF url('rm-office-line.png') repeat-x 0 top;
 text-align: center;
 font-size: .9em
}
.content
{
 min-height: 400px;
}
.content div
{
 width:600px;
 padding-left:10px;
 text-align:justify;
}
.content div h2
{
 text-align:center;
 font-size:18px;
 margin:0px 0px 10px 0px;
 padding:0px;
}
.prod0
{
 background:url('./img/prod0.png') repeat-x;
 margin-left:-10px;
 vertical-align:middle;
 width:500px !important;
 height:50px !important ;
 float:left;
}
.prod0 h3
{
 line-height:50px; /* für IE */
 font-size:16px;
 vertical-align:middle;
 margin:0px 0px 0px 10px;
 padding:0px;
}
.prod1
{
 background:url('./img/prod1.png') right no-repeat;
 margin-left:-10px;
 width:50px !important ;
 height:50px !important ;
 float:left;
}
