<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Courgette|Dekko|Fondamento|Itim|Kalam|Merienda|Sriracha&amp;amp;subset=latin-ext');
/*
    font-family: 'Kalam', cursive;
    font-family: 'Merienda', cursive;
*/
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: url('../img/bg-top-solid.png') repeat-x #ccecff fixed;
    font-size: 16px;
}
.container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.main {
    max-width: 1200px;
    min-width: 420px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main * {
    font-family: 'Dekko', cursive; /* Courgette|Dekko|Fondamento|Itim|Kalam|Merienda|Sriracha */
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    font-family: 'Courgette', cursive; /* Courgette|Dekko|Fondamento|Itim|Kalam|Merienda|Sriracha */
}
.download.pdf {
    background: url('../img/pdf.png') no-repeat transparent center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    line-height: 100%;
    margin-right: 5px;
    display: inline-block;
}
.content {
    padding: 50px;
}
.content.box {
    background-color: #fff;
}
.inner-footer {
    background-color: #fff;
    background-image: url('../img/bg-bottom.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.inner-footer p {
    color: #fff;
    font-size: x-small;
    padding: 60px 25px 0px 25px;
}
.logo {
    display: block;
    width: 380px;
    height: 270px;
    overflow: hidden;
    background: url('../img/logo.png') no-repeat transparent center;
    z-index: 20;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media(min-width: 640px){
    .logo {
        display: block;
        width: 380px;
        height: 270px;
        overflow: hidden;
        background: url('../img/logo.png') no-repeat transparent center;
        z-index: 20;
        position: absolute;
        top: -10px;
        left: -20px;
    }
}
@media(min-width: 1240px){
    .logo {
        display: block;
        width: 380px;
        height: 270px;
        overflow: hidden;
        background: url('../img/logo.png') no-repeat transparent center;
        z-index: 20;
        position: absolute;
        top: -10px;
        left: -35px;
    }
}
.mobile-only {
    display: block;
}
@media(min-width: 1050px){
    .mobile-only {
        display: none;
    }
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img.img {
    max-width: 100%;
    margin: 10px auto;
    padding: 5px;
    border: 1px dotted #B76A26;
    background: #edcaaa;
    background: -moz-linear-gradient(top,  #edcaaa 0%, #f4e1d0 50%, #edcaaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edcaaa), color-stop(50%,#f4e1d0), color-stop(100%,#edcaaa));
    background: -webkit-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
    background: -o-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
    background: -ms-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
    background: linear-gradient(to bottom,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcaaa', endColorstr='#edcaaa',GradientType=0 );
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
@media(min-width: 640px){
    img.img {
        margin: 20px auto;
        padding: 20px;
        border: 1px dotted #B76A26;
        background: #edcaaa;
        background: -moz-linear-gradient(top,  #edcaaa 0%, #f4e1d0 50%, #edcaaa 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edcaaa), color-stop(50%,#f4e1d0), color-stop(100%,#edcaaa));
        background: -webkit-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
        background: -o-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
        background: -ms-linear-gradient(top,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
        background: linear-gradient(to bottom,  #edcaaa 0%,#f4e1d0 50%,#edcaaa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcaaa', endColorstr='#edcaaa',GradientType=0 );
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    }
}

@media(max-width: 639px){
    .col-xs-hidden {
        display: none;
    }
}

.navbar-brand {
    padding: 0;
}
@media(min-width: 640px){
    .navbar-brand {
        padding: 0;
        position: relative;
    }
}
.navbar.navbar-default.navbar-top {
    margin-right: 0px;
    margin-left: -1px;
}
.navbar.navbar-default .navbar-toggle {
    border-color: #000;
    background: transparent;
    margin-top: 200px;
    z-index: 30;
}
@media(min-width: 1050px){
    .navbar.navbar-default .navbar-toggle {
        border-color: #000;
        background: transparent;
        margin-top: 115px;
    }
}
.navbar.navbar-default .navbar-toggle:hover {
    background: #c6ecfa;
}
.navbar .navbar-collapse.navbar-right {
    margin-top: 210px;
    margin-right: 0px;
    vertical-align: bottom;
    padding: 0;
}
@media(min-width: 1170px){
    .navbar .navbar-collapse.navbar-right {
        margin-top: 145px;
        margin-right: 0px;
        vertical-align: bottom;
        padding: 0;
    }
}
.navbar ul.navbar-nav li {
    padding: 0 10px 0 10px;
    height: 66px;
}
.navbar ul.navbar-nav li a {
    font-family: 'Courgette', cursive;
    font-size: 22px;
    color: #000;
    padding: 32px 0 0;
}
.navbar .navitem {
    text-align: center;
    position: relative;
}
.navbar {
    background: transparent;
    margin-bottom: -1px;
}
@media(min-width: 1050px){
    nav.navbar {
        background: url('../img/menu1_long.png') no-repeat transparent left bottom;
        margin-bottom: -1px;
    }
}
.navbar ul.navbar-nav li.menu1 {
    width: 257px;
    text-align: right;
    background: url('../img/menu1.png') no-repeat transparent bottom;
    z-index: 10;
    margin-right: -35px
}
.navbar ul.navbar-nav li.menu1 a {
    margin-right: 30px;
}
.navbar ul.navbar-nav li.menu2 {
    width: 200px;
    background: url('../img/menu2.png') no-repeat transparent center bottom;
    z-index: 9;
    margin-right: -35px;
}
.navbar ul.navbar-nav li.menu3 {
    width: 180px;
    background: url('../img/menu3.png') no-repeat transparent center bottom;
    z-index: 8;
    margin-right: -30px;
}
.navbar ul.navbar-nav li.menu4 {
    width: 200px;
    background: url('../img/menu4.png') no-repeat transparent center bottom;
    z-index: 7;
    margin-right: -35px;
}
.navbar ul.navbar-nav li.menu5 {
    width: 160px;
    background: url('../img/menu5.png') no-repeat transparent center bottom;
    z-index: 6;
    margin-right: -27px;
}
.navbar ul.navbar-nav li.menu6 {
    width: 180px;
    background: url('../img/menu6.png') no-repeat transparent center bottom;
    z-index: 5;
    margin-right: -2px;
}

.navbar .navbar-collapse.navbar-right.collapse.in,
.navbar .navbar-collapse.navbar-right.collapsing {
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav {
    background: url('../img/bg-menu-collapsed.png') no-repeat transparent right;
    width: auto;
    margin: 0;
    padding: 0;
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu1,
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu2,
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu3,
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu4,
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu5,
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu6,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu1,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu2,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu3,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu4,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu5,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu6 {
    /*background: transparent;*/
    height: auto;
    z-index: 10;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li a,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li a {
    margin: 0;
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu1,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu1 {
    /*background: url('../img/menu1-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(155,12,14,1.0) 0%, rgba(224,4,8,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,12,14,1.0)), color-stop(100%,rgba(224,4,8,0.8)));
    background: -webkit-linear-gradient(top,  rgba(155,12,14,1.0) 0%,rgba(224,4,8,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(155,12,14,1.0) 0%,rgba(224,4,8,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(155,12,14,1.0) 0%,rgba(224,4,8,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(155,12,14,1.0) 0%,rgba(224,4,8,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999b0c0e', endColorstr='#99e00408',GradientType=0 );
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu2,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu2 {
    /*background: url('../img/menu2-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(245,121,1,1.0) 0%, rgba(255,189,109,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,121,1,1.0)), color-stop(100%,rgba(255,189,109,0.8)));
    background: -webkit-linear-gradient(top,  rgba(245,121,1,1.0) 0%,rgba(255,189,109,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(245,121,1,1.0) 0%,rgba(255,189,109,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(245,121,1,1.0) 0%,rgba(255,189,109,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(245,121,1,1.0) 0%,rgba(255,189,109,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f57901', endColorstr='#99ffbd6d',GradientType=0 );
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu3,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu3 {
    /*background: url('../img/menu3-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(255,216,0,1.0) 0%, rgba(255,234,157,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1.0)), color-stop(100%,rgba(255,234,157,0.8)));
    background: -webkit-linear-gradient(top,  rgba(255,216,0,1.0) 0%,rgba(255,234,157,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(255,216,0,1.0) 0%,rgba(255,234,157,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(255,216,0,1.0) 0%,rgba(255,234,157,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(255,216,0,1.0) 0%,rgba(255,234,157,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffd800', endColorstr='#99ffea9d',GradientType=0 );
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu4,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu4 {
    /*background: url('../img/menu4-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(91,221,47,1.0) 0%, rgba(224,254,187,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,221,47,1.0)), color-stop(100%,rgba(224,254,187,0.8)));
    background: -webkit-linear-gradient(top,  rgba(91,221,47,1.0) 0%,rgba(224,254,187,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(91,221,47,1.0) 0%,rgba(224,254,187,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(91,221,47,1.0) 0%,rgba(224,254,187,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(91,221,47,1.0) 0%,rgba(224,254,187,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995bdd2f', endColorstr='#99e0febb',GradientType=0 );
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu5,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu5 {
    /*background: url('../img/menu5-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(95,201,201,1.0) 0%, rgba(167,244,233,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,201,201,1.0)), color-stop(100%,rgba(167,244,233,0.8)));
    background: -webkit-linear-gradient(top,  rgba(95,201,201,1.0) 0%,rgba(167,244,233,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(95,201,201,1.0) 0%,rgba(167,244,233,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(95,201,201,1.0) 0%,rgba(167,244,233,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(95,201,201,1.0) 0%,rgba(167,244,233,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995fc9c9', endColorstr='#99a7f4e9',GradientType=0 );
}
.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li.menu6,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li.menu6 {
    /*background: url('../img/menu6-collapsed.png') no-repeat transparent right;*/
    background: -moz-linear-gradient(top,  rgba(95,114,221,1.0) 0%, rgba(165,180,226,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,114,221,1.0)), color-stop(100%,rgba(165,180,226,0.8)));
    background: -webkit-linear-gradient(top,  rgba(95,114,221,1.0) 0%,rgba(165,180,226,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(95,114,221,1.0) 0%,rgba(165,180,226,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(95,114,221,1.0) 0%,rgba(165,180,226,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(95,114,221,1.0) 0%,rgba(165,180,226,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995f72dd', endColorstr='#99a5b4e2',GradientType=0 );
}

.navbar .navbar-collapse.navbar-right.collapse.in ul.nav.navbar-nav li a,
.navbar .navbar-collapse.navbar-right.collapsing ul.nav.navbar-nav li a {
    padding: 5px;
}

.subnav{
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin-left: 0px;
}
@media(min-width: 790px){
    .subnav{
        width: 100%;
        line-height: 40px;
        text-align: right;
        margin-left: 0px;
    }
}
.subnav ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.subnav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
.subnav ul li a {
    color: #000;
    font-family: 'Courgette', cursive;
}
.subnav.mukodesunk {
    background: #f57901;
    background: -moz-linear-gradient(top,  #f57901 0%, #ffbd6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57901), color-stop(100%,#ffbd6d));
    background: -webkit-linear-gradient(top,  #f57901 0%,#ffbd6d 100%);
    background: -o-linear-gradient(top,  #f57901 0%,#ffbd6d 100%);
    background: -ms-linear-gradient(top,  #f57901 0%,#ffbd6d 100%);
    background: linear-gradient(to bottom,  #f57901 0%,#ffbd6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57901', endColorstr='#ffbd6d',GradientType=0 );
}
.subnav.fejlesztes {
    background: #ffd800;
    background: -moz-linear-gradient(top,  #ffd800 0%, #ffea9d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#ffea9d));
    background: -webkit-linear-gradient(top,  #ffd800 0%,#ffea9d 100%);
    background: -o-linear-gradient(top,  #ffd800 0%,#ffea9d 100%);
    background: -ms-linear-gradient(top,  #ffd800 0%,#ffea9d 100%);
    background: linear-gradient(to bottom,  #ffd800 0%,#ffea9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffea9d',GradientType=0 );
}
.subnav.csoportjaink {
    background: #5bdd2f;
    background: -moz-linear-gradient(top,  #5bdd2f 0%, #e0febb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bdd2f), color-stop(100%,#e0febb));
    background: -webkit-linear-gradient(top,  #5bdd2f 0%,#e0febb 100%);
    background: -o-linear-gradient(top,  #5bdd2f 0%,#e0febb 100%);
    background: -ms-linear-gradient(top,  #5bdd2f 0%,#e0febb 100%);
    background: linear-gradient(to bottom,  #5bdd2f 0%,#e0febb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bdd2f', endColorstr='#e0febb',GradientType=0 );
}
.subnav.galeria {
    background: #5fc9c9;
    background: -moz-linear-gradient(top,  #5fc9c9 0%, #a7f4e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fc9c9), color-stop(100%,#a7f4e9));
    background: -webkit-linear-gradient(top,  #5fc9c9 0%,#a7f4e9 100%);
    background: -o-linear-gradient(top,  #5fc9c9 0%,#a7f4e9 100%);
    background: -ms-linear-gradient(top,  #5fc9c9 0%,#a7f4e9 100%);
    background: linear-gradient(to bottom,  #5fc9c9 0%,#a7f4e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc9c9', endColorstr='#a7f4e9',GradientType=0 );
}
.subnav ul li a.submenu_active {
    color: #fee;
    font-weight: bold;
}
.subnav.fejlesztes ul li a.submenu_active {
    color: #dba;
}

.footer {
}
.footer * {
    color: #fff;
}
.footer ul {
    list-style-type: none;
}
.footer a {
    color: #96e13b;
}

.footer a:hover {
    color: #e7f8c4;
}

.pagetitle {
    position: absolute;
    top: 3%;
    right: 3%;
    margin-left: 300px;
}
.pagetitle h1 {
    display: none;
    color: #ffc743;
    font-family: 'Kalam', cursive;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 3px 3px 10px rgba(0,0,0, 1);
    margin-top: 0;
}
@media(min-width: 640px){
    .pagetitle {
        top: 20px;
        right: 30px;
    }
    .pagetitle h1 {
        display: block;
        font-size: 2em;
    }
}
@media(min-width: 870px){
    .pagetitle {
        top: 30px;
        right: 30px;
    }
    .pagetitle h1 {
        display: block;
        font-size: 2.5em;
    }
}
@media(min-width: 1000px){
    .pagetitle {
        top: 50px;
        right: 50px;
    }
    .pagetitle h1 {
        display: block;
        font-size: 2.8em;
    }
}
@media(min-width: 1050px){
    .pagetitle {
        top: 50px;
        right: 20px;
    }
    .pagetitle h1 {
        display: block;
        font-size: 3em;
    }
}

ul.nobullet {
    list-style-type: none;
}

blockquote {
    background: url('../img/quote.png') no-repeat transparent center;
}
blockquote.blockquote-reverse {
    background-position: right top;
}

.blockquote-reverse p {
    font-family: Fondamento; /* Dekko|Fondamento|Itim|Kalam|Merienda|Sriracha */
    font-style: italic;
}

.boxbg {
    margin: 0px 0px 20px;
    padding: 30px;
}
.boxbg.h450 {
    height: auto;
}
@media(min-width: 993px){
    .boxbg.h450 {
        height: 450px;
    }
}
.boxbg h3 {
    font-size: 2em;
    margin: 0 0 20px;
}
.boxbg a {
    font-family: 'Kalam'; /*Dekko|Fondamento|Itim|Kalam|Merienda|Sriracha*/
    color: #555;
}
.bgred {
color: #fff;
background: #e00408;
background: -moz-linear-gradient(top, #e00408 0%, #9b0c0e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00408), color-stop(100%,#9b0c0e));
background: -webkit-linear-gradient(top, #e00408 0%,#9b0c0e 100%);
background: -o-linear-gradient(top, #e00408 0%,#9b0c0e 100%);
background: -ms-linear-gradient(top, #e00408 0%,#9b0c0e 100%);
background: linear-gradient(to bottom, #e00408 0%,#9b0c0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00408', endColorstr='#9b0c0e',GradientType=0 );
}
.bgorange {
color: #fff;
background: #f99d34;
background: -moz-linear-gradient(top,  #f99d34 0%, #e07700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99d34), color-stop(100%,#e07700));
background: -webkit-linear-gradient(top,  #f99d34 0%,#e07700 100%);
background: -o-linear-gradient(top,  #f99d34 0%,#e07700 100%);
background: -ms-linear-gradient(top,  #f99d34 0%,#e07700 100%);
background: linear-gradient(to bottom,  #f99d34 0%,#e07700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99d34', endColorstr='#e07700',GradientType=0 );
}
.bggold {
color: #fff;
background: #ffe15e;
background: -moz-linear-gradient(top,  #ffe15e 0%, #edc900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe15e), color-stop(100%,#edc900));
background: -webkit-linear-gradient(top,  #ffe15e 0%,#edc900 100%);
background: -o-linear-gradient(top,  #ffe15e 0%,#edc900 100%);
background: -ms-linear-gradient(top,  #ffe15e 0%,#edc900 100%);
background: linear-gradient(to bottom,  #ffe15e 0%,#edc900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe15e', endColorstr='#edc900',GradientType=0 );
}
.bggold div, .bggold h3 {
    color: #a60;
}
.bggreen {
color: #fff;
background: #adea67;
background: -moz-linear-gradient(top,  #adea67 0%, #5cd82f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adea67), color-stop(100%,#5cd82f));
background: -webkit-linear-gradient(top,  #adea67 0%,#5cd82f 100%);
background: -o-linear-gradient(top,  #adea67 0%,#5cd82f 100%);
background: -ms-linear-gradient(top,  #adea67 0%,#5cd82f 100%);
background: linear-gradient(to bottom,  #adea67 0%,#5cd82f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adea67', endColorstr='#5cd82f',GradientType=0 );
}
.bgturquoise {
color: #fff;
background: #5cceb7;
background: -moz-linear-gradient(top, #5cceb7 0%, #06aa8c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cceb7), color-stop(100%,#06aa8c));
background: -webkit-linear-gradient(top, #5cceb7 0%,#06aa8c 100%);
background: -o-linear-gradient(top, #5cceb7 0%,#06aa8c 100%);
background: -ms-linear-gradient(top, #5cceb7 0%,#06aa8c 100%);
background: linear-gradient(to bottom, #5cceb7 0%,#06aa8c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cceb7', endColorstr='#06aa8c',GradientType=0 );
}
.bgpurple {
color: #fff;
background: #a5b4e2;
background: -moz-linear-gradient(top,  #a5b4e2 0%, #5f72dd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5b4e2), color-stop(100%,#5f72dd));
background: -webkit-linear-gradient(top,  #a5b4e2 0%,#5f72dd 100%);
background: -o-linear-gradient(top,  #a5b4e2 0%,#5f72dd 100%);
background: -ms-linear-gradient(top,  #a5b4e2 0%,#5f72dd 100%);
background: linear-gradient(to bottom,  #a5b4e2 0%,#5f72dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5b4e2', endColorstr='#5f72dd',GradientType=0 );
}

.bgbody {
background: #fff0ef;
background: -moz-linear-gradient(top,  #fff0ef 28%, #ffe8e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#fff0ef), color-stop(100%,#ffe8e2));
background: -webkit-linear-gradient(top,  #fff0ef 28%,#ffe8e2 100%);
background: -o-linear-gradient(top,  #fff0ef 28%,#ffe8e2 100%);
background: -ms-linear-gradient(top,  #fff0ef 28%,#ffe8e2 100%);
background: linear-gradient(to bottom,  #fff0ef 28%,#ffe8e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0ef', endColorstr='#ffe8e2',GradientType=0 );
}
.bgbody-red {
background: rgb(249,235,234);
background: -moz-linear-gradient(top,  rgba(249,235,234,1) 0%, rgba(255,226,226,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,235,234,1)), color-stop(100%,rgba(255,226,226,1)));
background: -webkit-linear-gradient(top,  rgba(249,235,234,1) 0%,rgba(255,226,226,1) 100%);
background: -o-linear-gradient(top,  rgba(249,235,234,1) 0%,rgba(255,226,226,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,235,234,1) 0%,rgba(255,226,226,1) 100%);
background: linear-gradient(to bottom,  rgba(249,235,234,1) 0%,rgba(255,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ebea', endColorstr='#ffe2e2',GradientType=0 );
}
.bgbody-orange {
background: rgb(244,238,227);
background: -moz-linear-gradient(top,  rgba(244,238,227,1) 0%, rgba(244,220,193,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,238,227,1)), color-stop(100%,rgba(244,220,193,1)));
background: -webkit-linear-gradient(top,  rgba(244,238,227,1) 0%,rgba(244,220,193,1) 100%);
background: -o-linear-gradient(top,  rgba(244,238,227,1) 0%,rgba(244,220,193,1) 100%);
background: -ms-linear-gradient(top,  rgba(244,238,227,1) 0%,rgba(244,220,193,1) 100%);
background: linear-gradient(to bottom,  rgba(244,238,227,1) 0%,rgba(244,220,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eee3', endColorstr='#f4dcc1',GradientType=0 );
}
.bgbody-yellow {
background: rgb(255,251,232);
background: -moz-linear-gradient(top,  rgba(255,251,232,1) 0%, rgba(255,240,198,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,251,232,1)), color-stop(100%,rgba(255,240,198,1)));
background: -webkit-linear-gradient(top,  rgba(255,251,232,1) 0%,rgba(255,240,198,1) 100%);
background: -o-linear-gradient(top,  rgba(255,251,232,1) 0%,rgba(255,240,198,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,251,232,1) 0%,rgba(255,240,198,1) 100%);
background: linear-gradient(to bottom,  rgba(255,251,232,1) 0%,rgba(255,240,198,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe8', endColorstr='#fff0c6',GradientType=0 );
}
.bgbody-green {
background: rgb(245,255,232);
background: -moz-linear-gradient(top,  rgba(245,255,232,1) 0%, rgba(226,255,196,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,255,232,1)), color-stop(100%,rgba(226,255,196,1)));
background: -webkit-linear-gradient(top,  rgba(245,255,232,1) 0%,rgba(226,255,196,1) 100%);
background: -o-linear-gradient(top,  rgba(245,255,232,1) 0%,rgba(226,255,196,1) 100%);
background: -ms-linear-gradient(top,  rgba(245,255,232,1) 0%,rgba(226,255,196,1) 100%);
background: linear-gradient(to bottom,  rgba(245,255,232,1) 0%,rgba(226,255,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ffe8', endColorstr='#e2ffc4',GradientType=0 );
}
.bgbody-turquoise {
background: rgb(239,255,246);
background: -moz-linear-gradient(top,  rgba(239,255,246,1) 0%, rgba(214,255,235,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,255,246,1)), color-stop(100%,rgba(214,255,235,1)));
background: -webkit-linear-gradient(top,  rgba(239,255,246,1) 0%,rgba(214,255,235,1) 100%);
background: -o-linear-gradient(top,  rgba(239,255,246,1) 0%,rgba(214,255,235,1) 100%);
background: -ms-linear-gradient(top,  rgba(239,255,246,1) 0%,rgba(214,255,235,1) 100%);
background: linear-gradient(to bottom,  rgba(239,255,246,1) 0%,rgba(214,255,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effff6', endColorstr='#d6ffeb',GradientType=0 );
}
.bgbody-indigo {
background: rgb(232,240,255);
background: -moz-linear-gradient(top,  rgba(232,240,255,1) 0%, rgba(206,213,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,240,255,1)), color-stop(100%,rgba(206,213,229,1)));
background: -webkit-linear-gradient(top,  rgba(232,240,255,1) 0%,rgba(206,213,229,1) 100%);
background: -o-linear-gradient(top,  rgba(232,240,255,1) 0%,rgba(206,213,229,1) 100%);
background: -ms-linear-gradient(top,  rgba(232,240,255,1) 0%,rgba(206,213,229,1) 100%);
background: linear-gradient(to bottom,  rgba(232,240,255,1) 0%,rgba(206,213,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0ff', endColorstr='#ced5e5',GradientType=0 );
}

.bgnewsbox {
    background: #fff;
}

.news.title {
    font-weight: bold;
}
.news.date {
    font-size: small;
    /*padding-bottom: 20px;*/
    text-align: right;
    font-weight: normal;
}
.news.leadin {
    font-weight: bold;
    padding-bottom: 20px;
}
.news.body {
    padding-bottom: 20px;
}
.news.body img {
    max-width: 95%;
}
.news.links {
    padding-bottom: 20px;
}
.news.backlink {
    text-align: right;
}

.folder .img {
    margin: 0px auto;
}

.inline-block {
    display: inline-block;
}

.border-bottom-red {
    border-bottom: 1px solid red;
}
.border-bottom-orange {
    border-bottom: 1px solid #d66700;
}
.border-bottom-yellow {
    border-bottom: 1px solid yellow;
}
.border-bottom-turquoise {
    border-bottom: 1px solid #00cec0;
}
.border-bottom-green {
    border-bottom: 1px solid lightgreen;
}
.border-bottom-magenta {
    border-bottom: 1px solid magenta;
}
.border-top-red {
    border-top: 1px solid red;
}
.border-top-orange {
    border-top: 1px solid #d66700;
}
.border-top-yellow {
    border-top: 1px solid yellow;
}
.border-top-green {
    border-top: 1px solid lightgreen;
}
.border-top-magenta {
    border-top: 1px solid magenta;
}

.shadow-5 {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
.shadow-2 {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-40 {
    margin-right: 40px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-top-20 {
    padding-top: 20px;
}

.black {
    color: #000;
}
.white {
    color: #fff;
}
.green {
    color: #090;
}

.large {
    font-size: 120%;
}
.x-large {
    font-size: 150%;
}
.xx-large {
    font-size: 180%;
}

.rel {
    position: relative;
}
.z-10 {
    z-index: 10;
}
.z-11 {
    z-index: 11;
}
.z-100 {
    z-index: 100;
}

/* ############################### */
/* classes for startpage slideshow */
/* ############################### */
.slider {
    background: #fff;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.slider .slideshow img {
    width: 100%;
}

.slideshow { overflow: hidden; width: 100%; height: 100%; text-align: center; margin: 0 auto; }
.slideshow .firstImage { display: inline-block; }
.slideshow .restImage { display: none; }

.slideshow-overlay {
    width: 100%; height: 100%;
    position: absolute; top: 0; bottom: 0;
    background: rgba(33, 91, 42, 0.6);
    z-index: 99;
}

#cycleNav { position: absolute; margin: -20px 0 0 10px; z-index: 100; }
#cycleNav a { display: none; border: 1px solid #0f0; background-color: #faf7da; float: left; margin: 0 2px; width: 17px; height: 14px; text-decoration: none; text-align: center; font-size: 10px; padding-top: 1px; color: #f00; }
#cycleNav a.activeSlide { display: none; border: 1px solid #b59041; background-color: #cfbd70; color: #eae5be; }
#cycleNav a:focus { outline: none; }
#cycleNav a:hover { border: 1px solid #cfbd70; background-color: #d1b983; color: #fff; }
img {max-width:100%}</pre></body></html>