/* IDs */
img { 
    border-width:0;
}
img title {
    padding: 10px;
    line-height: 2;
    background: #3366CC;
}
#map_left {
    float:left;
    width:45%;
}
#map_right {
    float:right;
    width:55%;
}
#header {
    height:77px;
    width:100%;
    margin-top:0px;
    
}
    

#mainmenu {
    background-image:url(../images/bgheader.png); 
    background-repeat: repeat-x;
    margin:auto;
    width: 100%;
    height:77px;
    border-bottom: 4px solid #84A7DB;
}
#topmenu {
    clear:both;
    float:left;
    padding-top: 13px;
    padding-left:10px;
    font-weight:600;
    
}

#topUser {
    float:right;
    padding-top: 13px;
    padding-right:25px; 
    width: 200px;
    height: 30px;
    color:#666666;
    font-size:0.9em;
    text-align:right;
    font-weight:400;
}

#menu {
    position:relative;
    line-height: 1em;
    width: 970px;
    height: 40px;
    border:none;
    margin-top:0px;
    background-image:url(../images/menu_bg.png);
}
#menutext {
    line-height: 1.8em;
    color:#FFFFFF;
    font-size:1.2em;
    padding-top:10px;
    padding-left:20px;
    text-align:left;

}
#menutext a {	
    color: #FFFFFF;	
    text-decoration:underline;
}
#hinweis {
    margin-top:0px;
    width: 948px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
    background-color: #F4FFDB;
    text-align: center;
    padding: 10px;
    border: 1px solid #006633;
    color:#008000;
    font-size:1.2em;
}
#breadcrumb {
    margin-top:0px;
    width: 970px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    text-align: left;
    padding: 10px;
    border:none;
    color:#999999;
    font-size:1.2em;

}

#container {
    width:100%;
    line-height: 1.5em;
    margin-top:auto;


}
#mainContent {
    clear:both;
    /* background:transparent url(../images/bgheader.png) repeat-x 0 100%; */
    padding: 5px;
}
#inhalt {
    margin-top:0px;
    width:100%;

}
#logo {
    position:absolute;
    left:0;
    top:0;
    width:250px;
    height:46px;
}
#kundenlogo {
    float:right;
    width:250px;
    height:46px;
}
#footer {
    clear:both;
    margin-bottom:auto;
    background-color:#E8F5FD;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #D3ECFB;
}
/* Ende IDs */
a {	
    color: #3366CC;	
    text-decoration: none
}

body {
    line-height: 1.4em;
    background-color: #EEEEEE;
    font-family: sans-serif;
    font-size: 0.9em;
    color: #5E5E5E;
    margin-top: 0.1em;
    margin-right: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 0.1em;
    font-weight: normal;
}
h2 {
    color:#B1572D;
}
h3 {	
    font-family: sans-serif;	
    font-size: 1.15em;	
    background-color: #006666;  	
}
ul {	
    font-family: sans-serif;	
    list-style-type: square;	
    list-style-position: outside
}
.BulletBackgroundColor {
    color: #FFFFFF
}
.DataColor {
    color: #DEDECA
}
.footer {
    font-family: sans-serif;
    font-weight: bold;
    color: #333333;
    background-color: #CCCCCC
}
a:hover {	
    text-decoration: underline
}
/* Klassen */
.errormessage {
    font-size: 1em;
    font-weight: bolder;
    color: #D20200;
    background-color: #E6C0C0;
    text-indent: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top:10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DE7879;
    border-bottom-color: #DE7879;
}
.infomessage {
    font-size: 1.0em;
    font-weight: bolder;
    color:#0055C9;
    background-color: #C3D2E5;
    border-top: 2px solid #84A7DB;
    border-bottom: 2px solid #84A7DB;
    text-indent: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}
