/*  Typo
----------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
    color: #d8481d;
}

a:active { 
    text-decoration: underline;
}

a:hover {
    text-decoration:none;
}

/*  Layout
----------------------------------------------- */

html {
    overflow-y: scroll;
    background: url(https://u.jimcdn.com/cms/o/s1bbcaa5fa8b91cdd/userlayout/img/hintergrundbild-karin-fischer-foto-9614-red.jpg?t=1696429379) fixed;
    min-height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

body {
    background: url(https://u.jimcdn.com/cms/o/s1bbcaa5fa8b91cdd/userlayout/img/gospelchor-neuenkirchen-background.png?t=1394717745) repeat-x;
    padding: 0;
    margin: 0;
}

#container {
    margin: 0 auto;
    width: 980px;
    margin-bottom: 50em;
}

#top-header {
    padding: 60px 0 0 0;
    margin: 0;
    text-align: right;
    vertical-align: top;
    color: #fff;
}

#top-header a, a:visited {
    color: #fff;
    text-decoration: none;
}

#top-header a:current {
    text-decoration: underline;
}

#header {
    background: url(https://u.jimcdn.com/cms/o/s1bbcaa5fa8b91cdd/userlayout/img/header-gospelchor-neuenkirchen.png?t=1394699890) no-repeat #000;
    padding: 0;
    margin: 10px 0 20px 0;
    height: 225px;
    text-align: right;
    vertical-align: top;
}

#header h1, #header a {
    padding:0;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
}

#header a:hover { 
    text-decoration:none;
}

#navigation {
    width: 210px;
    padding: 20px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

#left {
   float: left;
}

#sidebar
{
    margin: 20px 0 0 0;
    background-color: #fff;
    width: 210px;
    padding: 20px;
}

#content {
    float: right;
    width: 670px;
    padding: 20px;
    margin: 0 0 10px 0;
    background-color: #fff;
}

#footer {
    clear:both;
    margin: 0 0 0 0;
    height:50px;
    color: white;
    font: 13px/140% "Droid Sans",sans-serif;
}

#footer .gutter {
    height:30px;
    padding: 0;
    color: white;
    font: 13px/140% "Droid Sans",sans-serif;
}

#footer a {
    color: white;
    font: 13px/140% "Droid Sans",sans-serif;
}

div.rightrow {
    float: left !important;
    text-align: left !important;
    color: white;
}

div.leftrow{
    float: right !important;
    text-align: right !important;
    color: white;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;
}


ul.mainNav1 li a, ul.mainNav2 li a {
    text-decoration: none;
    display: block;
    border-bottom:1px solid #CCC;
    color: #000;
}

ul.mainNav1 li a { padding:6px 4px 6px 6px; }
ul.mainNav2 li a { padding:6px 4px 6px 16px; }
ul.mainNav3 li a { padding:6px 4px 6px 26px; }


ul.mainNav1 a:hover {
    background:#cc3728;
    color: #fff;
}

ul.mainNav1 a.current { 
    background:#d8481d;
    color: #fff;
    font-weight: normal;
}