@charset "UTF-8";
/**
  * ALL IN 4 KIDS Website
  * 
  * Provides classes and styles for the website
  * 
  * @category        screen
  *
  * @author          Stefan Heckler <sh@dietaikonauten.com>
  * @copyright       Copyright (c) 2010 Stefan Heckler <http://www.dietaikonauten.com>
  * @version         $Id: screen.css 12 2010-03-03 14:13:43Z sh $
  */
 
/*
 * font settings
 */
html, body {height: 100%;}
body {
    background: #fff url(../img/body_bg.jpg) repeat top left;
    text-align: center;
    line-height: 16px;
}

body,
textarea,
input,
select {
    color: #505050;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;

}

a {
   color: #49a9c9; 
   text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}


.wrapper {
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    width: 970px;
}

/**
 * @section general
 * 
 * Common classes for general use on subsites
 */
.button-more {
    background: #323232;
    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    text-decoration: none;
}

.maincol {
    padding-bottom: 30px;
}

/**
 * @section header
 * 
 * Styles for Header
 */
.header {
    background: url(../img/header_bg.png) no-repeat bottom left;
    height: 251px;
    padding: 21px 0 0 5px;
    width: 965px;
}

.header-image {
    background: url(../img/header/home.jpg) no-repeat 0 0;
    display: block;
    height: 251px;
    text-indent: -9999px;
    overflow: hidden;
    width: 956px;
}

.header-contact .header-image { background-image: url(../img/header/contact.jpg); }
.header-about .header-image { background-image: url(../img/header/press.jpg); }
.header-supporter .header-image { background-image: url(../img/header/supporter.jpg); }
.header-events .header-image { background-image: url(../img/header/events.jpg); }
.header-projects .header-image { background-image: url(../img/header/projects.jpg); }
.header-press .header-image { background-image: url(../img/header/about.jpg); }


/**
 * @section navigation
 * 
 * Styles for navigation and language selection
 */
.navigation-wrapper {
    background: url(../img/navigation_bg.png) no-repeat 0 0;
    height: 82px;
    padding: 0px 0 0 4px;
    width: 966px;
}

.navigation li,
.navigation li .level0 {
    display: block;
    float: left;
    position: relative;
    overflow: visible;
}

.navigation li .level0 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    line-height: 40px;
    padding: 0 13px;
    position: relative;
    text-decoration: none;
}

.navigation li .level0:hover,
.navigation li.active .level0 {
    background-color: rgba(173, 0, 0, 0.6);
}

.navigation li .first {
    height: 41px;
    line-height: 36px;
    top: 2px;
}

.navigation li .second,
.navigation li .third {
    height: 42px;
    line-height: 38px;
    top: 1px;
}

.navigation li ul {
    background: url(../img/navigation_sub_bg.gif) repeat-x 0 0;
    display: none;
    height: 26px;
    position: absolute;
    top: 43px;
    overflow: visible;
    width: 160px;
}

.navigation li.active ul {
    display: block;
}

.navigation li ul li,
.navigation li ul li a {
    display: block;
    float: left;
}

.navigation li ul li a {
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    padding: 0 9px;
    text-decoration: none;
}

/**
 * @section sidebar-projects
 * 
 * Styles for the projects sidebar
 */
.sidebar-projects {
    float: left;
    margin-right: 25px;
    width: 200px;
}

.sidebar-projects h2 {
    background-repeat: no-repeat;
    display: block;
    width: 200px;
    margin-bottom: 15px;
    text-indent: -9999px;
}

.sidebar-project {
    margin-bottom: 10px;
    padding-left: 4px;
}

.sidebar-project a img {
    margin-bottom: 4px;
}

.sidebar-projects h3,
.sidebar-projects h3 a {
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 200px;
}

.sidebar-projects .kambodscha .sidebar-project-thumb {
    margin-left: -4px;
}

.sidebar-projects .southafrica .sidebar-project-thumb {
    margin-left: -15px;
}

.sidebar-projects .brazil .sidebar-project-thumb {
    margin-left: -8px;
}


/**
 * @section sidebar-featured
 */
.sidebar-featured {
    float: right;
    padding-left: 5px;
    width: 190px;
}

.sidebar-featured .button-more {
    float: right;
}

.sidebar-featured-supporter {
    margin-bottom: 30px;
}

.sidebar-featured-supporter h3 {
    background-repeat: no-repeat;
    color: #f13b16;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 8px;
    text-indent: -9999px;
    width: 190px;
}

.sidebar-featured-supporter blockquote {
    color: #8c8c8c;
    font-size: 11px;
    font-style: italic;
    line-height: 17px;
    margin-bottom: 10px;
}

.sidebar-supporter-thumb {
    margin-left: -5px;
}

.sidebar-upcoming-events h3 {
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    margin-bottom: 20px;
    width: 190px;
}

