/* ================================================================
Main-Stylesheet
By Maximilian Janik 2012-2013
=================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower&text=PFKEWLSaghilospeürdwacnfojktbuNIm10-/);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker&text=COMPUTERKNZFÜJDSAL!);

* {
    margin:0;
    padding:0;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background: #fedd70 url(imgs/fk-main-bg.jpg) repeat-x left top;
    font: 11pt 'Open Sans', sans-serif;
    line-height: 16pt;
    color: #41413f;
    font-weight: 300;
}

img {
    border-width: 0px;
}

a {
    text-decoration: none;
    color: #1b67a0;
}

ul {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 1240px;
    margin: 0 auto -139px auto;
    position: relative;
}

#fl-link {
    position: absolute;
    top: 0;
    right: 0;
    background: url(imgs/fk-fl-bg.jpg) no-repeat;
    width: 253px;
    height: 51px;
    text-align: center;
    z-index: 10;
    padding-top: 5px;
    display: inline;
}

#header {
    top: 30px;
    height: 330px;
    width: 1220px;
    margin: 0 auto;
    background: url(imgs/fk-logo-neu.jpg) no-repeat left top;
    text-align: right;
    position: relative;
}

#header-link
{
    display: block;
    width: 200px;
    height: 70px;
    position: absolute;
    left: 13px;
    top: 78px;
}

#header-content-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: 'Permanent Marker', cursive;
    font-size: 21pt;
}

#menu {
    background: url(imgs/fk-menu-bg.png) no-repeat;
    width: 1234px;
    height: 67px;
    margin: 0 auto;
    font-family: 'Indie Flower', cursive;
    font-size: 18pt;
    position: relative;
}

#menu table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border: 0;
    height: 67px;
    color: #1b67a0;
    table-layout: auto;
}

#menu td, tr {
    border: 0;
    vertical-align: bottom;
}

.menu-bar {
    width: 75px;
    height: 5px;
    background-color: #e5e5e5;
    margin: 0 auto;
    margin-top: 10px;
}

.menu-bar-active {
    background-color: #fedd70;
}

#waggon {
    display: none;
    width: 75px;
    height: 5px;
    background-color: #fedd70;
    position: absolute;
    bottom: 0;
}

#content-box {
    background: white url(imgs/fk-content-bg.png) repeat-y left top;
    width: 1234px;
    margin: 0 auto;
}

#content {
    margin: 0 auto;
    width: 1130px;
    padding-top: 20px;
    padding-bottom: 30px;
}

#content table {
    border: 0;
    width: 100%;
}

#content td {
    /*background-color: #fff9e4;*/
    background-color: #FFFCE4;
    /*border: 1px dashed #1b67a0;*/
    padding: 10px;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #1b67a0;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

.agetimediv {
    border: 1px solid #e5e5e5;
    border-left: 3px solid #1b67a0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #FFFCE4;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

#content a {
    text-decoration: underline;
}

.headline {
    color: #1b67a0;
    font-size: 15pt;
    padding-bottom: 15px;
    padding-top: 25px;
    font-weight: 400;
}

.strong {
    font-weight: 400;
}

#content-footer {
    background: url(imgs/fk-pre-footer.png) no-repeat;
    width: 1234px;
    height: 27px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#footer {
    height: 0px;
    width: 100%;
    background: #353638 url(imgs/test2.png) no-repeat left top;
    position: relative;
}

#footer-left {
    height: 139px;
    width: 208px;
    background: url(imgs/fk-logo-footer.jpg) no-repeat;
    position: absolute;
    left: 30px;
    top: 50px;
}

#footer-right {
    position: absolute;
    font-size: 10pt;
    line-height:12pt;
    color: white;
    text-align: right;
    right: 30px;
    bottom: 10px;
}

#footer-right a {
    text-decoration: underline;
    color: white;
}

#push {
    height: 139px;
}

hr {
    border: 0;
    border-top: 1px solid #E5E5E5;
}

ul.ferienkurse {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
