﻿body 
{
    font-family:Verdana,Helvetica,Arial,sans-serif; 
    font-size:11px;
    COLOR: #000000;
    background-color: #ECECEC;
}
TD.bgNavigation { background-color: #ffffff; BORDER-LEFT: #B5B6B6 1px solid; BORDER-RIGHT: #B5B6B6 1px dotted; vertical-align: top; }
TD.bgFooter { background-color: #26599B; color: #ABABAB; font-size: 10px; text-align: right; }
A { COLOR: #000000; TEXT-DECORATION: underline; }
A.footer { COLOR: #ABABAB; TEXT-DECORATION: underline; }
.title { font-size: 14px; font-weight: bold; color: #26599B; }

/* Dates */
TABLE.borderColor { background-color: #26599B; } 
TD.hell{ background-color: #ECECEC; }
TD.dunkel { background-color: #ECECEC; }

/* News */
hr.newsDel
{
    border:solid #26599B 1px;height:1px;
}

/* Textbox */
INPUT, SELECT, TEXTAREA {
	BORDER-RIGHT: #26599B 1px solid;
	BORDER-TOP: #26599B 1px solid;
	BORDER-LEFT: #26599B 1px solid;
	BORDER-BOTTOM: #26599B 1px solid;
	background-color: #ffffff;
	font-size: 11px
}
INPUT.tbxSmall
{
    width: 60px
}
INPUT.tbxMedium
{
    width: 150px
}
INPUT.tbxSmallError
{
    width: 60px;
    background: #ef524a;
}
INPUT.tbxMediumError
{
    width: 150px;
    background: #ef524a;
}
TEXTAREA.large
{
    width: 300px;
}
TEXTAREA.largeError
{
    width: 300px;
    background: #ef524a;
}
