@media(min-width:1024px){

* {
  font-size: 16px;
}

html, * html, #navigation *, #headline *, #footer * {
  padding: 0px;
  margin:  0px;
  border:  0px;
}

img {
  padding: 5px 5px 5px 5px;
}

pre,tt {
  font-family: "Courier New", monospace;
  color: #404040;
  margin-left: 8px;
}

h1 { font-size: 24px; }
h2, h2 a { font-size: 18.7px; }
h3 { font-size: 16px; }
h4 { font-size: 13.4px; }
h5 { font-size: 10.7px; }
h6 { font-size: 8px; }

a, a:visited  {
  color: #000099;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#navigation {
  font-weight: bold;
}
#navimg {
  padding:10px 0px 10px 20px;
}
#navigation ul {
  margin:  0px;
  padding: 10px 0px 0px 0px;
  border:  0px; 
  background-color: transparent;
}
#navigation li {
  color:               #666666;
  background-color:    #ffffff;
  padding:             0px 15px 0px 5px;
  margin:              15px 0px 15px 0px;
  border:              0px;
  list-style:          none;
  white-space:         nowrap;
  text-align:          right;
  background-repeat:   no-repeat;
  background-position: 100% 5px;
}
#navigation li.home     { background-image:url(/sse/images/8square_cc0000.png); }
#navigation li.people   { background-image:url(/sse/images/8square_009900.png); }
#navigation li.teaching { background-image:url(/sse/images/8square_0000cc.png); }
#navigation li.research { background-image:url(/sse/images/8square_cc6600.png); }
#navigation li.contact  { background-image:url(/sse/images/8square_ff9900.png); }
#navigation li.extern   { background-image:url(/sse/images/8square_999999.png); }
#navigation a {
  color:           #666666;
  text-decoration: none;
  margin:          0px;
  padding:         0px;
  border:          0px;
}
#navigation a:hover {
  color:#000099;
}

#headline {
  text-align: center;
  vertical-align: middle;
  position:relative;
}

#footer {
  font-size:  9px;
  text-align: center;
}
#footer * {
  font-size:  9px;
}

}
