body {
	text-align: center; /* for IE */
    background: #4d87c7 url("./../images/bg_blue.png") repeat-x top left fixed; padding: 10px 0;
    font-size: 75.00%;
    color: #444;

    font-family: Arial,Helvetica,sans-serif;
}

#big_frame {
    margin: 0 auto;   /* align for good browsers */
    text-align: center; /* counter the body center */
    border: 1px solid #000;
    width: 500px;
    height: 590px;
    background: white;
    border:1px solid #aaaaaa;
    -moz-border-radius:10px;
    -khtml-border-radius:30px;
    
}

#inner_frame {
    margin: 0 auto;   /* align for good browsers */
    text-align: center; /* counter the body center */

    width: 486px;
    height: 580px;
    background: white url("./../images/phptest.gif");
    position: relative;
}

#header {
    width: 486px;
    height: 126px;
    background: url("./../images/bg_header.png") repeat-x bottom left;
    margin: 0 auto;
    text-align: center;
}

#footer {
    width: 486px;
    height: 50px;
    color:#666;
    background: #f9f9f9;
    border-top: 5px #efefef solid;
    line-height: 1.5em;
    position: absolute; bottom: 0; left:0;
}

#thema {
    float: right;
}

#question {
    float: left;
    position: absolute;
    top: 180px;
    left: 20px;
    font-style: oblique;
    /*border: solid 1px;*/
}

#answer {
    float: left;
    text-align: left;
    position: absolute;
    top: 270px;
    left: 30px;
    width: auto;
}

#buttons{
    position: relative;
    top: 270px;
    margin: 0 auto;
    text-align: center;
}

#result {
    position: relative;
    top: 300px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    font-size: medium;
 }

#copyright {
    text-align: left;
    font: 90% Helvetica,Arial,sans-serif;
}
#copyright_span {
    font: 75% Helvetica,Arial,sans-serif;    
}
#index_content {
    text-align: left;
}

  #footer a { color: #999; background:transparent; font-weight: bold; text-decoration: none;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}


.good {
    background-color: #6FFFC6;
}
.bad {
    background-color: #FF8D4F;
}