@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0px 10px 0px 20px;
	background-image:url(../images/bg_top4.png);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 40px;
	float:none;
	width: 1170px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 279px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height:748px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image:url(../images/bg_sidebar4.png);
	background-repeat:no-repeat;
	border-right: 1px solid #979797;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:750px;
	float:left;
	width:900px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main_frame {
	height:750px;
	width:100%;
	overflow-y: auto;
	overflow-x: auto;
}

input.login {
	width: 144px;
	left: 352px;
	position: absolute;
	top: 256px;
}

span.login {
	left: 260px;
	position: absolute;
	top: 256px;
}

span.login_error {
	left: 200px;
	position: absolute;
	top: 400px;
	color:#FF0000;
	text-align:left;
}

img.login {
	z-index: 108;
	left: 8px;
	position: absolute;
	top: 32px;
}

body.login {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.header_changepass {
	float: right;
	width: 200px;
	font-size: 11px;
	padding: 21px 0px 5px 0px;
}
.header_username {
	float: right;
	width: 200px;
	font-size: 11px;
	padding: 21px 0px 5px 0px;
}
.header_logout {
	float: right;
	width: 89px;
	height: 40px;
	padding: 0px 9px 0px 0px;
	text-align: center;
}


		.activeNodeLink{
			background-color: #316AC5;
			color: #FFFFFF;
			font-weight:bold;
		}
		.terminal_count_info{
			font-size: 10px;	
		}
		.tree_link:hover {
			background-color: #CCCCCC;
		} 
		.tree_link:active {
			background-color: #FFFF99;
			font-weight: bold;
		} 
	
a.changePass, a.changePass:link, a.changePass:visited, a.changePass:active{
	color:black;
	text-decoration:underline;
}
a.changePass:hover {
	color:red;
	text-decoration:none;
}


body header { 
  min-width: 940px; 
  background-color: #323a3a;
}

body header .ym-wbox { 
/*  background-color: red;*/
  height: 80px;
  padding: 0px;
  width:940px;
}
body header .logo_icon {
  /*background: #323a3a url(../images/logo_icon_oben.png) scroll no-repeat left bottom; */
  background-color: #323a3a
  float: left;
  height: 80px;
  width:940px;
}
body header .logo_icon_content {
  font-size: 11px;
  font-family:arial,verdana;
  color: white;
  padding: 63px 0 0 105px;
}

body .ym-wrapper {
  max-width: 940px;
  width: 940px;
  margin: 0 auto;
}

body header .right {
  /* background: #323a3a url(../images/text_diplomatsportwettengmbh.png) scroll no-repeat right bottom;*/
  background-color: #323a3a;
  float: right;
  height: 77px;
  width: 285px;
}

body.login {
  background: #ffffff url(../images/bg_login.png) scroll repeat-x left top;
}

body.login .ym-wbox .login {
  width: 940px;
}

body.login .videogaming 
{
    /*
  background-image: url(../images/text_videogamingwithlivecharacter.png);
  background-repeat:no-repeat;
  background-position:right bottom; */
  float:right;
  height:14px;
  width:217px;
}

body.login .logo {
	width:940px;
	margin:100px 0 56px 0;
	height:89px;
	font-family: arial, verdana;
	font-size:13px;
	font-weight:bold;
}

body.login .ym-wbox .login span.username, body.login .ym-wbox .login span.password {
  width:112px;
  color:white;
  background-color:#6d7071;
  display:inline-block;
  text-align:left;
  font-size:13px;
  padding: 5px 0 5px 9px;
  font-family: arial, verdana;
}

body.login .ym-wbox .login input.username, body.login .ym-wbox .login input.password {
	margin:0px; 
	padding:4px; 
	text-align:left; 
	font-size:13px; 
	color: black; 
	border: 1px solid #6d7071; 
	width:200px;
	font-family: arial, verdana;
}

body.login .ym-wbox .login span.password, body.login .ym-wbox .login input.password {
	margin:10px 0 0 0;
}

body.login .ym-wbox .login input.submit {
color:white; background-color: #ea5b0c; border:0px; padding: 7px 40px 7px 40px; margin-top:40px; font-size: 14px; font-weight:bold; font-family: arial, verdana;
}

body.login .ym-wbox .login span.error {
	color:#ea5b0c; padding-top:40px; font-size: 14px; font-weight:bold;display:inline-block; font-family: arial, verdana;
}