html {
    background-color: #D3D3D3; 
	background-image: url("grau_bg.jpg");
    color: #000000;  
    font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

a {
	background-color: transparent;
    color: rgba(105, 5, 5, 1);
    text-decoration: none;
}

input {
	outline: 0;
	font: inherit;
	box-shadow: none;
	font-family: Tahoma;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	width: 100%;
	max-width: 300px;
	color: rgba(0,0,0,1);
	background-color: rgba(183,183,183,1);
	box-sizing: border-box;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 2px 2px 2px 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

button {
	outline: 0;
	font: inherit;
	box-sizing: content-box;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	max-width: 300px;
	color: rgba(255,255,255,1);
	background-color: rgba(91,15,0,1);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 2px 2px 2px 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}



