/* 
    Document   : main
    Created on : Nov 2, 2008, 3:00:00 PM
    Author     : kozarek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: #ffffff;
}

.mainDiv {
    background-image: url(../resources/background.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    z-index: 10;
}

.emailDiv {
    position: absolute;
    top: 240px;
    left: 625px;
    width: 350px;
    z-index: 20;
}

.emailLink {
    text-decoration: none;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.addressDiv {
    position: absolute;
    left: 620px;
    top: 280px;
    text-decoration: none;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    color: #aa7700;
    z-index: 20;
}

.bannerSMNETDiv {
    position: absolute;
    left: 620px;
    top: 450px;
    width: 190px;
    text-decoration: none;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    text-align: center;
}

.linkTekst {
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    color: #009999;
    text-decoration: none;
}

.aboutMeDiv {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 205px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: black;
    text-align: center;
    cursor: pointer;
}

.aboutMeDivHover {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 205px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: #00cccc;
    text-align: center;
    cursor: pointer;
}

.aboutMeSelectedDiv {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 205px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: green;
    text-align: center;
    cursor: pointer;
}

.offerDiv {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 320px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: black;
    text-align: center;
    cursor: pointer;
}

.offerDivHover {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 320px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: #00cccc;
    text-align: center;
    cursor: pointer;
}

.offerSelectedDiv {
    display: block;
    position: absolute;
    width: 105px;
    height: 15px;
    left: 320px;
    top: 240px;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    font-weight: bold;
    z-index: 20;
    color: green;
    text-align: center;
    cursor: pointer;
}

.contentDiv {
    position: absolute;
    left: 240px;
    top: 300px;
    z-index: 20;
}

.contentFrame {
    width: 325px;
    height: 380px;
}

.contentTitle {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 18px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    font-weight: bold;
}

.contentSubtitle {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 14px;
    width: 280px;
    font-weight: bold;
    padding-left: 10px;
}

.contentBody {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 12px;
    width: 250px;
    font-weight: normal;
    padding-left: 20px;
    text-align: justify;
}

.contentBodyBold {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 12px;
    width: 250px;
    font-weight: bold;
    padding-left: 20px;
    text-align: justify;
}

