html, body {
        margin:0 auto;
        height:100%;
        background: url(img/kachel-front.jpg);
        font-family:Arial, Verdana, sans-serif;
        text-align:center;
		
}


#total {
        margin:0 auto;
		height:1057px;
        width:624px;
}

#header {
		position:relative;
		top:0;
		left:0;
		margin:0 auto;
		background: url(img/hg-standby-front.jpg) no-repeat top center ;
		height:142px;
		width:624px;
}

#header-impressum {
		position:relative;
		top:0;
		left:0;
		margin:0 auto;
		height:142px;
		width:624px;
}

#nav {  margin:0;
		padding-top:4px;
		height:22px;
		font-size:80%;
		text-align:right;
       
}

#nav ul, #nav li {
        list-style-type:none;
        margin:0;
        padding:0;
		display:inline;
}

#nav li a:link, #nav li a:visited, #nav li a:focus {
		text-decoration:none;
		color: #737373;
}

#nav li a:hover {
        color: #168DAD;
}

#content {
		margin:0 auto;
		background: url(img/hg-mid-front.jpg) no-repeat top center;
		height:500px;
		width:624px;
     
}

#footer {
		margin:0 auto;
		background: url(img/hg-footer-front.jpg) no-repeat top center;
		height:405px;
		width:624px;
}

a:link, a:active, a:visited {
		text-decoration:none;
		color: #878787;
}

a:hover { color: #168DAD; }

a img {
		border:0;
		text-decoration:none;
}
