html {
}

body {
   margin:0;
   padding:0;
   font-family:Arial, Helvetica, Verdana, Sans-serif;
}

div, p, a, span, input, textarea {
   font-size:12px;
   color:#333;
}

p {
   padding:0;
   margin:0 0 15px 0;
}

form {
   margin:0;
   padding:0;
}

#urAlles {
   width:800px;
   margin:10px auto;
}

#urDebug {
   background:red;
   padding:8px 5px 1px 5px;
   text-align:center;
   margin-bottom:5px;
}

#urDebug p {
   color:white;
}

#urKopf {
   margin:20px 0;
}

#urKopf div.urInnen {
   position:relative;
   height:170px;
   border-top:1px solid #999;
   background-image:url(ppi/logo_ppi.jpeg);
   background-repeat:no-repeat;
   background-position:right;
}

#urKopf div.urLogo {
   float:left;
   margin:50px 50px 30px 0;
}

#urTitel {
   clear:left;
   bottom:0;
   width:800px;
   position:absolute;
   font-size:12px;
   font-weight:normal;
   padding:2px 0;
   border-top:1px solid #999;
   border-bottom:1px solid #999;
}

#urText {
   clear:both;
   margin:20px 0;
}

#urText img {
   float:left;
   height:231px;
}

#urFrage {
   clear:both;
   margin:20px 0;
}

#urFrage div.urInnen, #urFrage div.urInnen p {
   font-size:14px;
   font-weight:bold;
}

#urAntwort {
   margin:20px 0;
}

#urAntwort tr.odd {
   background:#efefef;
}

#urAntwort div.option {
   clear:both;
   margin:5px 0;
   padding:5px 0;
}

#urAntwort div.option input {
   float:left;
   margin-right:10px;
}

#urAntwort div.option label {
   float:left;
   vertical-align:bottom;
   max-width:500px;
}

#urSteuerung {
   clear:both;
   height:40px;
   margin:40px 0 20px 0;
   border-bottom:1px solid #999;
   text-align:center;
}

#urSteuerung div.urInnen { background-image:url(default/urBoxUnten.gif); }
#urSteuerung div.klar { width:20px; height:20px; clear:both; background:orange; }

#urZurueck {
   float:left;
   border:0;
   background-image:url(ppi/pfeil_links.gif);
   background-position:top left;
   background-repeat:no-repeat;
   background-color:white;
   width:100px;
   height:20px;
   font-weight:bold;
   color:#999;
   cursor:pointer;
}

#urWeiter {
   float:right;
   border:0;
   background-image:url(ppi/pfeil_rechts.gif);
   background-position:top right;
   background-repeat:no-repeat;
   background-color:white;
   width:100px;
   height:20px;
   font-weight:bold;
   color:#999;
   cursor:pointer;
}



#urFortschrittCont {
   width:200px !important;
   background:#efefef;
   text-align:left;
   margin:0 auto;
   height:15px;
   padding:0px;
}

#urFortschrittBar {
   background-image:url(ppi/pfeil_rechts.gif);
   background-repeat:no-repeat;
   background-position:right center;
   background-color:#999;
   height:15px;
   padding:0;
   margin:0;
}

#urHinweis {
   margin:20px 0;
}

#urHinweis p, #urHinweis input, #urHinweis a {
   font-size:10px;
   text-align:center;
}

#urFuss {
   width:800px;
   margin:20px auto;
}

#urFuss p, #urFuss a {
   font-size:10px;
   text-align:center;
}


