/*
Copyright by ACwebdesign
www.ACwebdesign.de
*/

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
}

html {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background-color: #cfebe9;
  background: url(gfx/acwbg.png) top center no-repeat;
  height: 100%;
  -webkit-background-size: 100%
  -moz-background-size: 100%;
}

#wrapper {
  width: 650px;
  margin: 0 auto;
}

#header {
  text-align: right;
  color: #a81b00;
  height: 60px;
  width: 650px;
  background: url(gfx/logo.png) right center no-repeat;
}

/* ---------- Navigation ---------- */

#nav ul {
  margin-top: 100px;
  list-style: none;
  float: left;
  width: 100px;
}

#nav li a {
  background-color: transparent;
  border-color: transparent;
  padding: 5px 3px;
  margin: 5px 0;
  display: block;
  border-bottom: 1px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  border-right: 5px solid transparent;
}

#nav li a:hover, #nav li a.active {
  background-color: #a81b00;
  color: #fff;
  border-right-color: #cc5555;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

/* ---------- Content ---------- */

#content {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  padding: 0 10px;
  height: 600px;
  overflow: auto;
  width: 520px;
  float: right;
  border: 5px solid #a81b00;
  background-color: #fff;
}

/* ---------- Footer ---------- */

#footer {
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  float: right;
  width: 540px;
  font-size: 0.9em;
  padding: 5px;
  background-color: #000;
  color: #fff;
}
