body {
  margin:0;
  padding:0;
  background:#79C12D url(/assets/images/bodyBg.jpg) no-repeat;
}
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  color:#fff;
}
/* atetzl: Feld-Hintergrund */
input, textarea, select, button {
  background-color:#6dad28;
  border:1px solid black;
}

h1,h2,h3,h4,h5,h6,p,table,form {
  margin:0 0 .8em 0;
}
h1 {
  font-size:16px;
}
h2 {
  font-size:14px;
}
a {
  color:#770021;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
li {
  margin:0 0 .4em 0;
}
img {
  border:0;
}
table.deco th {
  border-spacing:0;
  border-bottom:solid #afdc75 1px;
  vertical-align:bottom;
  text-align:left;
  padding:3px .5em 3px 3px;
}
table.deco td {
  background:#79c12d;
  padding:3px;
  border-bottom:solid #afdc75 1px;
  padding:3px .5em 3px 3px;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Scrollbar
********************************/
body {
  scrollbar-base-color:#79C12D;
  scrollbar-3dlight-color:#79C12D;
  scrollbar-arrow-color:#79C12D;
  scrollbar-darkshadow-color:#79C12D;
  scrollbar-face-color:#AFDC75;
  scrollbar-highlight-color:#AFDC75;
  scrollbar-shadow-color:#AFDC75;
  scrollbar-track-color:#79C12D;
}
/* Seitenelemente
********************************/
#container {
  margin:0 0 0 174px;
  width:722px;
}
#header {
  height:94px;
}
#header h1 {
  text-indent:-9999px;
  height:94px;
  background:url(/assets/images/logo.jpg) no-repeat 100% 0;
  margin:0;
}
#main {
  width:688px;
  height:503px;
  float:left;
  border:solid #AFDC75 2px;
  border-right-width:0;
}
#nv {
  width:32px;
  height:495px;
  padding:12px 0 0 0;
  float:left;
  background:url(/assets/images/nvBg.jpg);
}
#nv a {
  margin:0 0 8px 0;
  display:block;
}
#video {
  width:688px;
  height:240px;
  background:url(/assets/images/videoBg.jpg);
}
#content {
  width:688px;
  height:263px;
  background:url(/assets/images/contentBg.jpg);
}
#content-scroll {
  width:658px;
  height:233px;
  padding:15px;
  overflow:auto;
}
#content-full {
  width:688px;
  height:473px;
  overflow:auto;
  background:url(/assets/images/contentFullBg.jpg);
}
#content-full #content-scroll {
  height:473px;
}
#footer {
  clear:both;
  text-align:center;
  font-size:11px;
  padding:10px 0 0 0;
}


/* Forms
**************************************/
form .row {
  padding:2px 0;
  clear:both;
}
label.indent {
  display:block;
  float:left;
  width:115px;
  text-align:right;
  padding:0 5px 0 0;
}
label.indent2 {
  display:block;
  width:12em;
  float:left;
}
form .submit {
  padding-left:120px;
}


/* Templates
**************************************/
.twoColumns .col1 {
  width:270px;
  margin:0 15px 0 0;
  float:left;
}
.twoColumns .col2 {
  width:350px;
  margin:0;
  float:left;
}

/* Message
*****************************************/
div.message {
  border:solid #f6e468 1px;
  background:#ffffdb;
  padding:5px;
  margin:0 0 .8em 0;
  color:#000;
}
/* Auswertung
*****************************************/
.correctanswer {
  color:green;
  font-weight:bold;
}
table.report td.yourwronganswer {
  background-color:#E31414;
}
table.report td.yourcorrectanswer {
  color:green;
  background-color:#D0EA22;
}

table.report td {
  background:#79c12d;
  padding:3px;
  border-bottom:solid #afdc75 1px;
  padding:3px .5em 3px 3px;
}

.report-question {
  border:solid #afdc75 1px;
  padding:10px;
  margin:0 0 10px 0;
  background:#70B53D;
}

/* Accordion
*****************************************/
.accordion {
    margin-top:30px;
    width:100%;
    overflow: hidden;
}
.accordion dt {
    padding:5px;
    border-bottom:1px solid #b0dc75;
    background:green url(/assets/images/accarr.gif) no-repeat 100% 6px;
}
.accordion dt.active {
    font-weight:bold;
    background:green;
}
.accordion dd { 
    padding-top:5px;
    overflow: hidden; 
}

