 
/*
 * Styles asyl.net RBK  2015 PRINT
*/


#nav, #mobilMenu, #mobilMenuListe, .csc-firstHeader,.news-single-backlink, #breadcrumb {display:none;}


.loingDescription,
.subheader,
.publicFile,
.news-single-additional-info,
.news-single-files {
  display:none;
}

.sf-menu, .sf-menu * {
   display: none;
}


.print {display:none;}

/*** rbk_anwendung ***/
ul.f3-widget-paginator li {
   display: none;
}

input.inactive {
  background: #aaaaaa;
}

div.rbkinfo textarea {
  width: 90%;
}

div.rbkinfo textarea:nth-of-type(1) {
  height: 150px;
}

div.rbkinfo textarea:nth-of-type(2) {
  height: 350px;
}


.page_count {
    display: none;
}


.page_count ul {
   
}
.page_count li {
  display: inline-block;
}


.page_count li a {
    border: 1px dotted #999999;
    color: #b00015;
    display: block;
    line-height: 1.25rem;
    padding: 0 0.3125rem;
}

.page_count li .current {
    border: medium none;
    color: #333333;
}

.simple_search {
  display: none;
}
  


.searchWord,
.datefrom {
  width: 95%;
  font-size: 82%;
  margin: 0;
}

.category,
.dateto,
.senderSearch {
  width: 100%;
  font-size: 82%;
  margin: 0;
}


select.category,
div.searchWord input,
div.senderSearch input,
div.datefrom .hasDatepicker,
div.dateto .hasDatepicker{
   width: 95%;
   font-size: 100%;
   margin: 0;
  border: 1px solid #999;
}

/** datepicker groesse **/

.ui-widget {
    font-size: 0.813em !important;
}


/************************* flexible boxes *********************/

#hnav {
    display: none;
}



  #main > aside, sec2 > aside {
  display: none;
}

 
  header { display:none;
 /*  display: block;
   margin: 4px;
   padding: 5px;
   min-height: 50px;
  */
   }

  
 footer {
  display: block;
  margin:0;
  min-height: 50px;
  background-color: #C7CCDF;
  padding:0 5px;
  line-height: 1em;
}
 
 img {
    height: auto !important;
    max-width: 100% !important;
}


/*** Ansichten list, detail, search ***/


