/* CSS reset start */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; font-size: 100%;
    font: inherit; vertical-align: baseline; text-decoration: none;
}
table, tr, td {
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, root, section {
    display: block;
}
html {
    min-height: 100%;
}
body {
    line-height: 1;
    font-size: 14px;
    overflow-y: scroll;
    min-height: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}
/* CSS reset end */

colors {
/*  HEADERY : CUPERTINO
    TEXT : ARIAL
*/

color: #ffd600;
color: #ff6d00;
color: #80c915;
color: #09afd9;
color: #e4242e;
color: #2c2500;
    
    
}

@font-face {
    font-family: 'Cupertino';
    src: url('cupertnn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.centering {
    width: 960px;
    margin: 0 auto;
    
}

body{
    background: url(../img/bg.jpg);
    background-size: cover;
    font-family: arial, sans-serif;
    
}

::selection {
    background: #e4242e;
    color: #f5f5f5;
}

::-moz-selection {
    background: #e4242e;
    color: #f5f5f5;
}

a{
    color: #e4242e;
    
}

h1{
    font-family: Cupertino;
    text-shadow: 0 0 3px #333;
    text-align: center;
    font-size: 22px;
    color: #e4242e;
    
}

.bold {
    font-weight: bold;
    
}

.selected {
    color:#09afd9 !important;
    
}

#wrapper {
    margin: 0 auto;/* 250px;*/
    width: 960px;
    
}

#header {
    position: relative;
    font-family: cupertino;
    /*font-weight: bold;*/
}

#logo {
    float: left;
    
}

#headline {
    border-top: 1px solid #e4242e;
    border-bottom: 1px solid #e4242e;
    margin: 10px 10px 10px 220px;
    padding: 10px;
    text-align: justify;
    text-align-last: justify;
}

#headline p:after
{content: "";
display: inline-block;
width: 100%;}

#main_menu {
    margin: 10px 10px 10px 220px;
    position: relative;
    padding-left: 40px;
}

#main_menu > a {
    display: inline-block;
    height: 30px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 2px 5px;
    color: #ff6d00;
    text-shadow: 0 0 1px #000;
	
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    
}

#main_menu > a:last-of-type {
   position: absolute; 
   left: 0; 
   padding: 0;

}

#main_menu > a:hover {
    color: #e4242e;
    
}

#head1 {
    font-size: 42px;
    color: #09afd9;
    position: relative;
    top:10px;
}

#head2 {
    font-size: 42px;
    color: #e4242e;
    position: relative;
    top:5px;
}

#head3 {
    font-size: 18px;
    color: #09afd9;
    position: relative;
    top:10px;
}

#head4 {
    font-size: 18px;
    color: #e4242e;
    position: relative;
    top:10px;
}

#center{
    padding-bottom: 30px;
}

#page_central {
    width: 530px;
    padding: 30px 30px 50px;
    background: #FFF;
    min-height: 160px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 20px -8px #333;
    float: right;
    margin: 10px;
    position: relative;
    
    
}

#page_central h1 {
    position: absolute;
    right: 700px;
    text-align: right;
    width: 300px;
    top: 80px;
    font-size: 36px;
    line-height: 44px;

}

#page_central h2 {
    font-size: 24px;
    font-family: Cupertino;
    color: #ff6d00;
    text-shadow: 0 0 1px #333;
}

#kontakt_form {
    margin: 30px 0;
    
    
}

#kontakt_form input[type="text"]{
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    width: 240px;
    
}

#kontakt_form textarea{
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    width: 518px;
    height: 150px;
    margin-top: 3px;
    resize: none;
    
}

#kontakt_form input[type="submit"]{
    background: #ff6d00;
    border: none;
    cursor: pointer;
    
}

.third{
    width: 260px;
    height: 250px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 14px;
    position: relative;
    padding: 20px 15px;
    box-shadow: 3px 3px 20px -8px #333;
}

.third p {
    text-align: justify;
    margin-top: 10px;
    line-height: 16px;
    font-size: 14px;
    
}

#page_central p {
    text-align: justify;
    margin-top: 20px;
    line-height: 18px;
    font-size: 16px;
    text-shadow: 0px 0px 1px #666;
    
}

#kids_side {
    position: absolute;
    top: 30px;
    left: -61px;
    
    
}

.third:nth-of-type(1) > h1{
    color: #ff6d00;
}
.third:nth-of-type(1) > .button{
    background: #ff6d00;
}
.third:nth-of-type(2) > h1{
    color: #e4242e;
}
.third:nth-of-type(2) > .button{
    background: #e4242e;
}
.third:nth-of-type(3) > h1{
    color: #80c915;
}
.third:nth-of-type(3) > .button{
    background: #80c915;
}

.button {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0; left: 0;
    margin: 0 auto;
    width: 150px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
    font-family: Cupertino;
    
    
    
}

#footer {
    clear: both;
    height: 200px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #2c2500;
    text-align: center;
    background: #FFD600;
    background: -webkit-radial-gradient(circle, #FFD600 70%, #FFD 120%);
    background: -moz-radial-gradient(circle, #FFD600 70%, #FFD 120%);
    background: -ms-radial-gradient(circle, #FFD600 70%, #FFD 120%);
    background: -o-radial-gradient(circle, #FFD600 70%, #FFD 120%);
    background: radial-gradient(circle, #FFD600 70%, #FFD 120%);
    
    
}

#footer_border_top {
    background: url(../img/pattern.png);
    background-repeat: repeat-x;
    height: 22px;
    width: 100%;
    position: absolute;
    top: -10px;
    
}

.footer_third {
    width: 260px;
    min-height: 100px;
    float: left;
    margin: 14px;
    position: relative;
    padding: 0px 15px;
    text-align: left;
}

.footer_third:nth-last-of-type(2) {
    text-align: center;
    
}

#footer h2 {
    color: #2c2500;
    width: 230px;
    text-align: left;
    padding: 5px 15px;
    font-weight: bold;
    font-family: Cupertino;
    border-bottom: 1px solid #2c2500;
    font-size: 12px;
    margin-bottom: 10px;
    
}

#footer a {
    color: #2c2500;
}

#footer table {
    text-align: left;
}

#footer table td{
    vertical-align: middle;
    padding: 2px 10px;
    font-size: 12px;
    
}

#footer_bottom {
    width: 100%;
    height: 20px;
    border-top: 1px solid #ff6d00;
    background: #2d2500;
    position: absolute;
    bottom: 0;
}

#fbh_copy {
    color: #2d2500;
    padding: 15px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    
}

#fbh_copy a {
    color: #2d2500;
}