.infopic {
    background-image:url(../images/icon_info.png);
    background-position:left;
    width:39px;
    height:39px;
    margin-top: -10px;	
    background-repeat:no-repeat;
    float:left;
}	
.errorpic {
    background-image:url(../images/icon_error.png);
    background-position:left;
    width:39px;
    height:39px;
    background-repeat:no-repeat;
    float:left;
    margin-top: -11px;
}	
.notiz {
    font-size: 1.0em;
    background-color: #EEEEEE;
    border: 1px dotted #5E5E5E;
    text-align:center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Loginsystles */
td.loginHeader {
    border-bottom: 1px dotted #5E5E5E;
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
}
INPUT[type=text]:focus, input[type=file]:focus, TEXTAREA:focus, Input[type=password]:focus, Input[type=checkbox]:focus,Input[pattern]:focus,input[type=number]:focus,input[type=date]:focus {
    background:#FFFFCC;

}
select {
    font-family: sans-serif;
    font-size: 1em;
    color: #333333;
    border:1px solid silver;
    padding: 0.3em 0.3em 0.3em 0.8em;
}
input[type=text],input[type=file],textarea,Input[type=password], Input[type=checkbox], Input[pattern],input[type=number],input[type=date] {
    font-family: sans-serif;
    font-size: 1em;
    color: #333333;
    border:1px solid silver;
    padding: 0.3em 0.3em 0.3em 0.8em;

}
INPUT[type=text]:hover, input[type=file]:hover,TEXTAREA:hover,Input[type=password]:hover, Input[type=checkbox]:hover, select:hover, Input[pattern]:hover,input[type=number]:hover,input[type=date]:hover {
    background:#FFFFCC;
    background-color:#FFFFCC;
    border:1px solid #CC9900;
}
INPUT[disabled]:hover {
    background:#B25327;
    background-color:#B25327;
    border:1px solid #CC9900;
    color:white;
}
button, input[type=submit] {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}        
button:hover, input[type=submit]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
        color:#ffffff;
}
button:active, input[type=submit]:active {
	position:relative;
	top:1px;
        color:#ffffff;
}

.button_blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.button_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.button_blue:active {
	position:relative;
	top:1px;
}



/* input[type=button] { margin: 10px; padding:5px; font-size: 1em; color: #000000;}
input[type=submit] { margin: 10px;  padding:5px; font-size: 1em; color: #000000;}
input[type=reset]  {margin: 10px; padding:5px; font-size: 1em; color: #000000;}
*/

textarea.coding {
    font-family:monospace;
    font-size: 1.5em;
    color:#7B7C7E;
}
textarea:hover.coding {
    background:snow;
    background-color:white;
}


/* Layout DIV für Indexseite */
#in_top {margin-bottom:0px;}
#in_main {margin-bottom:20px;}
#in_right {
    float:right;
    width:28%;
}
#in_left {
    float:left;
    width:69%;
}

#in_footer {clear:both; border: none; margin-top: 30px;}

#modNachrichtbox {
    height:100px;
    overflow:scroll;
    overflow-x:hidden;
}
#modZaehlerstandbox {
    height:200px;
    overflow:scroll;
    overflow-x:hidden;
}
/* Template Definitionen */
.modmessage {
    font-size: 1.0em;
    font-weight: bolder;
    background-color: #E0F2E4;
    padding: 10px;
    margin-bottom: 10px;
}



.modheader {
    background:#EEEEEE;
    font-size:1.2em;
    padding:2px;
    line-height:1.5em;
    height:30px;
}
.right1 {
    width: 60%;
    text-align:left;
    float:right;
    display:inline;
    padding: 5px;
    margin: 5px 0;
}
.left1 {
    width: 25%;
    clear:both;
    float:left;
    display:inline;
    padding: 5px;
    margin: 5px 0;
    text-align:right; 
}

/*  Mootools */
.toggle {
    display:inline;
    float:right; 
    margin-right:auto;}

.updatemessage {background:#FFD9DE; color:#333333; margin-top:5px; margin-bottom: 5px;}
.fett { font-weight:bolder; }
.labeltop {margin-top: 5px; }
fieldset {
    padding: 15px;
    margin-bottom:10px; 
    
}
legend {font-size:1.1em;  }
input.DatePicker{
    border:1px solid silver;
    background: #fff url(/images/date.png) no-repeat left;
    cursor: pointer;
    padding: 0.3em 0.3em 0.3em 24px;
}
input:focus.DatePicker{
    border:1px solid #CC9900;
    background: #FFFFCC url(/images/date.png) no-repeat left;
}
input:hover.DatePicker{
    border:1px solid #CC9900;
    background: #FFFFCC url(/images/date.png) no-repeat left;
}
tr.dunkel {
    background-color:#F2F2F2;
}
tr.hell {
    background-color:#FFFFFF;
}
.formleft {
    width: 45%;
    clear: both;
    float:left;
    display:inline;
}
.formright {
    width: 45%;
    float:right;
    display:inline;
}
.feldinfo {
    margin-left:15px;
    padding-bottom:5px;
    color:#84A7DB;
    font-size:0.8em;
}

/* Für Grid-Ausgabe */
#grid-toolbar {
    background-color: #EEEEEE;
/*    background-color: white; */
    width:auto;
    /* border:1px solid silver; */
    padding:0px;
    line-height: 1.0;
    text-align:left;
    margin-bottom:0px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
    height:80px;


}
#grid-nav {
 /*   background-color: white; */
    width:auto;
    border:1px solid silver;
    padding:3px;
    text-align:left;
    margin-top:3px;
    margin-bottom:3px;
    overflow:auto;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 

}
#grid-filter {
/*  background-color: white; */
    width:auto;
    border:1px solid silver;
    padding:2px;
    text-align:left;
    margin-top:3px;
    margin-bottom:3px;
    overflow:auto;
    font-size: 0.8em; 
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 


}
#grid-filter input[type=text] {
    font-size: 0.8em;
}

