body { background-color: #069; background-image: url('(EmptyReference!)'); text-align:center; }
#container {
width:500px;
height:400px;
margin:100px auto;
text-align:left;
}
#menu {
width:100%;
}
ul {
list-style-type:none;
}
li {
float:left;
}
h1 { font-size: 22px; padding:10px; }
p {
padding:10px;
}
a.main:link, a.main:visited, a.main:hover, a.main:active {
display:block;
font-weight:bold;
padding:10px 10px 2px 10px;
text-decoration:none;
border-bottom:6px solid #ff0000;
}
a.main:hover {
border-bottom:6px solid #f5f500;
}
body#startseite a#startseite_menu,
body#seite1 a#seite1_menu,
body#seite2 a#seite2_menu,
body#seite3 a#seite3_menu,
body#seite4 a#seite4_menu,
body#seite5 a#seite5_menu,
body#seite6 a#seite6_menu,
body#seite7 a#seite7_menu {
border-bottom:6px solid #09ff00;
}
a {
  text-decoration:none;
  border-bottom:1px solid #cacaca;
}
code {
  color:#888;
}
a:visited { color: #000; }

