@charset "UTF-8";
/*!
	Buchhaltung Version 1.0
	Author: Sören Schumann
	Copyright protectet Software
*/
* {
  font-size: 100%;
  margin: 0;
  padding: 0; }

html {
  margin-top: 0px !important; }

* html body {
  margin-top: 0px !important; }

a img, a, img {
  border: none;
  margin: 0;
  padding: 0; }

body {
  font: 100%/1.5 serif;
  /* 16px */
  font-family: 'Roboto',Tahoma, Verdana, Arial, sans-serif;
  background: #f3f3f3;
  color: #333; }

.wrapper {
  width: 340px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }

/* HELPERS */
.box {
  padding: 30px;
  background: #fff;
  overfow: hidden; }
  .box.shadow {
    margin: 20% 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc; }

.btn {
  width: 220px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  box-sizeing: border-box;
  background: #0099cc;
  display: inline-block; }

/* FORMS */
input,
select {
  width: 200px;
  margin-bottom: 1em;
  margin-right: .5em;
  padding: 5px 10px;
  border: 0;
  background: #f3f3f3;
  font-size: 1em; }
