/*
 * the main Stylesheet
 *
 *
 */
* {
    margin: 0;
    padding: 0;
}
html {
    background-image: url("../image/bg.png");
    background-position: center;
    background-repeat: repeat;
}

body {
    color: #212121;
    font-family: "Trebuchet MS";
    margin: 0;
    font-size: 13px;
}
#page-body ul {
    padding: 0;
   margin: 0px 10px;
}
#page-body li{
    margin: 10px 0;
    line-height: 25px;
}

p {
    margin-bottom: 15px;
    line-height: 25px;
}


h1, h2, h3, h4 {
    color: #c90330;
    font-family: "times new roman";
}
h1 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 100;
}
h2 {
    margin: 0;

    margin-bottom: 7px;
    color: #c90330;
}

.title {
    margin-top: 30px;
    margin-left: 80px;
    height: 120px;
    display: block;
}
.note {
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    margin-top: -14px;
}
#main-wrapper {
    background: #fffaf4;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#page-head {
    width: 100%;
    height: auto;
}

#logo {
    display: block;
    height: 102px;
}

.head-logo {
    padding-right: 78px;
    float: right;
    margin-top: 30px;
    margin-bottom: 25px;
    height: auto;
}

.head-wide-image {
    width: 100%;
    height: 310px;
}

.indeximg {
    background-image: url("../image/header_startseite.jpg");
    background-repeat: no-repeat;
}
.herausfoerderungimg {
    background-image: url("../image/header_herausforderung.jpg");
    background-repeat: no-repeat;
}
.meinbeitrag {
    background-image: url("../image/header_mein-beitrag.jpg");
    background-repeat: no-repeat;
}
.projektmanagen {
    background-image: url("../image/header_projekt-managen.jpg");
    background-repeat: no-repeat;
}
.kontakt {
    background-image: url("../image/header_kontakt.jpg");
    background-repeat: no-repeat;
}
#head-menu {
    font-family: "times new roman";
    background-image: url("../image/menu_bg.png");
    background-repeat: repeat-x;
}
#menulist {
    padding-top: 15px;
    height: 45px;
    padding-left: 80px;
}
#menulist li {
    text-decoration: none;
    list-style: none;
    color: #60615f;
    display: inline-block;
	margin-bottom: 20px;
}
#menulist li a {
    text-decoration: none;
    color: #60615f;
}
.active {
    color: #000 !important;
}
.underlinelink {
   /*content: "...";*/
    color: #000 !important;
    text-decoration: underline;
}
.menu-item {
    font-size: 17px;
}
.reddot img {
    width: 3px;
    height: 3px;
}
.menu-item:not(:first-child) {
    background-image: url("../image/reddot.png");
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 14px;
}
.menu-item {
    padding-right: 9px;
    list-style: none;
    margin-bottom: 20px;

}
#page-body {
    display: inline-block;
    width: 100%;
}

#page-body-left {
    display: inline-block;
    width: 505px;
    padding-left: 80px;
    float: left;
}
#page-body-left img {
    margin-top: 20px;
    width: 100%;
}
#page-body-left ul {

}
#page-body-left li {
    list-style: none;
    margin-bottom: 20px;
    background-image: url("../image/liststrich.png");
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 10px;
}

#page-body-left img {
    margin-bottom: 55px;
}
.lefttside_header{
    margin-top:0 !important;
}
#page-body-left h2 {
    margin-top: 10px;
}
#page-body-right {

    display: inline-block;
    width: 260px;
    float: right;
    padding-right: 80px;
}

.rightside_header {
    font-family: "times new roman";
    color: #c90330;
    font-size: 18px;
    margin-bottom: 20px;
}
#page-body-right img {

    width: 100%;
}
.sidebarimg{
    margin-top:20px;
}
#page-body-right ul {

    padding-left: 22px;
}
#page-body-right li {
    list-style-image: url("../image/pfeil.png");
    margin-bottom: 20px;
}
.rightside-text {
    margin-bottom: 50px;
    width: 100%;
}
.rightside-text:last-child {
    margin-bottom: 0;
    width: 100%;
}

#page-footer {
    color: #60615f;
    display: block;
    font-size: 11px;
    text-align: right;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 40px;
}
#footer-text {
    padding-top: 5px;
    padding-bottom: 50px;
    border-top: 1px solid #c90330;
    width: 100%;
}
#footer-text a {
    color: #60615f;
    text-decoration: none;
}
#footer-text a:visited {
    color: #60615f;
    text-decoration: none;
}
#footer-text span{
    vertical-align: super;
    color: #c90330;
    padding-right:3px;
}

.copyrightpoint{
    background-image: url("../image/punkt.png");
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 5px;
}
/*flyer*/
.flyer table {
    padding: 0;
    margin: 0;
    font-size: 13px;

}
.flyer table img {
    width: 95px !important;
    height: 134px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    margin: 0 !important;
}

.subredtitle {
    font-family: "times new roman";
    color: #c90330;
    font-size: 14px;
}

.td_space {
    padding-left: 10px !important;
}
.flyer table td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.redtext{color: #c90330;}
