html, body {
  width: 100%;
  margin: 0px;
}
form {
  position: relative;
  margin: 0px;
  padding: 0px;
  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-color: #373737;
  margin: 0px;
  padding: 25px 0px;
}
p {
  margin: 11px 10px;
  padding: 0px;
  line-height: 130%;
}
input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
textarea:focus, select:focus {
  background-color: white;
}
.input_field {
  background-color: #E2E2E2;
  color: #111;
}
.input_field:focus {
  background-color: white;
}
input.radio, input.checkboxen {
  background-color: transparent;
}

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

#container2 {
  position: relative;
  height: auto;
  min-height: 800px;
  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 0px;
}

.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;
}

div.container_news_main {
  position:relative;
  left:-80px;
  height:400px;
  width: 990px;
  padding: 0px;
  margin: 0px;
  border-top: 2px solid #373737;
  overflow: hidden;
}

#calendar {
  position: absolute;
  left: -80px;
  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: relative;
  top: 0px;
  left: 0px;
  width: 650px;
  height: 400px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* -- news ------------------------------------------------ */
.container_news {
  position: absolute;
  top: 0px;
  left: 650px;
  width: 260px;
  height: 370px;
  overflow: hidden;
  background-color: black;
}
.container_news_scroller {
  position: absolute;
  width: 300px;
  /*width: 278px;*/
  height: 370px;
/*  overflow: auto;
  overflow-x: hidden; */
  overflow: 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: 650px;
  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;
}
.news1 p {
  max-height: 110px;
  overflow: hidden;
}

.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;
}

h1.news a.news {
  font-size: 18px;
}

.newsarchive_titel2 {
  float: left;
  font-size: 12px;
}
.newsarchive_datum {
  float: right;
  font-size: 12px;
}
.newsarchive_titel, .tablehell .newsarchive_titel, .tabledunkel .newsarchive_titel {
  font-size: 16px;
  font-weight: bold;
}
/* -- news ------------------------------------------------ */


.teaserbox {
  position: absolute;
  background: #101010 url(/volleynet/resources/Indoor/oevv2/teaser_bg.gif) repeat-x 50px 0px;
  border: 0px none;
  border-right: 2px solid #333333;
  width: 198px;
  height: 170px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}
.teaserbox2 {
  position: absolute;
  top: 50px;
  width: 300px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  border: 0px;

  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-base-color: #101010;
  scrollbar-arrow-color: #efefef;
}

.teaserbox2:hover {
  width: 198px;
}

.teaserbox ul, .teaserbox li {
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
.teaserbox li {
  position: relative;
  width: 184px;
  height: 15px;
  padding: 3px 7px;
}

.teaserbox a {
  position: absolute;
  width: 184px;
  margin: 0px;
  padding: 0px;
  border: 0px;

  font-size: 12px;

  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teaserbox img {
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#loginbox_container {
  float: left;
  position: relative;
  top: 0px;
  left: 800px;
  height: 170px;
  width: 190px;
  margin: 0px;
  padding: 0px;
}
#loginbox {
  background: #101010 url(/volleynet/resources/Indoor/oevv2/login_bg.gif) repeat-x 0px 0px;
  color: black;
  position: relative;
  top: 0px;
  left: 0px;
  height: 170px;
  width: 190px;
  margin: 0px;
  padding: 0px;
}
#login_header {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
  color: black;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
#login_name {
  position: absolute;
  left: 10px;
  top: 36px;
  width: 171px;
  height: 22px;

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

  background-color: yellow;
  font-size: 11px;
}

#login_password {
  position: absolute;
  left: 10px;
  top: 68px;
  width: 165px;
  height: 18px;

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

  background-color: yellow;
  font-size: 13px;
}
#login_ok {
  position: absolute;
  left: 151px;
  top: 104px;
  width: 30px;
  height: 25px;

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

  background-color: yellow;
  font-size: 13px;
  font-weight: bold;
}

.banner {
  float: left;
  width: 100%;
  background: url(/volleynet/resources/Indoor/oevv2/banner_bg.gif) repeat-x;
  text-align: left;
}

