* {
  margin:0;
  padding:0;
}

html, body {
  height:100%;
}

body {
  background:#053f41 url(../images/container_back.png) top center no-repeat;
}

img {
  border:0;
}

input.googlesuche {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

div, p, table {
  font: Normal 11px Verdana;
  color: gray;
}

a {
  text-decoration:none;
  color:#003f44;
}

#container {
  width:664px;
  margin:0 auto;
}

#topnavi {
  padding:40px 0 0 32px;
}

#upload {
  width:334px;
  height:90px;
  margin:54px 0 0 322px;
  background:url(../images/upload_back.png);
}

input.filename {
  border: 1px solid #bfbfbf;
  height: 16px;
  font: Normal 11px Verdana;
  padding: 2px;
  padding-top: 4px;
  color: #7c7c7c;
  width: 120px;
}

input.comment {
  border: 1px solid #bfbfbf;
  border-bottom: 3px double #bfbfbf;
  height: 14px;
  font: Normal 11px Verdana;
  padding: 2px;
  padding-top: 4px;
  color: #7c7c7c;
  width: 305px;
}

input.file {
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter:alpha(opacity=0);
  z-index:2;
}

#browse {
  cursor:pointer;
}

input.upload {
  width: 86px;
  height: 9px;
  background-image: url(../images/button_goupload.jpg);
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
}

#upload .small {
  font: Bold 9px Tahoma;
  color: #b2b2b2;
}

#content {
  width:644px;
  margin:80px 0 0 22px;
  background:#fff;
}

#navi_bottom {
  width:530px;
  height:20px;
  font:Normal 13px Verdana;
  border-top:2px dotted #9a9a9a;
  border-bottom:2px dotted #9a9a9a;
  color:#92AC6F;
  margin:auto;
  background-color:#b8ff65;
}

#login {
  width:286px;
  height:128px;
  margin:10px auto;
  background:url(../images/box_login.png);
  position:relative;
}

#registration {
  width:466px;
  height:187px;
  margin:10px auto;
  background:url(../images/box_register.png);
}

#login input.text, #registration input.text {
  width:178px;
  height:22px;
  border:1px solid #065c5e;
  background:url(../images/input_back.png);
}

.do {
  font-size:11px;
  font-family:sans-serif;
  color:#22CFD7;
}

.wn {
  font-size:9px;
  font-family:sans-serif;
  color:#BEBDBD;
}

.status {
  text-align:center;
  background-color:#e1ffb8;
  font-size:11px;
  font-family:sans-serif;
  color:#8CA669;
}

table.table {
  width:585px;
  margin:0 auto;
  border:1px solid #054087;
  border-collapse:collapse;
  font-size:11px;
}

table.table td, table.table th  {
  border:1px solid #054087;
  text-indent:5px;
}

table.table th {
  font-weight:bold;
  text-align:left;
}

table.table thead th {
  height:22px;
  background:url(../images/table_bg.png);
  color:#fff;
}

table.table thead td {
  height:27px;
  color:#fff;
  background:#0F558A;
}

table.table tfoot td {
  height:27px;
  color:#fff;
  background:#0F558A;
}

table.table tbody tr {
  height:22px;
}

