body {
    text-align: center; /* IE5: #master centering */
    background-color: #E7EAF3;
}



form input, form textarea {
    padding: 0.05em 0.1em;
    font-size: 0.95em;
    margin-bottom: 1em;
}
#master form input, form textarea {
    border: 1px solid silver;
}
form.bw-form input:focus, form textarea:focus {
    border-color: #9999CC;
}
form label {
    display: block;
}

/* Seitenstruktur */

#buergerwelle_header, #english_header {
    display: block;
    height: 135px;
    width: 100%;
    background-color: #1d39a2;
    overflow: hidden;
}
#buergerwelle_header {
    background: url("/assets/images/cms/header-buergerwelle.jpg") no-repeat;
}
#english_header {
    background: url("/assets/images/cms/header-english.jpg") no-repeat;
}
#buergerwelle_header #welt {
    position: absolute;
    right: 5%;
    background: url("/assets/images/cms/welt_buergerwelle.gif") no-repeat;    
}
#logo {
    float: left;
}
#welt {
  position: relative;
  float: right;
  top: 20px;
}
#controls-bg {
    position: absolute;
    top: 135px;
    width: 100%;
    height: 44px;
    background: url("/assets/images/cms/head.gif") repeat-x scroll left top transparent;    
}
#master {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 50em;
    padding-bottom: 1.2em;
    text-align: left;  /* IE 5 */
    background-color: white;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    box-shadow: 0 0 30px gray;
    -moz-box-shadow: 0 0 30px gray;
    behavior: url("assets/css/ie-css3.htc");
}
#inner-container {
    margin: 0 0.4em;
}
#controls {
  position: relative;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 1em;
}

#languages ul {
  list-style-type: none;
  position: relative;
  font-size: 0.9em;
  left: 1%;
}
#languages ul li {
  float: left;
  margin-right: 0.8em;
}
#languages ul li a {
    padding-left: 19px;
}
#languages .de {
    background: url("/assets/images/cms/de.png") no-repeat scroll left center transparent;
}
#languages .en {
    background: url("/assets/images/cms/en.png") no-repeat scroll left center transparent;
}
#breadcrumb {
  position: absolute;
  left: 23%;
}
#navigation {
    float: left;
    width: 17%;
}
#nav_inner {
    margin: 1em 4%;
}
#navigation ul li div, #navigation ul li a {
    text-transform: uppercase;
    margin-top: 1em;
    padding: 0.05em 0.5em;
    text-decoration: none;
    display: block;
    color: black;
}
#navigation ul li {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    display: block;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans serif";
    font-size: 1.05em;
}
#navigation .level2 a {
    margin-top: 0.2em;
    zoom: 1;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-transform: none;
}
#navigation .level2 a:hover, #navigation .level2.active a {
    background-color: #FDFDFD;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

#navigation .level3 {
    display: none;
}
#navigation li.level2.active .level3 {
    display: block;
}
#navigation li.level2.active .level3 a {
    padding: 0 0 0 1.3em;
    font-size: 0.95em;
}
#navigation .level3.active a, li.level3 a:hover {
    background-color: whiteSmoke!important;
    border-color: #CCC;
}

#navigation ul li.yellow a {
  background-color: #FEFDDA;
}
#navigation ul li.red a {
  background-color: #FEDCDC;
}
#navigation  ul li.blue a {
  background-color: #E9EBFE;
}
#navigation ul li.green a {
  background-color: #CAF7BC;
}
#navigation ul li.yellow div, div#right-col div.entry.yellow h1 {
  background-color: #FEFA82;
}
#navigation ul li.red div, div#right-col div.entry.red h1 {
  background-color: #FEA0A0;
}
#navigation ul li.blue div, div#right-col div.entry.blue h1 {
  background-color: #C4CBFE;
}
#navigation ul li.green div, div#right-col div.entry.green h1 {
  background-color: #9DDE8A;
}
#navigation ul li div {
  text-shadow: 1px 1px white;
}
/*
.box.blue {
  border-color: #C4CBFE;
}
.box.red {
  border-color: #FEA0A0;
}
.box.yellow {
  border-color: #FEFA82;
}
.box.green {
  border-color: #9DDE8A;
}
*/


