@CHARSET "ISO-8859-15";

/* Interner Bereich */

a.a_bg_intern {
	color: #505050;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.35;
  background:url('./gfx/bgline_dotted.gif') repeat-x;
  background-position:0 22px;
  display:block;
  width:290px;
  height:40px;
  padding:0;
  margin:0;
}  
a.a_bg_intern:hover {
	color: #FF7800;
  text-decoration:none;
}

.nav_info { 
	color: #505050;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.35;
	display:none;
	padding:0px 0 0 0;
	clear:both
}

.runningtext_intern {
	width:480px;
	font-size:14px;
}

select { 
	font-family:cambria;
	color:#505050;
	font-size:14px;
	border:1px solid #c2c2c2;
}

#loginstatus {
  position:absolute;
  top:0;
  left:770px;
  background: url('./gfx/bg_loginstatus.png') no-repeat;
  width:200px;
  height:60px;
  padding:7px 10px 7px 10px;
  font-family:calibri, sans-serif;
  line-height:100%;
  color:#FFFFFF;
}

#loginstatus .text {
	font-size:14px;
	padding:0 0 5px 0;
  /*text-shadow: 1px 1px 1px #333;*/
}

#loginstatus .person {
	font-size:15px;
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #333;*/
}

#loginstatus .loginstatus a {
  position:relative;
  text-decoration:none;
  top:2px;
}

#loginstatus .loginstatus a:hover {
  text-decoration:underline;
}

#logout {
	position:absolute;
	top:60px;
  left:770px;
  background: url('./gfx/bg_logout.png') no-repeat;
	width:64px;
	height:20px;
}

#logout a {
  position:relative;
  top:1px;
  font-family:calibri, sans-serif;
  color:#FFFFFF;
}

#logout a:hover {
	text-decoration:underline;
}

.fobi_kat {
	font-size:18px;
	font-weight:bold;
	color:#ff7800;
}	

.tooltip, .error-tooltips span.error { position:absolute; top:auto; bottom:20px; left:0; padding:6px 8px; text-align:center; color:#3f3f3f; background:#fff; -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);	}
#tooltip { position:absolute; max-width:30em; padding:6px 8px; font-size:14px; line-height:1.4em; text-align:center; color:#505050; z-index:3000; background:#fff; -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);	}

