header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
* {
    margin:0;
    padding:0;
}
body {
    background-color:#005DC5;
    font:14px "Trebuchet MS",Arial,sans-serif;
    color:#000;
}
a {
    color:#222;
}
a:hover {
    color:#444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom:10px;
    font-weight:normal;
    color:#800000;
}
h1 {
    font-size:24px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:20px;
}
h4,
h5,
h6 {
    font-size:18px;
}
li {
    margin-left:20px;
}
p {
    margin-top:5px;
    margin-bottom:10px;
}
p.error {
    font-size:11px;
    color:#b00a0e;
}
label {
    display:block;
    margin-top:10px;
}
input.captcha,
input.text {
    width:300px;
    height:15px;
    padding:3px;
    background-color:#ffd847;
    border:1px solid #900000;
}
input.captcha {
    width:150px;
}
input.submit {
    margin-top:10px;
    padding:5px;
    background-color:#900000;
    border:0px;
    color:#fff;
}
textarea {
    width:305px;
    height:150px;
    background-color:#ffd847;
    border:1px solid #900000;
}
.block {
    overflow:visible;
    margin-bottom:10px;
}
.image_container {
    margin-right:10px;
}
.mod_search input.text {
    height:25px;
}
.mod_search .odd,
.mod_search .even {
    margin-top:10px;
    border-bottom:1px solid #900000;
}
.mod_search .last {
    border:0px;
}
#wrapper {
    margin-top:50px;
    margin-bottom:50px;
    background-color:#ffd452;
    background:-moz-linear-gradient(top,#ffdf80,#ffd040);
    background:-webkit-linear-gradient(top,#ffdf80,#ffd040);
    background:-o-linear-gradient(top,#ffdf80,#ffd040);
    background:-ms-linear-gradient(top,#ffdf80,#ffd040);
    background:linear-gradient(to bottom,#ffdf80,#ffd040);
    -pie-background:linear-gradient(top,#ffdf80,#ffd040);
    -webkit-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}
#header .inside {
    margin-left:60px;
}
#left .inside {
    margin-left:10px;
}
#right .inside {
    margin-right:10px;
}
#navigation {
    font-size:16px;
    color:#900000;
}
#navigation .top {
    width:210px;
    height:80px;
    background-image:url("../../files/layout/navigation_top.png");
    background-repeat:no-repeat;
}
#navigation .middle {
    width:210px;
    padding-right:35px;
    padding-bottom:20px;
    padding-left:10px;
    background-image:url("../../files/layout/navigation_middle.png");
    background-repeat:repeat-y;
}
#navigation .bottom {
    width:210px;
    height:60px;
    background-image:url("../../files/layout/navigation_bottom.png");
    background-repeat:no-repeat;
}
#navigation li {
    clear:left;
    margin-left:0;
    line-height:100%;
    list-style-type:none;
}
#navigation li ul {
    margin-left:15px;
}
#navigation li a,
#navigation li strong {
    width:100px;
    float:left;
    margin-top:10px;
    padding-left:30px;
    text-decoration:none;
    color:#900000;
}
#navigation li a:hover,
#navigation li strong.active,
#navigation li a.trail,
#navigation li strong.forward {
    font-weight:bold;
}
#navigation li strong.active,
#navigation li a.trail,
#navigation li strong.forward {
    background-image:url("../../files/layout/arrow.png");
    background-position:left center;
    background-repeat:no-repeat;
}
#main .inside {
    margin-right:20px;
    margin-left:20px;
    font-size:18px;
}
#main li,
p {
    text-align:justify;
    line-height:130%;
}
#search {
    height:65px;
    padding-top:65px;
    padding-left:45px;
    background-image:url("../../files/layout/search.png");
    background-repeat:no-repeat;
}
#search input {
    width:100px;
}
#events {
    height:230px;
    margin-top:30px;
    padding-top:80px;
    padding-right:20px;
    padding-left:35px;
    background-image:url("../../files/layout/events.png");
    font-size:12px;
}
#news {
    height:230px;
    margin-top:30px;
    padding:80px 20px 30px 35px;
    background-image:url("../../files/layout/aktivitaeten.png");
    background-repeat:no-repeat;
    font-size:12px;
}
#events a,
#news a {
    text-decoration:none;
}
#events a:hover,
#news a:hover {
    text-decoration:underline;
}
#events .date,
#news time {
    display:block;
    font-weight:bold;
}
#events .layout_upcoming,
#news .layout_simple {
    margin-bottom:10px;
}
#footer .inside {
    margin-top:10px;
    padding-top:3px;
    text-align:center;
    background-image:url("../../files/layout/footer.png");
    background-position:center top;
    background-repeat:no-repeat;
    font-size:12px;
    color:#333;
}
#footer p {
    text-align:center;
}

