/*
-----------------------------------------------
Struktur
----------------------------------------------- */

body {
    background:#fff;
    color:#000;
		border: 0;
    padding: 0;
    margin: 0; 
} 

img {
		border: 0;
		margin: 0;
		padding: 0;
}

#bild {
		position: relative;
		display: block;
		width: 514px;
		height: 517px;
}

#footer {
		position: relative;
		display: block;
		width: 514px;
		height: 30px;
		background: url(/images/popup_footer.gif) no-repeat;
}

#footer_buttons {
		position: relative;
		width: 500px;
		left: 10px;
		top: 14px;		
}
      