/* Druck-Knopf */
#print {
  float: right;
  margin-right: 0.5em;
  padding: 3px 0.5em 2px;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
}

#head ul, #footer ul, #navigation ul {
    margin-left: 0;
}

#content {
  width: 82%;
  float: right;
}


#footer {
    position: relative;
    top: 2em;
    clear: both;
    height: 2em;
    padding-top: 0.4em;
    text-align: center;
    background-color: #1d39a2;
}
#footer ul {
    display: inline;
    position: relative;
    left: 5%;
}
#footer ul li {
    display: inline;
    margin: 0 1%;
}
#footer ul li a {
    color: white;
}
#footer #impressum {
    float: right;
    margin-right: 2%;
}
.uplink {
    float: right;
    background: url("/assets/images/cms/up-small.gif") no-repeat scroll center top transparent;
    padding-top: 10px;
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}



/* Hauptinhalt */
div#content {
  color: #333;
}
#left-col {
    float: left;
    width: 95%;
    overflow: hidden;
}
#left-col-inner {
    margin: 1.3em 6% 4em 7%;
}
.left-narrow {
    width: 63% !important;
}
.left-mid {
    width: 71% !important;
}
.left-wide {
    padding-right: 0;
    width: 95% !important;
}
.left-wide {
    max-width: 66em !important;
}
/* IE6 has no max-width */
 * html #left-col.left-wide {
  padding-right: 3%;   
}
#left-col.left-full, #left-col.left-no-margin {
    padding-right: 0;
    width: 100%;
}
#left-col.left-full #left-col-inner {
    margin-right: 1%;
}
#left-col.left-no-margin #left-col-inner {
    margin: 0;
}


/* Rechte Spalte */
#right-col {
  float: right;
  overflow: hidden;
}
#right-col.right-narrow {
  width: 27% !important;
}
#right-col.right-wide {
  width: 35% !important;
}
div#right-col .Pfeil-Absatz {
  margin-left: 0.8em;
}
div#right-col h2 {
    margin-top: 0.2em;
    font-size: 1.2em;
    border-bottom: 1px solid silver;
}
div#right-col div.box {
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    margin-bottom: -4px;
    /*behavior: url("assets/css/ie-css3.htc");*/
}
div#right-col .entry h1 {
    text-shadow: 1px 1px white;
    position: relative;
    z-index: 2;
    top: -1px;
    background: url("/assets/images/cms/right-h1.png") repeat-x scroll left top transparent;    
    color: black;
    display: block;
    font-size: 1em;
    height: 1.5em;
    margin: 0;
    padding: 0.1em 1em 0;
}
div#right-col div.entry.yellow h1 {
    background: url("/assets/images/cms/right-h1-yellow.png") repeat-x scroll left top transparent;    
}
div#right-col div.entry.blue h1 {
    background: url("/assets/images/cms/right-h1-blue.png") repeat-x scroll left top transparent;    
}
div#right-col div.entry.green h1 {
    background: url("/assets/images/cms/right-h1-green.png") repeat-x scroll left top transparent;    
}
div#right-col div.entry.red h1 {
    background: url("/assets/images/cms/right-h1-red.png") repeat-x scroll left top transparent;    
}
.entry-content {
  overflow: hidden;
  padding: 0.8em 1em 1.5em 1em;
}

#introduction {
  margin-bottom: 3em;
}

/* Übersichtslisten generell */
.title {
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana, "sans serif";
  font-size: 1.15em;
    font-weight: bold;
    color: #4A4A4A;
}
div.summary div.text, div.order_summary div.text, div.bottom-nav .text {
    overflow: hidden;
}
div.summary span.fileinfo {
  font-size: 0.9em;
  color: #444;
}
.introtext a {
    color: black;
    font-size: 0.95em;
}
.introtext a:hover {
    text-decoration: none;
}
div.summary .bild {
    margin-bottom: 0;
}
div.summary .bild img {
    max-width: 9em;
    max-height: 9em;
}
.title {
    font-weight: bold;
    color: #4A4A4A;
}
a .title {
  color: #324588;
}
#article .bild {
    max-width: 20em;
    max-height: 20em;
}


