body {
  color: black; background-color: white;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 100.01%;
  text-align: center;
}

a:link {
  color: #FF6600;
  text-decoration:none;
}
a:visited {
  color: #FF6600;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color: black;
  text-decoration:underline;
}

img {
  border: none;
}

#Main {
  background: url(img/noten_bg_sm_rep.jpg);
  text-align: left;
  margin: 0 auto;
  width: 760px;
  padding-left: 8px;
  border: 2px ridge silver;
}

#Header {
  margin-left: 20px;
}

#Header .left {
  background: url(img/border_l.png) repeat-y;
  height: 192px;
}

#Header .content {
  background-color: #FFFFCC;
  margin-left: 10px;
  padding-left: 8px;
  padding-top: 8px;
}

#Header .bottomleft {
  background: url(img/border_bl.png) no-repeat;
  height: 30px;
}

#Header .bottom {
  background: url(img/border_b.png) repeat-x 0 100%;
  margin-left: 30px;
  height: 30px;
}

#Body {
  text-align: justify;
  margin-left: 60px;
  margin-top: 40px;
}

#Body .topleft {
  float: left;
  background: url(img/border_tl.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

#Body .top {
  background: url(img/border_t.png) repeat-x;
  margin-left: 30px;
  height: 10px;
}

#Body .left {
  background: url(img/border_l.png) repeat-y;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
}

#Body .content {
  background-color: #FFFFCC;
  margin-top: -30px;
  padding: 8px;
}

#Navigation {
  font-size: 1.12em;
  margin: 0; padding: 0;
  text-align: center;
  border-bottom: 1px solid #FF6600;
}

#Navigation li {
  list-style: none inside;
  display: inline;
  margin: 0; padding: 0.2em;
}

#Navigation a {
  padding: 0.2em;
  font-weight: bold;
  color: #FF6600;
}

#Navigation a:active {
  color: black;
}

#Content {
  padding: 0 1em;
}
#Content h1 {
  color: #FF6600;
  font-size: 1.5em;
  margin: 0 0 1em;
  text-align: left;
}
#Content h2 {
  color: #FF6600;
  font-size: 1.2em;
  margin: 0 0 1em;
  text-align: left;
}
#Content p {
  font-size:1em;
}
#Content hr {
  color: #FF6600;
  background-color: #FF6600;
  border: 1px solid #FF6600;
  margin-bottom: 1.5em;
}
#Content li {
  list-style-type: circle;
}

#Content a:link {
  text-decoration:underline;
}
#Content a:visited {
  text-decoration:underline;
}

#Content img.right {
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
}

#Content .center {
  text-align: center;
}

#Content .label {
  font-size: 0.7em;
}

#Content .form {
  position: relative;
  margin-top: 20px;
}

#Content .formline {
  margin-bottom: 5px;
}

#Content .formline input {
  position: absolute;
  left: 100px;
}

#Content div.nachricht {
  border:solid 1px #FF6600;
  width: 100%;
  vertical-align: middle;
  font-size: small;
  padding: 2px;
  margin: 20px 0 0 0;
  display: block;
}

#Content div.nachricht div.titel {
  border: solid 1px #FF6600;
  width: 100%;
  vertical-align: middle;
  font-size: medium;
  padding: 2px;
  margin: -3px -3px 3px;
  display: block;
  background-color: #FFFFDD;
}

#Content div.nachricht div.titel img {
  margin-top: 2px;
  margin-bottom: -2px;
}

#Footer {
  clear: both;
  margin-right: 60px;
  margin-bottom: -6px;
  font-size: 0.7em;
  padding: 0.1em;
  text-align: center;
}

/* lightbox 2 stuff */
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);*/
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  /**zoom: 1;*/
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(img/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(img/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  /**zoom: 1;*/
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

