body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
    background-color: #E5E5E5;
    background-attachment: fixed;
    background-image: url(../img/bgcorner.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 12px;
}
.page{
    margin: 0px ! important;
}  

.page .header {
        position:fixed; overflow: hidden; z-index: 2;
        left:0; top:0; height:100px; width:100%;
    }   .page .header .logo {
            position:absolute; z-index: 5;
            left:0; top:0; width:450px; height:100px;
            background-image: url(../img/h_logo.jpg);
            background-repeat: no-repeat;
    }   .page .header .logo a h1 {
            width: 440px; height: 96px;
            text-indent: -100%;
    }   .page .header .repeat {
            position:absolute;
            left:0; top:0; width:100%; height:100px;
            background-position: 15px; 
            background-image: url(../img/h_repeat.jpg);
}
.page .menu {
        position:fixed !important; overflow:hidden; z-index: 1;
        left:0; top:100px;
        width:150px; height:100% !important; height:500px;
        background-image: url(../img/m_repeat.jpg);
    }   .page .menu .edge {
        position:relative; z-index: 6;
        left:0; top:0; width:113px; height:34px;
        background-image: url(../img/h_edge.jpg);
    }   .page .menu .items {
        padding-top:12px; width:150px; height:100%;
    }   .page .menu .items ul {
        margin:0; padding:0; margin-left:3px;
    }   .page .menu .items ul li {
        display: block; width: 130px;
        list-style:none; margin:0; padding:0;
    }   .page .menu .items ul li:hover {
        background-color:#EEE;
    }   .navmainStandardLevel_2 {
        margin-left: 10px; width: 120px; font-size: 11px;
    }   .navmainStandardLevel_2 .last {
        margin-bottom: 6px;
    }   .navmainStandardLevel_3 {
        margin-left: 20px; width: 110px; font-size: 10px;
    }   .page .menu .items ul li a {
        display: block; padding-left: 20px; width: 140px; line-height: 22px;
        background-position:left center; background-repeat:no-repeat;
        background-image:url(../img/m_bullet.gif);
    }   .page .menu .items ul .active {
        font-weight: bold;
}
.page .content {
    position:absolute;
    left:166px; top: 110px; right: 70px;
}

.teaser_img {
    float: left;
    padding-right: 8px;
    padding-bottom: 6px;
}

#search {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    width: 214px;
    height: 28px;
    right: 1px;
    top: 8px;
    font-size: 10px;
    text-align: center;
    opacity:.6; filter: alpha(opacity=60); -moz-opacity: 0.6;
}
#search form {
    padding: 0; margin: 0;
}
#search label {
    display: none;
}
#search #searchterm {
    position: absolute;
    height: 14px;
    top: 3px;
    left: 14px;
    padding: 2px;
    padding-left: 4px;
    font-size: 10px;
    width: 150px;
    border: 1px solid #000;
    border-right: none;
    background-color: #fff;
}
#search #search_send {
    position:absolute;
    top: 3px;
    left: 168px;
    padding: 0 4px;
    border: 1px solid #000;
    border-left: none;
    background-color: #fff;
}

a:link {color: #CC3300;text-decoration: none;}
a:visited {color: #CC0000;text-decoration: none;}
a:hover {color: #FF3300;text-decoration: none;}
a:active {color: #FF0000;text-decoration: none;}

