@media all {
#quiz {
    background: transparent;
    }
#quiz .question{
    background: url('/hbreyer/img/frontend2008/quiz/frage.jpg') no-repeat;
    background-position: right 0px;
    border: 1px solid #ededee;
    padding: 10px;
    font-size: 1em;
    }
#quiz .question1{
    background: url('/hbreyer/img/frontend2008/quiz/answer.jpg') no-repeat;
    background-position: left 0px;
    border: 1px solid #ededee;
    padding: 10px;
    font-size: 1em;
    }
#quiz .answers .head {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    }
	
#quiz .answers{
    padding: 10px; 	font-size: 1em;
    }
#quiz .answers a {
    font-size: 1em;
    display: block;
    padding-bottom: 10px;
    }
#quiz .answers a:hover {}
	
#quiz .solution {
    font-size: 1.0em;
    padding: 10px;
    }
	
#quiz .weiter {
    width: 150px;
    }
#quiz .weiter a {
    }
#quiz .message {
    color: #ff0000;
    font-size: 1.1em;
    margin-top: 10px;
    display: block;
    }
#quiz .weiter a {
    text-decoration:  none;
    color:#fff;
    }

}