#grid-nav span u {
    width:2em;
    text-align:center;
    height:auto;
    padding:0.2em;
    margin:0.2em;
    float:left; 
    display:block;
    TEXT-DECORATION: none;
    border:1px solid #7B7C7E;
    background:#CCFFCC;
     border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}

#grid-nav span a, #grid-nav span a:link, #grid-nav span a:visited {
    width:2em;
    text-align:center;
    height:auto;
    padding:0.2em;
    margin:0.2em;
    border:1px solid #7B7C7E;
    float:left; 
    display:block;
    TEXT-DECORATION: none;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}
#grid-nav span :hover {
    background:#B5E2FA;
}

#grid-nav span a:hover {
    background:#B5E2FA;
}
#grid-nav span.navtitel {
    width:auto;
    text-align:right;
    height:auto;
    padding:0.2em;
    margin:0.2em;
    float:left;
}
input.btngridnav { margin: 5px;  padding:5px; font-size: 1em; color: #000000;
    
}
/* Menü fuer Index Seite */
#mainleft {
    margin-top:5px;
    float:left;
    width:190px;
    overflow: auto;
    background-color: transparent;
}

#mainright {
    margin-top:5px;
    margin-left:195px; 
    background-color:transparent;
    margin-bottom: 3px;
}



#menubox_right {
/*    background-color: white; */
/*    float:right;
    width:83%; 
    */
    margin-top:5px;
    margin-left:195px;
    background-color:transparent;
    margin-bottom: 3px;
    
}

#menubox_auftrag {
    background-color: #DEDECA;
    width:95%;
    padding:1em;
    border:1px solid silver;
    margin-bottom:10px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
    max-width:150px;
}
#menubox_chart {
    background-color: white;
    width:95%;
    float:right;
    padding:1em;
    border:1px solid silver;
    margin-bottom:10px;
    border-radius: 5px;
    overflow:hidden;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}
#menubox_ablesung{
    background-color:#DEDECA;
    width:100%;
    max-width:150px;
    float:left;
    padding:1em;
    border:1px solid silver;
    margin-bottom:10px;
    border-radius: 5px;
    list-style-image: url(/images/plus16.png);
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}

#menubox_profil{
    background-color: #DEDECA;
    width:95%;
    float:left;
    padding:1em;
    border:1px solid silver;
    margin-bottom:10px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
    max-width:150px;
}
/* Bild Buttons */
div .pictureButton {
    float:left; 
    width:70px;
    text-align:center;
    font-size: 9px;
    margin-right:3px;
    clear:right;
}
div .pictureButton :hover {
    background-color: #CCCCCC;
    mouse-pointer:hand;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}

/* Modale Dialoge */
.modal {
    background-color:#fff;
    display:none;
    width:450px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
    background:url(/images/icon_info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
}
/* Stauszeile und Co */
.laufzeit {
    padding:5px;
    text-align:right;
    font-size: 1.0em;
    float:right;
}

.shadow {
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;   
}
/* Kommentare im Auftrag */
.kom_pic {
    float:left;  
    width:80px;
}
.kom_text {
    float:left;
    clear:none;
    overflow:auto;

    /*    max-width:600px; */
}
.kom_pic_right {
    clear:none;
    float:right;
    width:80px;
}
/* Navigation links */
ul#navi {
    margin: 0;
    margin-left: 1.4em;
    padding: 0;
    font-weight:bold;
    list-style-image: url(/images/plus16.png);
}
ul#navi li {
    font-weight:bold;
    margin: 0;
    margin: 0;
    padding: 0;
    list-style-image: url(/images/plus16.png);
}
ul#navi li a:hover {
    text-decoration: underline;
}
ul#navi li ul {
    margin: 0;
    padding: 0;
    list-style-image:none;
}
ul#navi li ul li {
    font-weight:normal;
    margin-left: 1.4em;
    padding: 0;
    list-style-image:none;
}
.output {
    font-weight:bold;
    color:#5E5E5E;
}
table.mycal {
    padding:2px;
    font-size: 0.6em;
    border:0px solid silver; 
    border-collapse:collapse;
    width:100%;
}
table.mycal td {

    border: 1px solid silver;
}
#mycalheader {
    border: 1px solid silver;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:0px;
    margin-bottom:2px; 
}
#mycaljahr {
    font-size:1.6em;
    text-align:center;
    padding:5px;
    background-color: #DEDECA;
    margin:0;
}
#mycalmonat, #mycalfilter {
    background-color: #DEDECA;
    padding:5px;
    margin:0;
}

