#prankcall {
    font-size: 12px;
    line-height: 14px;   
    color: #333; 
    position: relative;
    width: 555px;
    float: left;
}
#prankcall_content {
    float: left;
}
#prankcall_content a img {
    border: 0;
}

.scenario {
}

#prankcall_content .scenario_list_entry {
    float: left;
    margin: 10px;
    width: 260px;
}
#prankcall_content .scenario_title, #prankcall_content .scenario_description {
}

/* Beschreibung und Text in der Liste verstecken, Bild soll genügen */
.scenario_list_entry .scenario_title, .scenario_list_entry .scenario_description {
    display: none;
}

select.select_scenario { width:400px; }

/* RUFNUMMERN EINGABE */

input#call_prefix_country { width: 60px; }
input#call_prefix_city { width: 100px; }
input#call_number { width: 150px; }

/* DIALOGS */

#prankcall_content .prologs { 
}
#prankcall_content .dialogs {
}
#prankcall_content ul.prologs, #prankcall_content ul.dialogs, #quickanswers ul.quickanswers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#prankcall_content ul.prologs, #prankcall_content ul.dialogs {
    width: 580px;
}
#prankcall_content ul.prologs li, #prankcall_content ul.dialogs li, #quickanswers ul.quickanswers li {
    margin: 0;
    padding: 3px 10px 3px 10px;
    background: transparent url(/telefonverarsche/templates/images/background_dialog_row.png) repeat-x left top;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #ff;
}
#prankcall_content ul.prologs li div, #prankcall_content ul.dialogs li div, #quickanswers ul.quickanswers li div {
    background: transparent url(/telefonverarsche/templates/images/button_play.gif) no-repeat left 5px;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
}
#prankcall_content #prolog_switch { 
    padding: 10px;
    text-align: center;
    background: orange;
    border: 2px solid red;
    color: white;
    cursor: pointer;
}

#quickanswers_outer {
}
#quickanswers {
    width: 154px;
    background: transparent url(/telefonverarsche/templates/images/menu_unterschatten.png) no-repeat 30px bottom;
    padding: 0 20px 11px 40px;
}

#quickanswers h3 {
    background: transparent url(/telefonverarsche/templates/images/quick_head.gif) repeat-x bottom;
    color: #100F7B;
}


#prompt_call_details #display_call_number, #prompt_call_details #display_countdown {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}


.h1, .h2, .h3, .h4, .h5, .h6 {}

.h1 { font-size: 25px; line-height: 26px; }
.h2 { font-size: 23px; line-height: 25px; }
.h3 { font-size: 21px; line-height: 23px; }
.h4 { font-size: 15px; line-height: 17px; }
.h5 { font-size: 13px; line-height: 15px; }
.h6 { font-size: 11px; line-height: 13px; }


.message {
    background: transparent url(/telefonverarsche/templates/images/btn_alert.png) no-repeat left center;
    padding: 10px 0 10px 60px;
    margin: 0 20px 0 10px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}


/*
#prankcall_content P {
    margin: 0 0 10px 0;
}
#prankcall_content .news_header {
}
#prankcall_content .news_title {
    font-size: 15px;
    line-height: 18px;
    color: #100F7B;
}
#prankcall_content .news_title A {
    color: #100F7B;
    text-decoration: underline;
}
#prankcall_content A.newsmorelink {
    font-size: 11px;
    color: #100F7B;
    text-decoration: underline;
    margin-left: 10px;
}
#prankcall_content .news_text {
    font-size: 12px;
    line-height: 16px;
}
#prankcall_content .news_text IMG.newsimage {
}
A.newsimage, #news_content IMG.newsimage {
    border: 0;
}
#prankcall_content .newsimages {
    float: right;
    margin: 0 0 10px 10px;
}
#prankcall_content .news_editor {
    font-size: 11px;
    margin: 10px 0 10px 0;
    color: #aaa;
}

#prankcall_content .news_tags {
    font-size: 11px;
    margin: 10px 0 10px 0;
    clear: both;
}
#prankcall_content HR {
    clear: both;
    margin: 10px 0 10px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #aaa;
}

DIV.newspager, TABLE.newspager { 
    margin: 0 auto;
}
TABLE.newspager TD { 
    width: 20px;
    padding: 1px;
}
A.newspager, FONT.newspager { 
    font-size: 13px;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}
A.newspager:hover { 
    color: orange;
}
FONT.newspager { 
    color: orange;
    font-weight: bold;
}
A.newspager_prev {
    background:url(/img2/icon_pfeil_l.gif) no-repeat center;
}
A.newspager_next {
    background:url(/img2/icon_pfeil_r.gif) no-repeat center;
}

#news_content .backlink A {
    font-size: 11px;
    margin: 10px 0 0 0;
    font-weight: bold;
    clear: both;
}
#news_content .error_text {
    padding: 20px;
    color: red;
    text-align: center;
}
*/

