
@font-face {
    font-family: 'DINOT';
    src: url('../fonts/DINOT.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* Korrektur der Schriftglättung für Safari */
body {
  -webkit-text-stroke:1px transparent;
}

/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
/*	right:0;
	bottom:0;*/
	height:100%;
	width:100%;
	min-height:786px;
	min-width:1180px;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#preloaderHealth {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	background-image:url(../images/health/health-background.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	z-index:99; /* makes sure it stays on top */
}

#preloaderHome {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	background-image:url(../images/home/home-background.png);
	background-repeat: no-repeat;
	background-position:center; 
	z-index:99; /* makes sure it stays on top */
}

#preloaderGrid {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	background-image:url(../images/grid/grid-background.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

html, body {
	height: 100%;
	width: 100%;
	margin:0;
}

body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color: #ffffff; 
	color: #444;
	font-size: 8pt;
   	font-family: 'DINOT', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#mobile_frame {
	width:100%;
	height: 100%;
	position:relative;
}
#distance {
	clear:both;
	width: 1px;
	height: 50%;
	margin-bottom: -336px;
	float: left;
}

#viewport {
	background-image:url(../images/rahmen-1.png);
	background-repeat:no-repeat;
	width:1163px;
	height: 672px;
	background-color: Transparent;
	margin: 0 auto;
	position: relative;
	clear: left;
}

a:link,a:active,a:visited,a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#666
}


/*Globale Elemente*/
div#logo{
	width:86px;
	height: 45px;
	position:absolute;
	left:1037px;
	z-index:10;
	border-bottom-left-radius: 10px;
}

.LogoWeiss{
	background-image:url(../images/LogoWeiss.png);
}

.LogoGrau{
	background-image:url(../images/LogoGrau.png);
}

.mark{
	color:#f00;
}

#int_nav,#int_nav a:link,#int_nav a:active,#int_nav a:visited,#int_nav a:hover{
	color:#ddd;
	font-weight:normal;
	display:block;
	width:80px;
	padding:2px;
	border-radius:3px;
	background-color:#359;
	z-index:5;
	
}

#int_nav img{
	float:left;
	margin-top:-3px;
	margin-bottom:-4px;
	margin-left:-12px;
}

/* sonstige Elemente */

#footer{
	width:1123px;
	height:24px;
	background-color:#e6e6e6;
/*	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
	position:absolute;
	top:630px;
	left:0px;
}

#footerStart{
	width:1123px;
	height:24px;
	background-color:#e6e6e6;
	position:absolute;
	top:607px;
	left:0px;
}


.icon {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
/*	box-shadow:3px 3px 3px #666;*/
	float:left;
	margin-left:5px;
}

#footerStart .icon {
	margin-left:10px;
	margin-top:5px;
}

#footer .homelink,#footer .homelink a:link,#footer .homelink a:active,#footer .homelink a:visited,#footer .homelink a:hover,
#footerStart .homelink,#footerStart .homelink a:link,#footerStart .homelink a:active,#footerStart .homelink a:visited,#footerStart .homelink a:hover{
	font-weight:bold;
	color:#46a;
	display:block;
	width:100px;
	margin-left:10px;
	line-height: 24px;
	float:left;
}

#footer .sublinks,#footerStart .sublinks{
	float:right;
	display:block;
	width:420px;
	text-align: right;
}

#footer .sublinks a:link,#footer .sublinks a:active,#footer .sublinks a:visited,#footer .sublinks a:hover,
#footerStart .sublinks a:link,#footerStart .sublinks a:active,#footerStart .sublinks a:visited,#footerStart .sublinks a:hover{
	margin-right:30px;
	line-height: 24px;
}


.FALSEtextboxpopup{
	background: #eee;
	padding: 10px 20px 10px 20px ; 	
	border: 5px solid rgb(69, 92, 91);
	border: 5px solid rgba(69, 92, 91, .8);
		-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
	float: left;
	text-align:left;
	position: fixed;
	top: 50%; 
	left: 50%;
	z-index: 12;
	border-radius:10px 10px 10px 10px;
        -moz-border-radius: 10px; /* Firefox */
        -webkit-border-radius: 10px; /* Safari, Chrome */
}


/****** Global points with labels for Health, Home and Grid ******/

div.element a {
	position: relative;
	display: inline-block;
	height: 26px;
	width: auto;
	line-height: 26px;
}
div.element a.point_onleft img.point_icon {
	position: absolute;
	top: 0px;
	left: 0px;	
}
div.element a.point_onright img.point_icon {
	position: absolute;
	top: 0px;
	right: 0px;	
}
div.element a span {
	position: relative;
	display: block;
	line-height: 24px;
	background-color:#ffffff;
	margin-top: 1px;
	height: 24px;
	width: auto;
	white-space:nowrap;
	font-size: 11px;
	line-height: 24px;
    color: #000000;
	font-weight: normal;
    text-transform: uppercase;	
}

div.element a.point_onleft span {
	left: 0px;
	text-align: left;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 10px;
	border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    behavior: url(../pie/PIE.htc);     
}

div.element a.point_onright span {
	right:0px;
	text-align: right;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 10px;
	border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    behavior: url(../pie/PIE.htc);     
}

div.signal a span {
	font-size: 10px;
	text-transform:lowercase;
}

/** Some differences by Home**/
#pipeline_points  div.element a span, #layer_roomdetails div.element a span {
	background-color: Transparent;
	background-image:url(../images/home/point-background.png);
    background-repeat:repeat;
}
#pipeline_points  div.element a span {
	line-height: 14px;
	margin-top: 3px;
	height: 14px;
}
#pipeline_points div.element a.point_onleft span {
	margin-left: 10px;
	padding-left: 15px;
}
#pipeline_points div.element a.point_onright span {
	margin-right: 10px;
	padding-right: 15px;
}

