#header {
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF;
	height: 184px;
	float:left;
        width: 100%;
	background:url(https://www.zuz24.de/layout/grund/images/top_hg.gif) repeat-x top left;
}

#navigation{
    float:left;
    margin: 50px 0 0 20px;
    color: #FFFFFF;
	text-align:center;
	background-repeat:no-repeat;
    font-size: 0.9em;
    font-weight: bold;
}

#navigation a {
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: normal;
}

a.button {
    background: transparent url(https://www.zuz24.de/layout/grund/images/button-links.gif) no-repeat top left;
    display: block;
    float: left;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-right: 10px;
}

a.button span{
    background: transparent url(https://www.zuz24.de/layout/grund/images/button-rechts.gif) no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.button:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.button:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}

.subNavi {
    padding-left: 12px;
    line-height: 1.5em;
	list-style-type: none;
	size: 1.2em;
}
.subNavi a{
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}

#logo {
	width: 339px;
	height: 184px;
    float: right;
	margin: 0;
	padding: 0;
    background:url(https://www.zuz24.de/layout/grund/images/top_right.gif) repeat-x top left;
}

#inhalt {
	margin-right: 0px;
	padding: 10px;
        position: absolute;
        top: 200px;
	border: 0px solid red;
	background: transparent;
}
#inhalt .block {
    width: 100%;
    margin: 10px auto 10px auto;
	border: 0px solid red;
}
#inhalt .block img {
    margin-right: 25px;
    padding: 4px;
	border: 1px solid #cdcdcd;
}
#info {
        position: absolute;
	top: 190px;
	right: 0px;
        overflow: auto;
        float: right;
}
#right {
	padding: 10px;
	position: absolute;
	top: 150px;
	right: 0px;
	margin: 0;
	padding: 0px;
	border: 0px solid #000;
	width: 340px;
        float:none;
}
#right img {
    display: block;
    border: none;
    margin: 10px auto 10px auto;
    text-align: center;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
}

#subNavi a,
a:hover {
    color: #CC3300;
    text-decoration: none;
}
td {
    font-family: Arial, Helvetika;
    font-size: small;
}
