@charset "utf-8";
/**************************************************************************
  file: 				style.php
  location: 			../css
  purpose: 
  Main CSS style sheet for the complete application

  date created: 		2013-07-01 (PK)
  date last changed:  	2014-01-25 (PK)
  development: 			BFO-Systems Technologies GmbH, Dr. Pascal Klunder
//***************************************************************************/

*{margin:0;padding:0}
table,td,tr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,img,textarea,figure{margin:0;padding:0}
table,td,tr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input,textarea,label{vertical-align:top}
ul{list-style-type:none}
body{text-align:center;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;
font: normal 0.8em 'Arimo', Arial, Helvetica, sans-serif;font-stretch:normal;}

/*#main-container-uc{margin-left:-5%;margin-top:2%;}*/
#main-container-uc{margin:10%;}
#main-container-uc img{width:10%}
/*background-image: url(../images/logo.jpg);background-repeat: no-repeat;background-size: 40%;background-position: center 100%; /*horizontal vertical*/*/


a{color:#000;text-decoration:none}
a:hover{color:#f88c17;text-decoration:none}


/* Smartphone ---- 
@media screen and (max-width:1440px) {
body{text-align:center;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}
#main-container-uc{margin-left:-5%;margin-top:5%;}
#main-container-uc img{width:80%}

}*/