* {
 margin: 0;
 padding: 0;
 border: 0;
}
html, body {
 height: 100%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 90%;
}
#menu {
width: 200px;
height: 200px;
position: absolute;
left: 740px;
top: 300px;
text-align: right;
}
#menu a,
.content a {
display: block;
text-decoration: none;
font-weight: bold;
color: #a9a9a9;
}
#menu a:hover,
.content a:hover {
color: #000;
}
#menu a.active,
.content a:hover {
color: #000;
}
#footer {
width: 202px;
height: 59px;
position: absolute;
left: 746px;
top: 500px;
text-align: right;
}
.content {
width: 500px;
color: #666;
position: absolute;
left: 80px;
top: 450px;
border: 1px dotted #ccc;
padding: 10px;
}
.content h2 {
font-size: 90%;
font-weight: bold;
padding-bottom: 10px;
}
.links {
width: 230px;
float: left;
padding-right: 15px;
}
#menu a.liextern {
background: url(../imagesBG/11.gif) no-repeat;
background-position: center right;
padding-right: 15px;
}
#menu a.liextern:hover {
background: url(../imagesBG/34.gif) no-repeat;
background-position: center right;
padding-right: 15px;
}
