body {
background: #fff;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: #4C4B4C;
text-align: center;
}
a {
text-decoration: none;
color: #4C4B75;
font-size: 20px;
}
a:hover {
text-decoration: none;
color: #72719E;
letter-spacing: 2px;
}
a img {
border: none;
}
#aussen {
width: 600px;
height: 500px;
position: absolute;
top: 20px; left: 50%;
margin-top: 5px;
margin-left: -300px;
border-top: 1px solid #99ccff;
border-right: 1px solid #99ccff;
}
#innen {
position: absolute;
top: 25px;
right: 25px;
width: 550px;
height: 450px;
border-top: 1px solid #6699ff;
border-right: 1px solid #6699ff;
}
#navigation {
position: absolute;
left: -85px;
top: 50px;
width: 170px;
}
#content {
position: absolute;
top: 25px;
right: 35px;
width: 410px;
height: 350px;
text-align: justify;
}
#pg {
position: absolute;
top: 25px;
left: 55px;
width: 300px;
height: 200px;
border: 1px solid black;
}
#pb {
position: absolute;
top: 235px;
left: 55px;
width: 300px;
text-align: left;
}
#back {
position: absolute;
top: 0px;
left: 55px;
width: 300px;
height: 25px;
text-align: center;
}
#groesse {
position: absolute;
top: 455px;
left: -65px;
width: 420px;
border: 1px solid black;
}
td {
border: 1px solid black;
text-align: center;
padding: 3px;
font-size: 11px;
font-weight: bold;
}
th {
text-align: center;
}
.new {
width: 139px;
height: 40px;
background: url(../grafiken/elemente/new.gif);
background-repeat: no-repeat;
}