.hl_tabelle {
  font-size: 12px;
  font-weight: bold;
  font-variant: normal;
  color: #111;
  text-transform: uppercase;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  background-color: #EEE;
  color: #111;
  font-size: 8pt;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #EEE;
}
td {
	font-size: 8pt;
	padding: 2px;
}
h1 {
  font-size:16pt;
  margin:0;
}

a { text-decoration: none; color: #111; }
a:hover { text-decoration: none; color: gray; }

tr.tablehead a { text-decoration: none; color: #BBBBFF; }
tr.tablehead a:hover {	text-decoration: none; color: #b2b2b2; }

.input_field {
  font-size: 8pt;
  background-color: #E2E2E2;
  border: 1px #666666 solid;
}
span.input_field {
  width:100%;
}
input.radio, input.checkboxen {
  background-color: transparent;
}

.mainlink {
  font-size: 11pt;
  font-weight: 900;
}
.mainlink_item {
  padding: 2px 5px;
}

.mainlink a { color: #111; }
.mainlink a:hover { color: #b2b2b2; }

table.content {
  border: 0;
  margin:0;
  padding: 0;
  width: 100%;
}

.tablehead, .redmark {
  background-color: #111;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #BBBBFF;
  vertical-align: top;
}
.tablehell {
  background-color: #EEEEEE;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  color: #111;
  vertical-align: top;
}
.tabledunkel {
  background-color: #cccccc;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  color: #111;
  vertical-align: top;
}

p.tableinfo {
  margin: 25px 0;
  font-family: sans-serif;
  font-size: 9pt;
}

/*
.m enubar {
  position: absolute; left:0; top:70; height:101; width:100%;
  z-index: 98;
  background: #00007f url(/volleynet/resources/Indoor/svv/logo.jpg) top left no-repeat;
}

a.m enubar_item {
  float: left;
  width: 150px;
  height: 46px;
  margin: 6px 10px 0 0;

  line-height: 2.6;
  color: orange;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: url(/volleynet/resources/Indoor/svv/menu.gif) top left;
  overflow: hidden;
}
a.m enubar_item:hover {
  color: #111;
  background: url(/volleynet/resources/Indoor/svv/menu.gif) bottom left;
}
a.m enubar_item_cur {
  float: left;
  width: 150px;
  height: 46px;
  margin: 6px 10px 0 0;

  line-height: 2.6;
  color: orange;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: url(/volleynet/resources/Indoor/svv/menu.gif) top left;
  overflow: hidden;
}
a.m enubar_item_cur:hover {
  color: #111;
  background: url(/volleynet/resources/Indoor/svv/menu.gif) bottom left;
}*/

/*
.m ain_info2 {
  position: absolute; left: 11px; top: 5px;
  color: #00007f;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  z-Index: 2;
}
.m ain_info {
  position: absolute; left: 8px; top: 2px;
  color: #0000ff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  z-Index: 3;
}*/

.menu {
  position: absolute; left: 155px; top: 125px;
  color: orange;
  font-weight: bold;
  font-size: 7pt;
  z-Index: 101;
}
.menu_item {
  color: orange;
}
a.menu_item:hover {
  color: #CCCCCC;
}

/* -- tabcontrol -------------------------------------------------------------------------------- */
.tc_tab_selected {
  background: red url(/volleynet/resources/tabcontrol/image/kvv/t1.gif) repeat-x;
  vertical-align: top;
  height: 21px;
  overflow: hidden;
  padding: 1px;
}
.tc_tab {
  background: black url(/volleynet/resources/tabcontrol/image/kvv/t0.gif) repeat-x;
  vertical-align:top;
  height: 21px;
  overflow: hidden;
  padding:1;
}
.tc_fill {
  border:1px none black;
  border-bottom-style: solid;
}
.tc_tab_button {
  background-color: #111;
  color: #EEE;
  border: 0;
  font-family:sans-serif;
  font-size:14px;
  font-weight:bold;
  text-align:left;
  height: 19px;
  width:100%;
}
.tc_tab_button_selected {
  background-color: dimgray;
  color: #EEE;
  border: 0;
  font-family:sans-serif;
  font-size:14px;
  font-weight:bold;
  text-align:left;
  height: 19px;
  width:100%;
}
/* -- bmenu --------------------------------------------------------------------- */
.bmenu {
  border: 1px solid black;
}
.bmenuitem {
  padding: 3px 5px;
  background-color: #EEE;
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}
.bmenuitem_hover {
  padding: 3px 5px;
  background-color: darkblue;
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}


/* tooltips ------------------------------------------------------------------------ */
.tooltip_border {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.tooltip_content {
  border: 1px solid black;
  padding: 3px;
  background-color: #EEE;
  color: #111;
}
.tooltipOk {
  border: 1px solid #111;
  padding: 3px 5px;
  background-color: #7fff7f;
  color: #111;
}
.tooltipError {
  border: 1px solid #111;
  padding: 3px 5px;
  background-color: #ff7f7f;
  color: #111;
}
/* tooltips ------------------------------------------------------------------------ */
/* -- default template ------------------------------------------------------------- */
.text_1 {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 3;

  color: #0000FF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 52px;
  font-weight: bold;
}
.text_2 {
  position: absolute;
  left: 11px;
  top: 5px;
  z-index: 2;

  color: #00007F;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 52px;
  font-weight: bold;
}
.text_3 {  /* background of menu */
  position: absolute;
  left: 0px;
  top: 70px;
  height: 101px;
  width: 100%;
  min-width: 1000px;
  z-index: 1;

  background: #00007F url(/volleynet/resources/default/svv/logo.jpg) no-repeat scroll left top;
}

.title {
  position: absolute;
  left: 155px;
  top: 140px;
  color: orange;
  z-index: 888;
}
a.titlelink {
  margin-left: 500px;
  font-size: 12px;
  color: orange;
}

.left_column {
  position: absolute;
  top: 195px;
  left: 20px;
  width: 105px;
}

.content_container {
  position: absolute;
  top: 200px;
  left: 120px;
  right: 50px;
}

.tablehead2 td {
  color: #BBBBFF;
  background-color: #00007F;
  font-size: 18px;
  font-weight: bold;
}
.tablehead2 a {
  color: #BBBBFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.tablehead, .redmark {
  background-color: #00007F;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #BBBBFF;
  vertical-align: top;
}
.tablehell {
  background-color: #EEEEFF;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  color: #111;
  vertical-align: top;
}
.tabledunkel {
  background-color: #CCCCFF;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  color: #111;
  vertical-align: top;
}

/* -- 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);
}
/* -- tabelle --------------------------------------------------------------- */

