/*******************************************************************************/
/* Basis Style definitionen */
a {
    color               : #1E3675;
    text-decoration     : underline;
}

a:hover {
    color               : black;
    text-decoration     : underline !important;
}

input,
textarea,
select {
    border-color        : #969696;
}

.overlabel-wrapper {
    position            : relative;
    white-space         : nowrap;
}

label.overlabel-apply {
    position            : absolute;
    top                 : 6px;
    left                : 7px;
    z-index             : 1;
}

/*******************************************************************************/
/* Basis Layout */
html {
    padding             : 0;
    margin              : 0;
    font-family         : Arial, Verdana, Tahoma, sans-serif;
    font-size           : 12px;
}
body {
    width               : 980px;
    margin              : 0 auto;
    border-top          : none;
    color               : #1E3675;
    background          : none;

}

/*******************************************************************************/
/* Content-Box */
.content-box {
    background-color        : #F2F2F2;
    border                  : 1px solid #999999;
}
.content-box h2 {
    background              : #246095;
    color                   : white;
    border-bottom           : 5px solid #5296D5;
    padding                 : 4px 0 0 10px;
}

/*******************************************************************************/
/* Form-Klasse Validierungsfehler */
label.verror {
    color               : red;
}
input.verror,
textarea.verror,
select.verror {
    background-color    : #FFCCCC;
}

img.left {
    margin-right        : 5px;
    margin-bottom       : 5px;
}
img.right {
    margin-left         : 5px;
    margin-bottom       : 5px;
}

#top,
#extranet-urls,
#left-sidebar,
#breadcrumb,
#footer,
#header {
    display             : none;
}
#content {
    width               : 800px;
}