.newsletter {
  float: left;
  background: url(/volleynet/resources/Indoor/oevv2/newsletter_bg.gif) repeat-x;
  text-align: left;
  height: 60px;
}
.newsletter a {
  background-color: #c20000;
  border: 1px solid white;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0px 4px 10px;
  padding: 0px 27px;
  text-transform: uppercase;
  color: white;
}
#newsletter_header {
  position: relative;
  text-align: left;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0px 4px 10px;
  padding: 0px;
}
/* -- 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 10px;
  margin: 0px;
  border: 0px;
}

/* other logos */
.logos_area_1 {
  position: absolute;
  left: -80px;
  top: 94px;
  height: 130px;
  width: 80px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.logos_area_1 img {
  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;
}
.h1_bottom {
  background: black url(/volleynet/resources/Indoor/oevv2/content_bottombg.gif) repeat-x bottom;
  padding: 10px 10px 15px 10px;
}

.imagelink:hover {
  background: url(/volleynet/resources/image16/bg/bglink_hi.png);
}
.imagelink2 {
  background: url(/volleynet/resources/image16/bg/bglink.png);
}
.imagelink2:hover {
  background: url(/volleynet/resources/image16/bg/bglink_hover.png);
}

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

tr.tablehead > td {
  border-top: 1px dotted #999999;
  padding: 6px 15px 9px;
  font-size: 12px;
  font-weight: bold;
  background-color: black;
}
.tablehead {
  /*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;
}
.tablehead a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
tr.tablehell > td > div, tr.tabledunkel > td > div, tr.tablehead > td > div {
  font-size: 12px;
} 

.tablehead2 td, .tabledunkel .tablehead2 td, .tablehell .tablehead2 td {
  border-top: 1px solid black;
  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;
}

td.table_border, tr.tabledunkel td.table_border, tr.tablehell td.table_border, tr.tablehead td.table_border {
  padding: 0px;
  border-top: 1px solid black;
  background-color: black;
}

.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-color: 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 ------------------------------------------------------------------------ */

/* -- tabcontrol -------------------------------------------------------------------------------- */
.tc_tab_selected {
  background: transparent /*url(/volleynet/resources/tabcontrol/image/oevv/t1.gif) repeat-x*/;
  vertical-align: top;
  height: 10px;
  overflow: hidden;
  padding: 0px;
}
.tc_tab {
  background: transparent; /*#ffb5bf url(/volleynet/resources/tabcontrol/image/oevv/t0.gif) repeat-x*/
  vertical-align: top;
  height: 10px;
  overflow: hidden;
  padding: 0px;
}
.tc_fill {
/*  border: 1px none white;
  border-bottom-style: solid;*/
}
.tc_tab_button {
  background-color: white;
  color: black;
  border: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  height: 20px;
  width: 100px;
}
.tc_tab_button_selected {
  background-color: #CCCCCC;
  color: black;
  border: 0;
  padding: 0px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  height: 21px;
  width: 100px;
}
.tc_tab_button_selected:focus {
  background-color: #CCCCCC;
  color: black;
}
/* -- tabcontrol -------------------------------------------------------------------------------- */

/* -- change requests --------------------------------------------------------------------------- */
div.changerequest_info {
  font-size: 12px;
  padding-left: 2px;
}
/* -- change requests --------------------------------------------------------------------------- */

a.livelink {
  position: absolute;
  left: 165px;
  top: 5px;
  height: 18px;
  width: 31px;
  z-index: 999;
}

/* -- list ---------------------------------------------------------*/
.list_filter {
  position: relative;
}
.list_filter_body {
  display: none;
}
.list_filter:hover .list_filter_body,
a.list_filter_header:visited + .list_filter_body,
a.list_filter_header:active + .list_filter_body {
  display: block;
}
/* -- list ---------------------------------------------------------*/

/* -- search_frame ------------------------------------------------------------------------------ */
#search_frame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
  /*margin-top: 555px;*/
	border: 0px;
  color: #EEEEEE;
  text-align: center;
  z-Index: 9999;
  display: none;
}

#search_frame2 {
  position: relative;
  width: 990px;
  height: 100%;
  margin: auto;
  border: 0px;
  text-align: left;
}

iframe.search_frame {
	width: 100%;
	height: 100%;
}
/* -- search_frame ------------------------------------------------------------------------------ */

/* -- tabelle --------------------------------------------------------------- */
.round_container {
	position: relative;
}
.round_container a {
  position: relative;
	padding: 5px 10px;
  background: url(/volleynet/resources/image16/bg/bglink.png) no-repeat center;
}
.round_container a:hover {
  background-image: url(/volleynet/resources/image16/bg/bglink_hover.png);
  color: gray;
}
/* -- tabelle --------------------------------------------------------------- */

