@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/fdp/navigation.css);
@import url(/styles/live/fdp/aufbau.css);

/* Structure */
html, body {
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    font-family : "Verdana", Arial, Helvetica, sans-serif;
    font-size : 11px;
    line-height: 16px;
    color : #36393d;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}



/* Links */
a {
    text-decoration: none;
    color: #60ACDA;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}


/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    padding-bottom:15px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}



.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}
