html, body {
  width: 100%;
  margin: 0px;
}
form {
  position: relative;
  margin: 0px;
  padding: 0px;
  /*border: 1px solid black;*/
  border: 0px; /* sonst hat der Startbildschirm einen Rand! */
  background-color: black;
}

body, td, th, div, p, a {
  color: #EEEEEE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  background: url(/volleynet/resources/Indoor/beach2/beach_bg.jpg) repeat;
  margin: 0px;
  padding: 25px 0px;
}
p {
  margin: 11px 10px;
  padding: 0px;
  line-height: 130%;
}
input {
  background-color: #EEEEEE;
}
input:focus {
  background-color: white;
}

#container {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

#container2 {
  position: relative;
  height: auto;
  margin: auto;
  overflow: hidden;
  padding-top: 25px;
  width: 990px;
  text-align: left;
}

#header {
  position: relative;
  height: 80px;
  background: url(/volleynet/resources/Indoor/oevv2/header_bg.gif) repeat-x 2px;
}

#logo_oevv {
  position: absolute;
}

#logo_beach {
  position: absolute;
  left: 820px;
  top: 29px;
}


.menu {
  position: relative;
  height: 19px;
  width: 100%;
  overflow: hidden;
  background: url(/volleynet/resources/Indoor/oevv2/nav_bg.gif) repeat;
  padding: 0px 50px 0px 80px;
  margin: 0px;
}

.menuitem {
  position: absolute;
  padding: 0px;
  margin: 0px;
  height: 100px;
  width: 130px;
  overflow: hidden;
}
.menuitemleft {
  position: relative;
  top: 2px;
  width: 1px;
  height: 14px;
  background-color: EEEEEE;
}
.menuitemlink {
  position: absolute;
  height: 100px;
  width: 333px;
  padding: 3px 5px 0px;
  width: 999px;
  margin: 0px;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.menuitemlink:hover {
  background: url(/volleynet/resources/Indoor/oevv2/nav_bg_o.gif);
  color: red;
}


#container_content {
  position: relative;
  left: 80px;
  width: 910px;
  margin: 0px;
  padding: 0px;
  background-color: black;
}


#calendar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 90px;
  width: 80px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background: url(/volleynet/resources/Indoor/oevv2/calendar_bg.gif) repeat-x;
}
#calendar_day {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  text-align: center;
}
#calendar_month {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 9px;
  text-align: center;
}
#calendar_time {
  position: absolute;
  top: 66px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 9px;
  text-align: center;
}

#container_mainimage {
  position: absolute;
  top: 0px;
  left: 80px;
  /*width: 910px;*/
  width: 650px;
    height: 400px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* -- news ------------------------------------------------ */
.container_news {
  position: absolute;
  top: 0px;
  left: 730px;
  width: 260px;
  height: 370px;
  overflow: hidden;
  background: black;
}

.container_news_scroller {
  position: absolute;
  width: 300px;
  /*width: 278px;*/
  height: 370px;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-base-color: #101010;
  scrollbar-arrow-color: #efefef;
  background: url(/volleynet/resources/Indoor/oevv2/transparent.gif) repeat left top;
}
.container_news_scroller:hover {
  width: 260px;
}

.news_mehr {
  position: absolute;
  top: 370px;
  left: 730px;
  width: 230px;
  height: 30px;
  border-top: 1px solid #999999;
  padding: 5px 15px;

  background: url(/volleynet/resources/Indoor/oevv2/news_bg.gif) repeat-x left top;
  font-weight: bold;
  text-align: right;
}

.news1 {
  position: relative;
  width: 240px;
  padding: 10px;
  background: url(/volleynet/resources/Indoor/oevv2/news_bg.gif) repeat-x left top;
}

.news2 {
  position: relative;
  width: 240px;
  border-top: 1px solid #999999;
  padding: 10px;
  background: url(/volleynet/resources/Indoor/oevv2/news_bg.gif) repeat-x left top;
}

.container_news h3, .news1 h3 {
  color: #999999;
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px 4px;
}

.news1 h1 {
  border-bottom: 1px dotted #999999;
  font-size: 16px;
  margin: 0px;
  padding: 2px 0px 4px;
  background: transparent;
}
.news2 h1 {
  border-bottom: 1px dotted #999999;
  font-size: 13px;
  margin: 0px;
  padding: 0px 0px 3px;
  background: transparent;
}

.container_news p, .news1 p {
  border-bottom: 1px dotted #999999;
  margin: 0px;
  padding: 6px 0px 6px 0px;
  line-height: 16px;
  color: #CCCCCC;
  font-size: 12px;
}

.container_news a {
  color: #999999;
  margin: 0px;
  padding: 0px 5px 0px 0px;
  /*text-decoration: none;*/
  font-size: 12px;
}

.news_datum {
  float: left;
  width: auto;
  font-size: 12px;
}
.news_weiter {
  float: right;
  width: auto;
}
/* -- news ------------------------------------------------ */

