html * {
    font-size: 100.01%
}

/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erh�lt Standardschriftgr��e von 12 Pixeln */
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 68.75%;     */
    font-size: 75.00%;
    color: #000;
}

input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.85em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;

}

h1 {
    font-size: 1.17em;
    font-weight: bold;
    padding-top: 1.46em;
    padding-bottom: 1.46em;
}
#content{
	font-size: 0.94em;
}
#content h2 {
    font-size: 1.1em;
      margin-top: 0.8em;
    margin-bottom: 0.7em;
}

#contentB h3 {
    font-size: 1.0em;
      margin-top: 0.8em;
    margin-bottom: 0.7em;
}

#content h4 {
    font-size: 1.0em;
    font-weight: normal;
}

#content h5 {
    font-size: 1.0em;
}
#content ul,#content ol{
	padding-left:2.5em;
    line-height: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.9em;
	
}
#teaserList {
font-size: 0.94em;
}
#teaserList p{
 line-height: 1.3em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
#content li {
 
}
#content p {

    line-height: 1.3em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
#content td {

  
}

hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

a {

    text-decoration: none;
    color: #cc0000;

}

a:focus, a:active, a:hover {

    color: #000000;

}

.hidden {

    display: block;

    height: 0;

    left: -999em;

    position: absolute;

    overflow: hidden;

    top: -999em;

    width: 0;

}
.btn164{
width:13.67em;
height:1.33em;
}
