@CHARSET "UTF-8";

/*
 * This stylesheet contains only color definitions for the elements. There is no
 * color definition in any other stylesheet.
 * The advantage is, that the color sheme of the page can easily be changed, by
 * just modifying this file.
 */


/* <><><><><><><><><><><><><><><><><><><>
 * Vordergrundfarbe
 * <><><><><><><><><><><><><><><><><><><> */

a,
label,
input, textarea,
#div-footbar,
.default-color,
.wf-window-titlebar,
#div-album,
#div-image-instructions,
#div-message-bar,
#body-preview #p-image-warning,
div.inputarea,
div.contact-card .details,
#div-exambrowser,
#div-uploadbar-text,
h4, h5, h6,
#div-nonedit-content code,
#div-nonedit-content blockquote
{
    color: #666666;
}

#div-leftfootbar,
#div-leftfootbar a
{
    color: silver;	
}

a:hover, a.selected,
input.button:hover, input:focus, textarea:focus,
h1, h2, h3,
.hover-color,
.wf-window-titlebar:hover,
#div-album div.album-img-preview:hover,
div.inputarea legend,
#div-album .album-img-liveview,
#div-exambrowser li.selected,
#div-exambrowser-detailview .value,
#div-exambrowser-detailview .mainvalue,
#div-newsandevents td.date
{
    color: #AA0000;
}

#div-album li.album-index:hover,
#div-exambrowser li.index:hover,
#div-exambrowser-thirdindex li:hover
{
	color: #F9F9F9;
}

/* <><><><><><><><><><><><><><><><><><><>
 * Hintergrundfarbe
 * <><><><><><><><><><><><><><><><><><><> */
body,
input,
.wf-window-content, .wf-window-container,
#div-album-index, #div-album-yearindex,
#div-adresslist-output tr.content,
.contact-card,
#div-album div.album-img-preview,
#div-exambrowser li.selected,
#div-exambrowser-detailview,
#div-nonedit-content code,
#div-nonedit-content pre
{
    background-color: white;
}

#body-preview,
#div-content,
#div-preview,
input.button,
#div-input-existing-image, #div-input-new-image,
.light-background,
#div-album,
#div-adresslist-output .wf-window-content,
#div-adresslist-output .wf-window-container,	
#div-contact-man .wf-window-content,
#div-contact-man .wf-window-container,
#div-contact-list .wf-window-content,
#div-contact-list .wf-window-container,
#div-exambrowser,
input.check
{
    background-color: #F5F5F5;
}

#div-album li.album-index:hover,
#div-exambrowser li.index:hover,
#div-exambrowser-thirdindex li:hover,
#div-uploadbar-content
{
    background-color: #AA0000;	
}

#div-message-bar.error
{
    background-color: #FFE3E3;	
}

#div-message-bar.success
{   
    background-color: #B1FFA6;
}

#body-preview #p-image-warning
{
    background-color: #FFE68E;	
}
/* <><><><><><><><><><><><><><><><><><><>
 * Rahmenfarbe
 * <><><><><><><><><><><><><><><><><><><> */

body,
.grey-border,
#div-top,
#div-bottom,
input, textarea,
.markItUpEditor, .markItUpPreviewFrame, .markItUpHeader,
.wf-window-titlebar, .wf-window-container,
#div-album, #div-album-index,
div.inputarea,
.contact-card,
#div-album li.album-index:hover,
#div-exambrowser,
#div-album div.album-img-preview,
#img-preview-image,
#div-exambrowser,
#div-uploadbar,
#div-nonedit-content code,
#div-nonedit-content pre
{
    border-color: #666666;
}

#div-login,
input.button:hover, input:focus, textarea:focus,
.red-border,
#div-album div.album-img-preview:hover,
#div-message-bar.error,
#div-exambrowser li.index:hover,
#div-exambrowser li.selected,
#div-nonedit-content div.result,
#div-nonedit-content blockquote
{
    border-color: #AA0000;
}

#div-message-bar.success
{
	border-color: #16A901;
}

#div-nonedit-content img,
div.contact-card-column,
#div-exambrowser li.unselected,
#div-exambrowser-detailview,
#div-events td.message
{
    border-color: silver;
}

