/* Start of CMSMS style sheet 'aoh' */
body {
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 90%;
  color: white;
  background-color: black;
  background-image: url(uploads/images/blackbackground.jpg);
  overflow: -moz-scrollbars-vertical;
}
  
.mainwrapper {
  width:1000px;
  margin: 0 auto;
  border: 1px solid #333;
  background-color: black;
  color: white;
  padding: 8px;
}
a {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
}
.citat {
  font-style:italic;
  padding:10px;
}

.overskrift {
  font-size: 140%;
  font-weight: bold;
}

img.billedramme {
  border: 2px solid #aaa;
  margin-left:10px;
  margin-bottom: 10px;
}

.headline {
    font-size: 500%;
  font-weight: bold;
}
.subheadline {
  font-size: 140%;
}

a.menu {
  width:175px;
  border: 1px solid #ddd;  
  padding:5px;
  margin:2px;
  padding-left: 12px;
  color:white;
  text-decoration: none;
  display: block;
}

a.menucurrent {
  border-left: 5px solid #fff;
  padding-left: 8px;
  font-weight: bold;
}

a.submenu {
  padding-top:3px;
  padding-bottom:3px;
  margin-left:8px;
}

a.submenucurrent {
  border-left: 5px solid #fff;
  padding-left: 8px;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:8px;
  font-weight: bold;
}

a.menu:visited {
  color:white;
}

a.menu:hover {
  border-left: 5px solid #ddd;
  padding-left: 10px;
}

.webdesign {
  padding-top:2px;
  font-size: 70%;
  text-align:center;
  color:#999;
}
/* End of 'aoh' */

