.home-name      { color: black; font-size: 27px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.home-adresse-bold { color: black; font-weight: bold; font-size: 13px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.home-adresse { color: black; font-weight: normal; font-size: 13px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.inhalt-adresse-gross { color: black; font-weight: bold; font-size: 13px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.rubrik { color: #3469c0; font-weight: bold; font-size: 13px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.inhalt-adresse-klein  { color: black; font-size: 12px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.copy-right { color: black; font-size: 10px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.inhalt  { color: black; font-size: 13px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
.aufzaehl-striche { color: black; font-size: 20px; font-family: 'Roboto', sans-serif; line-height: 1.25; }
#ooe {
	position: absolute;
	left: 225px;
	top: 420px;
}
#bg_inhalts_seiten {
	background-image: url(../images/HG-Inhalt.jpg);
	background-repeat: no-repeat;
}
a.text_link {
	color: #000;
	text-decoration: underline;
}
a.text_link:hover {
	color: #000;
	text-decoration: none;
}
/********************
 * VARIANTE 1 UND 2 *
 ********************/
.container_button_text_v1_2{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    height: 16px;
    
    margin-top: 8px;
    
    text-align: left;
}
.container_button_text_v1_2 .button_img{
    display: block;
    position: absolute;
    box-sizing: border-box;
    
    top: 0px;
    left: 0px;
}
.container_button_text_v1_2 .button_text{
    display: block;
    position: absolute;
    box-sizing: border-box;

    left: 23px;
    top: 0px;
    height: 16px;
    width: auto;
}
.container_button_text_v1_2 .button_text a{
    line-height: 16px;
    text-decoration: none;
}
