body {
	background-color:#C4B7C8;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#330000;
	}

a:link { text-decoration:none; color:#FF6600; }
a:active { text-decoration:none; color:#FF6600; }
a:hover { text-decoration:underline; color:#FF6600; }
a:visited { text-decoration:none; color:#FF6600; }

#house {
	margin:0px auto;
	}

#header {
	width:800px;
	height:200px;
	margin-bottom:0px;
	margin-left:0px;
	}

#login {
	margin-top:200px;
	text-align: center;
	}

input, select, textarea {
	background-color:#cccccc;
	font-size:14px;
	border:1px solid #FFCC66;
	color:#000000;
	width:200px;
	height:30px;
	}

table.rechnungen {
	color:#000000;
	margin-left:20px;
	}

label {
	font-size:18px;
	margin-bottom:20px;
	}

h1 {
	font-size:32px;
	color: purple;
	font-weight: bolder;
	}