.sidebar-upcoming-events h4 {
    color: #e53c33;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.sidebar-upcoming-events p {
    color: #8c8c8c;
    padding: 3px 0;
    margin-bottom: 12px;
}

/**
 * @section footer
 * 
 * Layout definitions for the footer
 */
.footer {
    background: url(../img/footer_bg.png) no-repeat 0 0;
    margin: 0 auto;
    height: 79px;
    margin-top: -79px;
    text-align: right;
    width: 962px;
}

.push {
    clear: both;
    height: 79px;
}

.footer p {
    line-height: 79px;
    padding-right: 30px;
}


/**
 * @section content
 * 
 * Styles for content area
 */
.content {
    float: left;
}

.content h1 {
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 24px;
    text-indent: -9999px;
    width: 100%;
}

.content-home {
    width: 518px;
}

.content-supporter {
    width: 518px;
}

.content-home p {
    line-height: 17px;
    text-align: justify;
    padding-top: 5px;
}

.content-home p img {
    float: left;
    margin-right: 20px;
    margin-top: -5px;
}


/**
 * @section supporter
 */
.content-supporter h1 {
    height: 66px;
    width: 100%;
}

.supporter-player-list {
    width: 527px;
}

.supporter-player-list li {
    display: block;
    float: left;
    height: 215px;
}

.supporter-player-list strong {
    color: #e83d2b;
    font-weight: bold;
    font-style: italic;
}

.supporter-player-list blockquote {
    color: #505050;
    font-style: italic;
    line-height: 15px;
}

.supporter-player-list li.row1 {
    margin-right: 9px;
    padding-left: 7px;
    width: 162px;
}

.supporter-player-list li.row1 img { margin-left: -7px; }

.supporter-player-list li.row2 {
    margin-right: 10px;
    padding-left: 5px;
    width: 163px;
}

.supporter-player-list li.row2 img { margin-left: -5px; }

.supporter-player-list li.row3 {
    padding-left: 9px;
    width: 162px;
}

.supporter-player-list li.row3 img { margin-left: -9px; }

.sidebar-supporter {
    float: right;
    width: 181px;
}

.sidebar-supporter h2 {
    background-repeat: no-repeat;
    display:block;
    text-indent: -9999px;
    width: 181px;
}

.sidebar-list {
    background: url(../img/sidebar_list_row.gif) no-repeat left top;
    padding-top: 2px;
}

.sidebar-list li,
.sidebar-list li a {
    display: block;
}

.sidebar-list li {
    background: url(../img/sidebar_list_row.gif) no-repeat left bottom;
}

.sidebar-list li a {
    color: #2d9dc1;
    padding: 5px 0 5px 1px;
    text-decoration: none;
}


.supporter-companies-list {
    width: 527px;
}

.supporter-companies-list li {
    display: block;
    float: left;
    height: 245px;
}

.supporter-companies-list strong {
    color: #323232;
    font-weight: bold;
}

.supporter-companies-list blockquote {
    color: #505050;
    font-style: italic;
    line-height: 15px;
}

.supporter-companies-list li.row1 {
    margin-right: 16px;
    padding-left: 12px;
    width: 242px;
}

.supporter-companies-list li.row1 img { margin-left: -12px; }

.supporter-companies-list li.row2 {
    padding-left: 5px;
    width: 250px;
}

.supporter-companies-list li.row2 img { margin-left: -5px; }


/**
 * @section about
 */
.content-about {
    width: 739px;
}