/* Artikel-Übersicht */
.author, .source {
    font-style: italic;
}
.summary .source {
    font-size: 0.9em;
}
.post-info {
    font-style: italic;
}
.summary .Vortitel, .summary .Nachtitel, .summary .source, .summary .summary-content {
  display: inline;
}
.summary {
    border-bottom: 1px dashed silver;
    margin-bottom: 1em;
    overflow: hidden;
    padding-bottom: 1em;
}
.summary .title {
    font-weight: bold;
    //font-size: 1.2em;
}
.summary .Vortitel, .summary .Nachtitel {
  font-size: 1em;
}
div#category div.summary .full-content .Intro-Text {
    font-style: italic;
    font-weight: normal;
    border-bottom: medium none;
}
div#category div.summary .full-content h1 {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
}
.summary .date {
    margin-bottom: 0.1em;
    display: block;
}
.date {
    color: gray;
    font-size: 0.9em;
}
.detail {
    font-size: inherit;
}

/* Startseite */
div.summary.featured {
  position: relative;
  padding: 1em 3%;
  margin-bottom: 1em;
  background-color: #FAFAFA;
  left: -3%;
  border-radius: 0.5em;
  border: none;
  behavior: url(ie-css3.htc);
}
div.summary.featured .title {
  font-size: 1.05em;
}


/* Newsfeeds */
div#left-col .feed-entry {
  margin-bottom: 0.7em;
}
div#right-col .feed_entry {
   margin-bottom: 0.3em;
}
div.feed_entry .date {
    color: gray;
    font-size: 0.9em;
    display: inline;
}
.feed_entry .title, .feed_entry .date {
  display: inline;
  font-weight: normal;
}
.feed_entry .summary-content {
  color: #333;
}
div.feed_entry .title {
    font-family: inherit;
    font-size: inherit;    
}

/* Kategorie-Ansicht */

div#category-list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4em;
    padding: 1em 3%;
    background-color: #FAFAFA;
    position: relative;
    left: -3%;
    border-radius: 0.5em;
    border: 1px solid #E6E6FA;
    font-size: 0.9em;
}
div#category-list h2 {
  display: block;
  border-bottom: 1px solid silver;
  font-size: 1.1em;
  margin-top: 0;
}
div#category-list .summary {
    overflow: hidden;
    width: 33%;
    float: left;
    padding: 0;
    border:none;
}
div#category-list .summary:hover {
    background-color: #FDFDFD;
    box-shadow: 0 0 10px white;
}
div#category-list .summary .inner {
    padding: 0.5em 0.8em;
    border-left: 1px solid white;
}
div#category-list .summary a .title {
  background: url("/assets/images/cms/pfeil.gif") no-repeat scroll left 0.3em;
  padding-left: 10px;
  margin-left: 0.2em;
}
div#category-list .summary .bild {
    height: 70px;
    margin-bottom: 30px;
    margin-right: 0.5em;
}
div#category-list .summary:hover .title {
    text-decoration: underline;
    color: #324588;
}
div#category .Intro-Text {
    padding-bottom: 1em;
    border-bottom: 1px solid silver;
}

div#category div#introduction .feed_entry {
    margin-bottom: 0.8em;
}

/* Artikelansicht */

#breadcrumb {
  float:left;
  font-size: 0.9em;
}
.print_pdf {
    float: right;
    margin-right: 3%;
    margin-left: 20px;
}
.attachments-links {
    clear:both;
    margin: 1em 0;
    padding: 1em 0;
    border: 1px solid silver;
    border-width: 1px 0;
}
.bild {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}



/* Archiv und Suche */
div#controls .search {
    float: right;
}
div#controls .search input.text, div#controls .search input[type="submit"] {
    float: left;
    margin-left: 0.2em;
    padding: 1px 0.5em;
}
input[type="submit"]::-moz-focus-inner {
  border:0;
}
div#controls .search .text {
    width: 9em;
}
div#content .search .text {
    width: 15em;
}
.sisea-highlight {
    font-weight: bold;
}
div.sisea-result div.path {
    font-size: 0.9em;
    margin: 0.4em 0;
    color: #756058;
}
div.sisea-result div.path a {
    color: #8D5139;
}

