/************************************************************************************************************/
/* all over Styles    */
/*************************************************************************************************************/



BODY, UL, OL, H1, H2, H3, H4, P,FORM, INPUT, TEXTAREA, SELECT, FIELDSET, LEGEND, DL, DT, DD, TD, TH
body.htmlarea-content-body {
    margin: 0px;
    padding: 0px;	
    
    font-size: 11px;
    color: #555448;

    font-family: Arial;
}



/* typo3 RTE */
body.htmlarea-content-body {
    background-color: #F3F3E3;
    padding: 8px;

}



STRONG {
    font-weight: bold;
}


A, A:visited, A:active {
    color: #889FA6;
    text-decoration: none;
}
body.htmlarea-content-body A  {
    color: #889FA6 !important;
    text-decoration: none !important;
}
body.htmlarea-content-body A:hover  {
    text-decoration: underline !important;
}
A:hover {
    text-decoration: underline;
    color: #000;
}

H1 {
    font-size: 30px;
    font-weight: normal;

    margin-bottom: 17px;
}

H2 {
    /*margin-top: 17px;*/
/*	margin-top: -3px;*/

    margin-top: 2px;
    margin-bottom: 14px;
	
    font-family: TradeGothic, verdana;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    
    line-height: 27px;
}

H3 {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;

    line-height: 16px;
}

H4 {
    font-size: 11px;
    margin-bottom: 4px;

    line-height: 16px;
}

P {
    line-height: 17px;
}

H1, H2, H3, H4, P, LI {
    max-width: 428px;
}

PRE {
    border: 2px solid #000000;
    padding: 10px;
    overflow: auto;
    text-align: left;
    background-color: #ffffff;
}

blockquote {
    margin: 0px;
    font-family: "Trebuchet MS";
}

/*
H1, H2, H3, H4, P, LI {
	padding-left: 8px;
	padding-right: 8px;
}
*/
/********************************************************************************/




/* Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen 
************************************************************************************************************/
UL {
    margin-top: 0px;
    margin-bottom: 0px;
}

LI { 
    list-style: none;
    margin: 0px;

    line-height: 17px;

    background-image: url(../pix/listDot.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
}
dd { 
    line-height: 17px;
}


/* Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen Tabellen 
************************************************************************************************************/

TABLE {
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}



TABLE.contenttable {

}

TABLE.contenttable TH,
TABLE.contenttable TD {
    padding-right: 8px;
    padding-bottom: 4px;
    padding-top: 1px;
    vertical-align: top;
}


TABLE.contenttable TH {
}
TABLE.contenttable TBODY TH {
}





/************************************************************************************************************/
/* all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols all cols    */
/*************************************************************************************************************/

P.small {
    font-size: 10px;
    line-height: 14px;
}




/************************************/
/* Block Link Icons */
/************************************/

A.more {
    background-image: url(../pix/more.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;

    padding-left: 15px;
}
A.moreInvert {
    background-image: url(../pix/moreInvert.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;

    padding-left: 15px;
}
A.moreInvert:hover {
    color: #000 !important;
}


A.intLink,
A.extLink,
A.download {
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 24px;
    padding-bottom: 4px;
}

A.intLink {
    background-image: url(../pix/intLink.gif);
}
A.intLink:hover {
    background-image: url(../pix/intLink_active.gif);
}
A.extLink {
    background-image: url(../pix/extLink.gif);
}
A.extLink:hover {
    background-image: url(../pix/extLink_active.gif);
}

A.download {
    background-image: url(../pix/download.gif);
}
A.download:hover {
    background-image: url(../pix/download_active.gif);
}



