html {height: 101%;}

body {
  background: white url('/media/seiten-hintergrund.jpg') fixed repeat-x center top;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: underline;
  color: #74dbff;
}

a img {
  border:0;
  outline: 1px solid silver;
}

div.clear {
  width:0;
  height:0;
  clear: both;
}

div#banner {
  background: transparent url('images/banner-bg.jpg') no-repeat center top;
  width: 900px;
  height: 230px;
  margin: 30px auto 0 auto;
  border: 10px solid white;
  /*outline: 1px solid #2f3c4c;*/
}

div#main-nav {
  width: 900px;
  height: 60px;
  margin: 30px auto 0 auto;
  padding: 0 10px;
  background: #2f3c4c;
  line-height: 60px;
  text-align: center;
}

div#main-nav ul, div#footer ul {
  list-style-type: none;
  margin:0;
  padding:0;
  text-align:center;
}

a.footer {
  font-size: 8px !important;
  float: left;
}

div#footer ul {
  text-align: right;
}

div#main-nav ul li, div#footer ul li {
  /*float: left;*/
  display: inline;  
}

div#main-nav ul li a, div#footer ul li a, a.footer {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0 20px;
}

div#footer ul li a, a.footer {
  text-transform: none;
  text-shadow: 1px 1px 1px black;
  padding: 0 10px;
}

div#main-nav ul li a.menu_current, div#main-nav ul li a:hover {
  color:#5aaac6;
}

div#footer ul li a.menu_current, div#footer ul li a:hover, a.footer:hover {
  color:#cf7389;
}


div#content {
  background: transparent url('images/content-bg.png');
  width: 880px;
  margin: 30px auto 0 auto;
  padding: 10px;
  border: 10px solid #2f3c4c;
}

div#footer {
  width: 920px;
  height: 20px;
  color: white;
  margin: 30px auto 80px auto;
  padding: 5px 0;
  background: #2f3c4c;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

td.post-title a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #5aaac6;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}

td.post-short a {
  font-size: 14px;
  color: #74dbff;
}

td.BMlink {
  padding: 10px 0;
}

td.BMlink a {
  color: #74dbff;
}

div.members-head {
  display: none;
}

table.release-member {
  width: 100%;
  empty-cells:hide;
}

table.release-member td {
  padding: 0 10px;
  text-align:left;
  border-collapse: collapse;
}

h3.member-name, h3, h4 {
  margin:0;
  padding:0;
  color: #60b5d3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #60b5d3;
  text-shadow: 1px 1px 1px #333;
}

div.member-short1 {
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 16px;
}

div.member-long1 {
  margin:0;
  padding:0;
  font-size: 16px;
}

p.last-changed {
  font-size: 9px;
}

td.field_title {
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  vertical-align: middle;
}

input[type=radio], input[type=checkbox] {
  	width: 1%;
}

input[type=text], input[type=button], input[type=submit], textarea {
  background-color: white;
  color: #444;
  font-size: 14px;
  width: 50%;
  margin-bottom: 6px;
  border: 0;
  padding: 6px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
}

input[type=button], input[type=submit] {
  color: #ddd;
  background-color: #2f3c4c;
  border: 2px solid silver;
  font-weight: bold;
  margin-top: 10px;
}

hr {
	background-color : transparent;
	border: 0;
	border-bottom: solid 1px #2f3c4c;
	height: 1px;
	margin: 10px 0;
}

.required {
  color: #ecccd1 !important;
}

span.verlagsdaten {
  font-size: 12px !important;
  line-height: 13px;
  text-align: left;
}

.comment_title, .comment_info, .comment-text {
  color: #444;
  border-bottom: 1px solid silver;
}

.comment-header {
  border: 3px double silver;
}