/******************************************************************/
/***** POETRY OF RESILIENCE - Style Sheet                   *******/
/***** written by brandtgefahr.de                           *******/
/******************************************************************/

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
}

body {
  background-color: #6e8390; /* hg.jpg #697a76; */
  font-family: Arial, Helvetica, sans-serif;
  background-attachment: fixed;
}

#hg {
  max-width: 100%; 
  min-height: 100%; 
  z-index:1; 
  overflow:hidden; 
  position:fixed; 
  top: 0; left: 0;
}

#body {
  z-index:2; 
  position:absolute; 
  top:0; left:0; 
  width: 100%; 
  text-align:center; 
  overflow: auto;
}

img {
  border: 0;
}

#logo {
  width: 298px;
  margin: 45px auto 0;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#donate {
  float: right;
  width: auto;
  margin: 1px 0 0;
}

#navi {
  width: 500px;
  margin: 30px auto 0;
  text-align: left;
}

#navi ul {
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  list-style: none;
  height: 20px;
  width: 430px;
  padding: 1px 0 0;
}

#navi ul li {
  float: left;
  margin: 0 7px 2px 0;
  display: block;
}

#navi ul li.last {
  margin: 0;
}

#content {
  clear: both;
  width: 480px;
  text-align: left;
  background-color: #fff;
  margin: 15px auto;
  padding: 0 10px 10px;
  overflow: hidden;
}

#content h1 {
  clear: both;
  color: #1c7477; /*#406a66;*/
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #1c7477; /*#406a66;*/
  padding: 10px 0 2px 0;
  margin: 0 0 10px 0;
}

#content h6 {
  clear: both;
  color: #1c7477; /*#406a66;*/
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 4px 0;
  margin: 0;
}

#content h6.rechts {
  clear: none;
  margin: 0 0 0 170px;
}

#content td {
  font-size: 12px;
  vertical-align: top;
  padding: 1px 0;
  border: 0;
}

#content .overview td {
  font-size: 12px;
  vertical-align: top;
  padding: 1px 2px 1px 0;
  border-bottom: 1px dotted #1c7477; /*#406a66;*/
}

#content .overview tr:hover {
  background-color: #eee;
}

#content p {
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 16px;
}

#content span.gr {
  color: #999;
  font-weight: normal;
}

#content p.logout {
  float: right;
  color: #1c7477; /*#406a66;*/
  margin: 8px 0 -30px 0;
}

#content p.zweispaltig {
  width: 240px;
  float: left;
}

#content p.dreispaltig {
  width: 150px;
  float: left;
  margin: 0 10px 0 0;
}

#content p.clear {
  margin-top: 10px; 
  clear: both;
}

#content p.trenner {
  margin-top: -5px; 
  clear: both;
  border-bottom: 1px solid #1c7477; /*#406a66;*/
}

#content p.clear2 {
  margin: 0 0 -10px; 
  clear: both;
}

#content p.rechts {
  margin: 0 0 15px 170px;
}

#content p.comment {
  clear: both;
  font-size: 10px;
  margin: -7px 0 17px 0;
  padding: 0 0 2px 170px;
  border-bottom: 1px solid #1c7477;
}

#content p.author {
  clear: both;
  font-size: 10px;
  margin: -5px 0 10px 0;
}

#content p.com_author,
#content p.com_author2 {
  clear: both;
  font-size: 10px;
  margin: 0 0 5px 0;
  padding: 0 0 3px 25px;
}

#content p.com_number,
#content p.com_number2 {
  clear: left;
  float: left;
  width: 22px;
  margin: 0;
  padding: 0 0 0 3px;
  color: #1c7477; /*#406a66;*/
  font-size: 11px;
  line-height: 15px;
}

#content p.com_text,
#content p.com_text2 {
  margin: 0;
  padding: 0 5px 5px 25px;
  font-size: 11px;
  line-height: 15px;
}

#content p.com_author2,
#content p.com_number2,
#content p.com_text2 {
  background: #eee;
}

#content p.bu {
  clear: left;
  float: left;
  width: 155px;
  margin: 2px 10px 5px 0;
  color: #1c7477; /*#406a66;*/
  font-size: 11px;
  line-height: 15px;
}

#content span.bu {
  color: #1c7477; /*#406a66;*/
  font-size: 12px;
  font-weight: normal;
}

#content p.bu_date {
  float: left;
  width: 155px;
  margin: 2px 10px 0 0;
  color: #000;
  font-size: 11px;
  line-height: 15px;
}

#content p.gal {
  margin: 0 0 10px 0;
  line-height: 10px;
}

#content span {
  color: #1c7477; /*#406a66;*/
  font-weight: bold;
}

#content a {
  color: #1c7477; /*#406a66;*/
  text-decoration: none;
}

#content a.pdf {
  background: url(img/pdf.gif) no-repeat;
  padding: 0 0 2px 15px;
  color: #1c7477; /*#406a66;*/
  text-decoration: none;
}

#content a.pencil {
  background: url(img/pencil2.gif) no-repeat left top;
  padding: 0 0 2px 18px;
  color: #1c7477; /*#406a66;*/
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content img {
  margin: 0 7px 5px 0;
}

#content img.last {
  margin: 0 0 5px 0;
}

#content div.gal {
  width: 480px;
  margin-bottom: 20px;
}

#content div.gal img {
  margin: 0 3px 4px 0;
}
#content div.gal img.last {
  margin: 0 0 4px 0;
}

#content div.gal-li,
#content div.gal-mi,
#content div.gal-re {
  width: 155px;
  float: left;
  margin: 0 7px 5px 0;
}

#content div.gal-re {
  float: left;
  margin: 0 0 5px 0;
}

#content div.gal-re {
  margin: 0 0 5px 0;
}

#content select {
  width: 60px;
}

#content input, 
#content select {
  border: 1px solid #ccc;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#content input.button {
  background-color: #ccc;
  border: 1px solid #666;
  padding: 1px;
  color: #000;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}