.b1f, .b2f, .b3f, .b4f {font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background: #94CD4B; margin:0 5px;}
.b2f {height:1px; background: #94CD4B; margin:0 3px;}
.b3f {height:1px; background: #94CD4B; margin:0 2px;}
.b4f {height:2px; background: #94CD4B; margin:0 1px;}

body 
{
    font-family: Verdana, Arial;
    font-size: smaller;
    background-color: GrayText;
}

a:link 
{
    color: #000000;
}

a:active 
{
    color: #000000;
}

a:visited 
{
    color: #000000;
}

a.menu:link 
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.menu:active 
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.menu:visited 
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.menu_act:link 
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.menu_act:active 
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.menu_act:visited 
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.submenu:link 
{
    color: #000000;
    text-decoration: none;
}

a.submenu:active 
{
    color: #000000;
    text-decoration: none;
}

a.submenu:visited 
{
    color: #000000;
    text-decoration: none;
}

.container 
{
    margin: auto;
    padding: 10px 10px 10px 10px;
    width: 1000px;
    background-color: White;
}

.header 
{
    background-color: White;
}

.navBar
{
    width: 980px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 20px;
}

.leftBar 
{
    float: left;
    background-color: White;
    width: 120px;
    padding: 0px 10px 0px 10px;
}

.content 
{
    float: left;
    background-color: White;
    width: 640px;
    padding: 0px 10px 0px 10px;
}

.rightBar 
{
    float: right;
    background-color: White;
    width: 180px;
    padding: 0px 10px 0px 10px;
}

.footer 
{
    clear: both;
    background-color: White;
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.headerTable 
{
    width: 980px;
}

.headerTableTdLogo
{
    width: 132px;
    /*background-color: #FFFF99;*/
}

.headerTableTdTop
{
    /*width: 848px;*/
    width: 682px;
    height: 25px;
    /*background-color: #94CD4B;*/
    /*background-image: url('../Images/carinthia_top.png');*/
    /*border-top: solid 1px #000000;*/
}

.headerTableTdContent
{
    /*width: 613px;*/
    width: 682px;
    height: 100px;
    text-align: center;
    /*background-image: url('../Images/carinthia_content.png');*/
    /*background-color: #FFFF99;*/
}

.headerTableTdImage
{
    /*width: 235px;*/
    width: 166px;
    text-align: right;
    /*background-color: #94CD4B;*/
}

.headerTableTdMenu
{
    width: 848px;
    height: 25px;
    background-color: #94CD4B;
    text-align: center;
}

.headerTableTdMenuTable
{
    width: 848px;
    height: 25px;
    border: none;
}

.headerTableTdMenuTableTd 
{
    text-align: center;
}

.headerTableTdMenuTableTdActive 
{
    text-align: center;
    /*background-color: #FFFF99;*/
}

.main 
{
    width: 900px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: White;
}

.title
{
    font-size: medium;
    font-weight: bold;
}

.abstract 
{
    font-size: small;
    font-weight: bold;
}

