/* Dialog --> */
    table.dialog {
        border-width: 2px;
        border-spacing: 0px;
        border-style: solid;
        border-color: #cc2f2f;
        background-color: #d9e4ef;
        
    }

    table.dialog th {
        border-width: 0px;
        border-spacing: 0px;
         background-color: #cc2f2f;
        font-size: 10pt;
        color: white;
        font-weight: bold;
        font-variant: small-caps;
        text-align: center;
    }

    table.dialog td {
        border-width: 0px;
        border-spacing: 5px;
        border-color: #cc2f2f;
        padding: 5px;
    }

    input.dialogbutton {
        border: solid;
        border-width: 1px;
        background-color: #FEE284;
        color: #9a0000;
        font-size: 10pt;

    }

    input.dialogbutton:hover {
        background-color: #feae00 ;
    }


    input.dialoginput {
        width: 98%;
        background-color: #FFFFFF;
        color: #000000;
        font-size: 10pt;
    }

    input.dialoginput:hover {
        background-color: #FCFCEC;
    }

/* <-- Dialog */


/* To simply links  -->*/
   a.list {
/*        color: #9a0000; */
        color: #3451B1;
        text-decoration: none;
    }

    a.list:hover {
/*        color: #044BB5; */
        color: #5C83F7;

        text-decoration: underline;
    }
/* <-- To simply links */

/* Adminsite upper banner --> */
    table.adminbanner {
        border-width: 0px;
        border-spacing: 0px;
        border-style: solid;
    }

    table.adminbanner td {
        border-width: 0px;
        border-spacing: 0px;
         background-color: #006ef6;
        font-size: 24pt;
        color: white;
        font-weight: bold;
        font-variant: small-caps;
        text-align: left;
    }

    a.titlelink {
        text-decoration: none;
        color: #FFFFFF;
    }

    a.titlelink:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }
/* <-- Adminsite upper banner */

/* Help information's link--> */

    a.littlehelp {
        font-size: small;
        color: #9a0000;
        text-decoration: none;
    }

    a.littlehelp:hover {
        color: #912323;
        text-decoration: underline;
    }
/* <-- Help information's link */


    /* Comments */
    font.comment {
        color: #000000;
        font-size: small;
        font-family: "Courier";
    }

    /* Style text under the pictures */
    font.pictext {
        color: #990033;
        font-size: small;
    }

    /* Paragraph title's */
    font.paragraphtitle {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        color: #0000000;
        font-size: 13px;
        font-weight: bold;
/*        text-decoration: underline;*/

 /*       font-variant: small-caps; */
    
    }

    /* Article's titles */
    font.articletitle {
/*        color: #990033;
        text-decoration: underline;*/
/*        font-variant: small-caps;*/
        font-weight: bold;
        font-family: Verdana;
        font-size: 28px;
        color: #ffffff;
    
    }

   /* Left menu in Home page --> */
    a.leftmenulink:link {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-style: italic;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        color: #333333;
    }

    a.leftmenulink:visited {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-style: italic;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        color: #333333;
    }


    a.leftmenulink:active {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-style: italic;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        color: #333333;
    }


    a.leftmenulink:hover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        text-decoration: none;
        color: #FF9000;
    }
    /* <-- Left menu in Home page */

    /* Left menu in not Home page --> */
    a.leftmenulinktitle:link {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-size: 10pt;
        text-decoration: none;
        color: #333333;
    }

    a.leftmenulinktitle:visited {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-size: 10pt;
        text-decoration: none;
        color: #333333;
    }

    a.leftmenulinktitle:active {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-size: 10pt;
        text-decoration: none;
        color: #333333;
    }

    a.leftmenulinktitle:hover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        text-decoration: none;
        color: #FF9000;
        font-size: 10pt;
    }

    /* The menu, what the user choosed at left side menu */
    font.selectedmenu { 
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-size: 10pt;
        color: #000000;
        font-weight: bold;
        
    }
    /* <-- Left menu in not Home page */


    /* Title of articles */
    table.arttitle {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 20px;
        font-variant: small-caps;
        font-weight: bold;
	text-decoration: none;
        height: 40;
    }

    /* separate page from backgound at right */
    td.separateright {
	background-image: url(/pics/separate3.gif);
        /*background-color: #FF9000;*/
        width: 1px;
    }

    /* Header above the menu 760x27 */
    td.littleheader {
        
    }

    /* Menu background 760x27 */
    td.menubackground {
         background-image: url(../menu/pics/lev0_bg1.gif);
    }

    /* Impressum under the page 800x */
    table.impressum {
        background-color: #D3E5F3;
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
    }

    /* Date on the list pages 120x */
    td.listdate {
        background-image: url(/pics/tablebg1.gif);
    }

    /* 1rst part of 3 in Home page 200x */
    td.homeleftside {
        /*background-image: url(pics/leftbg1.jpg);*/
        background-color: #5c83f7;
        
    }

    /* Back the menu in home page. 200x400 */
    table.homeleftmenu {
        /* background-image: url(pics/leftbg1.jpg); */
    }
    
    /* 3rd part of 3 in Home page 180x */
    td.homerightside {
        /*background-image: url(pics/leftbg1.jpg);*/
        background-color: #ffffff;
    }

    /* Separete the 3 part in Home Page */
    td.homesepareate {
        background-image: url(/pics/separate.gif);
        width: 3px;
    }

    div.lastmod {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        }

    font.newsevents {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-style: italic;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        color: #333333;
    }

    /* Article's text */
    font.arttext {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
        font-size: 13px;
    }


.smenu:link {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
        font-weight: bold;
	margin: 5px 0 0 0px;
        text-align: center;
	color: #FFFFFF;
}
.smenu:visited {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
        font-weight: bold;
	margin: 5px 0 0 0px;
        text-align: center;
	color: #FFFFFF;
}
.smenu:active {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
        font-weight: bold;
	margin: 5px 0 0 0px;
        text-align: center;
	color: #FFffff;
}


.smenu:hover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
        font-weight: bold;
	text-decoration: underline;
	margin: 6px 0 0 0px;
        text-align: center;
	color: #FFFFFF;
}

font.mainnewstitle {
        color: #414A76;
        font-weight: bold;
        font-family: MS Sans Serif,arial,helvetica;
        font-size: 8pt;
        font-style: normal;
        text-decoration: none;
}

font.mainnewsdescr {
        font-family: MS Sans Serif,arial,helvetica;
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
}
a.news {
        color: #414A76;
        text-decoration: none;
}

a.news:hover {
        color: #B89C78;
        text-decoration: underline;
}
