﻿/* Popup_Fenster */
* {
    margin:0;
    padding:0;
    list-style-image:url('../../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/2QJHDO6R/none');
    list-style-type:none;
    text-align:left;
    font-family:arial;
    font-size:12, 14px
}

a { text-decoration:none; color:#8e8e8e; }

#popup_head a {
    text-decoration:none;
    color:white;
    float:right;
    margin-top:7px;
    margin-right:20px;
}

#popup_head p {
    margin-left:15px;
    font-weight:bold;
    font-size:17px;
    padding-top:40px;
}
    
    #popup_head {
        height:100px;
        width:100%;
        background-color:#333333;
        color:white;
    }
    
    #popup_body {
        margin:15px;
        color:#8e8e8e;
    }
    
    #popup_body p {
        margin-top:20px;
    }
/* E Popup_Fenster */