ul.pageList a, .sisea-page a, .sisea-current-page {
    padding: 0.6em 0.6em;
    background-color: #DDD;
    border-radius: 0.3em;
    color: black;
    display: inline-block;
    margin-bottom: 0.5em;
}
ul.pageList .label, .sisea-result-pages {
    margin-left: -5em;
    color: #555;
    font-size: 0.9em;
}
.sisea-page a, .sisea-current-page {
    margin: 0.15em;
}
.sisea-paging, .paging {
    margin: 5em 0 2em;
    text-align: center;
    padding: 1em;
}
.sisea-paging .sisea-current-page, .paging a.active, ul.pageList a:hover, .sisea-page a:hover {
    background-color: #7989C6;
    color: white;
    text-decoration: none;
}
div.paging li.control a {
    background-color: white;
    border: 1px solid #DDD;
}
div.paging li.control a:hover {
    color: gray;
    background-color: #FAFAFA;
}
.sisea-paging .sisea-current-page, .paging .active {
    font-weight: bold;
}
.arc-row {
    list-style-type: none;
    padding-left: 1em;
    font-size: 0.9em;
    margin-bottom: 0.3em;
}
.arc-row .count {
  color: #777;
}
.arc-row.m01 {
  border-bottom: 1px solid silver;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;  
}
.sisea-result .title {
    font-weight: bold;
    font-size: 1.15em;
    margin-top: 1.2em;
}
ul.pageList {
    text-align: center;
}
ul.pageList li {
    display: inline;
    list-style-type: none;
}
.sisea-result-pages {
    margin-right: 1em;
}



/* Infoblatt-Seite */
.order_category:after {
  content: "";
  display: table;
  clear: both;
}

.artikel-liste {
  overflow: hidden;
}

.order_summary {
    width: 25em;
    max-width: 48%;
    float: left;
    margin-right: 3%;
    margin-bottom: 2em;
}

.order_summary img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width 20%;
    max-height: 15em;
}

.order_summary .title {
    font-weight: bold;
}

.author {
    font-style: italic;
}

/* Zeitschriften-Seite */

.zeit_vorschau {
    float: left;
    width: 24.98%;
}
.zeit_vorschau .inner {
    margin-bottom: 1em;
    width: 90%;
    height: 30em;
}
.zeit_vorschau img {
    width: 83%;
    margin-bottom: 0.3em;
}
.zeit_vorschau .ausgabe {
    font-size: 1.2em;
    font-weight: bold;
    color: #556;
}

.zeitschrift-jahr {
    margin-bottom: 2em;
}
.resource_image {
    float: left;
    margin-bottom: 0.6em;
    margin-right: 1em;
}
div.price-info {
    display: inline-block;
    margin-top: 1em;
}
.price, .order_summary .readmore, .order_summary .download, .order_link {
    font-weight: bold;
    margin-right: 0.5em;
    display: inline;
}
.order_summary .readmore, .order_summary .order_link, .order_summary .download {
  position: relative;
  top: 0.7em;
}
.order_summary .price-info {
   display: block;
}
.readmore, .order_link {
  margin-top: 0.5em;
  background: url("/assets/images/cms/pfeil.gif") no-repeat scroll left 0.5em;
  padding-left: 9px;
}
.readmore.switch {
  margin-top: 1em;
}


/* Zeitschriften Navigation unten */

