xdiv { border: 1px dotted red; }

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  line-height: 140%;
  font-family: Verdana, sans-serif;
}

img {
  border: 0;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, h:active {
  border-bottom: 1px dotted blue;
}

h1 {
  font-size: 175%;
  line-height: 120%;
}

h2 {
  font-size: 125%;
}

/* masthead */

#masthead {
  border-bottom: 2px solid #ccc;
  padding: 1em;
}

#masthead-logo {
  float: left;
}

#masthead-logo a:hover, h:active {
  border: none;
}

#masthead-info {
  font-size: 90%;
  text-align: right;
}

#masthead-info ul {
  padding: 0;
}

#masthead-info li {
	list-style-type: none;
}

/* menu */

.menu {
  width: 15em;
  margin: 1em;
  float: left;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0;
  padding: 0.5em;
  background-color: #ccc;
  border: 1px solid white;
	list-style-type: none;
	font-weight: bold;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
  border: 0;
}

.menu a:hover, .menu h:active {
  color: blue;
}

/* submenu */

.submenu {
  font-size: 11px;
  line-height: 130%;
}

.submenu ul {
}

.submenu li {
  margin-left: 2em;
  background-color: #ccc;
  border: 1px solid white;
	font-weight: bold;
}

.submenu a:link, .submenu a:visited {
  text-decoration: none;
  border: 0;
}

.submenu a:hover, .submenu h:active {
  color: blue;
}

/* content */

#content {
  clear: before;
  margin: 1em;
  margin-left: 18em;
}

#content img {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* element list */

.element-list ul {
}

.element-list li {
	list-style-type: none;
	padding-bottom: 1em;
}

/* link-section */

.link-section {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding-top: 1em;
  padding-left: 1em;
  margin-top: 1em;
}