#container1 {
}

#container2 {
	position: absolute;
	left: 50%;
	top: 50%;

	margin-left: -515px;
	margin-top: -300px;
	
	width: 1030px;
	height: 600px;
	overflow: hidden;

	background: #003C69;
}

img.bg_header {
  position: absolute;
  height: 80px;
  width: 911px;
  z-index: 0;
}
img.header {
	position: absolute;
	border: 0px;
	z-index: 1;
}
img.header2 {
  position: absolute;
  border: 0px;
  z-index: 2;
}
img.sparen {
	position: absolute;
	right: 0px;
	z-index: 2;
}

img.nationalteam {
  position: absolute;
  right: 189px;
  top: 6px;
  border: 0px;
  z-index: 3;
}
img.nationalteam_facebook {
  position: absolute;
  right: 245px;
  top: 30px;
  border: 0px;
  z-index: 3;
}
img.eurovolley {
  position: absolute;
  right: 297px;
  top: 7px;
  border: 0px;
  z-index: 3;
}
img.eurovolley_facebook {
  position: absolute;
  right: 358px;
  top: 30px;
  border: 0px;
  z-index: 3;
}

img.oevv_logo_70 {
  position: absolute;
  right: 129px;
  top: 5px;
  /*height: 70px;*/
  border: 0px;
  z-index: 3;
}

img.beachvolley {
  position: absolute;
  top: 83px;
  right: 120px;
  border: 0px;
  z-index: 9999;
}


img.video_kanal {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 203px;
  height: 61px;
  border: 0px;
}
img.vb_stark {
  position: absolute;
  left: 203px;
  bottom: 0px;
  width: 265px;
  height: 61px;
  border: 0px;
}
img.bg_login {
  position: absolute;
  left: 468px;
  bottom: 0px;
  height: 61px;
}
div.loginbox {
  position: absolute;
  left: 498px;
  bottom: 7px;
  height: 49px;
  width: 408px;
}
select#login_name {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 22px;
  font-size: 13px;
  
  background-color: #cde4f6; 
  color: #0e4c75;
}
input#login_password {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 360px;
  height: 22px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  
  background-color: #cde4f6; 
  color: #0e4c75;
}

input#login_ok {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 22px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
  
  background-color: #cde4f6; 
  color: #0e4c75;
}

div.content_container {
  position: absolute;
  top: 132px;

  width: 911px;
  height: 407px;
  
  overflow: auto;
  
  z-index:10;
}

div.container_news_main {
  position: relative;
  height: 407px;
  width: 911px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  overflow: hidden;
}

#container_mainimage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 650px;
  height: 407px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* -- news ------------------------------------------------------------------ */
.container_news {
  position: absolute;
  top: 0px;
  left: 650px;
  width: 261px;
  height: 370px;
  overflow: hidden;
  background-color: #003C69;
}
.container_news_scroller {
  position: absolute;
  width: 300px;
  height: 370px;
  
  overflow: auto;
  overflow-x: hidden; 
  /*overflow: hidden;*/
  
  scrollbar-base-color: #003C69;
  scrollbar-arrow-color: #CDE4F6;

  background: url(/volleynet/resources/default/kvv/transparent.gif) repeat left top;
}
.container_news_scroller:hover {
  width: 261px;
}

.news_mehr {
  position: absolute;
  top: 366px;
  left: 650px;
  width: 231px;
  height: 30px;
  border-top: 1px solid #999999;
  padding: 5px 15px;

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

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

.news2 {
  position: relative;
  width: 240px;
  border-top: 1px solid #999999;
  padding: 10px;
  background: url(/volleynet/resources/default/kvv/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;
}

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

.news_datum a, .news_weiter a { 
  color: #999999;
  margin: 0px;
  padding: 0px 5px 0px 0px;
  font-size: 12px;
}

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 ------------------------------------------------------------------ */

h1 {
	padding: 15px 10px 10px 10px;
  margin: 0px;
  border: 0px;
  
  background: url(/volleynet/resources/default/kvv/content_topbg.gif) repeat-x;
  color: #EEEEEE;
  font-size: 18px;
  font-weight: bold;
}
h1.title {
	overflow: hidden;
}
h2, h3, h4, h5, h6, p {
  padding: 0px 10px;
}
h3.archiv {
	position: absolute;
	top: 109px;
	right: 130px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
  font-size:8pt;
}
a.titlelink {
  font-size: 12px;
}

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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  background-color: #fef7d4;
  color: #EEEEEE;
  font-size: 8pt;
}
/* TinyMCE specific rules */
body.mceContentBody {
  background: #003C69;
}

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

td {
	font-size: 8pt;
	padding: 2px;
}
.line td {
	padding: 0px;
}

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

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

.input_field {
  background-color: #E2E2E2;
  color: #111;
  border: 1px #666666 solid;
}
span.input_field {
  width: 100%;
}
div.input_field {
	padding-top: 2px;
}
input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
input.radio, input.checkboxen {
  background-color: transparent;
}

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

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

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

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

.tablehead {
  background: url(/volleynet/resources/default/kvv/content_topbg.gif) repeat-x;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #EEEEEE;
  vertical-align: top;
}
.redmark {
	background-color: darkred;
}

.tablehead2, .tablehead2 td {
  background: url(/volleynet/resources/default/kvv/content_topbg.gif) repeat-x;
	vertical-align: top;
	text-align: left;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #EEEEEE;
}

.tablehell {
  background-color: #003760;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  vertical-align: top;
}
.tabledunkel {
	background-color: #003C69;
  text-align: left;
  font-family: sans-serif;
  font-size: 9pt;
  vertical-align: top;
}

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

.menu {
  position: relative;
  height: 14px;
  padding: 2px 0px 1px 0px;

  border: 1px solid #003C69;
  border-width: 0px 0px 1px 0px;
  
  background: url("/volleynet/resources/default/kvv/nav_bg.gif") repeat;
  
  color: #EEEEEE;
}
.menu_item {
	position: relative;
	width: 140px;
  height: 12px;
  padding: 0px 5px;
  
  color: #EEEEEE;
  font-size: 9px;
  font-weight:bold;
}
a.menu_item:hover {
  color: #CCCCCC;
}

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

/* -- quicklinks ------------------------------------------------------------ */
table.quicklink {
  width: 100%;
}
td.quicklink {
}
h1.quicklink {
  color: #e4001b;
  margin: 0px;
  font-size: 9px;
  font-weight: bold;
}
a.quicklink_h1 {
  color: #e4001b;
  text-decoration:none;
}
p.quicklink {
  margin: 3px 0px 0px 0px;
  font-size: 8px;
  font-weight:bold;
}
a.quicklink {
  text-decoration:none;
  color: #19171a;
}
/* -- 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 -------------------------------------------------------------- */

/* -- 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 ------------------------------------------------------------------ */

/* -- Start-News ------------------------------------------------------------ */
#container_start {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#container_start2 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 407px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* -- Start-News ------------------------------------------------------------ */

/* -- 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 --------------------------------------------------------------- */

/* -- 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 ------------------------------------------------------------------------------ */

/* -- warnings (zamg) --------------------------------------------------------------------------- */
div.zamg_container {
  float: right;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 55px;
  height: 17px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
div.zamg_container:hover {
  width: 110px;
  overflow: visible;
}
img.zamg_image {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}
div.zamg_container:hover img {
  top: 0px;
	height: 80px;
	width: 110px;
  background: yellow;
}
/* -- warnings (zamg) --------------------------------------------------------------------------- */