.cat {background-color: #bdd2ff; padding: 2px 3px; margin-right: 5px;}



/*
 * **********************************************************************************
 * Global Styles
 * **********************************************************************************
 */

.hide                       { display: none; }
.invisible                  { visibility: hidden; }

.left                       { float: left; }
.right                      { float: right; }
.center                     { text-align:center; }
.left-align                 { text-align:left; }
.right-align                { text-align:right; }
.error                      { color: #990000; }

.clearfix:after             { clear: both; content: ".";  display: block; height: 0; visibility: hidden; }
.clearfix                   { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix            { height: 1%; }
.clearfix                   { display: block; }
/* End hide from IE-mac */


/*
 * **********************************************************************************
 * Typographic Styles
 * **********************************************************************************
 */

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;

    line-height: 1.4em;
    font-weight: normal;
    color: #222;
}

ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
    /* opacity: 0.8; */
}

h1, h2, h3,
h4, h5, h6                  { margin: 0; font-weight: bold; color: #13a;}

h1                          { font-size: 130%0%; font-weight:normal; line-height: 1.5em; padding-top: 14px; padding-bottom: 14px; }
h2                          { font-size: 120%; font-weight:normal; line-height: 1.25em; padding-top: 9px; padding-bottom: 9px; }
h3                          { font-size: 115%; line-height: 1.25em; padding-top: 8px; padding-bottom: 6px; }
h4                          { font-size: 110%; line-height: 1.4em; padding-top: 8px; padding-bottom: 6px; }
h5                          { font-size: 105%; line-height: 1.25em; padding-top: 8px; padding-bottom: 6px; }
h6                          { font-size: 100%; line-height: 1.4em; padding-top: 8px; padding-bottom: 6px; }
h1.csc-firstHeader,
h2.csc-firstHeader          { padding-top:2px; line-height:100%; }


#content-right, #content-aside { line-height: 1.4em; }
display: none;
}
div.aside-item {
  border: 2px solid #e7eefc;
  margin-bottom: 30px;
}

div.aside-item h1 {
    background: none repeat scroll 0 0 #e7eefc;
    color: #13a;
    font-size: 150%;
    padding: 10px;
}


div.aside-item p, div.tx-felogin-pi1 {
  margin: 10px;
}



DIV.csc-textpic IMG {
    border: medium none;
}

a                           { color: #13a; text-decoration: none; }
a:hover,
a:focus                     { text-decoration:underline; color: #ff0000; }

#main > article a     { }


em                          { font-style: italic; }
p                           { margin: 2px 0 9px 0; }
.small,
small                       { font-size: 80%; }
strong                      { font-weight: bold; }

ul, ol                      { margin-top: 18px; margin-bottom: 18px; padding-left: 16px; list-style-position: outside; list-style-type: disc; }
ol                          { list-style-type: decimal; padding-left: 17px; }
ul li ul,
ol li ol                    { margin-top: 2px; margin-bottom:4px; }

dl                          { margin-top: 18px; margin-bottom: 18px; }
dl dt                       { font-weight: bold; }

blockquote                  { border-left: 1px solid #666; margin-top: 18px; margin-bottom: 18px; padding-left: 17px; font-style: italic; }
blockquote *                { color: #666; }

/*
textarea                    { resize: none; } / * Prevents that little handle from showing up in Safari. * /
*/
sup                         { font-size: 70%; vertical-align: super; }

hr          { border-top:0; border-bottom:1px solid #C7CEE0; border-left:0; border-right:0; padding:0; margin:10px 0 10px 0; height:1px; }


.kleinere_schrift { font-size:85%; }
.error            { color:#999999;font-weight:bold;padding-top:6px;padding-bottom:6px; }
.success          { color:#007500;font-weight:bold;padding-top:6px;padding-bottom:6px; }

li.feeds { background: transparent url("../img/rss.gif") left top no-repeat; padding-left:32px; list-style-type:none; }


/*
 * **********************************************************************************
 * Form Styles
 * **********************************************************************************
 */

fieldset                    {border: none;}
legend                      {display: none;}
label                       {}

form                        {}
input                       {margin-top: 5px; font-size: 90%;}
input.search                { background:url("../images/icon_search.gif") right 1px no-repeat #fff; }
input.text                  {}
input.radio                 {}
input.checkbox              {}
input.button                {}
input.submit                {cursor:pointer;}
textarea                    {}
select                      {}


input.tx-indexedsearch-searchbox-sword.sword {margin: 0.75em;}

/*
 * **********************************************************************************
 * Layout Styles
 * **********************************************************************************
 */


body                        { text-align:left; /*background: url("../img/bg_gradient.gif") repeat-x scroll 50% top #ffffff; */ background-color:#C7CCDF; }


.fixed-width                { width:980px; margin:0 auto; text-align:left; }
.last-changed               { color:#666; padding-top:20px; font-size:90%; }

#page-wrapper               { background-color:#fff; }
#page                       { background-color: #ffffff; box-shadow:#ffffff; margin: 40px 20px 20px 0px; }


 
#header-wrapper             { font-size:80%; }
#header                     {}


#logo-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  max-width: 25%;
   }
#logo                       { padding: 30px 0 10px 0; }
#logo a                     { background:none; }

nav {height:41px; background-color:#bdd2ff; }

#breadcrumb {text-align:left; font-size: 85%; margin-left: 3.5%;}
div#breadcrumb ul  {
    list-style: none;
    padding-left: 1px;
       }

div#breadcrumb ul li:before {
    content: "\00BB \0020";
       }

div#breadcrumb ul li a {
    text-decoration:none;
       }
div#breadcrumb ul li a:hover {
    text-decoration:underline;
       }


#content-wrapper            { padding:15px 0 0 0; }
#content                    {}



/* Styles Folgeseiten content-left wird zu content-aside*/

#content-aside-wrapper       { float:left; max-width:24%; }
#content-aside               { padding:0 0px 0px 0px; margin:0; }

#content-main-wrapper       { float:right; max-width:730px; }

#content-center              { padding:1em;margin:0; font-size:94%;  background-color:#f0f3fb; }

#content-center ul.csc-menu.csc-menu-1 {
  padding: 0;
}

#content-center ul.csc-menu.csc-menu-1 li {
  list-style: none;
  padding: 5px 0;
}
#content-center ul.csc-menu.csc-menu-1 li a, span.link_int a {
  background: transparent url(../img/icon_recht.gif) no-repeat 0 0.2em;
  padding-left: 17px;
  display: block;
}

#content-center .csc-sitemap ul li ul,
#content-center .csc-sitemap ol li ol { padding-left:25px; }





#footer {
    color: #2a9828;
    display: block;
    margin: 2%;
    padding: 1% 0;
    width: 96%;
}

.footer-content {
    margin: 0;
    padding: 1% 0;
    font-size: 80%;

}


/*
 * Bildunterschrift
 */
dd.csc-textpic-caption { padding:5px 0 10px 0; font-size:90%; line-height:1.2;  }


/*
 * Bildrahmen
 */

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img  {
 border:1px solid #c7cee0;
 
}





.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu,
.news-list-attribute {
    font-size: 10px;
}

.news-list-container { padding-top:4px; line-height:120%; }
#main > article .news-list-container p { line-height:120%; }
.news-list-container .news-list-item { }
.news-list-container .news-list-item .news-list-date { font-weight:normal; color:#333; font-size: 90%; margin-top: 10px; }
.news-list-container .news-list-item .news-list-event-date { font-weight:bold; color:#000; font-size:90%; }


.news-list-container  hr.clearer { clear:both; border-top:0; border-bottom:1px solid #C7CEE0; border-left:0; border-right:0; padding:0; margin:10px 0 5px 0; height:1px; }


div.news-single-item h3 {
  font-size: 130%;
  font-weight: normal;
}



/*
 * Hide link icons
 */

a.internal-link img,
a.internal-link-new-window img,
a.external-link img,
a.external-link-new-window img,
a.download img,
a.mail img         { display:none; }
 

#header-wrapper             { position:relative;z-index:40; }
#mainmenu-wrapper           { position:relative;z-index:30; }

/*  
 *  EXT asyl-cat-selector
 *   
 */
 
.cat-selector-wrapper { /*background:#fff url(../img/cat_selector_bottom.gif) no-repeat left bottom;*/ margin-bottom:1%; padding:10px; font-size:100%;width:100%; }
.cat-selector-wrapper .cat-selector-label { color:#7F89B5; }
.cat-selector-wrapper tr td {padding:10px;}
.cat-selector-wrapper .cat-selector-select { background-color:#dadfeb; /* background:transparent url("../img/cat_selector_top.gif") top left no-repeat; */}
.cat-selector-wrapper .cat-selector { margin-left:20px; }
.cat-selector-wrapper .cat-country { background-color:#FFFFFF; }
.cat-selector-wrapper .cat-country-image { width:110px; border-right:1px solid #C7CEE0; }
.cat-selector-wrapper .cat-country-text { vertical-align:top; }
.cat-selector-wrapper .cat-country-text .cat-big-font { font-size:170%; }
.cat-selector-wrapper .cat-country-text .cat-small-font { font-size:72%; padding-left:20px; background:transparent url("../img/icon_select_fullorange.gif") center left no-repeat; }
 
 
 


/* CSS Document */
