@import url(menu.css);
@import url(links.css);


body {
  font-family: verdana, sans-serif;
  /* font-family: serif; */
  background: #9999AA;
  color: #001e3c;
  
  background: white;
  /*
  background: black;
  border-color: #b20019;
  */
  
  border-left: solid 4px;
  border-bottom: solid 1px;
  border-color: #b20019;
  
  padding-left: 4px;
  padding-bottom: 5px;
  padding-top: 2px;
  margin-top: 0px;
  /* width: 80%; */
  margin-left: 35px;
  -moz-border-radius-bottomleft: 10px;

  background-image: url(bilder/jurtenknopf-schwarz.png);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

div {
    border-color: inherit;
}

div#header h1 {
  text-align: right;
  font-family: sans-serif;
  font-size: 280%;
  margin-bottom: 0px;
}

div#header h2 {
  text-align: right;
  margin-top: 0px;
  font-style: italic;
  font-size: 110%;
}

div#header h3 {
  margin-top: 0px;
  font-style: italic;
  text-align: center;
}

div#menu {
    clear: both;
}

div#footer {
  margin-top: 2ex;
  text-align: right;
  border-top: solid 1px;
  border-left: solid 1px;
  border-color: #b20019;
  margin-top: 2ex;
  padding-top: 0.5ex;

}

div#footer img {
  border: 0;
}

div#footer #lastmod {
  font-size: 50%;
}

#dpsglogo {
  float: left;
  border: 0px;
}

div#menu {
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-color: #b20019;
    margin-bottom: 2ex;
}

div.quotation {
    margin-top: 4ex;
    font-size: 60%;
    text-align: right;
    padding: 4px;
    /*
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #b20019;
    -moz-border-radius-topright: 3px;
    */
}

.quotation q {
    font-style: italic;
}

.quotation .source {
    font-size: 80%;
}

div.content {
  margin-top: 3ex;
  width: 80%;
  clear: both;
}

a {
  color: #001e3c;
}

a[href]:hover {
  color: #b20019;
}

.nounderline a {
    text-decoration: none;
}

.section {
  border-right: solid 4px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  margin-bottom: 0.5ex;
  font-size: 100%;
  margin: 0.5ex;
  border-color: #b20019;
}

.section img {
  margin: 1ex;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}

.sideimage {
  float: right;
  text-decoration: none;
}

.section {
  clear: right;
  overflow: auto;
}

p {
  /* font-family: serif; */
}

p:first-letter {
  font-weight: bold;
  font-style: italic;
  font-size: 130%;
}

/*
.section h2:first-letter {
  font-weight: bold;
}
*/

.section h2 {
  clear: right;
  font-weight: normal;
  text-align: right;
  margin-right: 2ex;
  margin-top: 0.5ex;
  font-style: italic;

  border-bottom-style: dotted;
  border-color: inherit;
  border-width: 2px;
}

.section h3 {
  clear: right;
  font-weight: normal;
  text-align: right;
  margin-right: 2ex;
  margin-top: 0.5ex;
  font-style: italic;

  border-bottom-style: dotted;
  border-color: inherit;
  border-width: 1px;
}
.rover {
  border-color: red;
}

.woe {
  border-color: #ff9900;
}

.pfadi {
  border-color: green;
}

.juffi {
  border-color: blue;
}

.leiter {
  border-color: gray;
}

.schwarzzelt {
 border-color: black;
}

.section div.autor {
    text-align: right;
    font-style: italic;
    font-size: 80%;
    margin-top: 0ex;
    padding-top: 0ex;
    margin-right: 2em;
    margin-bottom: 1ex;
    clear:right;
}

div.strip {
    display: table;
    background: black;
    background-image: url("bilder/rand.png");
    background-repeat: repeat-x;

    border: solid 1px white;
    margin: 10px;
    padding-top: 18px;
}

div.strip img {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    /* margin-top: 21px; */
    vertical-align:top;
    border: solid 1px gray;
}

ul.leiterliste {
    list-style-type: none;
}
ul.leiterliste li div {
    text-align: center;
}

ul.leiterliste li {
    float: left;
    border: solid 1px gray;
    margin: 3ex;
    -moz-border-radius: 14px;
}

ul.leiterliste li img {
    -moz-border-radius: 4px;
    padding: 2px;
    background: white;
}

.advertiser {
    border: solid 1px #b20019;
    border-color: #b20019;
    font-size: 70%;
    -moz-border-radius: 10px;
    margin: 1ex;
    margin-top: 4px;

    /* width: 130px; */
    text-align: center;

    /* position: fixed;
    top: 10px;
    right: 10px;
    margin-right: 80px;
    */
    float: right;
}

.advertiser h3 {                                                                                                                                                                                                         
    font-size: 80%;                                                                                                                                                                                                      
    text-align: center;
}

.advertiser img {
    text-align: center;
    margin: 3px;
}

