@CHARSET "UTF-8";

/* ### OJ PROGRES CSS ### */

*                   { } 
h1                  { margin-top: 0; }

/* ### LINKS ### */
a                               { text-decoration: none; }
a:hover                         { text-decoration: underline; }
p a                             { text-decoration: underline; }
p.fb a, p.more a                { text-decoration: none; }
p.fb a:hover, p.more a:hover    { text-decoration: underline; }


/* ### MENUS ### */
#menu_top { 
    position: absolute; 
    top: 10px;
    right: 0px; 
    -moz-border-radius: .62em;
    -webkit-border-radius: .62em;
    border-radius: .62em .62em .62em .62em; /* all corners for IE */
}


#menu_bottom h6 { 
    float: left; 
    margin: 0;
    padding: 0;
}

#menu_top ul, #menu_bottom ul { 
    list-style-type: none;
    margin: 0; 
}
#menu_top ul { 
    padding: .62em .31em; 
}
#menu_bottom ul { 
    padding: 0 .31em; 
}
#menu_top li, #menu_bottom li { 
    float: left;
    padding: 0 1em; 
    border-right: 1px solid #fff; 
}
#menu_top li.last, #menu_bottom li.last { 
    border-right: none; 
}

#menu_left ul {
/*    list-style-image: url('../images/bullet_menu_left.jpg'); */
    list-style-type: none;
    padding-left: 0;
}

#menu_left li {
    background: url('../images/bullet_menu_left.jpg') 0 50% no-repeat;
    padding: .62em .62em .62em 1.24em;
    border-top: 1px solid #ccc;
}

#menu_left li.last {
    border-bottom: 1px solid #ccc;
}

li.clear { 
    clear: both;
    float: none !important; 
    visibility: hidden; 
} /* common - this is my way for UL height */

/* ### BODY ### */
body                { background: url('../images/bg_body.png') repeat-x; }
#header             { background: url('../images/bg_header.png') top center no-repeat;  }
#footer-container   { background: url('../images/bg_footer.png') bottom center repeat-x; }

#logo { 
    width: 191px; 
    background: url('../images/shadow_logo.png') bottom center no-repeat; 
    text-align: center; 
    margin-left: 10px;
    position: relative;
    z-index: 2; /* banner has z-index: 1; (behind the logo) */
}
#logo img { 
    margin: 0 auto 8px; 
    border: 1px solid #fff;
    border-top: none;
}

#fb { 
    position: absolute; 
    bottom: 50px; 
    right: 0px; 
}
#fb img { 
    vertical-align: middle; 
}

#breadcrumb     {
    padding: 0 8px;
}
#breadcrumb h6  { 
    float: left;
    margin: 0 1em 0 0;
}

/* ### CONTAINER ### */
#container-shadow-left {
    margin-left: -8px;
    padding-left: 8px;
    background: url('../images/shadow_page.png') top left repeat-y; 
}

#container-shadow-right {
    margin-right: -8px;
    padding-right: 8px;
    background: url('../images/shadow_page.png') top right repeat-y; 
}

#banner-shadow-left {
    margin-left: -20px;
    padding-left: 20px;
    background: url('../images/shadow_banner_left.png') top left no-repeat; 
}

#banner-shadow-right {
    margin-right: -20px;
    padding-right: 20px;
    background: url('../images/shadow_banner_right.png') top right no-repeat; 
}

#banner     { 
    margin-top: -60px; 
    text-align: center; 
}

#banner > img { 
    margin: 8px auto 0; /* auto = 8px left &right */
} 

#banner .slideshow { 
    margin: 8px auto 0; /* auto = 8px left &right */
    position: relative;
    z-index: 1; /* logo has z-index: 2; */
} 

#container { 
    overflow: hidden; 
    padding-top: 8px;
}

#container .column {
    padding-bottom: 999em;
    margin-bottom: -999em;
}

.column .inside {
    padding: 4px 24px 8px;
}    

#left { 
    box-shadow: 2px 20px 5px #dddddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction='150',strength='5');
}

.mod_newsmenu li.year > ul {
    list-style-type: none;
}

.mod_newslist h2 { 
    margin: 0 0 .07em; 
}

.mod_newslist p.info, 
.mod_newslist p.more, 
.mod_newsarchive p.more {
    margin: 0; 
}
.mod_newslist p.teaser,
.mod_newsarchive p.teaser { 
    margin: .46em 0; 
}

.mod_newslist p.more,
.mod_newsarchive p.more { 
    text-align: right;
}
.mod_newslist > div,
.mod_newsarchive > div {
    padding: .85em 0; 
    border-bottom: 1px solid #ccc;
}

.mod_newslist > div.first {
    padding-top: 0; 
}

.mod_newsreader h1 { 
    margin-bottom: 0; 
}

.mod_newsarchive h2 { 
    margin-bottom: 0; 
}

.ce_gallery td {
    padding: 8px; 
}

.ce_gallery img {
    border: 5px #eeeeee solid; 
    box-shadow: 5px 5px 5px #dddddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction='150',strength='5');
}

p.info { 
    margin: 0;
}

.greybox {
    background: url('../images/shadow_greybox.png') top right repeat-y;
    padding: 0 1em; 

    -moz-border-radius: .62em;
    -webkit-border-radius: .62em;
    border-radius: .62em .62em .62em .62em; /* all corners for IE */
}

.telefon { margin: .31em 0;}

.link_newsarchive_fp {
    padding: 1em 0;
}

.pagination > p { float: left; }

.pagination ul {
    list-style-type: none; 
    float: right; 
}
.pagination li {
    float: left; 
    padding: 0 .62em;
}

#footer .inside {
    padding: 8px;
    min-height: 80px;
}

#footer-container {
    min-height: 80px;
    text-align: center;
}

#footer {
    width: 890px;
    margin: 0 auto;
    text-align: left;
}

#copyright {
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: right;
}
#bottomtext {
    position: absolute;
    bottom: 8px;
    left: 8px;    
}


