h1, h2, h3, h4, h5, h6
{
	color:#3b464d;
}


h1
{
	margin:0; padding:0;
	font-size:170%;
	padding-bottom:15px;
	padding-top: 15px;

}

h2, h3
{
	font-size:120%;
}

h2
{
	padding-top:0px;
	padding-bottom:5px;

}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
}

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}

.h1text{
	font-size:24px;
        list-style: none;
        font-weight:bold;
}
.text_left{
	font-size:18px;
        list-style: none;
        font-weight:bold;
        color:#fff;
}
.text_center{
	font-size:18px;
        list-style: none;
        font-weight:bold;
}
.table_226 {
        width:1003px; 
        height:226px; 
        cellspacing:0; 
        cellpadding:0;
        border:0;
}

#telefon
  {
    display: block;
    width: 314px;
    height: 35px;
    color:#fff;
    font-size:4px;
    background: url("images/telefon.gif") no-repeat 0 0;

  }

#telefon:hover
  { 
    background: url("images/telefon_rollover.gif") no-repeat 0 0;
  }
.strong {font-weight: bold;}
.center {text-align:center;}


 /*
Back to top button 
*/
#back-top {
    position: fixed;
bottom: 6px;
margin-left: 25px !important;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}