body
{
    padding:0px;
    color: #535353;
    background-color:#f8f8f8;
    font-family:Tahoma, Arial, Verdana, "Times New Roman";
    font-size:14px;
    text-align:left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image:url(../images/bg_body.jpg);
    background-repeat:repeat-x;

}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/CaviarDreams-webfont.eot');
    src: url('../fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-webfont.woff') format('woff'),
        url('../fonts/CaviarDreams-webfont.ttf') format('truetype'),
        url('../fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.square
{
    /*transition-delay:200ms;
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    transition-duration:500ms;
    -moz-transition-duration:500ms;
    -webkit-transition-duration:500ms;	*/

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.regconf
{
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 20px;
    background-color: #DAFECF;
    border: 1px solid #0F0;
}
.regconf_err
{
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 20px;
    background-color: #FFE2E1;
    border: 1px solid #F00;
}
.right_red
{
    color: #E8A4A4;
}
.right_blue
{
    color: #6FC1EE;
}
.blue_text
{
    color:#B5B5B5;
    margin-bottom:10px;
}
.err404
{
    font-size:20px;
    font-weight:bold;
    color:#900;
    margin-top:15px;
    margin-bottom:40px;
}
.blue
{
    color:#dfdfdf;
}
.bg_right_red
{
    width:180px;
    left:-10px;
    background-color:#f1c9c9;
    position:relative;
}
.bg_right_blue
{
    width: 180px;
    left: -10px;
    background-color: #B9E1F7;
    position: relative;
}
.oferta_blue_label
{
    height:100px;
    background-position:center top;
    background-repeat:no-repeat;
}
.oferta_blue
{
    width:102px;
    height:102px;
    background-repeat:no-repeat;
    float:left;
    margin:20px 7px;
    background-size:contain;
    background-position:center center;
}
a:link, a:visited {
    text-decoration: none;
    color: #535353;
}
a:hover {
    text-decoration: none;
}
a.blue
{
    color:#77C4EE;
}
.red
{
    color:#d0221b;
}
.kursNazwa
{
    padding-bottom:12px;
    font-weight:bold;
    padding:0px 8px;
    padding-bottom:5px;
}
.kursData
{
    padding:0px 8px;
    padding-top:5px;
}
h4.bg_blue
{
    clear:both;
    color:#69696B;
    width:180px;
    height:30px;
    line-height:30px;
    font-size:15px;
    text-align:left;
    position:relative;
    margin-top:10px;
    margin-bottom:0px;
}
.back_button
{
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#77c4ee;
    color:#fff;	
    width:200px;
    font-weight:bold;
    clear:both;
    margin-top:20px;

    background: rgba(249,165,47,1);
    background: -moz-linear-gradient(top, rgba(249,165,47,1) 0%, rgba(242,176,90,1) 50%, rgba(248,142,13,1) 51%, rgba(242,143,24,1) 71%, rgba(232,138,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,165,47,1)), color-stop(50%, rgba(242,176,90,1)), color-stop(51%, rgba(248,142,13,1)), color-stop(71%, rgba(242,143,24,1)), color-stop(100%, rgba(232,138,38,1)));
    background: -webkit-linear-gradient(top, rgba(249,165,47,1) 0%, rgba(242,176,90,1) 50%, rgba(248,142,13,1) 51%, rgba(242,143,24,1) 71%, rgba(232,138,38,1) 100%);
    background: -o-linear-gradient(top, rgba(249,165,47,1) 0%, rgba(242,176,90,1) 50%, rgba(248,142,13,1) 51%, rgba(242,143,24,1) 71%, rgba(232,138,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,165,47,1) 0%, rgba(242,176,90,1) 50%, rgba(248,142,13,1) 51%, rgba(242,143,24,1) 71%, rgba(232,138,38,1) 100%);
    background: linear-gradient(to bottom, rgba(249,165,47,1) 0%, rgba(242,176,90,1) 50%, rgba(248,142,13,1) 51%, rgba(242,143,24,1) 71%, rgba(232,138,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a52f', endColorstr='#e88a26', GradientType=0 );
}
.back_button:hover
{
    background: rgba(250,186,97,1);
    background: -moz-linear-gradient(top, rgba(250,186,97,1) 0%, rgba(246,203,146,1) 50%, rgba(249,163,57,1) 51%, rgba(244,164,67,1) 71%, rgba(237,163,84,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,186,97,1)), color-stop(50%, rgba(246,203,146,1)), color-stop(51%, rgba(249,163,57,1)), color-stop(71%, rgba(244,164,67,1)), color-stop(100%, rgba(237,163,84,1)));
    background: -webkit-linear-gradient(top, rgba(250,186,97,1) 0%, rgba(246,203,146,1) 50%, rgba(249,163,57,1) 51%, rgba(244,164,67,1) 71%, rgba(237,163,84,1) 100%);
    background: -o-linear-gradient(top, rgba(250,186,97,1) 0%, rgba(246,203,146,1) 50%, rgba(249,163,57,1) 51%, rgba(244,164,67,1) 71%, rgba(237,163,84,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,186,97,1) 0%, rgba(246,203,146,1) 50%, rgba(249,163,57,1) 51%, rgba(244,164,67,1) 71%, rgba(237,163,84,1) 100%);
    background: linear-gradient(to bottom, rgba(250,186,97,1) 0%, rgba(246,203,146,1) 50%, rgba(249,163,57,1) 51%, rgba(244,164,67,1) 71%, rgba(237,163,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faba61', endColorstr='#eda354', GradientType=0 );
}
.insideLeftMenu_2
{
    padding-top:5px;
    padding-bottom:5px;
    min-height:14px;
    margin:2px 0px 0px;
    text-align:left;
    padding-right:20px;	
    padding-left:40px;
    background-image:url(../images/l_pointer.png);
    background-repeat:no-repeat;
    background-position:10px center;
}
.insideLeftMenu_2_active
{
    padding-top:5px;
    padding-bottom:5px;
    min-height:14px;
    margin:2px 0px 0px;
    text-align:left;
    padding-right:20px;	
    padding-left:40px;
    background-color:#c7c6c2;
    color:#dc3d37;
    background-image:url(../images/favicon.png);
    background-repeat:no-repeat;
    background-position:10px center;	
}
.insideLeftMenu_active
{
    margin: 2px 0 0;
    min-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    line-height:22px;
    background-color:#c7c6c2;
    color:#dc3d37;
}
.insideLeftMenu
{
    line-height:22px;
    margin: 2px 0 0;
    min-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
}
.insideLeftMenu_active .floatRight
{
    height:23px;
    width:140px;
}
.insideLeftMenu .floatRight
{
    height:23px;
    width:140px;
}
.floatRight
{
    float:right;
}
.floatLeft
{
    float:left;
}
.insideLeftMenuDesc
{
    margin:4px 0px;
}
.page_bg_img {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page_bg_left
{
    width:50%;
    position:absolute;
    left:0px;
    top:0px;
    background-image:url(../images/left_bg.png);
    background-repeat:repeat-x;
    height:612px;
    background-position:right;
}
.page_bg_right
{
    width:50%;
    position:absolute;
    right:0px;
    top:0px;
    background-image:url(../images/right_bg.png);
    background-repeat:repeat-x;	
    height:612px;
    background-position:left;
}
#page
{
    /*background-image:url(../images/bg_page.jpg);*/
    background-image:url(../images/grid.png);
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    position:fixed;
    width:100%;
    height:100%;
    display:none;
}
.orange
{
    width:960px;
    height:10px;
    background-color:#524D4A;
    border-color:#524D4A;
    margin:25px 0px;
}
.page_title
{
    text-align:center;
    font-size:26px;
    padding-top:10px;
    font-family:helvetica;
}
.pointer
{
    cursor:pointer;
}
.shadow_line
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-top:5px;
    padding-bottom:1px;
}
.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin-left:10px;
}
#background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;

}
#background1 {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display:block;
    width:100%;
    height:100%;
    position:fixed;
    overflow:auto;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#page_bg
{
    background-image: url(../images/page_bg.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat:repeat-x;
    background-position: center 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#site {
    z-index:2;
    position: relative;
    overflow: hidden;
}
img
{
    border:0px;
}
hr
{
    border-bottom:0px solid #666666;
    border-top:1px solid #666666;
    border-left:0px solid #666666;
    border-right:0px solid #666666;
    height:1px;
}
hr.gray_short
{
    height:23px;
    width:100px;
    background-color:#CCD7DD;
    color:#CCD7DD;
    border-color:#CCD7DD;
    float:left;
}
hr.menu_top
{
    margin:0px;
    padding:0px;
    border:0px;
    height:2px;
    background-image:url(../images/hr_1.jpg);
    background-repeat:repeat-x;
}
#site {
    z-index:2;
    position: relative;
    overflow: hidden;

}
#Container_shadow {
    width:1000px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    min-height: 10px;
    background-image:url(../images/page_bg_shadow.png);
    background-repeat:repeat-y;
}
#Container {
    margin:0px auto;
    padding:0px 50px;
    min-height: 100px;
    position:relative;
}
#bg_container {
    width:1000px;
    margin:0px auto;
    min-height: 390px;
}
#Containerinside {
    width:900px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    min-height: 400px;
    background-color: #F4F5EF;
}
#background img {

    position: fixed;

    z-index: 1;

    width: 100%;

    height: 100%;

}
.link {
    text-decoration: none;
}
a.link, a.link:active, a.link:visited, a.link:link {
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}
.content .text {
    font-size:10px;
    padding-bottom:6px;
}
.aktualnosci {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #690902;
}
.data {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
a.data, a.data:active, a.data:visited, a.data:link {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #002957;
    text-decoration: none;
}

a.newsMore, a.newsMore:active, a.newsMore:visited, a.newsMore:link {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #97C9FF;
    text-decoration: none;
}	
a.newsMore:hover
{
    text-decoration:underline;
}

a.titlenews:hover {
    text-decoration: underline;
}
.titlenews {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
}
a.titlenews, a.titlenews:active, a.titlenews:visited, a.titlenews:link {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #AD2C22;
    font-weight: normal;
    text-align: left;
}

a.titlenews:hover {
    text-decoration: underline;
    color: #FFF;
}
.error_stringsred {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #C00;
    padding-bottom:10px;
}
#opiskontakt {
    float: left;
    min-height: 450px;
    width: 440px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#insidecontactformLeft {
    min-height: 10px;
    padding-top:10px;
    width:600px;
    float:left;
}
#newsletter_sign_in
{
    font-size:14px;
    height:20px;
    padding-top:10px;
}
#sendfriend_message
{
    font-size:14px;
    height:20px;
    padding-top:10px;
}
#insidecontactformright {
    min-height: 10px;
    padding-top:40px;
}
.contactMap
{
    float:left;
}
.contactForm
{
    padding-top:20px;
    width:320px;
    float:right;
}
.clear_both
{
    clear:both;
}
.languagesList
{
    position:relative;
    float:right;
    position:relative;
    z-index:20;
}
.photo_frame
{
    border:2px solid #FCDA43;
    box-shadow: 0 0 30px #FFFFFF inset;	
    -webkit-box-shadow: 0 0 30px #FFFFFF inset;	
    -moz-box-shadow: 0 0 30px #FFFFFF inset;	
    width:325px;
    height:296px;	
    background-position: center center;
    background-repeat:no-repeat;	
}
.error
{
    color:#F00;
}
#kontakt a
{
    color:#fff !important;
}
#newsletter_control
{
    margin-left:20px;
    width:503px;
    float:right;
    font-family:verdana, tahoma;
    font-size:20px;
    text-align:left;
    min-height:16px;
}
#newsletter_control input[type="text"]
{
    margin-top:13px;
    width:130px;
    margin-left:18px;
    padding:0px;
    position:relative;
    top:0px;
    height:30px;
    padding-left:10px;
}
#newsletter_control .label
{
    margin-top:14px;
    text-shadow: 1px 2px 3px #000;
    float:left;
}
#newsletter_button
{
    position:relative;
    width:100px;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;

    color:#fff;
    height:30px;
    line-height:30px;
    font-style:italic;
    border:1px solid #535353;

    background: rgba(133,163,36,1);
    background: -moz-linear-gradient(top, rgba(133,163,36,1) 0%, rgba(120,148,27,1) 50%, rgba(105,130,26,1) 51%, rgba(105,130,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133,163,36,1)), color-stop(50%, rgba(120,148,27,1)), color-stop(51%, rgba(105,130,26,1)), color-stop(100%, rgba(105,130,26,1)));
    background: -webkit-linear-gradient(top, rgba(133,163,36,1) 0%, rgba(120,148,27,1) 50%, rgba(105,130,26,1) 51%, rgba(105,130,26,1) 100%);
    background: -o-linear-gradient(top, rgba(133,163,36,1) 0%, rgba(120,148,27,1) 50%, rgba(105,130,26,1) 51%, rgba(105,130,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(133,163,36,1) 0%, rgba(120,148,27,1) 50%, rgba(105,130,26,1) 51%, rgba(105,130,26,1) 100%);
    background: linear-gradient(to bottom, rgba(133,163,36,1) 0%, rgba(120,148,27,1) 50%, rgba(105,130,26,1) 51%, rgba(105,130,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85a324', endColorstr='#69821a', GradientType=0 );

}
#newsletter_link
{
    cursor:pointer;
}

.product-tab
{
    transition-duration: 300ms;
    background-repeat: no-repeat;
    background-position: right center;
}
.product-tab:hover
{
    transition-duration: 300ms;
    background-color: #026EAF;
    color: #fff;
    cursor: pointer;
}
.product-tab:hover h3
{
    transition-duration: 300ms;
    color: #fff;
}
.producAskForm .inputs
{
    float:left;
    width:294px;
    margin-right: 30px;
}
.producAskForm .textarea
{
    padding-top: 14px;
    clear:both;
    float:left;
    width: 953px;
}
.producAskForm label
{
    width:100%;
    display:block;
}
.producAskForm input
{
    width:100%;
    display:block;
    height: 30px;
    position: relative;
    top: 0; 
}
.producAskForm textarea
{
    width:99%;
    display:block;
    height: 30px;
    position: relative;
    top: 0; 
    min-height: 100px;
}
.producAskForm .submit
{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(133, 163, 36, 1) 0%, rgba(120, 148, 27, 1) 50%, rgba(105, 130, 26, 1) 51%, rgba(105, 130, 26, 1) 100%) repeat scroll 0 0;
    border: 1px solid #535353;
    border-radius: 4px;
    color: #fff;
    font-style: italic;
    height: 30px;
    line-height: 27px;
    position: relative;
    width:200px;
    margin-top: 10px;
    cursor: pointer;
}