.content-about h1 {
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.content-about .welcome {
    line-height: 17px;
    padding-bottom: 30px;
}

.about-person {
    background: url(../img/spacer.gif) no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-person-second {
    background: none;
}

.about-person .portrait {
    float: left;
    margin-right: 20px;
}

.about-person-second .portrait {
    float: right;
    margin-right: 0;
}

.about-person .sandra-naujoks,
.about-person .markus-golser {
    background: url(../img/about/h_sandra_naujoks.png) no-repeat 0 0;
    display: block;
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 20px;
    width: 167px;
    position: relative;
    top: 20px;
    margin-bottom: 40px;
}

.about-person .markus-golser {
    background-image: url(../img/about/h_markus_golser.png);
    float: left;

}

.about-person p {
    display: block;
    float: left;
    width: 470px;
    line-height: 17px;
}


/**
 * @section press
 */
.content-press {
    width: 740px;
}

.press-article {
    background: url(../img/spacer.gif) no-repeat left bottom;
    padding: 40px 0;
}

.press-article-thumb {
    float: left;
    margin-right: 31px;
    margin-top: -10px;
}

.press-article .date {
    font-size: 14px;
    color: #939394;
}

.press-article h2,
.press-article h2 a {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
}

.press-article h2 {
    margin-bottom: 15px;
}

.press-article p {
    line-height: 17px;
    margin-bottom: 20px;
}

.press-article .button-more {
    float: right;
}


.sidebar-press {
    float: right;
    padding-top: 22px;
    padding-right: 5px;
    width: 181px;
}

.sidebar-press h2 {
    background: url(../img/de/h_sidebar_press.gif) no-repeat 0 0;
    display: block;
    height: 18px;
    text-indent: -9999px;
    margin-bottom: 15px;
    width: 110px;
}


/**
 * @section events
 */
.content-events {
    width: 739px;
}

.events-article {
    background: url(../img/spacer.gif) no-repeat left bottom;
    padding: 20px 0;
}

.events-article h2 {
    color: #323232;
    line-height: 21px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.events-article ul {
    margin-bottom: 15px;
}

.events-article li {
    line-height: 17px;
}

.events-article p {
    line-height: 17px;
    margin-bottom: 15px;
}

.events-article h4 {
    font-weight: bold;
    margin-bottom: 10px;
}


.events-article table {
    margin-bottom: 15px;
}

.events-article table th {
    font-weight: bold;
    line-height: 17px;
    padding-right: 8px;
}

.events-supporter-list li {
    display: block;
    float: left;
    margin-right: 10px;
    width: 170px;
}

.events-supporter-list li strong {
    color: #e83d2b;
    padding-left: 10px;
}

/**
 * @section contact
 */
.content-contact {
    color: #323232;
    position: relative;
    width: 100%;
}

.content-contact h1 {
    height: 34px;
    width: 100%;
}

.content-contact p {
    line-height: 17px;
    margin-bottom: 15px;
}

.contact-info {
    float: left;
}


.contact-info h4 {
    color: #E53C33;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.contact-table {
    margin-bottom: 20px;
}

.contact-table th {
    font-weight: bold;
}

.contact-form {
    background: url(../img/contact/form_bg.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 393px;
    width: 595px;
    position: relative;
}

.contact-form .name {
    border: 0;
    background: url(../img/contact/input_name_bg.gif) no-repeat 0 0;
    height: 26px;
    padding: 5px 13px;
    position: absolute;
    left: 33px;
    top: 45px;
    width: 235px;
}

.contact-form .email {
    border: 0;
    background: url(../img/contact/input_email_bg.gif) no-repeat 0 0;
    height: 26px;
    padding: 5px 13px;
    position: absolute;
    top: 45px;
    right: 31px;
    width: 235px;
}

.contact-form .subject {
    border: 0;
    background: url(../img/contact/input_subject_bg.gif) no-repeat 0 0;
    height: 26px;
    padding: 5px 13px;
    position: absolute;
    top: 85px;
    left: 33px;
    width: 506px;
}

.contact-form .message {
    border: 0;
    background: url(../img/contact/input_text_bg.gif) no-repeat 0 0;
    height: 153px;
    padding: 10px 13px;
    position: absolute;
    top: 126px;
    left: 33px;
    width: 506px;
}

.contact-form .error {
    color: #ff0000;
}

.contact-form .submit {
    background: #272727;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 31px;
    padding: 3px 10px;
    bottom: 59px;
}


/**
 * @section projects
 */
.content-projects,
.content-projects-view {
    width: 740px;
}

.content-projects h1 {
    width: 100%;
}

.content-projects .welcome {
    background: url(../img/spacer.gif) no-repeat left bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.content-projects .welcome p img {
    float: left;
    margin-right: 15px;
    margin-top: -25px;
}

.content-projects .welcome p {
    text-align: justify;
    line-height: 17px;
    padding-top: 25px;
}

.content-projects-list li {
    float: left;
    display: block;
    width: 245px;
}

.content-projects-list .button-more {
    float: right;
    margin-right: 20px;
}

.content-projects-list h3 {
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-indent: -9999px;
    height: 30px;
}

.content-projects-list p {
    padding-right: 20px;
    text-align: justify;
    margin-bottom: 20px;
}

.content-projects-list li.kambodscha {
    margin-right: 3px;
    margin-left: -2px;
    width: 243px;
}

.content-projects-list li.southafrica {
    margin-right: 6px;
    width: 245px;
}

.content-projects-list li.brazil {
    width: 244px;
}

.content-projects-view .welcome {
    background: url(../img/spacer.gif) no-repeat left bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.content-projects-view p {
    padding-top: 15px;
    line-height: 17px;
}

.content-projects-view p img {
    float: left;
    margin-top: -15px;
    margin-right: 30px;
}

.content-projects-detail-text {
    float: left;
    height: 170px;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    width: 315px;
}


/**
 * @section content-imprint
 */

 .content-imprint h1 {
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 10px;
 }
 
 .content-imprint p {
     margin-bottom: 10px;
 }

