body { 
text-align: center;
background: #ffffff;
}

#page{ 
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background: #ffffff;
}

#head {
width: 900px;
height: 250px;
margin: 0 auto 0 auto;
background: url("images/head.png") no-repeat;
}

#navigation ul{ 
width: 900px;
height: 50px;
background: #ffffff; 
margin: 0 auto 0 auto;
text-align: center;
}

#navigation ul li {
display:inline;
text-align: center;
}
 
#container { 
height: 400px; 
width: 700px; 
color: #000000;
background: #ffffff;
margin: 0 auto 0 auto;
text-align: justify;
}

#foot { 
width: 900px;
height: 100px;
margin: 0 auto 0 auto;
color: #000000;
background: url("images/foot.png") no-repeat;
text-align: center;
}

a.gomb {
background: transparent url('images/normal-a-bg.gif') no-repeat top right;
color: #444;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 82px;
padding-right: 10px;
text-decoration: none;
}
 
a.gomb span {
background: transparent url('images/normal-span-bg.gif') no-repeat top left;
display: block;
line-height: 14px;
padding: 5px 0 5px 10px;
}
 
a.gomb:active {
background: transparent url('images/aktiv-a-bg.gif') no-repeat top right;
color: #000;
outline: none;
}
 
a.gomb:active span {
background: transparent url('images/aktiv-span-bg.gif') no-repeat top left;
padding: 5px 0 5px 10px;
}

