﻿@font-face {
    font-family: "RobotoMediumItalic";
    src: url(../fonts/roboto-mediumitalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-mediumitalic-webfont.woff) format("woff"), url(../fonts/roboto-mediumitalic-webfont.ttf) format("truetype"), url(../fonts/roboto-mediumitalic-webfont.svg#svgRobotoMediumItalic) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "RobotoBold";
	src: url(../fonts/Roboto-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold-webfont.woff) format("woff"), url(../fonts/Roboto-Bold-webfont.ttf) format("truetype"), url(../fonts/Roboto-Bold-webfont.svg#svgRobotoBold) format("svg");
	font-weight: normal;
	font-style: normal;
}

.slogan_cz {
    font-family: "RobotoMediumItalic", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #999;
    display: block;
    line-height: 1.2128em;
}

.headerLayout {
    max-width: 1000px;
    margin: auto;
}

.formRegLayout {
    max-width: 1000px;
    margin: auto;
}

.formLoginLayout {
    max-width: 500px;
    margin: auto;
}

.formDocLayout {
    max-width: 1000px;
    margin: auto;
}

.MainContent {
    margin-top: 20px;
    background: url(../images/home_bg.jpg) 50% 0 no-repeat;
    background-position-y: -250px;
}

.GroupHeader {
    /*position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    font-size: 4em;
    color: #005886;
    font-family: "RobotoBold", Arial, Helvetica, sans-serif;
    line-height: 1.2128em;
}