/* -- login ----------------------------------------------- */
#login_name {
  position: absolute;
  left: 28px;
  top: 11px;
  width: 168px;
  height: 19px;

  margin: 0px;
  padding: 2px 2px 0px 2px;
  border: 1px solid black;

  background-color: yellow;
  font-size: 14px;
}
#login_password {
  position: absolute;
  top: 11px;
  width: 168px;
  height: 17px;

  margin: 0px;
  padding: 2px;
  border: 1px solid black;

  background-color: yellow;
  font-size: 13px;
}
#login_ok {
  position: absolute;
  top: 11px;
  width: 30px;
  height: 23px;

  margin: 0px;
  padding: 0px;
  border: 1px solid black;

  background-color: yellow;
  font-size: 10px;
  font-weight: bold;
}
#login_new {
  position: absolute;
  top: 3px;
  width: 39px;
  height: 18px;

  margin: 0px;
  padding: 2px;
  border: 1px solid black;

  background-color: yellow;
  font-size: 9px;
  font-weight: normal;
}
#login_club {
  position: absolute;
  top: 24px;
  width: 39px;
  height: 18px;

  margin: 0px;
  padding: 2px;
  border: 1px solid black;

  background-color: yellow;
  font-size: 9px;
  font-weight: normal;
}


.banner {
  position: relative;
  height: 46px;
  margin-left: 80px;
  background: url(/volleynet/resources/Indoor/oevv2/banner_bg.gif) repeat-x;
}

/* -- logos region at the bottom ------------------------------------------------------- */
.logos_area {
  float: left;
  width: 100%;
  background: url(/volleynet/resources/Indoor/oevv2/bottom_bg.png) repeat-x;
  height: 60px;
  margin-top: 30px;
  padding: 2px;
  text-align: center;
}
.logos_area img {
  border: 0px;
  vertical-align: middle;
}
.logos_area span {
  padding: 0px 15px;
  margin: 0px;
  border: 0px;
}

/* -- --------------------------------------------*/
h1 {
  background: black url(/volleynet/resources/Indoor/oevv2/content_topbg.gif) repeat-x;
  padding: 15px 10px 10px 10px;
  margin: 0px;
  border: 0px;
  font-size: 18px;
  font-weight: bold;
}
h2, h3, h4, h5, h6 {
  padding: 0px 10px;
}
div.remarks {
  padding: 0px 10px 10px 10px;
}

tr.tablehell td {
  border-top: 1px dotted #999999;
  padding: 6px 15px 9px;
  background-color: #111;
  font-size: 12px;
}
tr.tabledunkel td {
  border-top: 1px dotted #999999;
  padding: 6px 15px 9px;
  background-color: black;
  font-size: 12px;
}
.tablehell a, .tabledunkel a, .tablehell div, .tabledunkel div {
  font-size: 12px;
}
tr.line td  {
  border: 0px none;
  padding: 0px;
  margin: 0px;
  font-size: 8px;
}

tr.tablehead td {
  border-top: 1px dotted #999999;
  padding: 6px 15px 9px;
  font-size: 12px;
  font-weight: bold;
  background-color: black;
}
tr.tablehead div {
  font-size: 12px;
  font-weight: bold;
}
.tablehead a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.tablehead2 td {
  background: black url(/volleynet/resources/Indoor/oevv2/content_topbg.gif) repeat-x;
  padding: 15px 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
.tablehead2 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.redmark, td.redmark {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  background-color: #400;
  color: #C00;
}

.dropmenu {
  position: absolute;
  width: auto;
  display: none;
  z-Index: 999;
}
.dropmenuitem {
  position: relative;
  height: 16px;
  min-width: 130px;
  width: auto;
  overflow: hidden;
  background: url(/volleynet/resources/Indoor/oevv2/nav_bg.gif) repeat;
  padding: 2px 5px;
  margin: 0px;
}
/*
.dropmenuitem a {
  position: absolute;
  width: 999px;
  padding: 0px;
  margin: 0px;
}
*/

/* -- raster ----------------------------------------------------------------------- */
.raster_viewport {
  position:relative;
  width:100%;
  height:auto;
  overflow: auto;
  overflow-y: hidden;
}
.raster_pane {
  position:relative;
  float: left;
  border: 20px solid black;
  border-width: 0px 500px 20px 5px;
}
/* -- raster ----------------------------------------------------------------------- */

/* -- cms editor ------------------------------------------------------------------- */
body.mceContentBody {
  background: black;
}
/* -- cms editor ------------------------------------------------------------------- */

/* tooltips ------------------------------------------------------------------------ */
.tooltip_border {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.tooltip_content {
  border: 1px solid black;
  padding: 3px;
  background-color: white;
  color: black;
}
.tooltipOk {
  border: 1px solid black;
  padding: 3px 5px;
  background-color: #7fff7f;
  color: black;
}
.tooltipError {
  border: 1px solid black;
  padding: 3px 5px;
  background-color: #ff7f7f;
  color: black;
}
/* tooltips ------------------------------------------------------------------------ */
