@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Roboto');


body {
    background-color:grey;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
}

.header {
    width: 50%;
    color:white;
    margin: auto;
    padding: 5px;
    text-align: center;
}
.headerstyle {
    font-size: 40px;
    font-weight: bold;
    margin-top: 14px;
}
.headerbg {
    width: 100%;
	height: 100px;
	background-image: url("../Images/headerbg.png");
}

.menuebg {
	background-color:#4a0c5a;
}
.menue1 {
    width: 50%;
    height: 20px;
    background-color:black;
	padding: 5px;
    color: white;
    margin: auto;
    font-weight: bold;
}
.menue2 {
    width: 50%;
    height: 31px;
    background-color: #4a0c5a;
    color: white;
    margin: auto;

}
.menuebg1 {
    width: 100%;
    background-color:black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.menuebg2 {
    width: 100%;
    border-bottom: 1px solid #4a0c5a;
}
.content {
    width: 50%;
    color: black;
	background-color: white;
    margin: auto;
    padding: 5px;
    font-size: 14px;
}
.contentbg {
    width: auto%;
	background-color: white;
}
.footer {
    height: auto;
    background-color: 4a0c5a;
    color: white;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #4a0c5a;
}
.centererror {
    width: 50%;
    margin: auto;
}
.menue2linkbox {
    height: 20px;
    background-color: #4a0c5a;
    float: left;
    padding: 5px;
    color: white;
	font-weight: bold;
}
.menue2linkbox:hover {
    height: 20px;
    border-bottom: 1px solid orange;
    float: left;
    padding: 5px;
    color: orange;
}
.sitelogin {
    color: black;
    width: 50%;
    margin: auto;
}
.Container_UmsatzdatenDescrLayout {
    background-color:#4a0c5a;
    width: 100%;
    border: 1px solid #4a0c5a;
    float: left;
    margin-bottom: 20px;
}
.Container_UmsatzdatenDataLayout {
    background-color: white;
    width: 100%;
    border: 1px solid #4a0c5a;
    float: left;
    margin-bottom: 20px;
}
.Umsatz_UmsatzdatenDescrLayout {
    color: white;
    width: 60%;
    float: left;
    font-weight: bold;
}
.Buchungstag_UmsatzdatenDescrLayout {
    color: white;
    width: 20%;
    float: left;
    font-weight: bold;
}
.BuchungsBetrag_UmsatzdatenDescrLayout {
    color: white;
    width: 20%;
    float: left;
    font-weight: bold;
    text-align: center;
}
.Umsatz_UmsatzdatenDataLayout {
    background-color:white;
    width: 60%;
    float: left;

}
.Buchungstag_UmsatzdatenDataLayout {
    background-color: white;
    width: 20%;
    float: left;

}
.BuchungsBetrag_UmsatzdatenDataLayout {
    background-color: white;
    width: 20%;
    float: left;

    text-align: center;
}
.Kontouebersicht_BOX_1 {
    font-weight: bold;
    
}
.Kontouebersicht_BOX_2 {
    color: red;
    margin-bottom: 1%;
}
.padding5px {
    padding: 5px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  a:link, a:visited {
	text-decoration: none;
}