/* 
    Document   : style
    Created on : 19-Nov-2013, 21:53:00
    Author     : Marcin
    Description:
        Purpose of the stylesheet follows.
*/

@import url(http://fonts.googleapis.com/css?family=Poiret+One&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Belleza&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Comfortaa&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=PT+Serif&subset=latin,latin-ext);

body{
    background: url('../images/little_pluses.png') repeat;
    margin: 0;
    padding: 0;
    font-family: 'PT Serif', serif;
    font-size: 14px;
}

h2{
    font-weight: normal;
    margin-top: 0;
    /*font-family: 'Poiret One', cursive !important;*/
}

a{
    text-decoration: none;
    color: #00205b;
}

a:hover{
    color: #65b2ea;
}

.page{

    width: 960px;
    height: auto;
    margin: 0 auto;
}

#page-content{
    float: left;
    width: 100%;
    height: auto;
    /*background: #23323f;*/
    background: #00205b;
}

#header{
    float: left;
    width: 100%;
    height: 115px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.66);
}

#menu-nav{
    float: right;
    /*border-bottom: 2px #E4E4E4 solid;*/
}

#slider{
    float: left;
    width: 695px;
    height: 218px;
    border-bottom: solid 3px #00205b;
}

#slider-left{
    float: left;
    width: 225px;
    height: 178px;
    background: #fff;
    border-bottom: solid 3px #00205b;
}

#slider img{
    width: 695px;
}


#sidebar{
    width: 265px;
    float: left;
    height: 100%;
    color: #fff;
}

#sidebar a{
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 10px;
}

#main{
    line-height: 30px;
    min-height: 500px;
    text-align: justify;
    width: 643px;
    float: left;
    padding: 0 20px 20px 30px;
    background: rgba(255, 255, 255, 1);
    border-bottom: solid 2px #23323f;
}

#footer{
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.66);
}

#footer p{
    padding: 15px 0;
}

.cointainer{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    background: rgba(255, 255, 255, 0.67);
}

.one-two{
    width: 480px;
    float: left;
    margin-bottom: 20px;
}

#head-info{
    float: right;
    min-width: 300px;
    text-align: left;
    font-size: 14px;
}
.dc_respmenu{
    margin: 0 !important;
    width: auto !important;
}

.dc_respmenu ul{
    margin: 0 !important;
    padding: 0 !important;
}

.dc_respmenu ul li{
    float: left;
}

nav.dc_respmenu.red li a {
    width: 139px !important;
    display: block !important;
    background: none;
}


nav.dc_respmenu li a{
    color: #fff !important;
    border-bottom: solid 2px #000;
    background: none !important;
}

nav.dc_respmenu li a:hover{
    color: #fff !important;
    /*background: url('../images/left-menu-bg.png') repeat-x !important;*/
    background: #65b2ea !important;
}


/*side menu*/
ul#left-menu{
    margin: 0;
    padding: 0;
}

ul#left-menu li{
    list-style-type: none;
    display: block;
    border-bottom: solid 1px #000;
    color: #fff;
}

ul#left-menu li:hover{
    border-bottom: solid 1px #fff;
    cursor: pointer;
    color: #fff;
    /*background: url('../images/left-menu-bg.png') repeat-x;*/
    background: #65b2ea !important;
}

nav.dc_respmenu li a {
    font-family: 'Belleza', sans-serif !important;
    text-transform: none !important;
    font-size: 16px !important;
}


.bottom-thin{
    border-bottom: solid thin;
    padding-bottom: 5px;
}

.border-none{
    border: none !important;
}

.align-center{
    text-align: center
}

h1.none, .none{
    display: none;
}


.menu-nav-box{
    float: left; width: 100%; background: #00205b;
}

.spezialization{
    padding: 12px 7px 7px 10px; font-size: 21px; height: 28px;
}

.slider-text-box{
    padding: 10px 20px 30px 20px; line-height: 25px;
}

.slider-text-box img{
    margin-left: 30px; width: 175px;margin-top: 10px;
}

#slider img{
    width: 695px; height: 218px;
}

.post-list{
    float: left; width: 100%;
}

.post-list h2{
    font-size: 16px; padding-top: 12px; margin-bottom: 10px;
}

.clear{
    clear: both;
}

.width100{
    width: 100%;
}

.left{
    float: left;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.width200px{
    width: 200px;
}

.width400px{
    width: 400px;
}

.right{
    float: right;
}

#main h1{
    font-size: 21px; padding-top: 12px; margin-bottom: 20px;
}

.green{
    color: #20A000;
}

.main-h2{
    font-size: 21px; padding-top: 12px; margin-bottom: 20px;
}

.main-h1{
    font-size: 21px; padding-top: 12px; margin-bottom: 20px;
}

.margin-bottom20px{
    margin-bottom: 20px;
}

.post-image{
    width: 250px; float: left; margin: 0 20px 20px 0;
}

.post-backlink{
    text-align: left; text-decoration: underline; font-weight: bold;
}

#contact-form{
    width: 80%; vertical-align: top;
}