
/*-------------------------------------------------*/
/* Standard-CSS für WO_minisite */

html,body
{
    font-size: 0.9em;
    font-family: arial,tahoma,helvetica;
    color: #000; 
    line-height: 1.4em;
    background-color:#CDCFD2;
    margin: 0px;
    padding: 0px;
    height: 100.01%;
}

/*-------------------------------------------------*/
table
{
  font-family: arial,tahoma,helvetica;
  empty-cells: show;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-width: 0px;
}

/*-------------------------------------------------*/
td
{
  font-size: 1.0em;
  line-height: 1.0em;
  font-family: arial,tahoma,helvetica;
  border-width: 0px;
}

/*-------------------------------------------------*/
h1
{
    font-size: 140%;
    font-weight: 600;
    color: #C21A14;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/*-------------------------------------------------*/
h2
{
    font-size:110%;
    font-weight: 600;
    color: #00275B;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/*-------------------------------------------------*/
h3
{
   font-size: 90%;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
}

/*-------------------------------------------------*/
h4
{ 
   font-size: 85%;
   font-weight: 600;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #000; 
}

/*-------------------------------------------------*/
h5
{ 
    font-size: 80%;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

/*-------------------------------------------------*/
img
{
  position: relative;
  vertical-align: bottom;
}

/*-------------------------------------------------*/
.footer_rechts
{
position: relative;
height: 2.3em;
background-image: url('../backgrounds/re_unten_mi_1px.jpg');
background-repeat: repeat-x;
background-position: bottom;
background-color: #1B1B1F;
border-top: 1px solid #9D9D9D;

}

/*-------------------------------------------------*/
.re_ecke_ul
{
float: left;
width: 9px;
height: 2.3em;
background-image: url('../backgrounds/re_ecke_ul2.jpg');
background-repeat: no-repeat;
background-position:bottom;
}

/*-------------------------------------------------*/
.re_ecke_ur
{
float: right;
width: 9px;
height: 2.3em;
background-image: url('../backgrounds/re_ecke_ur2.jpg');
background-repeat: no-repeat;
background-position:bottom;
}

/*-------------------------------------------------*/
.footer_linkbox
{
float: left;
margin-left: 1px;
margin-top: 6px;
}

/*-------------------------------------------------*/
.footertext
{
font-size: 80%; 
color: #FFF;
}

/*-------------------------------------------------*/
.footer_textbox
{
float: right;
margin-right: 1px;
margin-top: 6px;
}

/*-------------------------------------------------*/
.text_adressbox
{
font-size: 85%;
color: #FFF;
}

/*-------------------------------------------------*/
.picbox_content
{
float: left;
width: 140px;
margin: 4px 15px 0px 0px;
}

/*-------------------------------------------------*/
.thumbnailbox_klein
{
width: 140px;
height: 140px;
border: 1px solid #4D678A;
margin-bottom: 8px;
}

/*-------------------------------------------------*/
.thumbnailbox_mittel
{
width: 80px;
height: 80px;
border: 1px solid #4D678A;
margin-bottom: 5px;
}

/*-------------------------------------------------*/
.thumbnailbox_gross
{
width: 90px;
height: 90px;
border: 1px solid #4D678A;
margin-bottom: 5px;
}

/*-------------------------------------------------*/
.box_datensatz
{
margin: 0px 0px 10px 0px;
}

/*-------------------------------------------------*/
.box_content
{
padding: 30px 30px 30px 30px;
}

/*-------------------------------------------------*/
.button
{
background-color: #FFF;
border: 1px solid #CCC;
}

