@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=latin,latin-ext);

html {
    /*height: 100%;*/
}

body {
    background-image: url('../images/bg.png');
    background-position: center top;
    background-repeat: repeat-y;
    background-attachment: scroll;

    color: #5e5e5e;
    font: 76% Arial, Helvetica, sans-serif; /* ~12px */
    min-width: 960px;
    min-height: 100%;
    position: relative;
    overflow-y: scroll;
}

a {
    color: #003768;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
}

h3 {
    color: #003768 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 .2em 0;
}

h3 a {
    color: #003768 !important;
    text-decoration: none;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 .2em 0;
}

h4 a {
    text-decoration: none;
}

p {
    margin: .625em 0;
}

tt {
    font-size: 1.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    border-bottom: 1px solid #3A3E46;
    padding: 4px 3px 4px 0;
}

table td:first-child {
    padding-right: 20px;
}
.wrapper {
    background-image: url('../images/bg-content.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 100%;
    width: 960px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.contents {
    padding-bottom: 60px;
}

.header {
    background-image: url('../images/otop.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
}

.footer {
    background-color: #044f8d;
    border-top: 3px solid #f6cb05;
    color: #ffffff;
    font-size: .9em;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
}

.footer .text {
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer a {
    color: #ffffff;
}

.images {
    border-bottom: 3px solid #f6cb05;
    margin-bottom: 40px;
    float: left;
    z-index: 100;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.images-wrapper {
    position: absolute;
}

.images img {
    display: block;
    float: left;
    width: 310px;
    height: 150px;
    margin: 0;
    padding: 0;
}

.images img {
    margin-right: 15px;
}

.pg-logo {
    margin-left: 45px;
}

.pg-herb {
    text-align: right;
    margin-top: 25px;
    margin-right: 0px;
}

.group {
    margin-bottom: 2.5em;
}

.group a {
    margin-bottom: .4em;
}

.menu a {
    color: #5e5e5e;
    display: block;
}

.append {
    float: left;
    clear: left;
    margin-top: 20px;
    width: 100%;
}

.content a {
    font-weight: bold;
}

.content p,
.content li {
    line-height: 1.4;
}

.content p {
    text-align: justify;
}

.content .group {
    margin-bottom: 2em;
    width: 100%
}

.content .stats {
    margin-top: 1.5em;
    line-height: 1.8;
}

.content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.content ul.default {
    list-style: none;
    margin-bottom: 10px;
}



.hred {
    color: #931125;
    font-weight: bold;
}

.ects-bar {
    float: left;
    width: auto;
    margin-top: 10px;
}

.ects-info {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 0;
}




.table-authorities {
    /* width: 100%; */
}

.table-authorities td {
    border-bottom: none;
}



.news {

}

.news .item {
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    text-align: justify;
    width: 100%;
}

.news .item .intro {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

.news .item .text {
    line-height: 1.5;
}

#sliderFrame {
    margin: 0;
    width: 580px;
}

#sliderFrame #slider {
    width: 580px;
}

#sliderFrame div.navBulletsWrapper {
    left: 200px;
}