/* main --------------------------------------------------------------------- */
body {
  background-color: #000000;
  color: #f0f0f0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  
}
p {
  text-align: justify;
}
form {
  margin: 0px;
  padding: 0px;
}
input {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  /*height: 15px;*/
  padding: 0px 5px;
  width: 85px;
}
select {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
}
textarea {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  padding: 0px 5px;
}
.inputButton {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  height: 19px;
  margin: 3px 0px 0px 0px;
  padding: 0px 5px;
  width: 20px;
}

a {
  color: #a0a0a0;
  text-decoration: none;
}
a:hover {
  color: #ff2020;
  text-decoration: underline;
}
a > img {
  border: 2px solid #808080;
}
a:hover > img {
  border: 2px solid #ff2020;
}
/* -------------------------------------------------------------------------- */

/* layout ------------------------------------------------------------------- */
#center {
  margin: auto; 
  width: 1000px;
}
#content {
  text-align: center;
}
#top {
  background-image: url('../images/new/top.png');
  height: 334px;
  width: 1000px;
}
#right {
  background-image: url('../images/new/right.png');
  float: right;
  height: 416px;
  position: relative;
  width: 235px;
}

#foto {
  width: 135px;
  margin-top: 50px;
  position: absolute;
  margin-left: 50px;
}

#foto img{
  margin-bottom: 5px;
}

#menu{
  width: 1000px;
  text-align: center;
  position: absolute;
  margin-top: 300px;
  font-size: 20px;
  margin-left: -10px;
}

#left {
  background-image: url('../images/new/left.png');
  float: left;
  height: 416px;
  position: relative;
  width: 193px;
}
#body {
  background-image: url('../images/bg_text.jpg');
  float: left;
  height: 380px;
  position: relative;
  background-repeat: no-repeat;
  width: 572px;
}
#text {
  background-image: url('../images/bg_text.jpg');
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  height: 380px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 572px;
  
}

#scrollTop {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
}
#scrollUp {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 25px;
}
#scrollDown {
  cursor: pointer;
  bottom: 25px;
  position: absolute;
  right: 5px;
}
#scrollBottom {
  cursor: pointer;
  bottom: 10px;
  position: absolute;
  right: 5px;
}
#footer {
  background-image: url('../images/new/bottom.png');
  float: left;
  height: 36px;
  position: relative;
  width: 572px;
}
#toplist {
  left: 132px;
  position: absolute;
  top: 12px;
}
.red {
  color: #ff0000;
}
.video {
  font-size: 16px;
  font-weight: bold;
}
/* -------------------------------------------------------------------------- */

/* previews ----------------------------------------------------------------- */
.newsInput {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #393939;
}
.previewsHead {
  background-image: url('../images/bg_previews.png');
  height: 30px;
  vertical-align: bottom;
}
/* -------------------------------------------------------------------------- */

/* forum -------------------------------------------------------------------- */
.forumInput {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #393939;
}
.forumHead {
  background-image: url('../images/bg_forum.png');
  height: 30px;
  vertical-align: bottom;
}
.forumHead1 {
  background-image: url('../images/bg_forum1.png');
  height: 50px;
  vertical-align: bottom;
}
.forumHead2 {
  background-image: url('../images/bg_forum2.png');
  height: 50px;
  vertical-align: bottom;
}
/* -------------------------------------------------------------------------- */

/* admin -------------------------------------------------------------------- */
#admin {

}
#admin input {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin select {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin textarea {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin table {
  background-color: #f0f0f0;
  padding: 10px;
}
.adminInput {

}
#adminHead {
  background-image: url('../images/bg_admin.jpg');
  background-repeat: no-repeat;
  height: 165px;
  position: relative;
  width: 1250px;
}
#adminMenu {
  background-color: #b4b4b4;
  height: 20px;
  left: 425px;
  position: absolute;
  top: 104px;
}
#adminMenu a {
  color: #101010;
}
#adminMenu a:hover {
  color: #f01010;
}
/* -------------------------------------------------------------------------- */

/* error -------------------------------------------------------------------- */
#error {
  clear: both;
  color: #000000;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: #ffffff;
  text-align: left;
}
#error_inner {
  padding: 20px 20px 20px 20px;
}
.error { 
  font-size: 0.7em; 
  font-weight: bold; 
  color: #ff0000; 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
#error a { 
  font-weight: bold; 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:visited { 
  color: #ff6e00; 
  text-decoration: none; 
}
#error a:link { 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:active { 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:hover { 
  color: #ff9e00; 
  text-decoration: underline;
}
/* -------------------------------------------------------------------------- */
