/* 
    Document   : additionals
    Created on : 14.03.2010, 14:11:07
    Author     : bo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root {
    display: block;
}*/

h5 {
    text-decoration: underline;
}

.noListMarks {
    list-style: none;
}

.xlink {
    color: red;
}

.required {
    color: red;
}

.phperrors {
    color: red;
    background-color: #FFBBBB;
    border: 1px solid red;
}

#geweahr {
    font-size: 0.9em;
}

ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

li.indent {
    margin-left: 15px;
}

a{
    color: #ff0000;
}

ul.contact{
    margin-left: 0;
    padding-left: 0;
}






#html_sponsors{
    margin: 0;
    padding: 0;
}

.sponsor_list_item{
    padding: 10px 0 10px 0;
}