#footnav {
    clear: both;
    margin-top: 4em;
    padding: 1em 0;
    border-top: 1px solid #DADADA;
    font-size: 0.9em;
}
#footnav p {
    margin: 0;
}
#prev, #up, #next {
    float: left;
    min-height: 1em;
    font-size: 1em;
}
#up {
    width: 22%;
    text-align: center;
    padding-top: 1.5em;
    background: url("/assets/images/cms/up.gif") no-repeat scroll center top transparent;
}
#prev, #next {
    width: 38.9%;
}
#prev_inner, #next_inner {
    width: 75%;
    font-size: 0.95em;
}
#next_inner {
    float: right;
    text-align: right;
}
#next_inner img, #prev_inner img{
    width: 20%;
    vertical-align: middle;
    margin-bottom: 2em;
}
#next_inner img {
    padding-right: 10%;
    padding-left: 5%;
    background: url("/assets/images/cms/next.gif") no-repeat scroll right center transparent;
    float: right;
}
#prev_inner img {
    padding-left: 10%;
    padding-right: 5%;
    background: url("/assets/images/cms/prev.gif") no-repeat scroll left center transparent;
    float: left;
}
#next a:hover, #prev a:hover{
    text-decoration: none;
}
#footnav .ausgabe {
    font-weight: bold;
}


/* Bestellformular */
#order .title {
    font-size: 1.1em;
    line-height: 2em;
}
#order #list .ausgabe {
    font-weight: bold;
}
#order #list input {
    width: 2em;
    margin: 0 0.5em 0.2em 0;
}
#order #list .quantity {
    padding-left: 1.5em;
}
 #order #list .delimiter {
  padding: 0 1em;
  font-weight: bold;
 }
#order #contact {
    width: 70%;
    float:left;
    padding-top: 2em;
}
#order #contact label {
    display: block;
    clear:both;
    float:left;
    width: 35%;
}
#order #contact input, #order #contact textarea {
    width: 60%;
    float:right;
    margin-bottom: 0.5em;
}
#order #submit {
    clear:both;
    margin-left: 28%;
}

#order #fill_info {
    clear: both;
    color: red;
}


.error {
    color: red;
    display: block;
    font-size: 0.9em;
}
.clear {
  clear: both;
}

div.order_done {
  background-color: #FAFAFA;
  font-family: mono, monospace, "Lucida Console";
  font-size: 0.95em;
  padding: 1em;
}
.order_done table {
  border-collapse: separate;
  border-spacing: 0.5em;
}
.order_done .price {
  max-width: 8em;
  font-weight: normal;
}
div.order_done tr {
  margin-bottom: 0.5em;	
}


/* Newspublisher/Login */

form#loginForm {
  display: none;
}
.loginLoginForm label, .loginLoginForm input {
  display: block;
  margin: 0.5em;
}
.loginLoginForm, .loginMessage {
  background-color: white;
}
.loginMessage {
  right: 9em;
  position: relative;
}
.loginMessage .error {
  padding: 1em;
}

.loginLoginForm {
  border: 1px solid silver;
  box-shadow: 0 0 22px silver;
}
div.loginForm, .loginLogin {
    position: absolute;
    bottom: -0.2em;
    z-index: 10;
    right: 3em;
}
.loginLogin a {
    color: white;
}
.loginLogin a:hover {
    color: #EEE;
}
.np_add_button_form {
   display: inline-block;
   margin: 0.3em 1em 0.5em 0;
}
#content .newspublisher {
   background-color: #F3F3F3;
   padding: 1em;
}
#content .newspublisher .fieldlabel {
  color: #666;
  font-size: 1.25em;
  width: 100%;
}

div#article form.np_button_form input, form input.np_add_button {
  border: 2px solid #CCF!important;
}
div#article form.np_button_form input {
    box-shadow: 3px 3px 10px #E4E4F1;
    -moz-box-shadow: 3px 3px 10px #E4E4F1;
    -webkit-box-shadow: 3px 3px 10px #E4E4F1;
}
div.summary form.np_button_form input {
    border: none !important;
    background: none;
    color: #21589B!important;
    font-size: inherit;
    background: url("/assets/images/cms/pfeil.gif") no-repeat scroll left 0.3em;
    padding-left: 10px;
    margin-left: 0.8em;
}
div.summary form.np_button_form input:hover {
    text-decoration: underline;
}



/* for determinig the width of the print preview popup (better solution??) */ 

#print_width {
    width: 21cm;
    height: 1px;
}

.b { /* Email-Adresse: Verfremdungen ausblenden */
    display: none;
}

/* IE hacks */

* html #master {
    width: 960px;
}