#kw {
    font-size:1.3em;
    width:30%;
    clear:left;
}   

#calnutzer {
    font-size:1.0em;
    width:30%;
    float:right;
    text-align:right;
}
table.mycal th {
    font-size:1.6em;
    font-weight:bold;   
    color:#004080;
    text-align:center;
}
table.mycal td {
    padding:0;
    vertical-align:top;

}
table.mycal td.cal_weekend {
    background-image:url(../css/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
}
table.mycal td.cal_holiday {
    background-image:url(../css/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png);
}
table.mycal td.cal_blocked {
    background-color:#999999;
}
table.mycal td.cal_free {
    background-color:#9FF09F;
}
table.mycal td.cal_min_free {
    font-size: 1.3em;
    vertical-align: middle;
    text-align: center;
    color: #006633;
    background-color:#F2F0EE;
}
table.mycal td.cal_min_overdue {
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #B32B2B;
    background-color:#F2F0EE;
}




.terminbox_erledigt { width:99%; height:40px; padding-left:2px; margin:0; overflow:hidden; margin-bottom:1px; border: 1px solid #deeede;
	background-color:white;
        border:1px dotted silver;
 
}
.terminbox0 { width:99%; height:40px; padding-left:2px; margin:0; overflow:hidden; margin-bottom:1px; border: 1px solid #deeede;
	background-image:  url(../images/background/green.jpg);
        background-color: #9FF09F;
        background-repeat:repeat-x; 
        border: 1px dotted #9FF09F;
 
}
.terminbox1 { width:99%; height:40px; padding-left:2px; margin:0; overflow:hidden; margin-bottom:1px; 
        border: 1px dotted #528ecc;
        /* background-image:  url(../images/background/blue.jpg); */
        background-color:#C3D2E5;
     
}
.terminbox2 { width:99%; height:40px; padding-left:2px; margin:0; overflow:hidden; margin-bottom:1px; 
        border: 1px dotted #DEDECA;
        background-color:#DEDECA;
      
}
.terminboxfix { width:99%; height:40px; padding-left:2px; margin:0; overflow:hidden; margin-bottom:1px;
        border: 1px dotted #E6C0C0;
	background-color:#E6C0C0;
      
}
div.terminbox_erledigt img, div.terminbox0 img, div.terminbox1 img,div.terminbox2 img, div.terminboxfix img {
        float:right;
        position:relative;
        top:-5px;
        margin-right:4px;
}
div.terminbox_erledigt a, div.terminbox_erledigt  a:link, div.terminbox_erledigt  a:visited, div.terminbox0 a, div.terminbox0  a:link, div.terminbox0  a:visited,div.terminbox1 a, div.terminbox1  a:link, div.terminbox1  
a:visited,div.terminboxfix a, div.terminboxfix  a:link, div.terminboxfix  a:visited, div.terminbox2 a, div.terminbox2  a:link, div.terminbox2  a:visited {
        text-decoration: none;
        text-align:left; 
        font-weight:normal;
        text-indent:0px;
        color:#5E5E5E;
         
}


.badge1 {
   float:right;
   position:relative;
   top:-5px;
   margin-right:4px;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-20px;
   right:-3px;
   font-size:.8em;
   background:whitesmoke;
   color:darkgrey;
   width:14px;height:14px;
   text-align:center;
   line-height:14px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}
.badge1[data-badge="0"]:after {
content: none;
}



table.mycalfehlzeiten {
    padding:1px;
    font-size: 0.5em;
    border:1px solid silver;
    border-collapse:collapse;
    width:100%;
}
table.mycalfehlzeiten td {

    border: 1px solid silver;
}

table.mycalfehlzeiten th {
    font-size:1.1em;
    font-weight:bold;   
    color:#004080;
    text-align:center;
}
table.mycalfehlzeiten td {
    padding:0;
    vertical-align:top;

}
table.mycalfehlzeiten td.cal_weekend {
    background-image:url(../css/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
}
table.mycalfehlzeiten td.cal_holiday {
    background-image:url(../css/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png);
}
table.mycalfehlzeiten td.cal_blocked {
    background-color:#999999;
}
table.mycalfehlzeiten td.cal_free {
    background-color:#9FF09F;
}
.wiedervorlage_red {
    background-image:url(../css/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png);
    font-weight:bold; 
}
.wiedervorlage_green {
    background-image:  url(../images/background/green.jpg);
    font-weight:bold;
}
.wiedervorlage {
    
}

/* Jquery Timepicker
* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 80%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* Ajax preload image */
.windows8 {
	position: relative;
	width: 78px;
	height:78px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(0,0,0);
	left:0px;
	top:0px;
	border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}




