* {
    margin: 0;
    padding: 0;
    border: 0;
}

.printonly {
    display: none;
}

.clear {
    clear: both;
}

#container {
    position: relative;
    margin: 1em auto;
    margin-bottom: 0px;
    width: 960;
    background-repeat: repeat-y;
}

#footer {
    margin: 0 auto;
    width: 996px;
    text-align: right;
    color: #666;
    font: 10px Arial;
    display: none;
}

#footer a {
    color: #666;
    font: 10px Arial;
    display: none;
}

#top {
    width: 960;
    height: 40px;
	padding-left: 50px;
    background-image: url(../images/alphalogo.gif);
    background-repeat: no-repeat;
}

#logo {
    position: absolute;
    top: 0px;
    left: 70px;
    width: 250px;
    height: 80px;
}

#bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 996px;
    height: 7px;
    background-image: url(../images/frame.bottom.jpg);
    background-repeat: no-repeat;
    display: none;
}

#inbox {
    position: relative;
    padding-left: 16px;
    width: 100%;
}

#menu {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 685px;
    height: 26px;
    border-top: 1px solid #E1E2E2;
    display: none;
}

#menu .menu_item {
    float: left;
    width: 120px;
    height: 23px;
    background-image: url(../images/menu.item.gif);
}

#menu .menu_item_active {
    float: left;
    width: 121px;
    height: 23px;
    background-image: url(../images/menu.item.active.gif);
}

#menu .menu_item a, #menu .menu_item_active a {
    display: block;
    clear: none;
    text-align: center;
    font: 12px Arial;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFFFFF;
    text-decoration: none;
}

#left {
    float: left;
    width: 426px;
}

#contentimg img, #map {
    position: relative;
    top: -69px;
    left: -25px;
    width: 425px;
    float: left;
    margin-right: 0px;
    margin-bottom: -60px;
    display: none;
}

#map {
    top: -45px;
    margin-bottom: -60px;
    left: -30px
}

#contenttext {
}

#content {
    font: 12px Arial;
    float: left;
    width: 100%;
    margin-top: 21px;
    padding-top: 49px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 16px;
}

#content h1 {
    font: 14px Arial;
    font-weight: bold;
    padding-bottom: 20px;
}

#content h2 {
    font: 12px Arial;
    color: #D0033F;
    font-weight: bold;
}

#content p {
    padding-bottom: 10px;
    white-space: normal;
}

#content ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

#content a {
    color: #D0033F;
}

#right {
    position: relative;
    padding-top: 52px;
    width: 120px;
    margin-right: 10px;
    background-image: url(../images/back.right.gif);
    float: left;
    display: none;
}

#right ul.submenu {
    font: 12px Arial;
    color: #FFFFFF;
    list-style-type: none;
    padding-bottom: 100px;
}

#right ul.submenu li a {
    display: block;
    padding-left: 10px;
    padding-bottom: 2px;
    font: 12px Arial;
    color: #FFFFFF;
    text-decoration: none;
}

#right ul.submenu_level2 {
    padding-left: 20px;
    list-style-type: none;
    background-image: url(../images/back.right.level2.gif);
    padding-top: 7px;
    padding-bottom: 12px;
}

#right ul.submenu_level2 li.submenu_level2_akt {
    color: #D0033F;
    list-style-type: disc;
}

#right ul.submenu_level2 li.submenu_level2_akt a {
    display: inline;
    color: #D0033F;
    font-weight: bold;
}

#right ul.submenu_level2 li a {
    padding-left: 0;
    font: 12px Arial;
    color: #FFFFFF;
    text-decoration: none;
}

#rightbottom {
    width: 119px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/right.bottom.gif);
    background-repeat: no-repeat;
}

.redtext {
    color: #cc0033;
}

.copy {
    float: left;
    padding-left: 15px;
}

.align-justify {
    text-align: justify;
}
