/* Result panel */
#result_panel {
background-color: #660033;
padding: 0 0 30px 0;
}
#result_panel_dotbar {
height: 10px;
background-color: #660033;
background-image: url(dotbar_603.png);
background-repeat: repeat-xy;
background-position: 0 0;
}
#result_panel_noresult {
color: #FF3300;
margin: 20px 0 0 20px;
font-size: 25px;
background-image: url(absolventinnen.png);
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -10000em;
height: 227px;
}
#result_panel_label {
margin: 10px 0 0 11px;
color: #FFFFFF;
height: 15px;
width: 69px;
text-indent: -10000em;
background-image: url(result_label.png);
background-repeat: no-repeat;
background-position: 0 0;
}
#result_output {
margin: 11px 24px 0 20px;
color: #FF3300;
}
#result_output a {
font-size: 12px;
}
#result_output a:link, 
#result_output a:visited {
color: #FF3300;
}
#result_output a:hover,
#result_output a:active {
color: #FFFFFF;
}