/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

TD, DIV, P
{
    FONT-FAMILY     : Verdana, Arial, Helvetica;
    FONT-SIZE       : 14px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR           : #258bc2;
	font-family: Arial;
}

H6
{
	COLOR			: #000000;
	font-family: Arial;
}
H2
{
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 36px;
    font-weight     : normal;
    font-style      : normal;
    text-decoration : none;
    word-spacing    : normal;
    letter-spacing  : normal;
    text-transform  : none;
}

H3
{
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 24px;
    font-weight     : normal;
    font-style      : normal;
    text-decoration : none;
    word-spacing    : normal;
    letter-spacing  : normal;
    text-transform  : none;
}

H4
{
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 20px;
    font-weight     : normal;
    text-decoration : none;
    word-spacing    : normal;
    letter-spacing  : normal;
    text-transform  : none;
}

H5
{
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 16px;
    font-weight     : normal;
    text-decoration : none;
    word-spacing    : normal;
    letter-spacing  : normal;
    text-transform  : none;
}

H6
{
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 10px;
    font-weight     : normal;
    text-decoration : none;
    word-spacing    : normal;
    letter-spacing  : normal;
    text-transform  : none;
}

A:link
{
	color: #258bc2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

A:visited
{
    text-decoration : none;
    color           : #258BC2;
}

A:active
{
    text-decoration : none;
    color           : #258BC2;
 }

A:hover
{
    text-decoration : underline;
    color           : #258BC2;
}

IMG
{
    margin-top      : 5px;
    margin-left     : 10px;
    margin-right    : 10px;
}

.clsContent
{
    FONT-FAMILY     : Verdana, Arial, Helvetica;
    FONT-SIZE       : 11px;
}

.clsTable
{
    border          : solid 1px;
    background-color: #CCCCFF;
    border-color    : #000000;
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 14px;
    border-collapse : collapse;
}

.clsCellHead
{
    background-color: #6CBAE3;
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 14px;
    font-weight     : bold;
}

.clsCell
{
    background-color: #DFF0F9;
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 12px;
    font-weight     : normal;
}

.clsLinkCell
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
}

.clsCellBlank
{
    background-color: #FFFFFF;
    font-family     : Verdana, Arial, Helvetica;
    font-size       : 12px;
    font-weight     : normal;
}

.clsSubmit
{
    TEXT-DECORATION : none;
    COLOR           : #000000;
    FONT-FAMILY     : Verdana, Arial;
    FONT-SIZE       : 12px;
    BACKGROUND-COLOR: #FFFFFF;
}

.clsInput
{
    TEXT-DECORATION : none;
    COLOR           : #000000;
    FONT-FAMILY     : Verdana, Arial;
    FONT-SIZE       : 12px;
    BACKGROUND-COLOR: #FFFFFF;
}
