html {
  height: 100%;
}

body {
	background: #000 url(../images/background.jpg) fixed no-repeat top center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	height: 100%;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0ff;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

p, hr, table {
  margin-bottom: 20px;
}

small {
  font-size: 80%;
}

.error {
  text-align: center;
  color: #ff0000;
  font-size: large;
  font-weight: bold;
  letter-spacing: 0.2em;
}

div#wrapper {
  width: 960px;
  margin: 0 auto;
}

div#header {
  width: 960px;
  height: 140px;
  background-color: #000;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; 
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}

img#headerpic {
  float: right;
  margin: 70px 20px 0 0;
}

div#titlepic {
  width: 960px;
  height: 385px;
  background-color: #000;
  overflow: hidden;
  margin-top: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; 
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
}

div#titlepic a {
  display: block;
  width: 100%;
  height: 100%;
}

div#kasten1, div#kasten {
  width: 960px;
  background: #000;
  overflow: hidden;
}

div#kasten {
  margin-top: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; 
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
}

div#content {
  margin: 20px;
}

div#nav {
  margin: 20px;
  overflow: hidden;
}

div#nav li {
  display: block;
  list-style: none;
  float: left;
  margin-right: 15px;
}

div#nav li.right {
  float: right;
  margin-right: 0;
}

div#news {
  width: 460px;
  min-height: 300px;
  float: left;
}

div#news .newsitem {
  clear: left;
}

div#news .newspic {
  float: left;
  border: 1px solid #aaaaaa;
  margin: 0 10px 20px 45px;
}

div#news .newsdate {
  color: #666;
  font-size: 80%;
  font-weight: normal;
}

div#referrers {
  width: 230px;
  float: left;
  line-height: 2em;
}

div#referrers ol {
  list-style-type: decimal;
}

div#referrers ol li {
  margin-left: 45px;
  list-style-position: inside;
}

#status {
  width: 230px;
  float: left;
}

#status p {
  margin: 0 0 10px 45px;
}

#newsletter {
  width: 460px;
  float: left;
  margin-top: 30px;
}

#newsletter form {
  margin: 0 0 0 45px;
  line-height: 2em;
}

#newsletter form p {
  margin: 0;
}

#newsletter form input {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #fff;
  padding: 3px;
}

#fbfront {
  width: 460px;
  float: left;
  margin-top: 30px;
}

#footer {
  width: 920px;
  padding-top: 20px;
  clear: both;
  color: #666;
  text-align: center;
  font-size: x-small;
}

#footer a {
  color: #099;
}

#webcam {
  width: 660px;
  float: left;
}

#information {
  width: 230px;
  float: left;
}

#information p {
  margin: 0 0 10px 45px;
}

#vote {
  width: 230px;
  float: left;
}

#vote p {
  margin: 0 0 10px 45px;
}

#vote p img {
  margin-bottom: 5px;
  border: 0;
}

#vote2 {
  width: 520px;
  padding-top: 20px;
  float: left;
}

#status2 {
  width: 210px;
  padding-top: 20px;
  float: left;
}

#status2 p {
  margin-bottom: 0;
}

#fbook {
  width: 400px;
  padding-top: 20px;
  float: left;
}

#randompics {
  width: 520px;
  padding-top: 20px;
  float: left;
}

#randomvids {
  width: 350px;
  padding-top: 20px;
  float: left;
}

#wishlist {
  width: 930px;
  padding-top: 20px;
  clear: both;
}

#archivetable {
  width: 100%;
}

#archivetable img {
  border: 0;
}

#videos {
  text-align: center;
}

#videos table {
  margin: auto;
}

#videos table td {
  padding: 20px;
  width: 50%;
}

#videos table img {
  border: 0;
}

div#shoutbox {
  height: 480px;
  width: 255px;
  float: left;
  border: 1px solid #666;
  position: relative;
}

div#chatWindow {
  width: 100%;
  height: 450px;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  bottom: 30px;
}

div#chatForm {
  position: absolute;
  bottom: 0;
  display: none;
}

#txtNick, #txtMsg, #btnSubmit {
  background-color: #000;
  color: #0ff;
  border: 1px solid #666;
  padding: 5px;
}

#txtNick {
  width: 60px;
}

#txtMsg {
  width: 135px;
}

#btnSubmit {
  padding: 0;
  width: 28px;
  height: 28px;
  position: relative;
  top: 1px;
  right: 0;
  font-weight: bolder;
}

.chatNick {
  width: 70px;
  float: left;
  text-align: right;
  overflow: hidden;
}

.chatMsg {
  width: 155px;
  float: left;
  text-align: left;
  padding: 0 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
