
body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header {
    position: fixed;
    height: 80px;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 100;
}

#headertitle {
    position: relative;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 680px;
    height: auto;
}

#headertitlelink {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 20px;
    width: 680px;
    overflow: hidden;
}

#headerfocus {
    color: #ce5fa4;
}

#subtitle {
    position: relative;
    padding: 0px 0px 0px 00px;
    margin: -4px 0px 0px 26px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
}

#headermenuarea {
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: 20px;
    bottom: 0px;
    overflow: hidden;
}

.headermenubutton {
    position: relative;
    padding: 10px;
    margin: 10px;
    width: 200px;
    font-size: 16px;
    color: #444444;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: 0.5s;
}

.headermenubutton:hover {
    background-color: #eeccdd;
    box-shadow: 0px 0px 10px #eeccdd;
    transition: 0.5s;
}

#contents {
    position: relative;
    padding: 0px;
    margin: 100px auto 100px auto;
    width: 1200px;
    min-height: 600px;
}

#topimageblock {
    font-size: 200px;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contentsblock {
    background-color: #ffffff;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 4px 40px #442222;
}

.contentstopplojectblock {
    background-color: #ffffff;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 4px 40px #442222;
    background-image: url("../images/projectsblockbg.jpg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 140% 50%;
}

.topcaption {
    position: relative;
    padding: 32px 0px 32px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
}

.topprpjectblock {
    position: relative;
    padding: 20px 0px 20px 0px;
    margin: 0px 20px 0px 20px;
    overflow: hidden;
}

.toptext {
    position: relative;
    padding: 20px;
    margin: 0px;
    font-size: 14px;
    color: #444444;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.topprojecttext {
    position: relative;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.topprojectcaption {
    position: relative;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    border-left: 10px solid #be5087;
}

.trybutton {
    position: relative;
    padding: 6px 20px 6px 20px;
    margin: 20px 0px 0px 10px;
    width: 200px;
    background-color: #ff55aa;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: 0.8s;
}

.trybutton:hover {
    background-color: #ff55aa;
    transition: 0.8s;
    box-shadow: 0px 0px 10px #ff55aa;
}

#footer {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 320px;
    background-color: #ffffff;
}

#copyright {
    position: relative;
    padding: 30px;
    margin: 0px;
    color: #666666;
    font-size: 11px;
    text-align: center;
}

.ropcontentseparator {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ccaaaa;
    margin: 0px 20px 0px 20px;
}

#topnews {
    position: relative;
    padding: 0px;
    margin: 20px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#topnews tr {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#topnews th {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 180px;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

#topnews td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
}

#breadclumb {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.breadclumblink {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    color: #111111;
    font-size: 14px;
}

.breadclumblink:hover {
    background-color: #ffeeee;
}

.breadclumbcurrent {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    color: #111111;
    font-size: 14px;
    background-color: #eedddd;
}

.newsblock {
    position: relative;
    padding: 20px;
    margin: 20px 0px 60px 0px;
    overflow: hidden;
    background-color: #ffffff;
}

.newstitle {
    position: relative;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #444444;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.newsdate {
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    color: #333333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.newsbody {
    position: relative;
    padding: 0px;
    margin: 0px;
    color: #222222;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}

#toppage_newsheadlist {
    position: relative;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
}

.toppagenewsitem {
    position: relative;
    padding: 4px 0px 4px 0px;
    margin: 0px;
    width: 100%;
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.toppagenewsitem:hover {
    cursor: pointer;
    background-color: #ffeeee;
}

.toppagenewsitem_date {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 240px;
    float: left;
}

.toppagenewsitem_title {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 240px;
}







